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

corsac at alioth.debian.org corsac at alioth.debian.org
Tue Oct 28 13:56:45 UTC 2008


Author: corsac
Date: 2008-10-28 13:56:45 +0000 (Tue, 28 Oct 2008)
New Revision: 2482

Removed:
   desktop/trunk/mousepad/debian/patches/
Modified:
   desktop/trunk/mousepad/debian/changelog
   desktop/trunk/mousepad/debian/control
   desktop/trunk/mousepad/debian/rules
Log:
* debian/patches:
  - 01_fix-recent-items-sort dropped, merged upstream.
* debian/control:
  - remove quilt from build-deps.
  - update standards version to 3.8.0.
  - add build-dep on intltoo.

Modified: desktop/trunk/mousepad/debian/changelog
===================================================================
--- desktop/trunk/mousepad/debian/changelog	2008-10-28 13:43:27 UTC (rev 2481)
+++ desktop/trunk/mousepad/debian/changelog	2008-10-28 13:56:45 UTC (rev 2482)
@@ -3,8 +3,14 @@
   * new upstream bugfix release.
   * debian/rules:
     - stop messing with config.{guess,sub}.
+  * debian/patches:
+    - 01_fix-recent-items-sort dropped, merged upstream.
+  * debian/control:
+    - remove quilt from build-deps.
+    - update standards version to 3.8.0.
+    - add build-dep on intltoo.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 28 Oct 2008 07:40:40 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 28 Oct 2008 14:50:13 +0100
 
 mousepad (0.2.13-2) unstable; urgency=low
 

Modified: desktop/trunk/mousepad/debian/control
===================================================================
--- desktop/trunk/mousepad/debian/control	2008-10-28 13:43:27 UTC (rev 2481)
+++ desktop/trunk/mousepad/debian/control	2008-10-28 13:56:45 UTC (rev 2482)
@@ -3,8 +3,9 @@
 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>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libxfcegui4-dev (>= 4.4.2), pkg-config, libxml-parser-perl, chrpath, quilt
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libxfcegui4-dev (>=
+ 4.4.2), pkg-config, libxml-parser-perl, chrpath, intltool
+Standards-Version: 3.8.0
 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	2008-10-28 13:43:27 UTC (rev 2481)
+++ desktop/trunk/mousepad/debian/rules	2008-10-28 13:56:45 UTC (rev 2482)
@@ -17,9 +17,7 @@
 	CFLAGS += -O2
 endif
 
-include /usr/share/quilt/quilt.make
-
-config.status: patch configure
+config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final
@@ -36,7 +34,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp mousepad.1




More information about the Pkg-xfce-commits mailing list