[Pkg-xfce-commits] r1494 - desktop/trunk/xfce-mcs-manager/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Wed Dec 19 11:45:58 UTC 2007
Author: corsac
Date: 2007-12-19 11:45:58 +0000 (Wed, 19 Dec 2007)
New Revision: 1494
Modified:
desktop/trunk/xfce-mcs-manager/debian/changelog
desktop/trunk/xfce-mcs-manager/debian/control
desktop/trunk/xfce-mcs-manager/debian/rules
Log:
remove useless dpatch
Modified: desktop/trunk/xfce-mcs-manager/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/changelog 2007-12-19 11:45:19 UTC (rev 1493)
+++ desktop/trunk/xfce-mcs-manager/debian/changelog 2007-12-19 11:45:58 UTC (rev 1494)
@@ -1,3 +1,10 @@
+xfce-mcs-manager (4.4.2-2) UNRELEASED; urgency=low
+
+ * debian/rules: don't patch at build.
+ * debian/control: remove build-dep on dpatch.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 19 Dec 2007 08:38:53 +0100
+
xfce-mcs-manager (4.4.2-1) unstable; urgency=low
[ Yves-Alexis Perez ]
Modified: desktop/trunk/xfce-mcs-manager/debian/control
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/control 2007-12-19 11:45:19 UTC (rev 1493)
+++ desktop/trunk/xfce-mcs-manager/debian/control 2007-12-19 11:45:58 UTC (rev 1494)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Martin Loschwitz <madkiss at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.25), libgtk2.0-dev (>= 2.10.1), libxfce4mcs-dev (>= 4.4.2), libxfcegui4-dev (>= 4.4.2), libxft-dev, dpatch, chrpath
+Build-Depends: debhelper (>= 4.1.25), libgtk2.0-dev (>= 2.10.1), libxfce4mcs-dev (>= 4.4.2), libxfcegui4-dev (>= 4.4.2), libxft-dev, chrpath
Standards-Version: 3.7.2
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce-mcs-manager/
Modified: desktop/trunk/xfce-mcs-manager/debian/rules
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/rules 2007-12-19 11:45:19 UTC (rev 1493)
+++ desktop/trunk/xfce-mcs-manager/debian/rules 2007-12-19 11:45:58 UTC (rev 1494)
@@ -1,5 +1,4 @@
#!/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)
@@ -12,7 +11,7 @@
CFLAGS += -O2
endif
-config.status: patch configure
+config.status: configure
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-rpath --enable-final
@@ -25,7 +24,7 @@
$(MAKE)
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
More information about the Pkg-xfce-commits
mailing list