[Pkg-utopia-commits] r1978 - in /packages/experimental/policykit-gnome/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Dec 20 19:35:13 UTC 2007


Author: biebl
Date: Thu Dec 20 19:35:13 2007
New Revision: 1978

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1978
Log:
    file.
* debian/rules
  - Use -Wl,-z,defs to detect undefined symbols in object files.

Modified:
    packages/experimental/policykit-gnome/debian/changelog
    packages/experimental/policykit-gnome/debian/rules

Modified: packages/experimental/policykit-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit-gnome/debian/changelog?rev=1978&op=diff
==============================================================================
--- packages/experimental/policykit-gnome/debian/changelog (original)
+++ packages/experimental/policykit-gnome/debian/changelog Thu Dec 20 19:35:13 2007
@@ -10,9 +10,11 @@
     - libpolkit-gnome uses libpolkit-grant, so we have to link against it.
   * debian/patches/02-desktop_file_categories.patch
     - Set the correct categories in the polkit-gnome-authorization desktop
-      file. 
+      file.
+  * debian/rules
+    - Use -Wl,-z,defs to detect undefined symbols in object files.
 
- -- Michael Biebl <biebl at debian.org>  Thu, 20 Dec 2007 20:29:09 +0100
+ -- Michael Biebl <biebl at debian.org>  Thu, 20 Dec 2007 20:33:36 +0100
 
 policykit-gnome (0.6-1) experimental; urgency=low
 

Modified: packages/experimental/policykit-gnome/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/policykit-gnome/debian/rules?rev=1978&op=diff
==============================================================================
--- packages/experimental/policykit-gnome/debian/rules (original)
+++ packages/experimental/policykit-gnome/debian/rules Thu Dec 20 19:35:13 2007
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
   
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_DESTDIR := $(CURDIR)/debian/tmp
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-examples
 




More information about the Pkg-utopia-commits mailing list