[cpp-sp] 01/09: Avoid brace expansion in debian/rules, dash does not like it.

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:40:58 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.0.dfsg1-3
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=8163f5886e3ba663640ca8a759d45e9083cd360f

commit 8163f5886e3ba663640ca8a759d45e9083cd360f
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Sat Aug 2 21:48:39 2008 +0200

    Avoid brace expansion in debian/rules, dash does not like it.
---
 debian/changelog | 9 ++++++++-
 debian/rules     | 3 ++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1148298..f8c0f4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at 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)
diff --git a/debian/rules b/debian/rules
index d4f60e9..9f2e68f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list