r52856 - in /desktop/unstable/pango1.0/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sat Aug 19 14:02:35 UTC 2017


Author: jbicha-guest
Date: Sat Aug 19 14:02:34 2017
New Revision: 52856

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

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=52856&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog	[utf-8] Sat Aug 19 14:02:34 2017
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Bump Standards-Version to 4.0.1.
+  * Don't build or install static library.
   * Add fix-sentence-break-function.patch:
     - Fix regression caught by gtk3 build tests (LP: #1709225)
 

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=52856&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules	[utf-8] Sat Aug 19 14:02:34 2017
@@ -15,11 +15,9 @@
 	dh_auto_configure -- \
 		--libexecdir=\$${prefix}/lib/pango1.0 \
 		--with-html-dir=\$${prefix}/share/doc/libpango1.0-doc \
-		--enable-installed-tests \
-		--enable-static
+		--enable-installed-tests
 
 override_dh_install:
-	find debian -name '*.a' -delete
 	dh_install -X.la --fail-missing
 
 override_dh_makeshlibs:




More information about the pkg-gnome-commits mailing list