Source: gesftpserver
Version: 0.2.2-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

gesftpserver Build-Depends on python-paramiko, but does not actually use
it. Its source (including test suite) does not reference it.
Furthermore, one can validate with reproducible builds that the only
difference is the buildinfo file created by dh-buildinfo. I suggest that
you drop dh-buildinfo as the .buildinfo files created by dpkg serve the
same purpose. The python-paramiko dependency happens to be problematic
for cross building.

Helmut
diff --minimal -Nru gesftpserver-0.2.2/debian/changelog 
gesftpserver-0.2.2/debian/changelog
--- gesftpserver-0.2.2/debian/changelog 2017-01-24 16:05:34.000000000 +0100
+++ gesftpserver-0.2.2/debian/changelog 2018-03-21 05:50:49.000000000 +0100
@@ -1,3 +1,10 @@
+gesftpserver (0.2.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused python-paramiko dependency. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 21 Mar 2018 05:50:49 +0100
+
 gesftpserver (0.2.2-1) unstable; urgency=medium
 
   [ upstream ]
diff --minimal -Nru gesftpserver-0.2.2/debian/control 
gesftpserver-0.2.2/debian/control
--- gesftpserver-0.2.2/debian/control   2017-01-24 15:58:12.000000000 +0100
+++ gesftpserver-0.2.2/debian/control   2018-03-21 05:50:49.000000000 +0100
@@ -9,7 +9,6 @@
  dh-buildinfo,
  libreadline-dev,
  python,
- python-paramiko,
  dh-autoreconf
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/gesftpserver.git
diff --minimal -Nru gesftpserver-0.2.2/debian/rules 
gesftpserver-0.2.2/debian/rules
--- gesftpserver-0.2.2/debian/rules     2017-01-24 16:05:34.000000000 +0100
+++ gesftpserver-0.2.2/debian/rules     2018-03-21 05:50:49.000000000 +0100
@@ -24,7 +24,7 @@
 CDBS_BUILD_DEPENDS += , libreadline-dev
 
 # Needed by upstream regresssion testing
-CDBS_BUILD_DEPENDS += , python, python-paramiko
+CDBS_BUILD_DEPENDS += , python
 
 # Preserve upstream shipped cruft
 DEB_CLEAN_EXCLUDE = tests/truncate6~

Reply via email to