[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-5-17-g7b47b27

Russ Allbery rra at debian.org
Fri May 31 00:47:59 UTC 2013


The following commit has been merged in the master branch:
commit 77a063f35fd2593d578c3eca796f306ddbbbdbf3
Author: Russ Allbery <rra at debian.org>
Date:   Thu May 30 16:34:56 2013 -0700

    Update get-orig-source for 2.5.1, switch to xz compression
    
    Add a changelog entry for 2.5.1, switch the get-orig-source target
    to use xz compression, and update the naming of the unpacked
    directory created by the tarball.

diff --git a/debian/changelog b/debian/changelog
index ef3128f..00b36ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-shibboleth-sp2 (2.4.3+dfsg-6) UNRELEASED; urgency=low
+shibboleth-sp2 (2.5.1+dfsg-1) UNRELEASED; urgency=low
 
   * Remove the (undefined) warn_log destination from the default
     native.logger configuration file, restoring consistency with the
@@ -7,6 +7,7 @@ shibboleth-sp2 (2.4.3+dfsg-6) UNRELEASED; urgency=low
     on threshold.  The previous version of the file referenced a
     commented-out warn_log destination, which caused errors to be spammed
     to syslog.
+  * Switch repackaged upstream source to xz compression.
 
  -- Russ Allbery <rra at debian.org>  Sat, 03 Nov 2012 10:27:33 -0700
 
diff --git a/debian/rules b/debian/rules
index a375b2d..2d52877 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,12 +28,12 @@ get-orig-source:
 	wget $(URL)/$(VERSION)/shibboleth-sp-$(VERSION).tar.gz
 	tar xfz shibboleth-sp-$(VERSION).tar.gz
 	rm shibboleth-sp-$(VERSION).tar.gz
-	rm shibboleth-$(VERSION)/schemas/WS-Trust.xsd
-	mv shibboleth-$(VERSION) shibboleth-sp2_$(DEBVERS).orig
+	rm shibboleth-sp-$(VERSION)/schemas/WS-Trust.xsd
+	mv shibboleth-sp-$(VERSION) shibboleth-sp2_$(DEBVERS).orig
 	tar cf shibboleth-sp2_$(DEBVERS).orig.tar \
 	    shibboleth-sp2_$(DEBVERS).orig
 	rm -rf shibboleth-sp2_$(DEBVERS).orig
-	gzip -9 shibboleth-sp2_$(DEBVERS).orig.tar
+	xz shibboleth-sp2_$(DEBVERS).orig.tar
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list