[Pkg-xfce-commits] r2955 - desktop/trunk/xfce4-utils/debian

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


Author: corsac
Date: 2009-03-15 14:05:48 +0000 (Sun, 15 Mar 2009)
New Revision: 2955

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

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

Modified: desktop/trunk/xfce4-utils/debian/compat
===================================================================
--- desktop/trunk/xfce4-utils/debian/compat	2009-03-15 13:23:10 UTC (rev 2954)
+++ desktop/trunk/xfce4-utils/debian/compat	2009-03-15 14:05:48 UTC (rev 2955)
@@ -1 +1 @@
-4
+7

Modified: desktop/trunk/xfce4-utils/debian/control
===================================================================
--- desktop/trunk/xfce4-utils/debian/control	2009-03-15 13:23:10 UTC (rev 2954)
+++ desktop/trunk/xfce4-utils/debian/control	2009-03-15 14:05:48 UTC (rev 2955)
@@ -3,10 +3,10 @@
 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 (>= 6.0.7), libxfce4util-dev (>= 4.6.0),
+Build-Depends: debhelper (>= 7), libxfce4util-dev (>= 4.6.0),
  libxfcegui4-dev (>= 4.6.0), quilt, chrpath, intltool, 
   libgtk2.0-dev (>= 2.10.0)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-utils/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-utils/

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2009-03-15 13:23:10 UTC (rev 2954)
+++ desktop/trunk/xfce4-utils/debian/rules	2009-03-15 14:05:48 UTC (rev 2955)
@@ -5,6 +5,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
@@ -41,7 +42,7 @@
 	
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=`pwd`/debian/xfce4-utils




More information about the Pkg-xfce-commits mailing list