debian/changelog | 12 ++++++++++-- debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 14 insertions(+), 3 deletions(-)
New commits: commit e543abbd2767157f0b4fb5a1fb8163959675c979 Author: Drew Parsons <[email protected]> Date: Thu Aug 24 14:56:16 2017 +0800 upload 1:1.1.14-3 to unstable diff --git a/debian/changelog b/debian/changelog index 4d2138b..d9de181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -libxcursor (1:1.1.14-3) UNRELEASED; urgency=medium +libxcursor (1:1.1.14-3) unstable; urgency=medium - [ Drew Parsons ] * Team upload. + + [ Drew Parsons ] * debian/control Homepage: https://www.x.org * Standards-Version: 4.1.0 @@ -10,7 +11,7 @@ libxcursor (1:1.1.14-3) UNRELEASED; urgency=medium called with an incomplete package name for the udeb, which breaks reverse dependencies (Closes: #873041). - -- Drew Parsons <[email protected]> Sun, 20 Aug 2017 13:54:29 +0800 + -- Drew Parsons <[email protected]> Thu, 24 Aug 2017 14:55:44 +0800 libxcursor (1:1.1.14-2) unstable; urgency=medium commit 799ba9417b905d7fd83c0d5d71af8a66784678b1 Author: Drew Parsons <[email protected]> Date: Thu Aug 24 14:55:35 2017 +0800 Standards-Version: 4.1.0 diff --git a/debian/changelog b/debian/changelog index b1402c0..4d2138b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libxcursor (1:1.1.14-3) UNRELEASED; urgency=medium [ Drew Parsons ] * Team upload. * debian/control Homepage: https://www.x.org + * Standards-Version: 4.1.0 [ Cyril Brulebois ] * debian/rules: Set PACKAGE to libxcursor1. Otherwise dh_makeshlibs is diff --git a/debian/control b/debian/control index 6a35e42..aa0de7a 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: automake, libtool, xutils-dev (>= 1:7.5+4), -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 Homepage: https://www.x.org Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxcursor Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxcursor.git commit ce4a8be423957ac8b84f0f79631f8bececa1c317 Author: Drew Parsons <[email protected]> Date: Thu Aug 24 14:47:18 2017 +0800 debian/rules: Set PACKAGE to libxcursor1 (Closes: #873041). Otherwise dh_makeshlibs is called with an incomplete package name for the udeb, which breaks reverse dependencies. Thanks Cyril Brulebois. diff --git a/debian/changelog b/debian/changelog index 9ccc9f8..b1402c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ libxcursor (1:1.1.14-3) UNRELEASED; urgency=medium + [ Drew Parsons ] * Team upload. * debian/control Homepage: https://www.x.org + [ Cyril Brulebois ] + * debian/rules: Set PACKAGE to libxcursor1. Otherwise dh_makeshlibs is + called with an incomplete package name for the udeb, which breaks + reverse dependencies (Closes: #873041). + -- Drew Parsons <[email protected]> Sun, 20 Aug 2017 13:54:29 +0800 libxcursor (1:1.1.14-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 61ad145..3619536 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f + +PACKAGE = libxcursor1 + %: dh $@

