diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2010-01-27 15:05:11 +0000 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2010-01-27 15:05:11 +0000 |
commit | 23b58af7e7f48f536d69ca44334f24aecd6651ea (patch) | |
tree | 610984caa893de1e4a44002b0a77261ad2e9790e | |
parent | b463fa00991f987136906906ad1d23d533e4b523 (diff) | |
download | python-django-tagging-23b58af7e7f48f536d69ca44334f24aecd6651ea.tar python-django-tagging-23b58af7e7f48f536d69ca44334f24aecd6651ea.tar.gz |
* New upstream release.svn/0.3.1-1
* 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.
-rw-r--r-- | debian/README.source | 5 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/python-django-tagging.doc-base | 13 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/source/format | 1 |
6 files changed, 26 insertions, 7 deletions
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 <hertzog@debian.org> 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 <python-modules-team@lists.alioth.debian.org> Uploaders: Raphaël Hertzog <hertzog@debian.org>, David Spreen <netzwurm@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/ 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) |