From cae27d44e713e8a551a4358607ba6334066bec23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 13 Mar 2009 13:43:41 +0000 Subject: * 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. --- debian/rules | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'debian/rules') 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 debian/$(PKG)/usr/share/doc/$(PKG)/overview.html + -- cgit v1.2.3