[Pkg-xfce-commits] r3397 - goodies/trunk/xfce4-places-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Aug 3 01:02:45 UTC 2009


Author: corsac
Date: 2009-08-03 13:02:45 +0000 (Mon, 03 Aug 2009)
New Revision: 3397

Removed:
   goodies/trunk/xfce4-places-plugin/debian/patches/
Modified:
   goodies/trunk/xfce4-places-plugin/debian/changelog
   goodies/trunk/xfce4-places-plugin/debian/control
   goodies/trunk/xfce4-places-plugin/debian/rules
Log:
* New upstream release.
* debian/patches:
  - 01_fix-segfault-exit dropped, included upstream.
  - 02_fix-xdg-icons as well. 
* debian/control:
  - drop build-dep on quilt.
  - add build-dep on intltool.
  - bump standards version to 3.8.2.
* debian/rules:
  - drop call to quilt rules.
  - drop calls to patch/unpatch targets.

Modified: goodies/trunk/xfce4-places-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/changelog	2009-08-03 12:57:22 UTC (rev 3396)
+++ goodies/trunk/xfce4-places-plugin/debian/changelog	2009-08-03 13:02:45 UTC (rev 3397)
@@ -1,9 +1,23 @@
-xfce4-places-plugin (1.1.0-4) UNRELEASED; urgency=low
+xfce4-places-plugin (1.2.0-1) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Fix Vcs-* fields, they were missing 'trunk' in the path.
 
- -- Evgeni Golov <evgeni at debian.org>  Thu, 11 Jun 2009 10:14:08 +0200
+  [ Yves-Alexis Perez ]
+  * New upstream release.
+  * debian/patches:
+    - 01_fix-segfault-exit dropped, included upstream.
+    - 02_fix-xdg-icons as well. 
+  * debian/control:
+    - drop build-dep on quilt.
+    - add build-dep on intltool.
+    - bump standards version to 3.8.2.
+  * debian/rules:
+    - drop call to quilt rules.
+    - drop calls to patch/unpatch targets.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 03 Aug 2009 14:42:50 +0200
+
 xfce4-places-plugin (1.1.0-3) unstable; urgency=low
 
   * debian/patches:

Modified: goodies/trunk/xfce4-places-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/control	2009-08-03 12:57:22 UTC (rev 3396)
+++ goodies/trunk/xfce4-places-plugin/debian/control	2009-08-03 13:02:45 UTC (rev 3397)
@@ -7,8 +7,8 @@
  libgtk2.0-dev (>= 2.6.0), libxfce4util-dev (>= 4.4.2),
  xfce4-panel-dev (>= 4.4.2), libxfcegui4-dev (>= 4.4.2),
  libthunar-vfs-1-dev (>= 0.4.0), libexo-0.3-dev (>= 0.3.4),
- libxml-parser-perl, quilt
-Standards-Version: 3.8.0
+ libxml-parser-perl, intltool
+Standards-Version: 3.8.2
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
 Vcs-Svn: svn://svn.debian.org/svn/pkg-xfce/goodies/trunk/xfce4-places-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-places-plugin/

Modified: goodies/trunk/xfce4-places-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/rules	2009-08-03 12:57:22 UTC (rev 3396)
+++ goodies/trunk/xfce4-places-plugin/debian/rules	2009-08-03 13:02:45 UTC (rev 3397)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/quilt/quilt.make
+#include /usr/share/quilt/quilt.make
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -10,7 +10,7 @@
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 
-config.status: patch configure
+config.status: configure
 	dh_testdir
 	./configure \
 		--host=$(DEB_HOST_GNU_TYPE) \
@@ -27,7 +27,7 @@
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 




More information about the Pkg-xfce-commits mailing list