tags 776935 + pending patch
thanks
I've uploaded bittornado 0.3.18-10.3 to DELAYED/15:
bittornado (0.3.18-10.3) unstable; urgency=medium
* Non-maintainer upload.
* Make the build reproducible. (Closes: #796212)
* Add missing Build-Depends on dh-python.
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for bittornado-0.3.18 bittornado-0.3.18
changelog | 8 ++++++++
control | 2 +-
rules | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff -Nru bittornado-0.3.18/debian/changelog bittornado-0.3.18/debian/changelog
--- bittornado-0.3.18/debian/changelog 2015-08-18 07:54:10.000000000 -0700
+++ bittornado-0.3.18/debian/changelog 2017-08-18 09:16:55.000000000 -0700
@@ -1,3 +1,11 @@
+bittornado (0.3.18-10.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Make the build reproducible. (Closes: #796212)
+ * Add missing Build-Depends on dh-python.
+
+ -- Chris Lamb <[email protected]> Fri, 18 Aug 2017 09:16:55 -0700
+
bittornado (0.3.18-10.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru bittornado-0.3.18/debian/control bittornado-0.3.18/debian/control
--- bittornado-0.3.18/debian/control 2015-08-18 07:54:10.000000000 -0700
+++ bittornado-0.3.18/debian/control 2017-08-18 09:16:55.000000000 -0700
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Cameron Dale <[email protected]>
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-all (>= 2.6.6-3~), docbook-to-man
+Build-Depends-Indep: python-all (>= 2.6.6-3~), docbook-to-man, dh-python
Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/pkg-bittornado/bittornado/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-bittornado/bittornado/trunk/
diff -Nru bittornado-0.3.18/debian/rules bittornado-0.3.18/debian/rules
--- bittornado-0.3.18/debian/rules 2015-08-18 07:52:23.000000000 -0700
+++ bittornado-0.3.18/debian/rules 2017-08-18 09:16:55.000000000 -0700
@@ -66,6 +66,7 @@
( cd debian/tmp/usr/bin && \
for i in btcopyannounce btsethttpseeds btmaketorrentgui; \
do mv $$i.py $$i || exit 1; done )
+ chmod 644 debian/tmp/usr/bin/btmakemetafile.py
debian/tmp/usr/bin/btcompletedir.py
dh_installchangelogs
dh_install --sourcedir=debian/tmp