From d30403b22bbef06ae2e1e1848901808bd07e75fb Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Mon, 27 May 2013 09:41:09 +0200 Subject: Import Debian changes 6.6-1.2 dtrx (6.6-1.2) unstable; urgency=low * Non-maintainer upload. * Convert to dh_python2 (Closes: #616796). * Drop python (${python:Versions}) dependency (Closes: #673068). --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 110c9ea..de9c241 100755 --- a/debian/rules +++ b/debian/rules @@ -15,21 +15,21 @@ build-indep: touch $@ clean: - dh clean --with python_central + dh clean --with python2 rm -rf $(CURDIR)/tests/testscript.sh $(CURDIR)/tests/unreadable-file.* /usr/bin/python setup.py clean rm -f debian/dtrx.1 build-indep install: build - dh install --with python_central --before auto_install + dh install --with python2 --before auto_install /usr/bin/python setup.py install --root $(CURDIR)/debian/dtrx $(py_setup_install_args) - dh install --with python_central --after auto_install + dh install --with python2 --after auto_install binary: binary-arch binary-indep binary-arch: binary-indep: build install - dh binary-indep --with python_central + dh binary-indep --with python2 .PHONY: build clean binary-arch binary-indep binary install -- cgit v1.2.3