[renpy] 68/146: Re-added get-orig-source
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository renpy.
commit 44cd7ca600308aa247c8fa72e6e8f7945b473ac6
Author: Miriam Ruiz <miriam at debian.org>
Date: Fri Aug 28 21:34:06 2009 +0000
Re-added get-orig-source
---
debian/changelog | 3 ++-
debian/rules | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d7d035c..95bc674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-renpy (6.9.3-1) unstable; urgency=low
+renpy (6.9.3.dfsg1-1) unstable; urgency=low
[ Miriam Ruiz ]
* New Upstream Release
@@ -6,6 +6,7 @@ renpy (6.9.3-1) unstable; urgency=low
for running from a portable storage device, and includes a rewritten
Ren'Py Launcher.
* Upgraded Standards Version to 3.8.3
+ * Added get-orig-source target
-- Miriam Ruiz <little_miry at yahoo.es> Fri, 28 Aug 2009 18:09:32 +0200
diff --git a/debian/rules b/debian/rules
index f83eb16..05e8ffa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,5 +138,25 @@ binary-arch: build install-arch
dh_md5sums -a
dh_builddeb -a
+VERSIONID=6.9.3
+
+get-orig-source:
+ rm -f renpy-$(VERSIONID)-sdk.tar.bz2
+ dget http://www.renpy.org/dl/$(VERSIONID)/renpy-$(VERSIONID)-sdk.tar.bz2
+ rm -rf renpy-$(VERSIONID)
+ tar xvfj renpy-$(VERSIONID)-sdk.tar.bz2
+ rm renpy-$(VERSIONID)-sdk.tar.bz2
+ cd renpy-$(VERSIONID) && rm -rf renpy.app lib jedit common
+ rm -rf `find renpy-$(VERSIONID) -name "*.exe"`
+ rm -rf `find renpy-$(VERSIONID) -name "*.dll"`
+ rm -rf `find renpy-$(VERSIONID) -name "*.lib"`
+ rm -rf `find renpy-$(VERSIONID) -name "*.pyc"`
+ rm -rf `find renpy-$(VERSIONID) -name "*.pyo"`
+ rm -rf `find renpy-$(VERSIONID) -name "*.so"`
+ rm -rf ../renpy-$(VERSIONID).dfsg1.orig.tar.gz
+ tar cvfz ../renpy-$(VERSIONID).dfsg1.orig.tar.gz renpy-$(VERSIONID)
+ rm -r renpy-$(VERSIONID)
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install-indep install-arch install configure get-doc
+.PHONY: get-orig-source
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git
More information about the Pkg-games-commits
mailing list