[Pkg-cvs-commits] r22 - in /trunk: changelog rules

zakame-guest at users.alioth.debian.org zakame-guest at users.alioth.debian.org
Sun Jun 11 14:59:14 UTC 2006


Author: zakame-guest
Date: Sun Jun 11 14:59:13 2006
New Revision: 22

URL: http://svn.debian.org/wsvn/?sc=1&rev=22
Log:
Fix #372627 (FTBFS on GNU/kFreeBSD)

Modified:
    trunk/changelog
    trunk/rules

Modified: trunk/changelog
URL: http://svn.debian.org/wsvn/trunk/changelog?rev=22&op=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sun Jun 11 14:59:13 2006
@@ -1,3 +1,12 @@
+cvs (1:1.12.13-4) unstable; urgency=low
+
+  [ Zak B. Elep ]
+  * debian/rules:
+    + Copy config.{guess,sub} to the (new) right location for
+      1.12.13, thanks to Petr Salinger. (Closes: #372627)
+
+ -- Zak B. Elep <zakame at spunge.org>  Sun, 11 Jun 2006 22:21:10 +0800
+
 cvs (1:1.12.13-3) unstable; urgency=low
 
   [ Steve McIntyre ]

Modified: trunk/rules
URL: http://svn.debian.org/wsvn/trunk/rules?rev=22&op=diff
==============================================================================
--- trunk/rules (original)
+++ trunk/rules Sun Jun 11 14:59:13 2006
@@ -39,9 +39,9 @@ $(STAMP_DIR)/stamp-configure: $(patched)
 	dh_testdir
 
 	-test -r /usr/share/misc/config.sub && \
-	cp -f /usr/share/misc/config.sub $(BUILD_TREE)/config.sub
+	cp -f /usr/share/misc/config.sub $(BUILD_TREE)/build-aux/config.sub
 	-test -r /usr/share/misc/config.guess && \
-	cp -f /usr/share/misc/config.guess $(BUILD_TREE)/config.guess
+	cp -f /usr/share/misc/config.guess $(BUILD_TREE)/build-aux/config.guess
 	cd $(BUILD_TREE) && CSH=/bin/csh ./configure --prefix=/usr \
 		--sysconfdir=/etc \
 		--mandir=/usr/share/man \




More information about the Pkg-cvs-commits mailing list