[Python-modules-commits] r2709 - in /packages/python-gdata/trunk/debian: changelog control rules

stratus at users.alioth.debian.org stratus at users.alioth.debian.org
Wed Jul 11 18:51:34 UTC 2007


Author: stratus
Date: Wed Jul 11 18:51:33 2007
New Revision: 2709

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2709
Log:
* Prepare python-gdata new upstream release.
* debian/control: Add Depends on python-elementtree. (Closes: #429710) 
* cleanup debian/rules
* sync debian/changelog

Modified:
    packages/python-gdata/trunk/debian/changelog
    packages/python-gdata/trunk/debian/control
    packages/python-gdata/trunk/debian/rules

Modified: packages/python-gdata/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/changelog?rev=2709&op=diff
==============================================================================
--- packages/python-gdata/trunk/debian/changelog (original)
+++ packages/python-gdata/trunk/debian/changelog Wed Jul 11 18:51:33 2007
@@ -1,3 +1,10 @@
+python-gdata (1.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add Depends on python-elementtree. (Closes: #429710) 
+
+ -- Gustavo Franco <stratus at debian.org>  Wed, 11 Jul 2007 15:28:25 -0300
+
 python-gdata (1.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #419343)

Modified: packages/python-gdata/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/control?rev=2709&op=diff
==============================================================================
--- packages/python-gdata/trunk/debian/control (original)
+++ packages/python-gdata/trunk/debian/control Wed Jul 11 18:51:33 2007
@@ -10,7 +10,7 @@
 
 Package: python-gdata
 Architecture: all 
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-elementtree
 Description: Google Data Python client library
  The GData (Google data) APIs provide a simple protocol for reading 
  and writing data on the web.

Modified: packages/python-gdata/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/rules?rev=2709&op=diff
==============================================================================
--- packages/python-gdata/trunk/debian/rules (original)
+++ packages/python-gdata/trunk/debian/rules Wed Jul 11 18:51:33 2007
@@ -4,11 +4,5 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
 
-binary-install/python-gdata::
-	dh_pysupport -p$(cdbs_curpkg)
-	cp *.py ./debian/python-gdata/usr/share/python-support/$(cdbs_curpkg)
-
-clean::
-	find . -name \*.pyc -print0 | xargs -r0 rm
-	




More information about the Python-modules-commits mailing list