[renpy] 90/146: Prepare release
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:10 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 dd3962b67f97c3beb22b23247886ca0541e1fe82
Author: Miriam Ruiz <miriam at debian.org>
Date: Fri Jun 1 23:56:00 2012 +0000
Prepare release
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/rules | 10 ++++++++--
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 05bf515..9041205 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-renpy (6.13.12-1) UNRELEASED; urgency=low
+renpy (6.13.12-1) unstable; urgency=low
[ Miriam Ruiz ]
* New Upstream Release
* Refreshed patches
* Upgraded Standards-Version from 3.9.2 to 3.9.3
+ * Added build-indep and build-arch targets
-- Miriam Ruiz <little_miry at yahoo.es> Sat, 02 Jun 2012 01:07:45 +0200
diff --git a/debian/control b/debian/control
index e498c1e..0e83d67 100644
--- a/debian/control
+++ b/debian/control
@@ -80,7 +80,7 @@ Description: framework for developing visual-novel type games - demo
Package: renpy-thequestion
Architecture: all
Depends: renpy (= ${source:Version}), ${python:Depends}, ${misc:Depends}
-Description: the question, a simple and complete Ren'Py game
+Description: simple and complete Ren'Py game
Ren'Py is a programming language and runtime, intended to ease the creation
of visual-novel type games. It contains features that make it easy to
display thoughts, dialogue, and menus; to display images to the user; to
diff --git a/debian/rules b/debian/rules
index 48fd362..60c52c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,12 @@ configure-stamp:
chmod +x renpy.py
touch configure-stamp
+build-arch: build-stamp
+
+build-indep: build-stamp
+
+build: build-arch build-indep
+
build: build-stamp
build-stamp: configure $(PYVERS:%=build-python%)
dh_testdir
@@ -155,5 +161,5 @@ binary-arch: build install-arch
dh_builddeb -a
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
+.PHONY: build-indep build-arch build binary-indep binary-arch binary install-indep install-arch install
+.PHONY: clean 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