[Python-modules-commits] r2981 - in /packages/rabbyt/trunk/debian: changelog control rules

nacho at users.alioth.debian.org nacho at users.alioth.debian.org
Sun Aug 5 18:54:23 UTC 2007


Author: nacho
Date: Sun Aug  5 18:54:22 2007
New Revision: 2981

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2981
Log:
working on the next release

Modified:
    packages/rabbyt/trunk/debian/changelog
    packages/rabbyt/trunk/debian/control
    packages/rabbyt/trunk/debian/rules

Modified: packages/rabbyt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/changelog?rev=2981&op=diff
==============================================================================
--- packages/rabbyt/trunk/debian/changelog (original)
+++ packages/rabbyt/trunk/debian/changelog Sun Aug  5 18:54:22 2007
@@ -1,16 +1,18 @@
-rabbyt (0.0.5-1) unstable; urgency=low
+rabbyt (0.6-1) unstable; urgency=low
 
   +++ Changes by Nacho Barrientos Arias:
 
   * New upstream release.
   * debian/rules
-   - Building against all supported python versions since
-     pygame has been binNMUed to support py2.5
+   - Building against all supported python versions. 
+   - C source files are no longer removed by the clean rule (those 
+     files are now part of the orig tarball)
   * debian/control
    - Changing maintainer's email address (switching to python-modules 
      team comaintenance)
    - Changing the homepage.
    - Build-depending on python-all-dev instead of python2.4-dev
+   - Pyrex is not needed anymore at build time.
   * debian/pyversions
    - Dropped.
 

Modified: packages/rabbyt/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/control?rev=2981&op=diff
==============================================================================
--- packages/rabbyt/trunk/debian/control (original)
+++ packages/rabbyt/trunk/debian/control Sun Aug  5 18:54:22 2007
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Nacho Barrientos Arias <nacho at debian.org>
 Build-Depends: debhelper (>= 5),
- python-all-dev, python-support (>= 0.6), python-setuptools, python-pyrex,
+ python-all-dev, python-support (>= 0.6), python-setuptools,
  libgl1-mesa-dev | xlibmesa-gl-dev, libglu1-mesa-dev | libglu1-xorg-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/rabbyt/trunk/
@@ -14,7 +14,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}
 Provides: ${python:Provides}
-Python-Depends: python-pygame (>= 1.7.1release-4.1+b1)
+Suggests: python-pygame
 Description: sprite library for Python with game development in mind
  Rabbyt is a sprite library for Python. It has two goals:
  .

Modified: packages/rabbyt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/rules?rev=2981&op=diff
==============================================================================
--- packages/rabbyt/trunk/debian/rules (original)
+++ packages/rabbyt/trunk/debian/rules Sun Aug  5 18:54:22 2007
@@ -12,7 +12,7 @@
 clean: 
 	dh_testdir
 	dh_testroot
-	rm -f $(CURDIR)/rabbyt/*.c $(CURDIR)/Rabbyt.egg-info/SOURCES.txt
+	rm -f $(CURDIR)/Rabbyt.egg-info/SOURCES.txt
 	rm -f build-python2.* install-python2.*
 	rm -rf build
 	dh_clean 




More information about the Python-modules-commits mailing list