aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2007-10-04 12:44:38 +0200
committerRaphael Hertzog <hertzog@debian.org>2007-10-04 12:44:38 +0200
commit43bb250da6972ee83f35b76bf39724c7b0e53fdb (patch)
tree35ba74aaabcc1830debe35ae5c3459b6368bb7e2 /debian/rules
parent2228968f3d51a3d686adb2839bf43e018432f941 (diff)
parentcded8fff6f59479a67b962ecf861d2eff19ca241 (diff)
downloadpython-django-tagging-43bb250da6972ee83f35b76bf39724c7b0e53fdb.tar
python-django-tagging-43bb250da6972ee83f35b76bf39724c7b0e53fdb.tar.gz
Imported Debian patch 0.1+svn102-1debian/0.1+svn102-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b66c0d2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/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
+
+binary-post-install/python-django-tagging::
+ # Generate documentation
+ rst2html <docs/overview.txt >debian/$(PKG)/usr/share/doc/$(PKG)/overview.html