r54630 - in /desktop/unstable/pango1.0/debian: changelog control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 31 14:42:14 UTC 2017


Author: biebl
Date: Tue Oct 31 14:42:14 2017
New Revision: 54630

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54630
Log:
Use dh_missing --fail-missing instead of dh_install --fail-missing

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/control.in
    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=54630&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog	[utf-8] Tue Oct 31 14:42:14 2017
@@ -6,6 +6,7 @@
 
   [ Michael Biebl ]
   * New upstream release
+  * Use dh_missing --fail-missing instead of dh_install --fail-missing
 
  -- Jeremy Bicha <jbicha at debian.org>  Sun, 01 Oct 2017 18:18:28 -0400
 

Modified: desktop/unstable/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control.in?rev=54630&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/control.in	[utf-8] Tue Oct 31 14:42:14 2017
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3),
                dpkg-dev (>= 1.17.14),
                fonts-cantarell <!nocheck>,
                gnome-pkg-tools (>= 0.11),

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=54630&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules	[utf-8] Tue Oct 31 14:42:14 2017
@@ -19,7 +19,11 @@
 		--enable-static
 
 override_dh_install:
-	dh_install -X.la --fail-missing
+	find debian/tmp -name '*.la' -print -delete
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V --add-udeb=libpango1.0-udeb -- -c4




More information about the pkg-gnome-commits mailing list