r13650 - packages/trunk/renpy/debian

Miriam Ruiz miriam at alioth.debian.org
Fri Jun 1 23:56:00 UTC 2012


Author: miriam
Date: 2012-06-01 23:56:00 +0000 (Fri, 01 Jun 2012)
New Revision: 13650

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/control
   packages/trunk/renpy/debian/rules
Log:
Prepare release



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2012-06-01 23:17:22 UTC (rev 13649)
+++ packages/trunk/renpy/debian/changelog	2012-06-01 23:56:00 UTC (rev 13650)
@@ -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
 

Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control	2012-06-01 23:17:22 UTC (rev 13649)
+++ packages/trunk/renpy/debian/control	2012-06-01 23:56:00 UTC (rev 13650)
@@ -80,7 +80,7 @@
 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

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2012-06-01 23:17:22 UTC (rev 13649)
+++ packages/trunk/renpy/debian/rules	2012-06-01 23:56:00 UTC (rev 13650)
@@ -18,6 +18,12 @@
 	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 @@
 	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




More information about the Pkg-games-commits mailing list