[aseprite] 246/250: Include flic in orig tarball.

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:36 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 4c20c219238b438c26a748ac59572acfaa579bc4
Author: Tobias Hansen <thansen at localhost.localdomain>
Date:   Wed Dec 16 13:48:29 2015 +0000

    Include flic in orig tarball.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2b98dc8..8b1718b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,8 +68,11 @@ get-orig-source:
 	cd third_party/simpleini && git archive  --prefix="aseprite_$(VERSION)/third_party/simpleini/" --format=tar HEAD > ../../simpleini.tar
 	git submodule update --init third_party/duktape/
 	cd third_party/duktape && git archive  --prefix="aseprite_$(VERSION)/third_party/duktape/" --format=tar HEAD > ../../duktape.tar
+	git submodule update --init src/flic/
+	cd src/flic && git archive  --prefix="aseprite_$(VERSION)/src/flic/" --format=tar HEAD > ../../flic.tar
 	tar -Af ../aseprite_$(VERSIONFULL).orig.tar aseprite.tar
 	tar -Af ../aseprite_$(VERSIONFULL).orig.tar simpleini.tar
 	tar -Af ../aseprite_$(VERSIONFULL).orig.tar duktape.tar
+	tar -Af ../aseprite_$(VERSIONFULL).orig.tar flic.tar
 	gzip ../aseprite_$(VERSIONFULL).orig.tar
-	rm aseprite.tar simpleini.tar duktape.tar
+	rm aseprite.tar simpleini.tar duktape.tar flic.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