diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2010-07-18 20:56:12 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:19 -0400 |
commit | 08ee9cdc0d874d86bb397aca52e53f2daa31f7e1 (patch) | |
tree | ddaab193ab3e3a9723b194640fe84084e7a335e7 /debian/rules | |
parent | db18652db1e559f7a58f3768e8eaca1d51f2671d (diff) | |
download | python-paramiko-08ee9cdc0d874d86bb397aca52e53f2daa31f7e1.tar python-paramiko-08ee9cdc0d874d86bb397aca52e53f2daa31f7e1.tar.gz |
Replaced cdbs with debhelper and quilt
Moving package to 3.0 (quilt) format remove cdbs build environment
and replace using debhelper (dh) with python-support & quilt add-ons.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index f909351..650d431 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,8 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport +%: + dh --with python-support,quilt $@ -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 - -clean:: +override_dh_clean: rm -rf build + dh_clean |