[cpp-sp] 03/47: Fix the tarball name used by get-orig-source
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:41:31 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.1.dfsg1-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=fe7be2ff8d7c4e4f728f8fc58d2078c2fd59dc57
commit fe7be2ff8d7c4e4f728f8fc58d2078c2fd59dc57
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sat Aug 23 16:08:31 2008 -0700
Fix the tarball name used by get-orig-source
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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 41d1336..d870152 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list