r50252 - in /desktop/unstable/gtksourceview3/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 11:56:40 UTC 2016


Author: biebl
Date: Sat Sep 10 11:56:40 2016
New Revision: 50252

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

Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/rules

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=50252&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog	[utf-8] Sat Sep 10 11:56:40 2016
@@ -1,6 +1,7 @@
 gtksourceview3 (3.21.6-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Use dh_install --list-missing to show uninstalled files.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Sep 2016 13:49:33 +0200
 

Modified: desktop/unstable/gtksourceview3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/rules?rev=50252&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/rules	[utf-8] Sat Sep 10 11:56:40 2016
@@ -17,6 +17,9 @@
 		--enable-static \
 		--enable-glade-catalog
 
+override_dh_install:
+	dh_install --list-missing
+
 override_dh_makeshlibs:
 	dh_makeshlibs -V -- -c4
 




More information about the pkg-gnome-commits mailing list