aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2007-10-04 12:38:01 +0000
committerRaphaël Hertzog <hertzog@debian.org>2007-10-04 12:38:01 +0000
commitcded8fff6f59479a67b962ecf861d2eff19ca241 (patch)
tree43f70ecc344b80106d4f7d0d01dd5bbb3fef65f5 /debian/rules
downloadpython-django-tagging-cded8fff6f59479a67b962ecf861d2eff19ca241.tar
python-django-tagging-cded8fff6f59479a67b962ecf861d2eff19ca241.tar.gz
[svn-inject] Applying Debian modifications to trunksvn/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