r45478 - in /desktop/unstable/gnome-maps/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Jul 4 13:19:10 UTC 2015


Author: biebl
Date: Sat Jul  4 13:19:10 2015
New Revision: 45478

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45478
Log:
Exclude the package private libgnome-maps.so library from dh_makeshlibs
and remove the unnecessary .a and .la files.

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

Modified: desktop/unstable/gnome-maps/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/changelog?rev=45478&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/changelog	[utf-8] Sat Jul  4 13:19:10 2015
@@ -3,6 +3,8 @@
   [ Michael Biebl ]
   * New upstream release.
   * Update debian/copyright to make it compliant with version 1.0 of the spec.
+  * Exclude the package private libgnome-maps.so library from dh_makeshlibs
+    and remove the unnecessary .a and .la files.
 
   [ Jackson Doak ]
   * Update Build-depends:

Modified: desktop/unstable/gnome-maps/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-maps/debian/rules?rev=45478&op=diff
==============================================================================
--- desktop/unstable/gnome-maps/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-maps/debian/rules	[utf-8] Sat Jul  4 13:19:10 2015
@@ -6,3 +6,10 @@
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/gnome-maps -name *.la -delete -o -name *.a -delete
+
+override_dh_makeshlibs:
+	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-maps




More information about the pkg-gnome-commits mailing list