[Pkg-xfce-commits] r2960 - desktop/trunk/libxfcegui4/debian

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


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

Modified:
   desktop/trunk/libxfcegui4/debian/changelog
   desktop/trunk/libxfcegui4/debian/compat
   desktop/trunk/libxfcegui4/debian/control
   desktop/trunk/libxfcegui4/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 accordingly.
  - update standards version to 3.8.1.

Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	2009-03-15 14:15:10 UTC (rev 2959)
+++ desktop/trunk/libxfcegui4/debian/changelog	2009-03-15 14:15:41 UTC (rev 2960)
@@ -1,3 +1,16 @@
+libxfcegui4 (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 accordingly.
+    - update standards version to 3.8.1.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 15 Mar 2009 11:11:14 +0100
+
 libxfcegui4 (4.6.0-1) experimental; urgency=low
 
   [ Yves-Alexis Perez ]

Modified: desktop/trunk/libxfcegui4/debian/compat
===================================================================
--- desktop/trunk/libxfcegui4/debian/compat	2009-03-15 14:15:10 UTC (rev 2959)
+++ desktop/trunk/libxfcegui4/debian/compat	2009-03-15 14:15:41 UTC (rev 2960)
@@ -1 +1 @@
-5
+7

Modified: desktop/trunk/libxfcegui4/debian/control
===================================================================
--- desktop/trunk/libxfcegui4/debian/control	2009-03-15 14:15:10 UTC (rev 2959)
+++ desktop/trunk/libxfcegui4/debian/control	2009-03-15 14:15:41 UTC (rev 2960)
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Michael Casadevall <sonicmctails at gmail.com>
-Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev (>= 2.10.6), 
+Build-Depends: debhelper (>= 7.0.0), libgtk2.0-dev (>= 2.10.6), 
  libxfce4util-dev (>= 4.6.0), libxfconf-0-dev (>=4.6.0),
  libstartup-notification0-dev, quilt, libglade2-dev, libgladeui-1-dev, 
  intltool, chrpath
-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/libxfcegui4/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/libxfcegui4/

Modified: desktop/trunk/libxfcegui4/debian/rules
===================================================================
--- desktop/trunk/libxfcegui4/debian/rules	2009-03-15 14:15:10 UTC (rev 2959)
+++ desktop/trunk/libxfcegui4/debian/rules	2009-03-15 14:15:41 UTC (rev 2960)
@@ -5,6 +5,7 @@
 
 include /usr/share/quilt/quilt.make
 
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -16,7 +17,8 @@
 config.status: configure
 	
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+	./configure \
+    --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
     --sysconfdir=/etc --prefix=/usr --enable-final \
     --enable-startup-notification --enable-keyboard-library \
     --enable-gladeui --with-x
@@ -42,7 +44,7 @@
 	
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp




More information about the Pkg-xfce-commits mailing list