r51555 - in /packages/unstable/anjuta-extras/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 26 15:13:05 UTC 2016


Author: biebl
Date: Wed Oct 26 15:13:05 2016
New Revision: 51555

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51555
Log:
Use --disable-static instead of building static libraries and removing
them later on.

Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/rules

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=51555&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog	[utf-8] Wed Oct 26 15:13:05 2016
@@ -3,6 +3,8 @@
   * Use the substvar mechanism to generate the package description. This
     simplifies debian/rules.
   * Convert from cdbs to dh.
+  * Use --disable-static instead of building static libraries and removing
+    them later on.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 26 Oct 2016 16:53:28 +0200
 

Modified: packages/unstable/anjuta-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/rules?rev=51555&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/rules	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/rules	[utf-8] Wed Oct 26 15:13:05 2016
@@ -7,9 +7,11 @@
 %:
 	dh $@ --with autotools_dev,gnome
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-static
+
 override_dh_install:
 	dh_install
-	find debian/anjuta-extras -name '*.a' -delete
 	find debian/anjuta-extras -name '*.la' -delete
 
 override_dh_gencontrol:




More information about the pkg-gnome-commits mailing list