[Python-modules-commits] r7860 - in packages/python-django-tagging/trunk/debian (6 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Fri Mar 13 13:43:43 UTC 2009


    Date: Friday, March 13, 2009 @ 13:43:41
  Author: hertzog
Revision: 7860

* New SVN snapshot. Upload to unstable now that Django 1.0 is there.
* Drop debian/patches/01_remove_django_builddeps as setup.py got fixed
  upstream.
* Standards-Version bumped to 3.8.1, no changes needed.
* Switch to debhelper 7 and drop CDBS.
* Drop useless debian/pycompat file.
* Drop duplicate Priority field.
* Add ${misc:Depends} variable in Depends.

Modified:
  packages/python-django-tagging/trunk/debian/changelog
  packages/python-django-tagging/trunk/debian/compat
  packages/python-django-tagging/trunk/debian/control
  packages/python-django-tagging/trunk/debian/rules
Deleted:
  packages/python-django-tagging/trunk/debian/patches/
  packages/python-django-tagging/trunk/debian/pycompat

Modified: packages/python-django-tagging/trunk/debian/changelog
===================================================================
--- packages/python-django-tagging/trunk/debian/changelog	2009-03-12 21:13:01 UTC (rev 7859)
+++ packages/python-django-tagging/trunk/debian/changelog	2009-03-13 13:43:41 UTC (rev 7860)
@@ -1,10 +1,21 @@
-python-django-tagging (0.2.1+svn147-2) UNRELEASED; urgency=low
+python-django-tagging (0.2.1+svn154-1) unstable; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:15:07 +0100
+  [ Raphael Hertzog ]
+  * New SVN snapshot. Upload to unstable now that Django 1.0 is there.
+  * Drop debian/patches/01_remove_django_builddeps as setup.py got fixed
+    upstream.
+  * Standards-Version bumped to 3.8.1, no changes needed.
+  * Switch to debhelper 7 and drop CDBS.
+  * Drop useless debian/pycompat file.
+  * Drop duplicate Priority field.
+  * Add ${misc:Depends} variable in Depends.
 
+ -- Raphael Hertzog <hertzog at debian.org>  Fri, 13 Mar 2009 14:14:50 +0100
+
 python-django-tagging (0.2.1+svn147-1) experimental; urgency=low
 
   * SVN snapshot to ensure compatibility with upcoming Django 1.0 release.

Modified: packages/python-django-tagging/trunk/debian/compat
===================================================================
--- packages/python-django-tagging/trunk/debian/compat	2009-03-12 21:13:01 UTC (rev 7859)
+++ packages/python-django-tagging/trunk/debian/compat	2009-03-13 13:43:41 UTC (rev 7860)
@@ -1 +1 @@
-5
+7

Modified: packages/python-django-tagging/trunk/debian/control
===================================================================
--- packages/python-django-tagging/trunk/debian/control	2009-03-12 21:13:01 UTC (rev 7859)
+++ packages/python-django-tagging/trunk/debian/control	2009-03-13 13:43:41 UTC (rev 7860)
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Raphael Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org>
-Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42)
-Build-Depends-Indep: python-support (>= 0.3), python-docutils
+Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.50), python-dev
+Build-Depends-Indep: python-support, python-docutils
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-tagging/trunk/
 Homepage: http://code.google.com/p/django-tagging/
 
 Package: python-django-tagging
 Architecture: all
-Depends: ${python:Depends}, python-django (>= 1.0~beta1)
-Priority: optional
+Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.0)
 Description: A generic tagging application for Django projects
  This is a generic tagging application for Django, which allows
  association of a number of tags with any Model instance and makes

Deleted: packages/python-django-tagging/trunk/debian/pycompat
===================================================================
--- packages/python-django-tagging/trunk/debian/pycompat	2009-03-12 21:13:01 UTC (rev 7859)
+++ packages/python-django-tagging/trunk/debian/pycompat	2009-03-13 13:43:41 UTC (rev 7860)
@@ -1 +0,0 @@
-2

Modified: packages/python-django-tagging/trunk/debian/rules
===================================================================
--- packages/python-django-tagging/trunk/debian/rules	2009-03-12 21:13:01 UTC (rev 7859)
+++ packages/python-django-tagging/trunk/debian/rules	2009-03-13 13:43:41 UTC (rev 7860)
@@ -1,14 +1,12 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pysupport
-
 PKG = $(shell dh_listpackages)
 
-include /usr/share/cdbs/1/rules/buildcore.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+%:
+	dh $@
 
-binary-post-install/python-django-tagging::
+override_dh_installdocs:
+	dh_installdocs
 	# Generate documentation
 	rst2html <docs/overview.txt >debian/$(PKG)/usr/share/doc/$(PKG)/overview.html
+




More information about the Python-modules-commits mailing list