debian/changelog | 10 ++++++++-- debian/compat | 2 +- debian/control | 3 +-- debian/rules | 5 +---- 4 files changed, 11 insertions(+), 9 deletions(-)
New commits: commit ff195761531f9470aff95c6db29060091a557e15 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Mon Dec 5 19:17:57 2016 +0100 Release to unstable diff --git a/debian/changelog b/debian/changelog index d4bcd64..5734a56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium +libxfixes (1:5.0.3-1) unstable; urgency=medium [ Andreas Boll ] * New upstream release. @@ -12,7 +12,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium + dh-autoreconf is now enabled by default. + --disable-silent-rules is passed to configure automatically. - -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:02:11 +0200 + -- Emilio Pozuelo Monfort <po...@debian.org> Mon, 05 Dec 2016 19:17:34 +0100 libxfixes (1:5.0.2-1) sid; urgency=medium commit 3915cd7e353a3a6b183ddc27a4e4d6d642121756 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Mon Dec 5 19:13:35 2016 +0100 --disable-silent-rules is passed to configure automatically diff --git a/debian/changelog b/debian/changelog index bbab8c7..d4bcd64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium [ Emilio Pozuelo Monfort ] * Bump debhelper compat to 10. + dh-autoreconf is now enabled by default. + + --disable-silent-rules is passed to configure automatically. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:02:11 +0200 diff --git a/debian/rules b/debian/rules index a2c2791..e1d9945 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ PACKAGE = libxfixes3 SHLIBS = 1:5.0 -override_dh_auto_configure: - dh_auto_configure -- --disable-silent-rules - # Kill *.la files, and forget no-one: override_dh_install: find debian/tmp -name '*.la' -delete commit 6bbf8ee57616f92806e871598085d18c0b9763c9 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Mon Dec 5 19:12:45 2016 +0100 dh-autoreconf is now enabled by default diff --git a/debian/changelog b/debian/changelog index 38d8e6d..bbab8c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium [ Emilio Pozuelo Monfort ] * Bump debhelper compat to 10. + + dh-autoreconf is now enabled by default. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:02:11 +0200 diff --git a/debian/control b/debian/control index d9b7ad1..e9582bf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Build-Depends: debhelper (>= 10), - dh-autoreconf, libx11-dev (>= 2:1.6), x11proto-fixes-dev (>= 1:5.0), pkg-config, diff --git a/debian/rules b/debian/rules index 77956d7..a2c2791 100755 --- a/debian/rules +++ b/debian/rules @@ -21,4 +21,4 @@ override_dh_makeshlibs: dh_makeshlibs -V"$(PACKAGE) (>= $(SHLIBS))" --add-udeb=$(PACKAGE)-udeb -- -c4 %: - dh $@ --with quilt,autoreconf --builddirectory=build/ + dh $@ --with quilt --builddirectory=build/ commit fa03048f94267aece56648014536ed837df8ca4a Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Mon Dec 5 19:10:41 2016 +0100 Bump debhelper compat to 10 diff --git a/debian/changelog b/debian/changelog index a4630ce..38d8e6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ libxfixes (1:5.0.3-1) UNRELEASED; urgency=medium + [ Andreas Boll ] * New upstream release. - Fixes CVE-2016-7944 (Closes: #840442). * Update d/upstream/signing-key.asc with Matthieu Herrb's key. * Fix Vcs-* URLs. * Update a bunch of URLs in packaging to https. + [ Emilio Pozuelo Monfort ] + * Bump debhelper compat to 10. + -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:02:11 +0200 libxfixes (1:5.0.2-1) sid; urgency=medium diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index a4180f8..d9b7ad1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, libx11-dev (>= 2:1.6), x11proto-fixes-dev (>= 1:5.0),