[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-64-g8163f58

Ferenc Wagner wferi at niif.hu
Sat Aug 2 20:16:02 UTC 2008


The following commit has been merged in the debian branch:
commit 8163f5886e3ba663640ca8a759d45e9083cd360f
Author: Ferenc Wagner <wferi at niif.hu>
Date:   Sat Aug 2 21:48:39 2008 +0200

    Avoid brace expansion in debian/rules, dash does not like it.

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

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list