From 23b58af7e7f48f536d69ca44334f24aecd6651ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 27 Jan 2010 15:05:11 +0000 Subject: * 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. --- debian/README.source | 5 ----- debian/changelog | 10 ++++++++++ debian/control | 2 +- debian/python-django-tagging.doc-base | 13 +++++++++++++ debian/rules | 2 +- debian/source/format | 1 + 6 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 debian/README.source create mode 100644 debian/python-django-tagging.doc-base create mode 100644 debian/source/format diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index a33fd37..0000000 --- a/debian/README.source +++ /dev/null @@ -1,5 +0,0 @@ - -This package uses quilt to handle patches. See -/usr/share/doc/quilt/README.source for some introductory information about -it. - diff --git a/debian/changelog b/debian/changelog index 731e7d5..1254c7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 27 Jan 2010 15:47:04 +0100 + python-django-tagging (0.3-1) unstable; urgency=low * New upstream release. Closes: #549612 diff --git a/debian/control b/debian/control index 4946f2d..315f909 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Python Modules Team Uploaders: Raphaël Hertzog , David Spreen 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/ diff --git a/debian/python-django-tagging.doc-base b/debian/python-django-tagging.doc-base new file mode 100644 index 0000000..c34dbc6 --- /dev/null +++ b/debian/python-django-tagging.doc-base @@ -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 diff --git a/debian/rules b/debian/rules index 9174ef3..78edc06 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PKG = $(shell dh_listpackages) %: - dh --with quilt $@ + dh $@ override_dh_installdocs: dh_installdocs diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3