Closes: #478615: "pcsc-lite: bashism in debian/rules"

This commit is contained in:
Ludovic Rousseau 2008-05-06 13:03:17 +00:00
parent d6d377cae9
commit ef372fcc00
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ pcsc-lite (1.4.101-2) unstable; urgency=low
they are no more provided.
Closes: #479465: "pcscd: formaticc is not shipped, but description says
so"
* debian/rules: Closes: #478615: "pcsc-lite: bashism in debian/rules"
-- Ludovic Rousseau <rousseau@debian.org> Tue, 6 May 2008 14:57:38 +0200

2
debian/rules vendored
View File

@ -63,7 +63,7 @@ clean:
# Add here commands to clean up after the build process.
-test -e Makefile && \
$(MAKE) distclean
rm -f conftest{,.c,.o}
rm -f conftest.c conftest.o
-test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub config.sub
-test -r /usr/share/misc/config.guess && \