aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-03-13 13:43:41 +0000
committerRaphaël Hertzog <hertzog@debian.org>2009-03-13 13:43:41 +0000
commitcae27d44e713e8a551a4358607ba6334066bec23 (patch)
treeeb4f940d34b8bca020f6dd1f7578776457b3154c /debian/rules
parent6102851ef40250babb95dd3ea337bcf3ecdbc293 (diff)
downloadpython-django-tagging-cae27d44e713e8a551a4358607ba6334066bec23.tar
python-django-tagging-cae27d44e713e8a551a4358607ba6334066bec23.tar.gz
* New SVN snapshot. Upload to unstable now that Django 1.0 is there.svn/0.2.1+svn154-1
* 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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules12
1 files changed, 5 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index b66c0d2..78edc06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
+