Drew Parsons pushed to branch debian-experimental at X Strike Force / lib / libxcursor
Commits: d1c4a82d by Drew Parsons at 2019-03-27T18:33:06Z specify dh $@ --with autoreconf - - - - - 3ed2600f by Drew Parsons at 2019-03-27T18:34:43Z use dh_missing --list-missing dh_install --list-missing is now deprecated - - - - - d7096199 by Drew Parsons at 2019-03-27T18:38:17Z update uscan paths in debian/watch - - - - - 3 changed files: - debian/changelog - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,9 @@ libxcursor (1:1.2.0-1) UNRELEASED; urgency=medium * New upstream release. * Standards-Version: 4.3.0 * debhelper compatibility level 12 + * specify dh $@ --with autoreconf + * use dh_missing --list-missing + * update uscan paths in debian/watch -- Drew Parsons <[email protected]> Thu, 28 Mar 2019 01:32:25 +0800 ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ PACKAGE = libxcursor1 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \ @@ -25,8 +25,8 @@ override_dh_clean: find -name Makefile.in -delete dh_clean -override_dh_install: - dh_install --list-missing --exclude=libXcursor.la +override_dh_missing: + dh_missing --list-missing --exclude=libXcursor.la override_dh_makeshlibs: dh_makeshlibs -V "libxcursor1 (>> 1.1.2)" --add-udeb=$(PACKAGE)-udeb ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ -#git=git://anongit.freedesktop.org/xorg/lib/libXcursor +#git=https://gitlab.freedesktop.org/xorg/lib/libxcursor version=3 -http://xorg.freedesktop.org/releases/individual/lib/ libXcursor-(.*)\.tar\.gz +https://www.x.org/releases/individual/lib/ libXcursor-(.*)\.tar\.gz View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxcursor/compare/78047aff7665323778bb4a1a18d69c5a278d6c4d...d70961996aeccb2d2a67965994041319f3f9f58c -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxcursor/compare/78047aff7665323778bb4a1a18d69c5a278d6c4d...d70961996aeccb2d2a67965994041319f3f9f58c You're receiving this email because of your account on salsa.debian.org.

