Fix the tarball name used by get-orig-source
authorRuss Allbery <rra@debian.org>
Sat, 23 Aug 2008 23:08:31 +0000 (16:08 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 23 Aug 2008 23:08:31 +0000 (16:08 -0700)
The package name in Debian is shibboleth-sp2, so use that as the tarball
name when repackaging even though the upstream download is just
shibboleth-sp.

debian/rules

index 41d1336..d870152 100755 (executable)
@@ -37,11 +37,11 @@ get-orig-source:
        tar xfz shibboleth-sp-$(VERSION).tar.gz
        rm shibboleth-sp-$(VERSION).tar.gz
        rm shibboleth-$(VERSION)/schemas/WS-Trust.xsd
-       mv shibboleth-$(VERSION) shibboleth-sp_$(VERSION).$(DEBVERS).orig
+       mv shibboleth-$(VERSION) shibboleth-sp2_$(VERSION).$(DEBVERS).orig
        tar cf shibboleth-sp2_$(VERSION).$(DEBVERS).orig.tar \
-           shibboleth-sp_$(VERSION).$(DEBVERS).orig
-       rm -r shibboleth-sp_$(VERSION).$(DEBVERS).orig
-       gzip -9 shibboleth-sp_$(VERSION).$(DEBVERS).orig.tar
+           shibboleth-sp2_$(VERSION).$(DEBVERS).orig
+       rm -r shibboleth-sp2_$(VERSION).$(DEBVERS).orig
+       gzip -9 shibboleth-sp2_$(VERSION).$(DEBVERS).orig.tar
 
 configure: configure-stamp
 configure-stamp: