[renpy] 52/146: Upstream tarball is shipped clean now. Removed unneccesary stuff.
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:05 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 9909414ad6aa635dc075486824ba9ab64c420a29
Author: Miriam Ruiz <miriam at debian.org>
Date: Thu Nov 13 10:23:54 2008 +0000
Upstream tarball is shipped clean now. Removed unneccesary stuff.
---
debian/changelog | 2 +-
debian/rules | 36 +-----------------------------------
2 files changed, 2 insertions(+), 36 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9e71f3f..2d0d86c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-renpy (6.8.0.dfsg1-1) UNRELEASED; urgency=low
+renpy (6.8.0-1) UNRELEASED; urgency=low
[ Miriam Ruiz ]
* New Upstream Release
diff --git a/debian/rules b/debian/rules
index 50eccbe..9f1e719 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ build-python%: configure-stamp
clean: configure
dh_testdir
dh_testroot
+ rm -rf `find . -name "*.rpyc"`
rm -f build-stamp configure-stamp
rm -f build-python* install-python*
cd module; python setup.py clean
@@ -129,40 +130,5 @@ binary-arch: build install-arch
dh_md5sums -a
dh_builddeb -a
-# Dynamic upstream Ren'Py version detection
-#
-# RENPY_VERSION = $(shell uscan --dehs --report-status | \
-# grep upstream-version | sed 's/<.*>\(.*\)<.*>/\1/g')
-#
-# Dynamic current renpy version detection
-#
-# RENPY_VERSION = $(shell head -1 debian/changelog | \
-# sed 's/.*(\(.*\)\.ds.*/\1/')
-#
-
-# Static Ren'Py version assignment
-#
-RENPY_VERSION = 6.8.0
-DEBIAN_VERSION = $(RENPY_VERSION).dfsg1
-
-get-orig-source:
- dh_testdir
- dh_testroot
- rm -rf "renpy-$(RENPY_VERSION)"
- echo "Downloading Ren'Py..."
- test -e "renpy-$(RENPY_VERSION)-full.tar.bz2" || \
- wget "http://www.renpy.org/dl/$(RENPY_VERSION)/renpy-$(RENPY_VERSION)-sdk.tar.bz2"
- tar xvfj "renpy-$(RENPY_VERSION)-sdk.tar.bz2"
- rm -f "renpy-$(RENPY_VERSION)-sdk.tar.bz2"
- rm -f "renpy_$(DEBIAN_VERSION).orig.tar.gz"
- cd "renpy-$(RENPY_VERSION)"; \
- rm -rf `find . -name "*.dll"` ; \
- rm -rf `find . -name "*.exe"` ; \
- rm -rf `find . -name "*.rpyc"` ; \
- rm -rf editor lib renpy.app renpy.code
- tar cvfz "renpy_$(DEBIAN_VERSION).orig.tar.gz" "renpy-$(RENPY_VERSION)"
- rm -rf "renpy-$(RENPY_VERSION)"
- mv "renpy_$(DEBIAN_VERSION).orig.tar.gz" ..
-
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install-indep install-arch install configure get-doc 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