[Pkg-xfce-commits] r3579 - desktop/trunk/xfce4-panel/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Oct 16 10:12:29 UTC 2009


Author: corsac
Date: 2009-10-16 22:12:28 +0000 (Fri, 16 Oct 2009)
New Revision: 3579

Removed:
   desktop/trunk/xfce4-panel/debian/patches/
Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/control
   desktop/trunk/xfce4-panel/debian/rules
Log:
* New upstream release.
* debian/control:
  - update standards version to 3.8.3.
  - remove quilt build-dep.
* debian/patches:
  - 01_use-exo-open-for-terminal dropped, included upstream.
  - 02_fix-session-restart-command as well. 
* debian/rules:
  - drop quilt stuff.

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2009-10-11 13:00:48 UTC (rev 3578)
+++ desktop/trunk/xfce4-panel/debian/changelog	2009-10-16 22:12:28 UTC (rev 3579)
@@ -1,3 +1,17 @@
+xfce4-panel (4.6.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - update standards version to 3.8.3.
+    - remove quilt build-dep.
+  * debian/patches:
+    - 01_use-exo-open-for-terminal dropped, included upstream.
+    - 02_fix-session-restart-command as well. 
+  * debian/rules:
+    - drop quilt stuff.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 16 Oct 2009 23:56:24 +0200
+
 xfce4-panel (4.6.1-3) unstable; urgency=low
 
   * debian/patches/

Modified: desktop/trunk/xfce4-panel/debian/control
===================================================================
--- desktop/trunk/xfce4-panel/debian/control	2009-10-11 13:00:48 UTC (rev 3578)
+++ desktop/trunk/xfce4-panel/debian/control	2009-10-16 22:12:28 UTC (rev 3579)
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.6), bison,
  libxft-dev, libxml2-dev, chrpath, libxfce4util-dev (>= 4.6.0),
  libxfcegui4-dev (>= 4.6.0), libexo-0.3-dev (>= 0.3.100), libwnck-dev,
- libxml-parser-perl, intltool, quilt
-Standards-Version: 3.8.2
+ libxml-parser-perl, intltool
+Standards-Version: 3.8.3
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-panel/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-panel/

Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules	2009-10-11 13:00:48 UTC (rev 3578)
+++ desktop/trunk/xfce4-panel/debian/rules	2009-10-16 22:12:28 UTC (rev 3579)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+#include /usr/share/quilt/quilt.make
 
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -20,14 +20,14 @@
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-final --libexecdir=\$${prefix}/lib
 
-build: patch build-stamp
+build: build-stamp
 build-stamp: config.status
 	
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
 
-clean: unpatch
+clean:
 	
 	dh_testdir
 	dh_testroot




More information about the Pkg-xfce-commits mailing list