[Pkg-xfce-commits] r2957 - desktop/trunk/gtk2-engines-xfce/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Mar 15 14:14:11 UTC 2009


Author: corsac
Date: 2009-03-15 14:14:10 +0000 (Sun, 15 Mar 2009)
New Revision: 2957

Modified:
   desktop/trunk/gtk2-engines-xfce/debian/changelog
   desktop/trunk/gtk2-engines-xfce/debian/compat
   desktop/trunk/gtk2-engines-xfce/debian/control
   desktop/trunk/gtk2-engines-xfce/debian/rules
Log:
* debian/rules:
  - add -Wl,--as-needed to LDFLAGS.
  - replace dh_clean -k by dh_prep.
* debian/compat: bump dh compatibility to 7.
* debian/control:
  - bump build-dep on dh accordingly.
  - update standards version to 3.8.1.

Modified: desktop/trunk/gtk2-engines-xfce/debian/changelog
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/changelog	2009-03-15 14:13:15 UTC (rev 2956)
+++ desktop/trunk/gtk2-engines-xfce/debian/changelog	2009-03-15 14:14:10 UTC (rev 2957)
@@ -2,8 +2,15 @@
 
   * Upload to unstable and mark fixed bugs as such:
     - xfce4-icon-theme dependency dropped.                      closes: #492007
+  * debian/rules:
+    - add -Wl,--as-needed to LDFLAGS.
+    - replace dh_clean -k by dh_prep.
+  * debian/compat: bump dh compatibility to 7.
+  * debian/control:
+    - bump build-dep on dh accordingly.
+    - update standards version to 3.8.1.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 07 Mar 2009 17:30:19 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 15 Mar 2009 10:43:49 +0100
 
 gtk2-engines-xfce (2.6.0-1) experimental; urgency=low
 

Modified: desktop/trunk/gtk2-engines-xfce/debian/compat
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/compat	2009-03-15 14:13:15 UTC (rev 2956)
+++ desktop/trunk/gtk2-engines-xfce/debian/compat	2009-03-15 14:14:10 UTC (rev 2957)
@@ -1 +1 @@
-4
+7

Modified: desktop/trunk/gtk2-engines-xfce/debian/control
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/control	2009-03-15 14:13:15 UTC (rev 2956)
+++ desktop/trunk/gtk2-engines-xfce/debian/control	2009-03-15 14:14:10 UTC (rev 2957)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev (>= 2.10.1), libx11-dev (> 2:1.0.0-6), chrpath
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.1), libx11-dev (> 2:1.0.0-6), chrpath
+Standards-Version: 3.8.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/gtk2-engines-xfce/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/gtk2-engines-xfce/

Modified: desktop/trunk/gtk2-engines-xfce/debian/rules
===================================================================
--- desktop/trunk/gtk2-engines-xfce/debian/rules	2009-03-15 14:13:15 UTC (rev 2956)
+++ desktop/trunk/gtk2-engines-xfce/debian/rules	2009-03-15 14:14:10 UTC (rev 2957)
@@ -9,6 +9,8 @@
 	CFLAGS += -O2
 endif
 
+LDFLAGS +=-Wl,-z,-defs -Wl,--as-needed
+
 configure: configure-stamp
 configure-stamp:
 	
@@ -38,7 +40,7 @@
 	
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	$(MAKE) install DESTDIR=`pwd`/debian/gtk2-engines-xfce
 




More information about the Pkg-xfce-commits mailing list