r49429 - in /desktop/unstable/gnome-calculator/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Aug 7 12:58:31 UTC 2016


Author: biebl
Date: Sun Aug  7 12:58:31 2016
New Revision: 49429

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49429
Log:
Don't build static libraries.

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

Modified: desktop/unstable/gnome-calculator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calculator/debian/changelog?rev=49429&op=diff
==============================================================================
--- desktop/unstable/gnome-calculator/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-calculator/debian/changelog	[utf-8] Sun Aug  7 12:58:31 2016
@@ -1,3 +1,9 @@
+gnome-calculator (3.20.2-2) UNRELEASED; urgency=medium
+
+  * Don't build static libraries.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 07 Aug 2016 14:57:18 +0200
+
 gnome-calculator (3.20.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-calculator/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calculator/debian/rules?rev=49429&op=diff
==============================================================================
--- desktop/unstable/gnome-calculator/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-calculator/debian/rules	[utf-8] Sun Aug  7 12:58:31 2016
@@ -8,6 +8,9 @@
 %:
 	dh $@ --with autoreconf,gnome
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-static
+
 override_dh_install:
 	dh_install
 	find debian/gnome-calculator -name '*.la' -delete




More information about the pkg-gnome-commits mailing list