[Pkg-xfce-commits] r2296 - desktop/branches/svn-snapshots/xfprint4/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Fri Sep 12 05:40:21 UTC 2008


Author: corsac
Date: 2008-09-12 05:40:20 +0000 (Fri, 12 Sep 2008)
New Revision: 2296

Modified:
   desktop/branches/svn-snapshots/xfprint4/debian/changelog
   desktop/branches/svn-snapshots/xfprint4/debian/control
   desktop/branches/svn-snapshots/xfprint4/debian/rules
Log:
debian/control: don't mess at all with config.{sub,guess}.

Modified: desktop/branches/svn-snapshots/xfprint4/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfprint4/debian/changelog	2008-09-12 05:23:50 UTC (rev 2295)
+++ desktop/branches/svn-snapshots/xfprint4/debian/changelog	2008-09-12 05:40:20 UTC (rev 2296)
@@ -7,8 +7,9 @@
     - remove references to mcs.
   * debian/patches:
     - 03_check-default-printer dropped, merged upstream.
+  * debian/control: don't mess at all with config.{sub,guess}.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 23 Aug 2008 22:38:37 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 12 Sep 2008 07:36:08 +0200
 
 xfprint4 (4.4.2-6) unstable; urgency=low
 

Modified: desktop/branches/svn-snapshots/xfprint4/debian/control
===================================================================
--- desktop/branches/svn-snapshots/xfprint4/debian/control	2008-09-12 05:23:50 UTC (rev 2295)
+++ desktop/branches/svn-snapshots/xfprint4/debian/control	2008-09-12 05:40:20 UTC (rev 2296)
@@ -3,7 +3,7 @@
 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.0.0), libgtk2.0-dev (>= 2.10.6), libxft-dev, a2ps, lpr, libcups2-dev, chrpath, sharutils, quilt, libxfcegui4-dev, libxfconf-0-dev
+Build-Depends: debhelper (>> 4.0.0), libgtk2.0-dev (>= 2.10.6), libxft-dev, a2ps, lpr, libcups2-dev, chrpath, sharutils, quilt, libxfcegui4-dev, libxfconf-0-dev, intltool
 Standards-Version: 3.8.0
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfprint4/

Modified: desktop/branches/svn-snapshots/xfprint4/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfprint4/debian/rules	2008-09-12 05:23:50 UTC (rev 2295)
+++ desktop/branches/svn-snapshots/xfprint4/debian/rules	2008-09-12 05:40:20 UTC (rev 2296)
@@ -25,13 +25,6 @@
 
 build: build-stamp
 build-stamp:  config.status
-	
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 
 	dh_testdir
 	$(MAKE)
@@ -45,13 +38,6 @@
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	rm -f config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	rm -f config.guess
-endif
-
 	dh_clean
 
 install: build




More information about the Pkg-xfce-commits mailing list