[Pkg-xfce-commits] r2968 - desktop/trunk/mousepad/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Mon Mar 16 20:09:29 UTC 2009


Author: corsac
Date: 2009-03-16 20:09:29 +0000 (Mon, 16 Mar 2009)
New Revision: 2968

Modified:
   desktop/trunk/mousepad/debian/changelog
   desktop/trunk/mousepad/debian/compat
   desktop/trunk/mousepad/debian/control
   desktop/trunk/mousepad/debian/rules
Log:
* Upload to unstable.
* debian/rules:
  - -Wl,-z,defs -Wl,--as-needed added to LDFLAGS.
  - stop messing with config.{sub,guess}
  - replace dh_clean -k by dh_prep.
* debian/compat bumped to 7.
* debian/control:
  - update standards version to 3.8.1.
  - update debhelper build-dep to 7. 

Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog	2009-03-16 07:27:45 UTC (rev 2967)
+++ desktop/trunk/mousepad/debian/changelog	2009-03-16 20:09:29 UTC (rev 2968)
@@ -1,3 +1,17 @@
+mousepad (0.2.16-2) UNRELEASED; urgency=low
+
+  * Upload to unstable.
+  * debian/rules:
+    - -Wl,-z,defs -Wl,--as-needed added to LDFLAGS.
+    - stop messing with config.{sub,guess}
+    - replace dh_clean -k by dh_prep.
+  * debian/compat bumped to 7.
+  * debian/control:
+    - update standards version to 3.8.1.
+    - update debhelper build-dep to 7. 
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 16 Mar 2009 21:08:52 +0100
+
 mousepad (0.2.16-1) experimental; urgency=low
 
   * New upstream release.

Modified: desktop/trunk/mousepad/debian/compat
===================================================================
--- desktop/trunk/mousepad/debian/compat	2009-03-16 07:27:45 UTC (rev 2967)
+++ desktop/trunk/mousepad/debian/compat	2009-03-16 20:09:29 UTC (rev 2968)
@@ -1 +1 @@
-4
+7

Modified: desktop/trunk/mousepad/debian/control
===================================================================
--- desktop/trunk/mousepad/debian/control	2009-03-16 07:27:45 UTC (rev 2967)
+++ desktop/trunk/mousepad/debian/control	2009-03-16 20:09:29 UTC (rev 2968)
@@ -4,9 +4,9 @@
 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.0.0), docbook-to-man, 
+Build-Depends: debhelper (>= 7), docbook-to-man, 
  libxfcegui4-dev (>= 4.6.0), pkg-config, libxml-parser-perl, chrpath, intltool
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/mousepad/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/mousepad/
 

Modified: desktop/trunk/mousepad/debian/rules
===================================================================
--- desktop/trunk/mousepad/debian/rules	2009-03-16 07:27:45 UTC (rev 2967)
+++ desktop/trunk/mousepad/debian/rules	2009-03-16 20:09:29 UTC (rev 2968)
@@ -9,6 +9,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
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -43,19 +44,13 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 
 	dh_clean 
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/mousepad.




More information about the Pkg-xfce-commits mailing list