Your message dated Mon, 07 Jul 2014 16:00:35 +0000
with message-id <[email protected]>
and subject line Bug#752561: fixed in tinc 1.0.24-2.1
has caused the Debian Bug report #752561,
regarding tinc: [patch] add a debug package to the debian package
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 [email protected]
immediately.)
--
752561: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752561
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tinc
Version: 1.0.24-3
Severity: wishlist
Tags: patch
This patch adds a -dbg package to the tinc package for debian testing.
The -dbg package contains the debug symbols so you can use a debugger to
figure out why tinc crashes.
-- System Information:
Debian Release: 7.5
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages tinc depends on:
ii dpkg 1.16.15
ii install-info 4.13a.dfsg.1-10
ii libc6 2.13-38+deb7u1
ii liblzo2-2 2.06-1
ii libssl1.0.0 1.0.1e-2+deb7u10
ii zlib1g 1:1.2.7.dfsg-13
tinc recommends no packages.
tinc suggests no packages.
-- no debconf information
diff -uNr testing-orig/tinc-1.0.24/debian/changelog testing-debug/tinc-1.0.24/debian/changelog
--- testing-orig/tinc-1.0.24/debian/changelog 2014-05-14 21:44:29.000000000 +0200
+++ testing-debug/tinc-1.0.24/debian/changelog 2014-06-24 15:55:45.244758434 +0200
@@ -1,3 +1,9 @@
+tinc (1.0.24-3) unstable; urgency=medium
+
+ * Add a -dbg package which contains the debugging symbols for tinc
+
+ -- _hark_ <[email protected]> Thu, 24 Jun 2014 15:55:00 +0200
+
tinc (1.0.24-2) unstable; urgency=medium
* Improve the init script: stopping tinc now waits for the process to
diff -uNr testing-orig/tinc-1.0.24/debian/control testing-debug/tinc-1.0.24/debian/control
--- testing-orig/tinc-1.0.24/debian/control 2014-05-11 21:17:12.000000000 +0200
+++ testing-debug/tinc-1.0.24/debian/control 2014-06-24 15:53:13.947725040 +0200
@@ -14,3 +14,16 @@
(VPN). One daemon can handle multiple connections, so you can
create an entire (moderately sized) VPN with only one daemon per
participating computer.
+
+Package: tinc-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, tinc (= ${binary:Version})
+Description: debugging symbols for tinc
+ tinc is a daemon with which you can create a virtual private network
+ (VPN). One daemon can handle multiple connections, so you can
+ create an entire (moderately sized) VPN with only one daemon per
+ participating computer.
+ .
+ This package contains the debugging symbols for tinc.
diff -uNr testing-orig/tinc-1.0.24/debian/files testing-debug/tinc-1.0.24/debian/files
--- testing-orig/tinc-1.0.24/debian/files 2014-06-24 15:49:47.352010846 +0200
+++ testing-debug/tinc-1.0.24/debian/files 2014-06-24 16:00:56.575314813 +0200
@@ -1 +1,2 @@
-tinc_1.0.24-2_amd64.deb net optional
+tinc_1.0.24-3_amd64.deb net optional
+tinc-dbg_1.0.24-3_amd64.deb debug extra
diff -uNr testing-orig/tinc-1.0.24/debian/rules testing-debug/tinc-1.0.24/debian/rules
--- testing-orig/tinc-1.0.24/debian/rules 2013-10-19 21:09:19.000000000 +0200
+++ testing-debug/tinc-1.0.24/debian/rules 2014-06-24 16:00:15.057983681 +0200
@@ -12,11 +12,15 @@
%:
dh $@ --parallel
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip --dbg-package=tinc-dbg
+
override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde
override_dh_auto_install:
- dh_auto_install -- install-html
+ dh_auto_install --destdir=debian/tinc -- install-html
# Remove info dir file
rm -f debian/tinc/usr/share/info/dir
diff -uNr testing-orig/tinc-1.0.24/debian/tinc/DEBIAN/control testing-debug/tinc-1.0.24/debian/tinc/DEBIAN/control
--- testing-orig/tinc-1.0.24/debian/tinc/DEBIAN/control 2014-06-24 15:49:47.352010846 +0200
+++ testing-debug/tinc-1.0.24/debian/tinc/DEBIAN/control 2014-06-24 16:00:56.339307295 +0200
@@ -1,5 +1,5 @@
Package: tinc
-Version: 1.0.24-2
+Version: 1.0.24-3
Architecture: amd64
Maintainer: Guus Sliepen <[email protected]>
Installed-Size: 575
diff -uNr testing-orig/tinc-1.0.24/debian/tinc-dbg/DEBIAN/control testing-debug/tinc-1.0.24/debian/tinc-dbg/DEBIAN/control
--- testing-orig/tinc-1.0.24/debian/tinc-dbg/DEBIAN/control 1970-01-01 01:00:00.000000000 +0100
+++ testing-debug/tinc-1.0.24/debian/tinc-dbg/DEBIAN/control 2014-06-24 16:00:56.575314813 +0200
@@ -0,0 +1,17 @@
+Package: tinc-dbg
+Source: tinc
+Version: 1.0.24-3
+Architecture: amd64
+Maintainer: Guus Sliepen <[email protected]>
+Installed-Size: 305
+Depends: tinc (= 1.0.24-3)
+Section: debug
+Priority: extra
+Homepage: http://www.tinc-vpn.org/
+Description: debugging symbols for tinc
+ tinc is a daemon with which you can create a virtual private network
+ (VPN). One daemon can handle multiple connections, so you can
+ create an entire (moderately sized) VPN with only one daemon per
+ participating computer.
+ .
+ This package contains the debugging symbols for tinc.
--- End Message ---
--- Begin Message ---
Source: tinc
Source-Version: 1.0.24-2.1
We believe that the bug you reported is fixed in the latest version of
tinc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Micah Anderson <[email protected]> (supplier of updated tinc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 24 Jun 2014 14:01:47 -0400
Source: tinc
Binary: tinc tinc-dbg
Architecture: source amd64
Version: 1.0.24-2.1
Distribution: unstable
Urgency: medium
Maintainer: Guus Sliepen <[email protected]>
Changed-By: Micah Anderson <[email protected]>
Description:
tinc - Virtual Private Network daemon
tinc-dbg - debugging symbols for tinc
Closes: 752561
Changes:
tinc (1.0.24-2.1) unstable; urgency=medium
.
* NMU after getting go ahead from guus on #tinc
* Add a -dbg package which contains the debugging symbols for tinc
Thanks [email protected] (Closes: #752561)
Checksums-Sha1:
b1a6211f0a0d4de0aadc00975765221d6fa0af1e 1888 tinc_1.0.24-2.1.dsc
c78c6d871a46877d66d547bbc022fbf94382348c 13008 tinc_1.0.24-2.1.debian.tar.xz
85c7bb72990717526eeb9fc38e893f511fde5ccf 197930 tinc_1.0.24-2.1_amd64.deb
2215619940eea24928952cfd0439146a647f2475 221878 tinc-dbg_1.0.24-2.1_amd64.deb
Checksums-Sha256:
2d6c4e54bc83afc2d4e0dabf9273f1a1ab20dd91dac35828a178df4f98788faa 1888
tinc_1.0.24-2.1.dsc
900230bb72654d230c294ce4b09f4ac5126d2b855537b3e6fa77c9c67ce182c2 13008
tinc_1.0.24-2.1.debian.tar.xz
c47122be8c329e9b719a0ecc86cae0ef046375c9a7335c6557ffda95bfd05edd 197930
tinc_1.0.24-2.1_amd64.deb
1b5a537426407dddbe4b9d078a3e80070e2671316f826847265530d249f2a320 221878
tinc-dbg_1.0.24-2.1_amd64.deb
Files:
4302ce4ab2b2aeb9ba1f6fb252b49ac9 197930 net optional tinc_1.0.24-2.1_amd64.deb
28509925a876080de39646367abcd90b 221878 debug extra
tinc-dbg_1.0.24-2.1_amd64.deb
724224318536839ebf61559aec2151ca 1888 net optional tinc_1.0.24-2.1.dsc
d074b7cfb8f356b3e126cc8c5953751a 13008 net optional
tinc_1.0.24-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJ8BAEBCgBmBQJTqcB3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0Nzc3NTM1RkU1NDcxNTYyNjI2MDc3QjU4
Q0JGOUEzMjI4NjFBNzkwAAoJEIy/mjIoYaeQMYsP/jKl226MIMJH3Sgf43Z0jS+w
syKj7ho0K4WI7+5gEJfCW3M1ygu2b6x+28V0qbFOW4ba6GtGqfABxTUas+WkCAPS
nrwuMJikxDbaOgad1D6Gbq9fiQeu93v6yr3zUtMtu+G5np2xBpodr+DYcq8yfq5n
KkP2jStvGgb+H9qiya+kP+4gs60MO6kc08+aEMTDhbYIHh+I+0gbTwrNSnEKn6dz
RQyRKOMfuMe7DpNwort9CDsnJXpboKaXErXYMICpCB1WH25QsPLwknsk0UGhfMGm
moRRmKSp6PnQC1xki+1JmZEdHG5HMZDYd4FQD54wjXHiIjJeK0hnJ9yXngkfJXS2
DPn84muCShdf1NdsHWcn8yDb242sdbu48Tz2l+lyty46cHj0kPqEn6hQ6f1xQ3kV
0LIYlF/lu3kGexmuD6gp7D9dgi/HYHCpqDyCdsiWdgzhqRVhSHqFCcWgnikedCkT
/XOsvppWSv9NC1hFUS3bXxMyH2p4CJfdyd5fdyIPGNC1kU4PXHpMBBiqjaEkqPc7
OyBSclrxF6RstCHO0tDp56Ru9utzzaQA+cv6c30FctOWit16oBSDCexOcdcCF+sw
nVbDnFcQz0jpn9EFd+eNa8ge15GTpOxcd/M0sxEDrY4pcg9pM71lMSo/t0OsYl3t
YwSPbAv/AG6pvE2Sfz3u
=Eh8O
-----END PGP SIGNATURE-----
--- End Message ---