Your message dated Fri, 28 Oct 2016 16:34:01 +0000
with message-id <e1c0a6t-0004gm...@quantz.debian.org>
and subject line closing RFS: tsocks/1.8beta5-9.5 [NMU] [RC]
has caused the Debian Bug report #842318,
regarding RFS: tsocks/1.8beta5-9.5 [NMU] [RC]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
842318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: important
Hello
I'm looking for an sponsor for my NMU to tsocks
it closes two RC bug that removed tsocks from testing
The debdiff is attached
Package is getting out of shape after 5 NMUs, I plan to request to be
orphaned and put it under maintenance of the QA team, so I can do a more
extensive cleanup.
thanks
-- System Information:
Debian Release: stretch/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru tsocks-1.8beta5/debian/changelog tsocks-1.8beta5/debian/changelog
--- tsocks-1.8beta5/debian/changelog 2016-03-01 01:40:38.000000000 +0800
+++ tsocks-1.8beta5/debian/changelog 2016-10-28 10:33:56.000000000 +0800
@@ -1,3 +1,13 @@
+tsocks (1.8beta5-9.5) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Removal of deprecated dh_undocumented debhelper command (Closes: #815611).
+ * Enable host name resolution on /etc/tsocks.conf at configure time,
+ it was intended to be enabled in previous releases, but a bug in the
+ configure script disabled it (Closes: #823330).
+
+ -- gustavo panizzo <g...@zumbi.com.ar> Fri, 28 Oct 2016 10:33:56 +0800
+
tsocks (1.8beta5-9.4) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru tsocks-1.8beta5/debian/patches/00list tsocks-1.8beta5/debian/patches/00list
--- tsocks-1.8beta5/debian/patches/00list 2011-10-02 14:37:03.000000000 +0800
+++ tsocks-1.8beta5/debian/patches/00list 2016-10-28 10:33:56.000000000 +0800
@@ -4,3 +4,4 @@
04_getpeername
05_config_in_home
06_fallback
+07_tsocks-1.8_beta5-hostname-config-fix.patch
diff -Nru tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch
--- tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch 1970-01-01 08:00:00.000000000 +0800
+++ tsocks-1.8beta5/debian/patches/07_tsocks-1.8_beta5-hostname-config-fix.patch 2016-10-28 10:33:56.000000000 +0800
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 07_tsocks-1.8_beta5-hostname-config-fix.patch by https://sourceforge.net/u/phobosk/profile/
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Enable host name resolution on /etc/tsocks.conf at configure time,
+## DP: this was intended to be enabled in previous releases, but a bug in the configure script
+## DP: made it impossible
+## DP: Poor's man DEP3 headers
+## DP: Origin: https://sourceforge.net/p/tsocks/bugs/27/
+## DP: Last-Update: 2016-10-28
+
+@DPATCH@
+--- tsocks-1.8.orig/configure.in
++++ tsocks-1.8/configure.in
+@@ -171,8 +171,8 @@
+ AC_DEFINE(ALLOW_MSG_OUTPUT)
+ fi
+
+-if test "x${enable_hostnames}" = "x"; then
+- AC_DEFINE(HOSTNAMES)
++if test "${enable_hostnames}" = "yes"; then
++ AC_DEFINE(HOSTNAMES,1)
+ fi
+
+ if test "${enable_socksdns}" = "yes" -a \
diff -Nru tsocks-1.8beta5/debian/rules tsocks-1.8beta5/debian/rules
--- tsocks-1.8beta5/debian/rules 2016-02-29 22:08:47.000000000 +0800
+++ tsocks-1.8beta5/debian/rules 2016-10-28 10:33:56.000000000 +0800
@@ -69,7 +69,7 @@
dh_testdir
# dpkg-gencontrol -isp
- dh_undocumented
+# dh_undocumented
dh_installdocs
#dh_installdebconf
--- End Message ---
--- Begin Message ---
Package tsocks version 1.8beta5-9.5 is in unstable now.
https://packages.qa.debian.org/tsocks
--- End Message ---