[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#374048: sourcenav: FTBFS: bahisms in debian/rules



tags 374048 + patch
thanks

Hi.

I attached patch. This patch use cp/rm command with file name instead of patterns.

Cheers.
-- 
/*
 * Masami Ichikawa
 * mailto: hangar-18@mub.biglobe.ne.jp
 *       : masami256@gmail.com
 */
--- orig/sourcenav-5.1.4/debian/rules	2006-09-16 01:03:11.000000000 +0900
+++ new/sourcenav-5.1.4/debian/rules	2006-09-16 01:00:58.000000000 +0900
@@ -21,7 +21,8 @@
 configure-stamp:
 	dh_testdir
 	# commands to configure the package.
-	cp -f /usr/share/misc/config.{sub,guess} $(srcdir)
+	cp -f /usr/share/misc/config.sub $(srcdir)
+	cp -f /usr/share/misc/config.guess $(srcdir)
 	-mkdir $(builddir)
 	cd $(builddir); $(srcdir)/configure \
 	--prefix=/usr/lib/sourcenav --mandir=/usr/share/man \
@@ -42,8 +43,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f install-stamp build-stamp configure-stamp
-	rm -f $(srcdir)/config.{sub,guess}
-
+	rm -f $(srcdir)/config.sub
+	rm -f $(srcdir)/config.guess
 	# Add here commands to clean up after the build process.
 #	cd $(builddir); $(MAKE) distclean
 	rm -rf $(builddir)/*

Reply to: