summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Raspbian forward pporter [Sat, 27 Jan 2018 09:06:39 +0000 (09:06 +0000)]
Merge version 2.1.18-3+rpi1 and 2.1.18-4 to produce 2.1.18-4+rpi1
Ole Streicher [Thu, 11 Jan 2018 20:17:38 +0000 (20:17 +0000)]
Merge xpa (2.1.18-4) import into refs/heads/workingbranch
Ole Streicher [Thu, 11 Jan 2018 20:12:38 +0000 (21:12 +0100)]
Remove uintptr_t cast
This type is not always defined by default, and is in fact an unnecessary type
cast.
Gbp-Pq: Name Remove-uintptr_t-cast.patch
Helmut Grohne [Thu, 10 Aug 2017 12:00:39 +0000 (14:00 +0200)]
make mklib work with cross compilation
The first hunk makes it use the compiler discovered by ./configure and thus
will work with cross compilers. Since Makefile.in exports CC and CXX, it seems
like mklib should be picking these up and not doing so is an upstream bug.
Then remove insertion of -m32, because this is not universally understood by
cross compilers. On Debian, the provided compiler will always choose the
correct ABI, so no -m32 or -m64 is necessary. This part likely is not
upstreamable.
Gbp-Pq: Name make-mklib-work-with-cross-compilation.patch
Ole Streicher [Wed, 9 Aug 2017 11:29:31 +0000 (13:29 +0200)]
Recognise the exit status of mklibs
This is required to correctly fail if mklibs exits with error.
Closes: #871509
Gbp-Pq: Name Recognise-the-exit-status-of-mklibs.patch
Alexis Bienvenüe [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Sort *.o files
Build libs with fixed order *.o files, to ger reproducible build.
Gbp-Pq: Name Sort-.o-files.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add hardening flags
Gbp-Pq: Name Add-hardening-flags.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Install the tcl interface to /usr/lib/tcltk/xpa according to Debians policy.
Also use Tcl stubs.
Gbp-Pq: Name Install-the-tcl-interface-to-usr-lib-tcltk-xpa-according-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add a description to AC_DEFINEs
This is needed for modern autoheader call.
Gbp-Pq: Name Add-a-description-to-AC_DEFINEs.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix manpages (section, name, and spellfixes) so that lintian does not complain
Gbp-Pq: Name Fix-manpages-section-name-and-spellfixes-so-that-lintian-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix the paths for a chroot build and for FHS
Gbp-Pq: Name Fix-the-paths-for-a-chroot-build-and-for-FHS.patch
Ole Streicher [Thu, 11 Jan 2018 20:17:38 +0000 (20:17 +0000)]
xpa (2.1.18-4) unstable; urgency=medium
* Push Standards-Version to 4.1.3. Change remaining URLs to https
* Move package RCS to salsa
* Restrict test to "local" (Closes: #886200)
* Remove uintptr_t cast
[dgit import unpatched xpa 2.1.18-4]
Ole Streicher [Thu, 11 Jan 2018 20:17:38 +0000 (20:17 +0000)]
Import xpa_2.1.18-4.debian.tar.xz
[dgit import tarball xpa 2.1.18-4 xpa_2.1.18-4.debian.tar.xz]
Peter Michael Green [Thu, 17 Aug 2017 19:49:55 +0000 (20:49 +0100)]
Merge xpa (2.1.18-3+rpi1) import into refs/heads/workingbranch
Helmut Grohne [Thu, 10 Aug 2017 12:00:39 +0000 (14:00 +0200)]
make mklib work with cross compilation
The first hunk makes it use the compiler discovered by ./configure and thus
will work with cross compilers. Since Makefile.in exports CC and CXX, it seems
like mklib should be picking these up and not doing so is an upstream bug.
Then remove insertion of -m32, because this is not universally understood by
cross compilers. On Debian, the provided compiler will always choose the
correct ABI, so no -m32 or -m64 is necessary. This part likely is not
upstreamable.
Gbp-Pq: Name make-mklib-work-with-cross-compilation.patch
Ole Streicher [Wed, 9 Aug 2017 11:29:31 +0000 (13:29 +0200)]
Recognise the exit status of mklibs
This is required to correctly fail if mklibs exits with error.
Closes: #871509
Gbp-Pq: Name Recognise-the-exit-status-of-mklibs.patch
Alexis Bienvenüe [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Sort *.o files
Build libs with fixed order *.o files, to ger reproducible build.
Gbp-Pq: Name Sort-.o-files.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add hardening flags
Gbp-Pq: Name Add-hardening-flags.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Install the tcl interface to /usr/lib/tcltk/xpa according to Debians policy.
Also use Tcl stubs.
Gbp-Pq: Name Install-the-tcl-interface-to-usr-lib-tcltk-xpa-according-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add a description to AC_DEFINEs
This is needed for modern autoheader call.
Gbp-Pq: Name Add-a-description-to-AC_DEFINEs.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix manpages (section, name, and spellfixes) so that lintian does not complain
Gbp-Pq: Name Fix-manpages-section-name-and-spellfixes-so-that-lintian-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix the paths for a chroot build and for FHS
Gbp-Pq: Name Fix-the-paths-for-a-chroot-build-and-for-FHS.patch
Peter Michael Green [Thu, 17 Aug 2017 19:49:55 +0000 (20:49 +0100)]
xpa (2.1.18-3+rpi1) buster-staging; urgency=medium
* Disable testsuite.
[dgit import unpatched xpa 2.1.18-3+rpi1]
Peter Michael Green [Thu, 17 Aug 2017 19:49:55 +0000 (20:49 +0100)]
Import xpa_2.1.18-3+rpi1.debian.tar.xz
[dgit import tarball xpa 2.1.18-3+rpi1 xpa_2.1.18-3+rpi1.debian.tar.xz]
Ole Streicher [Thu, 10 Aug 2017 12:04:00 +0000 (13:04 +0100)]
Merge xpa (2.1.18-3) import into refs/heads/workingbranch
Helmut Grohne [Thu, 10 Aug 2017 12:00:39 +0000 (14:00 +0200)]
make mklib work with cross compilation
The first hunk makes it use the compiler discovered by ./configure and thus
will work with cross compilers. Since Makefile.in exports CC and CXX, it seems
like mklib should be picking these up and not doing so is an upstream bug.
Then remove insertion of -m32, because this is not universally understood by
cross compilers. On Debian, the provided compiler will always choose the
correct ABI, so no -m32 or -m64 is necessary. This part likely is not
upstreamable.
Gbp-Pq: Name make-mklib-work-with-cross-compilation.patch
Ole Streicher [Wed, 9 Aug 2017 11:29:31 +0000 (13:29 +0200)]
Recognise the exit status of mklibs
This is required to correctly fail if mklibs exits with error.
Closes: #871509
Gbp-Pq: Name Recognise-the-exit-status-of-mklibs.patch
Alexis Bienvenüe [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Sort *.o files
Build libs with fixed order *.o files, to ger reproducible build.
Gbp-Pq: Name Sort-.o-files.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add hardening flags
Gbp-Pq: Name Add-hardening-flags.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Install the tcl interface to /usr/lib/tcltk/xpa according to Debians policy.
Also use Tcl stubs.
Gbp-Pq: Name Install-the-tcl-interface-to-usr-lib-tcltk-xpa-according-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add a description to AC_DEFINEs
This is needed for modern autoheader call.
Gbp-Pq: Name Add-a-description-to-AC_DEFINEs.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix manpages (section, name, and spellfixes) so that lintian does not complain
Gbp-Pq: Name Fix-manpages-section-name-and-spellfixes-so-that-lintian-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix the paths for a chroot build and for FHS
Gbp-Pq: Name Fix-the-paths-for-a-chroot-build-and-for-FHS.patch
Ole Streicher [Thu, 10 Aug 2017 12:04:00 +0000 (13:04 +0100)]
xpa (2.1.18-3) unstable; urgency=medium
[ Helmut Grohne ]
* Support DEB_BUILD_OPTIONS=nocheck. Closes: #871635
* make mklib work with cross compilation
[dgit import unpatched xpa 2.1.18-3]
Ole Streicher [Thu, 10 Aug 2017 12:04:00 +0000 (13:04 +0100)]
Import xpa_2.1.18-3.debian.tar.xz
[dgit import tarball xpa 2.1.18-3 xpa_2.1.18-3.debian.tar.xz]
Ole Streicher [Sat, 15 Oct 2016 12:54:17 +0000 (13:54 +0100)]
Import xpa_2.1.18.orig.tar.gz
[dgit import orig xpa_2.1.18.orig.tar.gz]
Ole Streicher [Sat, 15 Oct 2016 12:54:17 +0000 (13:54 +0100)]
Merge xpa (2.1.18-1) import into refs/heads/workingbranch
Alexis Bienvenüe [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Sort *.o files
Build libs with fixed order *.o files, to ger reproducible build.
Gbp-Pq: Name Sort-.o-files.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add hardening flags
Gbp-Pq: Name Add-hardening-flags.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Install the tcl interface to /usr/lib/tcltk/xpa according to Debians policy.
Also use Tcl stubs.
Gbp-Pq: Name Install-the-tcl-interface-to-usr-lib-tcltk-xpa-according-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Add a description to AC_DEFINEs
This is needed for modern autoheader call.
Gbp-Pq: Name Add-a-description-to-AC_DEFINEs.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix manpages (section, name, and spellfixes) so that lintian does not complain
Gbp-Pq: Name Fix-manpages-section-name-and-spellfixes-so-that-lintian-.patch
Ole Streicher [Sat, 15 Oct 2016 12:49:02 +0000 (14:49 +0200)]
Fix the paths for a chroot build and for FHS
Gbp-Pq: Name Fix-the-paths-for-a-chroot-build-and-for-FHS.patch
Ole Streicher [Sat, 15 Oct 2016 12:54:17 +0000 (13:54 +0100)]
xpa (2.1.18-1) unstable; urgency=medium
* New upstream version 2.1.18
* Add Bug-Db and Repository to d/u/metadata
* Mark libxpa-dev as Multi-Arch: same as suggested by MultiArch hinter
[dgit import unpatched xpa 2.1.18-1]
Ole Streicher [Sat, 15 Oct 2016 12:54:17 +0000 (13:54 +0100)]
Import xpa_2.1.18-1.debian.tar.xz
[dgit import tarball xpa 2.1.18-1 xpa_2.1.18-1.debian.tar.xz]
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
Merge xpa (2.1.15-4) import into refs/heads/workingbranch
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
fix_xpa_h
Gbp-Pq: Name fix_xpa_h.patch
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
hardening
Gbp-Pq: Name hardening.patch
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
install_tclxpa
Gbp-Pq: Name install_tclxpa.patch
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
fix_manpages
Gbp-Pq: Name fix_manpages.patch
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
fix_paths
Gbp-Pq: Name fix_paths.patch
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
xpa (2.1.15-4) unstable; urgency=low
* Update maintainers e-mail address
* Update standards version to 3.9.6. No changes needed.
* Change VCS location to debian-astro
* Remove conf.h include from xpa.h. Closes: #764406
* Add symbols file
[dgit import unpatched xpa 2.1.15-4]
Ole Streicher [Thu, 25 Sep 2014 10:21:34 +0000 (11:21 +0100)]
Import xpa_2.1.15-4.debian.tar.xz
[dgit import tarball xpa 2.1.15-4 xpa_2.1.15-4.debian.tar.xz]
Ole Streicher [Thu, 25 Jul 2013 08:21:05 +0000 (09:21 +0100)]
Import xpa_2.1.15.orig.tar.gz
[dgit import orig xpa_2.1.15.orig.tar.gz]
Ole Streicher [Sat, 9 Jun 2012 08:12:51 +0000 (09:12 +0100)]
install_tclxpa
Gbp-Pq: Name install_tclxpa.patch
Ole Streicher [Sat, 9 Jun 2012 08:12:51 +0000 (09:12 +0100)]
fix_manpages
Gbp-Pq: Name fix_manpages.patch
Ole Streicher [Sat, 9 Jun 2012 08:12:51 +0000 (09:12 +0100)]
fix_paths
Gbp-Pq: Name fix_paths.patch
Ole Streicher [Sat, 9 Jun 2012 08:12:51 +0000 (09:12 +0100)]
xpa (2.1.14-2) unstable; urgency=low
* Install correct pkgIndex.tcl in tcl-xpa
[dgit import unpatched xpa 2.1.14-2]
Ole Streicher [Sat, 9 Jun 2012 08:12:51 +0000 (09:12 +0100)]
Import xpa_2.1.14-2.debian.tar.gz
[dgit import tarball xpa 2.1.14-2 xpa_2.1.14-2.debian.tar.gz]
Ole Streicher [Fri, 8 Jun 2012 14:05:54 +0000 (15:05 +0100)]
Import xpa_2.1.14.orig.tar.gz
[dgit import orig xpa_2.1.14.orig.tar.gz]