debian/rules: copy config.{sub,guess} at the correct place (instead of in

a non-existant build/ directory)
This commit is contained in:
Ludovic Rousseau 2009-07-28 21:33:24 +00:00
parent 704c0f4027
commit f5c6879efc
2 changed files with 5 additions and 3 deletions

4
debian/changelog vendored
View File

@ -6,8 +6,10 @@ ccid (1.3.11-1) unstable; urgency=low
(Closes: #537317)
* debian/control: Standards-Version: 3.7.3 -> 3.8.2, add support of noopt,
nostrip and parallel= in DEB_BUILD_OPTIONS
* debian/rules: copy config.{sub,guess} at the correct place (instead of in
a non-existant build/ directory)
-- Ludovic Rousseau <rousseau@debian.org> Tue, 28 Jul 2009 23:22:37 +0200
-- Ludovic Rousseau <rousseau@debian.org> Tue, 28 Jul 2009 23:31:51 +0200
ccid (1.3.10-1) unstable; urgency=low

4
debian/rules vendored
View File

@ -68,9 +68,9 @@ clean:
[ ! -f Makefile ] || $(MAKE) distclean
-test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub build/config.sub
cp -f /usr/share/misc/config.sub config.sub
-test -r /usr/share/misc/config.guess && \
cp -f /usr/share/misc/config.guess build/config.guess
cp -f /usr/share/misc/config.guess config.guess
dh_clean