[renpy] 70/146: New Upstream Release

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:07 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 b8d1dc30ec43791b1f92a8baf9b41daf86f01341
Author: Miriam Ruiz <miriam at debian.org>
Date:   Thu Apr 29 19:02:14 2010 +0000

    New Upstream Release
---
 debian/changelog                     | 9 +++++++++
 debian/control                       | 5 +++--
 debian/patches/00_module_setup.patch | 6 +++---
 debian/patches/01_abspaths.patch     | 8 ++++----
 debian/patches/02_traceback.patch    | 8 ++++----
 debian/patches/03_checkdir.patch     | 6 +++---
 debian/rules                         | 3 ++-
 7 files changed, 28 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95bc674..37c922f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+renpy (6.10.2.dfsg1-1) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]
+  * New Upstream Release
+  * Added libfribidi-dev to Build-Depends
+  * Upgraded Standards Version to 3.8.4
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 29 Apr 2010 20:49:29 +0200
+
 renpy (6.9.3.dfsg1-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
diff --git a/debian/control b/debian/control
index badaa6b..1270ae3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), quilt,
  python-all-dev, python-support (>= 0.6.4), python-setuptools,
  python-pygame (>= 1.8.1), libsdl1.2-dev, libsdl-image1.2-dev,
  libsdl-sound1.2-dev, libsdl-ttf2.0-dev, libmodplug-dev, libspeex-dev,
- libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev
-Standards-Version: 3.8.3
+ libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev,
+ libfribidi-dev
+Standards-Version: 3.8.4
 Homepage: http://www.renpy.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/renpy/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/renpy/?op=log
diff --git a/debian/patches/00_module_setup.patch b/debian/patches/00_module_setup.patch
index 901f650..8ff24f1 100644
--- a/debian/patches/00_module_setup.patch
+++ b/debian/patches/00_module_setup.patch
@@ -1,6 +1,6 @@
---- renpy-6.9.3.orig/module/setup.py
-+++ renpy-6.9.3/module/setup.py
-@@ -12,7 +12,7 @@
+--- a/module/setup.py
++++ b/module/setup.py
+@@ -12,7 +12,7 @@ except:
  
  
  # These control the level of optimization versus debugging.
diff --git a/debian/patches/01_abspaths.patch b/debian/patches/01_abspaths.patch
index b74c653..1b4f513 100644
--- a/debian/patches/01_abspaths.patch
+++ b/debian/patches/01_abspaths.patch
@@ -1,6 +1,6 @@
---- renpy-6.9.3.orig/renpy.py
-+++ renpy-6.9.3/renpy.py
-@@ -37,7 +37,14 @@
+--- a/renpy.py
++++ b/renpy.py
+@@ -38,7 +38,14 @@ def path_to_common(renpy_base):
  # the path to a directory that will hold save files.
  def path_to_saves(gamedir):
      import renpy
@@ -16,7 +16,7 @@
      if not renpy.config.save_directory:
          return gamedir + "/saves"
  
-@@ -72,7 +79,7 @@
+@@ -73,7 +80,7 @@ def path_to_saves(gamedir):
  # Returns the path to the Ren'Py base directory (containing common and
  # the launcher, usually.)
  def path_to_renpy_base():
diff --git a/debian/patches/02_traceback.patch b/debian/patches/02_traceback.patch
index e5c289a..5da67c1 100644
--- a/debian/patches/02_traceback.patch
+++ b/debian/patches/02_traceback.patch
@@ -1,6 +1,6 @@
---- renpy-6.9.3.orig/renpy/bootstrap.py
-+++ renpy-6.9.3/renpy/bootstrap.py
-@@ -340,10 +340,24 @@
+--- a/renpy/bootstrap.py
++++ b/renpy/bootstrap.py
+@@ -347,10 +347,24 @@ def report_exception(e):
      print renpy.game.exception_info
      report_tb(sys.stdout, tb)
      
@@ -26,7 +26,7 @@
  
          f.write(codecs.BOM_UTF8)
  
-@@ -376,10 +390,18 @@
+@@ -383,10 +397,18 @@ def report_exception(e):
          f.close()
  
          try:
diff --git a/debian/patches/03_checkdir.patch b/debian/patches/03_checkdir.patch
index df8470b..d88070c 100644
--- a/debian/patches/03_checkdir.patch
+++ b/debian/patches/03_checkdir.patch
@@ -1,6 +1,6 @@
---- renpy-6.9.3.orig/renpy/main.py
-+++ renpy-6.9.3/renpy/main.py
-@@ -124,6 +124,10 @@
+--- a/renpy/main.py
++++ b/renpy/main.py
+@@ -126,6 +126,10 @@ def main():
      # Init the config after load.
      renpy.config.init()
  
diff --git a/debian/rules b/debian/rules
index 9a1c6aa..6743990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,7 +138,7 @@ binary-arch: build install-arch
 	dh_md5sums -a
 	dh_builddeb -a
 
-VERSIONID=6.9.3
+VERSIONID=6.10.2
 
 get-orig-source:
 	rm -f renpy-$(VERSIONID)-sdk.tar.bz2
@@ -151,6 +151,7 @@ get-orig-source:
 	rm -rf `find renpy-$(VERSIONID) -name "*.dll"`
 	rm -rf `find renpy-$(VERSIONID) -name "*.lib"`
 	rm -rf `find renpy-$(VERSIONID) -name "*.pyc"`
+	rm -rf `find renpy-$(VERSIONID) -name "*.rpyc"`
 	rm -rf `find renpy-$(VERSIONID) -name "*.rpymc"`
 	rm -rf `find renpy-$(VERSIONID) -name "*.pyo"`
 	rm -rf `find renpy-$(VERSIONID) -name "*.so"`

-- 
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