[Pkg-cups-devel] r584 - in cupsys/trunk: . debian debian/patches

Martin Pitt mpitt at alioth.debian.org
Tue Sep 11 20:03:21 UTC 2007


Author: mpitt
Date: Tue Sep 11 20:03:21 2007
New Revision: 584

Log:
* debian/rules: Use -Wl,--as-needed linker flag. This drops a few
  unnecessary dependencies and should make checklib much happier.

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/patches/cupsd.conf-AllowLocal.dpatch   (contents, props changed)
   cupsys/trunk/debian/patches/dont_force_ssl.dpatch   (contents, props changed)
   cupsys/trunk/debian/patches/freebsd.dpatch   (contents, props changed)
   cupsys/trunk/debian/patches/include_krb5_h_in_job_h.dpatch   (contents, props changed)
   cupsys/trunk/debian/patches/reactivate_recommended_driver.dpatch   (contents, props changed)
   cupsys/trunk/debian/patches/search_mime_files_in_usr_share.dpatch   (contents, props changed)
   cupsys/trunk/debian/rules

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Tue Sep 11 20:03:21 2007
@@ -6,8 +6,10 @@
     configure option actually work (taken from upstream SVN, STR#2488)
   * debian/rules: Add --enable-gssapi to ensure that the package is built with
     Kerberos support.
+  * debian/rules: Use -Wl,--as-needed linker flag. This drops a few
+    unnecessary dependencies and should make checklib much happier.
 
- -- Martin Pitt <mpitt at debian.org>  Tue, 11 Sep 2007 21:14:52 +0200
+ -- Martin Pitt <mpitt at debian.org>  Tue, 11 Sep 2007 22:02:26 +0200
 
 cupsys (1.3.0-3) unstable; urgency=low
 

Modified: cupsys/trunk/debian/patches/cupsd.conf-AllowLocal.dpatch
==============================================================================

Modified: cupsys/trunk/debian/patches/dont_force_ssl.dpatch
==============================================================================

Modified: cupsys/trunk/debian/patches/freebsd.dpatch
==============================================================================

Modified: cupsys/trunk/debian/patches/include_krb5_h_in_job_h.dpatch
==============================================================================

Modified: cupsys/trunk/debian/patches/reactivate_recommended_driver.dpatch
==============================================================================

Modified: cupsys/trunk/debian/patches/search_mime_files_in_usr_share.dpatch
==============================================================================

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Tue Sep 11 20:03:21 2007
@@ -25,6 +25,7 @@
 DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend-available
 DEB_DH_COMPRESS_ARGS := -Xusr/share/doc/cupsys/examples/scripting
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+LDFLAGS := -Wl,--as-needed
 
 clean::
 	rm -f man/client.conf.man packaging/cups.list



More information about the Pkg-cups-devel mailing list