From ef372fcc00ae6e05785c62bd88747d577a1b7fac Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 6 May 2008 13:03:17 +0000 Subject: [PATCH] Closes: #478615: "pcsc-lite: bashism in debian/rules" --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cf2ade3..f29c574 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 6 May 2008 14:57:38 +0200 diff --git a/debian/rules b/debian/rules index 950dc91..5ca3776 100755 --- a/debian/rules +++ b/debian/rules @@ -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 && \