[aseprite] 50/51: Adjust debian/rules for new git submodule 'observable'.

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:19 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 a914bc2d88f52eacb70ca8d75d4428450fcfa3ec
Author: Tobias Hansen <thansen at debian.org>
Date:   Mon Jul 11 22:19:41 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 0b843b7..c3079b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ aseprite (1.1.6+ds-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Refresh patches.
+  * Adjust debian/rules for new git submodule 'observable'.
 
  -- Tobias Hansen <thansen at debian.org>  Mon, 11 Jul 2016 19:40:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 7d901d7..b67d6a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,10 +73,13 @@ get-orig-source:
 	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
+	git submodule update --init src/observable/
+	cd src/observable && git archive  --prefix="aseprite_$(VERSION)/src/observable/" --format=tar HEAD > ../../observable.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
+	tar -Af ../aseprite_$(VERSIONFULL).orig.tar observable.tar
 	gzip ../aseprite_$(VERSIONFULL).orig.tar
-	rm aseprite.tar simpleini.tar duktape.tar flic.tar clip.tar
+	rm aseprite.tar simpleini.tar duktape.tar flic.tar clip.tar observable.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