[aseprite] 01/07: Change get-orig-source rule to include simpleini in orig tarball.

Tobias Hansen thansen at moszumanska.debian.org
Thu Sep 3 23:15:21 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit ffd76ea9fe68eaccf7269a867d74d83b49926579
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Fri Sep 4 00:30:16 2015 +0200

    Change get-orig-source rule to include simpleini in orig tarball.
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index be8b898..6262088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,4 +62,9 @@ override_dh_installchangelogs:
 	dh_installchangelogs -k debian/upstream-changelog
 
 get-orig-source:
-	git archive --prefix=aseprite_$(VERSION)/ --format=tar v$(VERSION) $(ORIG_CONTENT) | gzip > ../aseprite_$(VERSIONFULL).orig.tar.gz
+	git archive --prefix=aseprite_$(VERSION)/ --format=tar v$(VERSION) $(ORIG_CONTENT) > aseprite_$(VERSIONFULL).orig.tar
+	cd third_party/simpleini && git archive  --prefix="aseprite_$(VERSION)/third_party/simpleini/" --format=tar HEAD > ../../simpleini.tar
+	tar -Af ../aseprite_$(VERSIONFULL).orig.tar aseprite_$(VERSIONFULL).orig.tar
+	tar -Af ../aseprite_$(VERSIONFULL).orig.tar simpleini.tar
+	gzip ../aseprite_$(VERSIONFULL).orig.tar
+	rm aseprite_$(VERSIONFULL).orig.tar simpleini.tar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list