r54624 - in /desktop/unstable/vte2.91/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 31 12:11:37 UTC 2017


Author: biebl
Date: Tue Oct 31 12:11:37 2017
New Revision: 54624

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54624
Log:
Use dh_missing to list uninstalled files

Modified:
    desktop/unstable/vte2.91/debian/changelog
    desktop/unstable/vte2.91/debian/control
    desktop/unstable/vte2.91/debian/rules

Modified: desktop/unstable/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/changelog?rev=54624&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/changelog	[utf-8] Tue Oct 31 12:11:37 2017
@@ -2,6 +2,7 @@
 
   * Convert from cdbs to dh
   * Bump debhelper compat level to 10 for automatic dh-autoreconf
+  * Use dh_missing to list uninstalled files
 
  -- Michael Biebl <biebl at debian.org>  Tue, 31 Oct 2017 12:44:49 +0100
 

Modified: desktop/unstable/vte2.91/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/control?rev=54624&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/control	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/control	[utf-8] Tue Oct 31 12:11:37 2017
@@ -8,7 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremy Bicha <jbicha at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3),
                gnome-pkg-tools (>= 0.10),
                gperf,
                libglib2.0-dev (>= 2.40.0),

Modified: desktop/unstable/vte2.91/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/rules?rev=54624&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/rules	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/rules	[utf-8] Tue Oct 31 12:11:37 2017
@@ -52,7 +52,11 @@
 	dh_makeshlibs --remaining-packages
 
 override_dh_install:
+	find debian/tmp -name '*.la' -print -delete
 	dh_install -p$(UDEB_PKG) --sourcedir=debian/tmp/udeb
-	dh_install --remaining --sourcedir=debian/tmp/deb --list-missing
+	dh_install --remaining --sourcedir=debian/tmp/deb
 	mv debian/libvte-2.91-common/etc/profile.d/vte.sh \
 		debian/libvte-2.91-common/etc/profile.d/vte-2.91.sh
+
+override_dh_missing:
+	dh_missing --list-missing




More information about the pkg-gnome-commits mailing list