rev 8678 - kde-extras/libkdcraw/trunk/debian

Achim Bohnet ach-guest at alioth.debian.org
Mon Dec 31 14:38:27 UTC 2007


Author: ach-guest
Date: 2007-12-31 14:38:27 +0000 (Mon, 31 Dec 2007)
New Revision: 8678

Modified:
   kde-extras/libkdcraw/trunk/debian/changelog
   kde-extras/libkdcraw/trunk/debian/rules
Log:
  * debian/rules: use LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" to
    reference only to libs that are really needed. Dependency count
    drops from 25 to 6.
  * changelog cosmetics

Modified: kde-extras/libkdcraw/trunk/debian/changelog
===================================================================
--- kde-extras/libkdcraw/trunk/debian/changelog	2007-12-31 06:58:51 UTC (rev 8677)
+++ kde-extras/libkdcraw/trunk/debian/changelog	2007-12-31 14:38:27 UTC (rev 8678)
@@ -1,8 +1,5 @@
-libkdcraw (0.1.3-1) UNRELEASED; urgency=low
+libkdcraw (0.1.3-1) unstable; urgency=low
 
-  * NOT RELEASED yet
-    * TODO: relibtoolize
-
   * New upstream release
 
   [ Achim Bohnet ]
@@ -10,9 +7,12 @@
     + new, again DSFG compliant, dcwraw license.
     + upstream authors.
   * debian/control:
-    + use Vcs-* instead of XS-Vcs-*
-    + add new Homepage header field. Remove homepage URL from long the
-      description.
+    + use Vcs-* instead of XS-Vcs-* as Vcs-* are now official.
+    + add the new Homepage header field. Remove homepage URL from long
+      the description.
+  * debian/rules: use LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" to
+      reference only to libs that are really needed. Dependency count
+      drops from 25 to 6.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 29 Dec 2007 23:31:02 +0100
 

Modified: kde-extras/libkdcraw/trunk/debian/rules
===================================================================
--- kde-extras/libkdcraw/trunk/debian/rules	2007-12-31 06:58:51 UTC (rev 8677)
+++ kde-extras/libkdcraw/trunk/debian/rules	2007-12-31 14:38:27 UTC (rev 8678)
@@ -8,3 +8,4 @@
 
 # Add here any variable or target overrides you need.
 DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
+DEB_CONFIGURE_SCRIPT_ENV += CXXFLAGS="-fpermissive" LDFLAGS="-Wl,--no-undefined -Wl,--as-needed"




More information about the pkg-kde-commits mailing list