summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-05-18 17:21:12 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-05-18 17:21:12 -0500
commit02a3da1e1233b3ebcc1e3aa97431c318c0b4ce3e (patch)
treef619fa0cf1198ac3a1c4c1fee7471053d33cfb08 /debian
parent20851ccad284ed7e1c4dcf017aa79307bb4d29d0 (diff)
downloadbcfg2-02a3da1e1233b3ebcc1e3aa97431c318c0b4ce3e.tar.gz
bcfg2-02a3da1e1233b3ebcc1e3aa97431c318c0b4ce3e.tar.bz2
bcfg2-02a3da1e1233b3ebcc1e3aa97431c318c0b4ce3e.zip
debian: We no longer support older versions of dh
This fix was for a version of debhelper which only exists on versions of Ubuntu and Debian which we no longer support. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index fcbf6346c..5694e4e37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,6 @@
%:
dh $@ --with python-support,sphinxdoc
-override_dh_auto_install:
- # Make the build destination dir consistent between pre-7.3 and 7.3 and
- # later debhelper - see http://bcfg2.org/ticket/791
- dh_auto_install
- test -d debian/tmp/usr/local && mv debian/tmp/usr/local/* debian/tmp/usr || exit 0
- test -d debian/tmp/usr/local && rmdir debian/tmp/usr/local || exit 0
-
override_dh_installinit:
# Install bcfg2 initscript without starting it on postinst
dh_installinit --package=bcfg2 --no-start