Avoid brace expansion in debian/rules, dash does not like it.
authorFerenc Wagner <wferi@niif.hu>
Sat, 2 Aug 2008 19:48:39 +0000 (21:48 +0200)
committerFerenc Wagner <wferi@niif.hu>
Sat, 2 Aug 2008 19:48:39 +0000 (21:48 +0200)
debian/changelog
debian/rules

index 1148298..f8c0f4e 100644 (file)
@@ -1,4 +1,11 @@
-shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
+shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
+
+  * Avoid brace expansion in debian/rules, dash does not like it.
+    (Closes: #493408)
+
+ -- Ferenc Wagner <wferi@niif.hu>  Sat, 02 Aug 2008 21:47:08 +0200
+
+shibboleth-sp2 (2.0.d fsg1-2) unstable; urgency=low
 
   * Apply upstream fix for variable sizes in the ODBC code.  Fixes a
     FTBFS on 64-bit platforms.  (Closes: #492101)
index d4f60e9..9f2e68f 100755 (executable)
@@ -84,7 +84,8 @@ install-stamp:
        dh_clean -k
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
        rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth
-       rm $(CURDIR)/debian/tmp/etc/shibboleth/*.{dist,config}
+       rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist
+       rm $(CURDIR)/debian/tmp/etc/shibboleth/*.config
        rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-osx.plist
        rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-redhat
        rm $(CURDIR)/debian/tmp/etc/shibboleth/sp-*.pem