r51174 - in /desktop/unstable/gnome-dictionary/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Sep 27 15:44:48 UTC 2016


Author: ah
Date: Tue Sep 27 15:44:48 2016
New Revision: 51174

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51174
Log:
Use --fail-missing.

Modified:
    desktop/unstable/gnome-dictionary/debian/changelog
    desktop/unstable/gnome-dictionary/debian/rules

Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=51174&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] Tue Sep 27 15:44:48 2016
@@ -1,9 +1,10 @@
-gnome-dictionary (3.20.0-3) UNRELEASED; urgency=medium
+gnome-dictionary (3.20.0-3) unstable; urgency=medium
 
   * Convert from cdbs to dh.
   * Bump dh compat to 10
-
- -- Andreas Henriksson <andreas at fatal.se>  Tue, 27 Sep 2016 17:26:14 +0200
+  * Use --fail-missing.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 27 Sep 2016 17:43:03 +0200
 
 gnome-dictionary (3.20.0-2) unstable; urgency=medium
 

Modified: desktop/unstable/gnome-dictionary/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/rules?rev=51174&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/rules	[utf-8] Tue Sep 27 15:44:48 2016
@@ -15,3 +15,7 @@
 override_dh_makeshlibs:
 	dh_makeshlibs -p libgdict-1.0-10 -- -c4
 	dh_makeshlibs --remaining-packages
+
+override_dh_install:
+	find debian -name '*.la' -delete
+	dh_install --fail-missing




More information about the pkg-gnome-commits mailing list