r51118 - in /desktop/unstable/pango1.0/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Sep 22 17:18:59 UTC 2016
Author: biebl
Date: Thu Sep 22 17:18:58 2016
New Revision: 51118
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51118
Log:
Use dh_install --list-missing to show uninstalled files.
Modified:
desktop/unstable/pango1.0/debian/changelog
desktop/unstable/pango1.0/debian/rules
Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=51118&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog [utf-8] Thu Sep 22 17:18:58 2016
@@ -8,6 +8,7 @@
modules system has been dropped.
* Convert from cdbs to dh.
* Bump debhelper compat level to 10.
+ * Use dh_install --list-missing to show uninstalled files.
-- Michael Biebl <biebl at debian.org> Thu, 22 Sep 2016 17:22:03 +0200
Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=51118&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules [utf-8] Thu Sep 22 17:18:58 2016
@@ -17,5 +17,8 @@
--enable-installed-tests \
--enable-static
+override_dh_install:
+ dh_install -X.la --list-missing
+
override_dh_makeshlibs:
dh_makeshlibs -V --add-udeb=libpango1.0-udeb -- -c4
More information about the pkg-gnome-commits
mailing list