[Pkg-xfce-commits] r2274 - desktop/branches/svn-snapshots/exo/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Aug 24 15:02:24 UTC 2008


Author: corsac
Date: 2008-08-24 15:02:23 +0000 (Sun, 24 Aug 2008)
New Revision: 2274

Modified:
   desktop/branches/svn-snapshots/exo/debian/rules
Log:
remove unused patch targets


Modified: desktop/branches/svn-snapshots/exo/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/exo/debian/rules	2008-08-24 14:57:16 UTC (rev 2273)
+++ desktop/branches/svn-snapshots/exo/debian/rules	2008-08-24 15:02:23 UTC (rev 2274)
@@ -37,7 +37,7 @@
 major=`ls exo/.libs/lib*.so.* | \
  awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
-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 --libexecdir=/usr/lib/libexo-0.3-0 --enable-final --disable-gtk-doc --disable-python --enable-notifications
@@ -59,7 +59,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 




More information about the Pkg-xfce-commits mailing list