aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 946436969b4b40639cdcd86011b3079ebe208853 (plain)
1
2
3
4
5
6
7
8
9
10
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