[Pkg-xfce-commits] r2958 - desktop/trunk/libxfce4util/debian

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


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

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

Modified: desktop/trunk/libxfce4util/debian/changelog
===================================================================
--- desktop/trunk/libxfce4util/debian/changelog	2009-03-15 14:14:10 UTC (rev 2957)
+++ desktop/trunk/libxfce4util/debian/changelog	2009-03-15 14:14:39 UTC (rev 2958)
@@ -1,3 +1,16 @@
+libxfce4util (4.6.0-2) UNRELEASED; urgency=low
+
+  * Upload to unstable.
+  * debian/compat: bump to 7.
+  * debian/control:
+    - update build-dep on dh to 7 accordingly.
+    - update standards version to 3.8.1.
+  * debian/rules:
+    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
+    - replace dh_clean -k by dh_prep. 
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 15 Mar 2009 10:59:15 +0100
+
 libxfce4util (4.6.0-1) experimental; urgency=low
 
   [ Xfce 4.6 Alpha “Pinkie”]

Modified: desktop/trunk/libxfce4util/debian/compat
===================================================================
--- desktop/trunk/libxfce4util/debian/compat	2009-03-15 14:14:10 UTC (rev 2957)
+++ desktop/trunk/libxfce4util/debian/compat	2009-03-15 14:14:39 UTC (rev 2958)
@@ -1 +1 @@
-5
+7

Modified: desktop/trunk/libxfce4util/debian/control
===================================================================
--- desktop/trunk/libxfce4util/debian/control	2009-03-15 14:14:10 UTC (rev 2957)
+++ desktop/trunk/libxfce4util/debian/control	2009-03-15 14:14:39 UTC (rev 2958)
@@ -3,8 +3,8 @@
 Section: libs
 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 (>> 5.0.0), libglib2.0-dev, chrpath, quilt
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7.0.0), libglib2.0-dev, chrpath, quilt
+Standards-Version: 3.8.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/libxfce4util/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/libxfce4util/

Modified: desktop/trunk/libxfce4util/debian/rules
===================================================================
--- desktop/trunk/libxfce4util/debian/rules	2009-03-15 14:14:10 UTC (rev 2957)
+++ desktop/trunk/libxfce4util/debian/rules	2009-03-15 14:14:39 UTC (rev 2958)
@@ -10,6 +10,7 @@
 else
 	CFLAGS += -O2
 endif
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 patch: patch-stamp
 patch-stamp:
@@ -48,7 +49,7 @@
 	
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp




More information about the Pkg-xfce-commits mailing list