[aseprite] 127/128: Adjust debian/rules for new git submodule 'clip'.

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:31 UTC 2016


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

thansen pushed a commit to branch master
in repository aseprite.

commit 10c42c0381825835ed968240fc5ed8cec32dd496
Author: Tobias Hansen <thansen at debian.org>
Date:   Mon May 9 22:01:56 2016 +0100

    Adjust debian/rules for new git submodule 'clip'.
---
 debian/copyright | 1 +
 debian/rules     | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 23f941e..0549138 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License: GPL-2+
 
 Files: src/base/*
        src/cfg/*
+       src/clip/*
        src/css/*
        src/doc/*
        src/flic/*
diff --git a/debian/rules b/debian/rules
index 9d73617..7d901d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,9 +71,12 @@ get-orig-source:
 	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
+	git submodule update --init src/clip/
+	cd src/clip && git archive  --prefix="aseprite_$(VERSION)/src/clip/" --format=tar HEAD > ../../clip.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
+	tar -Af ../aseprite_$(VERSIONFULL).orig.tar clip.tar
 	gzip ../aseprite_$(VERSIONFULL).orig.tar
-	rm aseprite.tar simpleini.tar duktape.tar flic.tar
+	rm aseprite.tar simpleini.tar duktape.tar flic.tar clip.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