[renpy] 28/146: Add Watch file Add comments in debian/rules for dynamic generation of RENPY_VERSION
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:02 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 82218077e7a5d104d7cf6f80be1f20344b966507
Author: persia-guest <persia-guest at example.com>
Date: Sat Nov 10 05:07:39 2007 +0000
Add Watch file
Add comments in debian/rules for dynamic generation of RENPY_VERSION
---
debian/changelog | 6 ++++++
debian/rules | 12 ++++++++++++
debian/watch | 3 +++
3 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 91aa04a..5cca293 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+renpy (6.3.1.ds1-2) UNRELEASED; urgency=low
+
+ * Add watch file
+
+ -- Emmet Hikory <emmet.hikory at gmail.com> Sat, 10 Nov 2007 13:39:59 +0900
+
renpy (6.3.1.ds1-1) unstable; urgency=low
* New Upstream Release.
diff --git a/debian/rules b/debian/rules
index 147f5ea..0f10390 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,7 +113,19 @@ binary-arch: build install-arch
dh_md5sums -a
dh_builddeb -a
+# Dynamic upstream renpy 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 renpy version assignment
RENPY_VERSION = 6.3.1
+
get-orig-source:
dh_testdir
dh_testroot
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8dd65e7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://www.renpy.org/wiki/renpy/releases/ .*dl\/[\d\.]*\/renpy-([\d\.]*)-full.tar.bz2
--
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