[renpy] 71/146: Fix watch file
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:08 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 86a1bf514ab76a040efc217c1d9c8c8eb780565e
Author: Miriam Ruiz <miriam at debian.org>
Date: Thu Apr 29 19:30:53 2010 +0000
Fix watch file
---
debian/changelog | 3 ++-
debian/rules | 2 +-
debian/watch | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 37c922f..707e14a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
renpy (6.10.2.dfsg1-1) UNRELEASED; urgency=low
[ Miriam Ruiz ]
- * New Upstream Release
+ * New Upstream Release. Closes: #579352
* Added libfribidi-dev to Build-Depends
* Upgraded Standards Version to 3.8.4
+ * Fixed debian/watch file. Thanks to Yan Morin. Closes: #530950
-- Miriam Ruiz <little_miry at yahoo.es> Thu, 29 Apr 2010 20:49:29 +0200
diff --git a/debian/rules b/debian/rules
index 6743990..a76d7ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ install-indep:
# Scripts that give additional features.
dh_install -prenpy template/* usr/share/games/renpy/template/
- dh_install -prenpy-demo demo/* usr/share/games/renpy/demo/
+ dh_install -prenpy-demo tutorial/* usr/share/games/renpy/demo/
chmod +x debian/renpy-demo.sh
dh_install -prenpy-demo debian/renpy-demo.sh usr/share/games/renpy/
diff --git a/debian/watch b/debian/watch
index fed78f1..f3b5e06 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
version=3
-opts="uversionmangle=s/-full//" \
+opts="dversionmangle=s/\.dfsg\d//" \
http://www.renpy.org/wiki/renpy/Download_Ren%27Py \
- .*dl\/[\d\.]*\/renpy-([\d\.]*)-full.tar.bz2
+ .*dl/[\d\.]*/renpy-([\d\.]*)-sdk\.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