[Pkg-xfce-commits] r2460 - desktop/trunk/xfce-mcs-plugins/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Tue Oct 28 07:42:17 UTC 2008


Author: corsac
Date: 2008-10-28 07:42:17 +0000 (Tue, 28 Oct 2008)
New Revision: 2460

Removed:
   desktop/trunk/xfce-mcs-plugins/debian/patches/
Modified:
   desktop/trunk/xfce-mcs-plugins/debian/changelog
   desktop/trunk/xfce-mcs-plugins/debian/control
   desktop/trunk/xfce-mcs-plugins/debian/rules
Log:
* new upstream bugfix release
  - update standards version to 3.8.0.
  - add build-dep on intltool.
  - remove build-dep on dpatch.
* debian/patches:
  - 01_mouse_plugin_memory_fix dropped, merged upstream.
  - 02_fix-mouse-plugin-xinput as well. 
* debian/rules: remove patching stuff.

Modified: desktop/trunk/xfce-mcs-plugins/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/changelog	2008-10-28 07:42:08 UTC (rev 2459)
+++ desktop/trunk/xfce-mcs-plugins/debian/changelog	2008-10-28 07:42:17 UTC (rev 2460)
@@ -1,11 +1,19 @@
-xfce-mcs-plugins (4.4.2-5) UNRELEASED; urgency=low
+xfce-mcs-plugins (4.4.3-1) UNRELEASED; urgency=low
 
+  * new upstream bugfix release
   * debian/control: 
     - Recommends: aumix so sound buttons work out of the box on
       concerned installs.
     - Recommends: x11-utils for xkill shortcut.
+    - update standards version to 3.8.0.
+    - add build-dep on intltool.
+    - remove build-dep on dpatch.
+  * debian/patches:
+    - 01_mouse_plugin_memory_fix dropped, merged upstream.
+    - 02_fix-mouse-plugin-xinput as well. 
+  * debian/rules: remove patching stuff.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 03 Oct 2008 11:35:20 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 28 Oct 2008 08:19:39 +0100
 
 xfce-mcs-plugins (4.4.2-4) unstable; urgency=low
 

Modified: desktop/trunk/xfce-mcs-plugins/debian/control
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/control	2008-10-28 07:42:08 UTC (rev 2459)
+++ desktop/trunk/xfce-mcs-plugins/debian/control	2008-10-28 07:42:17 UTC (rev 2460)
@@ -3,8 +3,10 @@
 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>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, xfce4-mcs-manager-dev (>= 4.4.2), libxft-dev, libxrandr-dev, libxrender-dev, libxxf86vm-dev, chrpath, dpatch, libxxf86misc-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 4.1.26), libgtk2.0-dev, 
+ xfce4-mcs-manager-dev (>= 4.4.2), libxft-dev, libxrandr-dev, libxrender-dev, 
+ libxxf86vm-dev, chrpath, libxxf86misc-dev, intltool
+Standards-Version: 3.8.0
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce-mcs-plugins/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce-mcs-plugins/

Modified: desktop/trunk/xfce-mcs-plugins/debian/rules
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/rules	2008-10-28 07:42:08 UTC (rev 2459)
+++ desktop/trunk/xfce-mcs-plugins/debian/rules	2008-10-28 07:42:17 UTC (rev 2460)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpatch/dpatch.make
-
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -19,14 +17,13 @@
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-xf86misc --prefix=/usr --mandir=\$${prefix}/share/man --enable-final
 
 build: build-stamp
-build-stamp: config.status patch-stamp
+build-stamp: config.status
 	
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
 
-clean: clean1 unpatch
-clean1:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 




More information about the Pkg-xfce-commits mailing list