[Python-modules-commits] r11352 - in packages/python-django-tagging/trunk/debian (7 files)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Wed Jan 27 15:05:25 UTC 2010
Date: Wednesday, January 27, 2010 @ 15:05:11
Author: hertzog
Revision: 11352
* New upstream release.
* Change build-depends on python-all-dev to python-all.
* Switch to source format 3.0 (quilt).
* Drop useless README.source.
* Register documentation with doc-base.
Added:
packages/python-django-tagging/trunk/debian/python-django-tagging.doc-base
packages/python-django-tagging/trunk/debian/source/
packages/python-django-tagging/trunk/debian/source/format
Modified:
packages/python-django-tagging/trunk/debian/changelog
packages/python-django-tagging/trunk/debian/control
packages/python-django-tagging/trunk/debian/rules
Deleted:
packages/python-django-tagging/trunk/debian/README.source
Deleted: packages/python-django-tagging/trunk/debian/README.source
===================================================================
--- packages/python-django-tagging/trunk/debian/README.source 2010-01-27 14:59:37 UTC (rev 11351)
+++ packages/python-django-tagging/trunk/debian/README.source 2010-01-27 15:05:11 UTC (rev 11352)
@@ -1,5 +0,0 @@
-
-This package uses quilt to handle patches. See
-/usr/share/doc/quilt/README.source for some introductory information about
-it.
-
Modified: packages/python-django-tagging/trunk/debian/changelog
===================================================================
--- packages/python-django-tagging/trunk/debian/changelog 2010-01-27 14:59:37 UTC (rev 11351)
+++ packages/python-django-tagging/trunk/debian/changelog 2010-01-27 15:05:11 UTC (rev 11352)
@@ -1,3 +1,13 @@
+python-django-tagging (0.3.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Change build-depends on python-all-dev to python-all.
+ * Switch to source format 3.0 (quilt).
+ * Drop useless README.source.
+ * Register documentation with doc-base.
+
+ -- Raphaël Hertzog <hertzog at debian.org> Wed, 27 Jan 2010 15:47:04 +0100
+
python-django-tagging (0.3-1) unstable; urgency=low
* New upstream release. Closes: #549612
Modified: packages/python-django-tagging/trunk/debian/control
===================================================================
--- packages/python-django-tagging/trunk/debian/control 2010-01-27 14:59:37 UTC (rev 11351)
+++ packages/python-django-tagging/trunk/debian/control 2010-01-27 15:05:11 UTC (rev 11352)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Raphaël Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org>
Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50), python-dev, quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), python
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/
Added: packages/python-django-tagging/trunk/debian/python-django-tagging.doc-base
===================================================================
--- packages/python-django-tagging/trunk/debian/python-django-tagging.doc-base (rev 0)
+++ packages/python-django-tagging/trunk/debian/python-django-tagging.doc-base 2010-01-27 15:05:11 UTC (rev 11352)
@@ -0,0 +1,13 @@
+Document: django-tagging-overview
+Title: Django Tagging Documentation
+Abstract: This is the documentation of Django Tagging, a generic tagging
+ application for Django projects, which allows association of a number of
+ tags with any Django model instance and makes retrieval of tags simple.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-tagging/overview.html
+Files: /usr/share/doc/python-django-tagging/overview.html
+
+Format: Text
+Files: /usr/share/doc/python-django-tagging/overview.txt.gz
Modified: packages/python-django-tagging/trunk/debian/rules
===================================================================
--- packages/python-django-tagging/trunk/debian/rules 2010-01-27 14:59:37 UTC (rev 11351)
+++ packages/python-django-tagging/trunk/debian/rules 2010-01-27 15:05:11 UTC (rev 11352)
@@ -3,7 +3,7 @@
PKG = $(shell dh_listpackages)
%:
- dh --with quilt $@
+ dh $@
override_dh_installdocs:
dh_installdocs
Added: packages/python-django-tagging/trunk/debian/source/format
===================================================================
--- packages/python-django-tagging/trunk/debian/source/format (rev 0)
+++ packages/python-django-tagging/trunk/debian/source/format 2010-01-27 15:05:11 UTC (rev 11352)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Python-modules-commits
mailing list