debian/changelog | 14 ++++++++++++-- debian/compat | 2 +- debian/control | 29 +---------------------------- debian/rules | 11 ++++------- 4 files changed, 18 insertions(+), 38 deletions(-)
New commits: commit 8403da8e05a3b2a78eb6e90141ba4257f421f116 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:17:28 2016 +0100 Release to unstable diff --git a/debian/changelog b/debian/changelog index 6188cb9..7eaddb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium +libxrandr (2:1.5.1-1) unstable; urgency=medium [ Andreas Boll ] * New upstream release. @@ -16,7 +16,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium * Pass -c4 to dpkg-gensymbols. * Drop no longer needed dpkg-dev versioned build-dependency. - -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 + -- Emilio Pozuelo Monfort <po...@debian.org> Wed, 07 Dec 2016 00:17:09 +0100 libxrandr (2:1.5.0-1) sid; urgency=medium commit 0d83c929cb202c0b057e3db4d6aab9de981f57aa Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:14:47 2016 +0100 Drop dpkg-dev build-dep diff --git a/debian/changelog b/debian/changelog index d196d60..6188cb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium * debhelper installs to debian/tmp by default, no need to specify it. * Switch to -dbgsym packages. * Pass -c4 to dpkg-gensymbols. + * Drop no longer needed dpkg-dev versioned build-dependency. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 diff --git a/debian/control b/debian/control index ef2bc3f..6a8a737 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,6 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Build-Depends: debhelper (>= 10), -# dpkg-buildflags --export=configure - dpkg-dev (>= 1.16.1), libx11-dev (>= 1:0.99.2), libxext-dev (>= 1:0.99.1), x11proto-randr-dev (>= 1.5), commit a12ae99fea40ec2d54aca69803a9f0c60e4c7d05 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:13:53 2016 +0100 Pass -c4 to dpkg-gensymbols diff --git a/debian/changelog b/debian/changelog index 5aa3ea3..d196d60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium dh-autoreconf, automake and libtool. * debhelper installs to debian/tmp by default, no need to specify it. * Switch to -dbgsym packages. + * Pass -c4 to dpkg-gensymbols. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 diff --git a/debian/rules b/debian/rules index 6ecbfcf..5c12e4c 100755 --- a/debian/rules +++ b/debian/rules @@ -20,4 +20,4 @@ override_dh_strip: dh_strip --dbgsym-migration="$(PACKAGE)-dbg (<< 2:1.5.1-1~)" override_dh_makeshlibs: - dh_makeshlibs -V'libxrandr2 (>= 2:1.5)' + dh_makeshlibs -V'libxrandr2 (>= 2:1.5)' -- -c4 commit 6c2e5054b593d239323a42c3f5fd858aebea06e9 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:12:27 2016 +0100 Switch to -dbgsym packages diff --git a/debian/changelog b/debian/changelog index ad4cf00..5aa3ea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium + --with autoreconf is enabled by default now. Drop build-deps on dh-autoreconf, automake and libtool. * debhelper installs to debian/tmp by default, no need to specify it. + * Switch to -dbgsym packages. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 diff --git a/debian/control b/debian/control index fd4bf48..ef2bc3f 100644 --- a/debian/control +++ b/debian/control @@ -37,28 +37,6 @@ Description: X11 RandR extension library This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr -Package: libxrandr2-dbg -Section: debug -Priority: extra -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version}) -Multi-Arch: same -Description: X11 RandR extension library (debug package) - libXrandr provides an X Window System client interface to the RandR - extension to the X protocol. - . - The RandR extension allows for run-time configuration of display attributes - such as resolution, rotation, and reflection. - . - This package contains the debug versions of the library found in libxrandr2. - Non-developers likely have little use for this package. - . - More information about X.Org can be found at: - <URL:https://www.X.org> - . - This module can be found at - git://anongit.freedesktop.org/git/xorg/lib/libXrandr - Package: libxrandr-dev Section: libdevel Architecture: any diff --git a/debian/rules b/debian/rules index ed1cf3a..6ecbfcf 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_install: dh_install --fail-missing -XlibXrandr.la override_dh_strip: - dh_strip --dbg-package=$(PACKAGE)-dbg + dh_strip --dbgsym-migration="$(PACKAGE)-dbg (<< 2:1.5.1-1~)" override_dh_makeshlibs: dh_makeshlibs -V'libxrandr2 (>= 2:1.5)' commit c1197c29b5032d38ecbdeba69c11cdb2456879f0 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:09:28 2016 +0100 debhelper installs to debian/tmp by default diff --git a/debian/changelog b/debian/changelog index f4d06cd..ad4cf00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium * Bump debhelper compat to 10. + --with autoreconf is enabled by default now. Drop build-deps on dh-autoreconf, automake and libtool. + * debhelper installs to debian/tmp by default, no need to specify it. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 diff --git a/debian/rules b/debian/rules index a52544a..ed1cf3a 100755 --- a/debian/rules +++ b/debian/rules @@ -13,11 +13,8 @@ PACKAGE = libxrandr2 %: dh $@ --with quilt --builddirectory=build/ -override_dh_auto_install: - dh_auto_install --destdir=debian/tmp - override_dh_install: - dh_install --sourcedir=debian/tmp --fail-missing -XlibXrandr.la + dh_install --fail-missing -XlibXrandr.la override_dh_strip: dh_strip --dbg-package=$(PACKAGE)-dbg commit fa2f79e63667694dd3f241ef24ba98c03f5c2f73 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:08:20 2016 +0100 debhelper enables autoreconf by default diff --git a/debian/changelog b/debian/changelog index cc742c0..f4d06cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium [ Emilio Pozuelo Monfort ] * Bump debhelper compat to 10. + + --with autoreconf is enabled by default now. Drop build-deps on + dh-autoreconf, automake and libtool. -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 diff --git a/debian/control b/debian/control index 19178d3..fd4bf48 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, # dpkg-buildflags --export=configure dpkg-dev (>= 1.16.1), libx11-dev (>= 1:0.99.2), @@ -14,8 +13,6 @@ Build-Depends: libxrender-dev (>= 1:0.9.0-2), pkg-config, quilt, - automake, - libtool, xutils-dev (>= 1:7.5+4), Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxrandr.git diff --git a/debian/rules b/debian/rules index 6133365..a52544a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ PACKAGE = libxrandr2 %: - dh $@ --with quilt,autoreconf --builddirectory=build/ + dh $@ --with quilt --builddirectory=build/ override_dh_auto_install: dh_auto_install --destdir=debian/tmp commit 11ba22986b12de23a9c026186001424611b4b777 Author: Emilio Pozuelo Monfort <po...@debian.org> Date: Wed Dec 7 00:07:02 2016 +0100 Bump debhelper compat to 10 diff --git a/debian/changelog b/debian/changelog index 8cd51ba..cc742c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium + [ Andreas Boll ] * New upstream release. - Fixes CVE-2016-7947 and CVE-2016-7948 (Closes: #840441). * Update d/upstream/signing-key.asc with Matthieu Herrb's key. * Update a bunch of URLs in packaging to https. * Bump Standards-Version to 3.9.8, no changes needed. + [ Emilio Pozuelo Monfort ] + * Bump debhelper compat to 10. + -- Andreas Boll <andreas.boll....@gmail.com> Fri, 07 Oct 2016 13:38:27 +0200 libxrandr (2:1.5.0-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 510e461..19178d3 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, # dpkg-buildflags --export=configure dpkg-dev (>= 1.16.1),