[Pkg-mono-svn-commits] rev 3147 - libgdiplus/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Wed May 16 21:18:59 UTC 2007


Author: slomo
Date: 2007-05-16 21:18:59 +0000 (Wed, 16 May 2007)
New Revision: 3147

Modified:
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/rules
Log:
  + debian/rules:
    - Remove Libs, Cflags and Requires fields from the pkg-config file.
      These are absolutely not necessary as this library is not for linking
      against it anyway and having these fields will only require
      development packages of some packages to be installed to use
      the pkg-config file. (Closes: #290492)

Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2007-05-16 21:13:51 UTC (rev 3146)
+++ libgdiplus/trunk/debian/changelog	2007-05-16 21:18:59 UTC (rev 3147)
@@ -6,6 +6,12 @@
       debian/libgdiplus.install,
       debian/libgdiplus.files:
       - Migrate from dh_movefiles to dh_install.
+    + debian/rules:
+      - Remove Libs, Cflags and Requires fields from the pkg-config file.
+        These are absolutely not necessary as this library is not for linking
+        against it anyway and having these fields will only require
+        development packages of some packages to be installed to use
+        the pkg-config file. (Closes: #290492)
 
  -- Sebastian Dröge <slomo at debian.org>  Wed, 16 May 2007 23:03:10 +0200
 

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2007-05-16 21:13:51 UTC (rev 3146)
+++ libgdiplus/trunk/debian/rules	2007-05-16 21:18:59 UTC (rev 3147)
@@ -30,7 +30,7 @@
 build-stamp: config.status
 	dh_testdir
 	$(MAKE)
-	perl -pe 's, ..top_builddir./cairo/src/libcairo.la, ,; s, -I..top_builddir.*-I..top_srcdir./cairo/src, ,;' -i libgdiplus.pc
+	perl -pe 's,^Requires:.*,,; s,^Libs:.*,,; s,^Cflags:.*,,;' -i libgdiplus.pc
 	touch build-stamp
 
 clean: unpatch




More information about the Pkg-mono-svn-commits mailing list