diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2011-09-26 17:43:43 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:20 -0400 |
commit | f8f35db56fba248ddac7c40f54600ce4521c7c32 (patch) | |
tree | 442703ee2d4a64a305683b7fc7c253cbb2d33780 /debian/rules | |
parent | 9d4bc05212f38da6361f6d17649077ebacaf0d06 (diff) | |
download | python-paramiko-f8f35db56fba248ddac7c40f54600ce4521c7c32.tar python-paramiko-f8f35db56fba248ddac7c40f54600ce4521c7c32.tar.gz |
Debian package build environment cleanup
debian/clean: move files from dh_clean override into file
debian/compat: updated compat mode to v8
debian/control: update debhelper dependency
debian/rules: removed unneeded dh_clean override and updated % target
debian/control: Remove unneeded Conflicts & Replaces lines
debian/doc-base: add doc-base control file to package
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 263f155..999522d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,7 @@ #!/usr/bin/make -f %: - dh --with python2,quilt $@ - -override_dh_clean: - rm -rf build test.log - dh_clean + dh $@ --with python2,quilt override_dh_auto_test: ./test.py |