summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-09-12 15:08:19 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-09-12 15:08:19 +0200
commit6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1 (patch)
tree3db2530c4f27559527fa9de4198ccde90e27c2e1 /debian/rules
parentd4d6d38ad6c90b19664ec7a6a9f89bf6753e82cf (diff)
downloadgit-buildpackage-6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1.tar.gz
git-buildpackage-6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1.tar.bz2
git-buildpackage-6ffbf26bfa0b4b6c62daaf8ae65a293a398342f1.zip
add debian packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..94643696
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_TAR_SRCDIR := python-dateutil
+DEB_AUTO_CLEANUP_RCS := yes
+
+DEB_PYTHON_SYSTEM = pysupport
+DEB_PYTHON_CLEAN_ARGS = --all
+
+# Add here any variable or target overrides you need
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk