diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2011-10-03 12:46:07 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:20 -0400 |
commit | 855928238b7e877e2f70c64cc19a8af6f25d011a (patch) | |
tree | 626c8984664f17fc23590bf40770687ea4a8ce91 /debian/rules | |
parent | a50d5a2b40c9ebdfa7708745d1ee9d02c1e31b1b (diff) | |
download | python-paramiko-855928238b7e877e2f70c64cc19a8af6f25d011a.tar python-paramiko-855928238b7e877e2f70c64cc19a8af6f25d011a.tar.gz |
Update package to clean up lintian findings
debian/copyright: Remove reference to symlink of license
debian/control: Remove Build-Depends on quilt
debian/rules: Remove --with quilt from build
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 999522d..00d62e3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2,quilt + dh $@ --with python2 override_dh_auto_test: ./test.py |