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/control | |
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/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 700195b..1a5e71d 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,7 @@ Section: python Priority: optional Maintainer: Jeremy T. Bouse <jbouse@debian.org> Uploaders: Guido Guenther <agx@debian.org> -Build-Depends: quilt (>= 0.46-7~), - debhelper (>> 8.0.0), +Build-Depends: debhelper (>> 8.0.0), python-all (>= 2.6.6-3~), python-crypto (>= 2.1.0-2) Standards-Version: 3.9.2 |