Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package direwolf The version in unstable (1.0-2) fixes RC bug #768223. unblock direwolf/1.0-2 -- System Information: Debian Release: 7.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686-bigmem (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru direwolf-1.0/debian/changelog direwolf-1.0/debian/changelog --- direwolf-1.0/debian/changelog 2014-10-11 18:54:53.000000000 +0100 +++ direwolf-1.0/debian/changelog 2014-11-07 13:41:03.000000000 +0000 @@ -1,3 +1,10 @@ +direwolf (1.0-2) unstable; urgency=medium + + * No longer install the ll2utm or utm2ll binaries or man pages. (Closes: + #768223) + + -- Iain R. Learmonth <i...@fsfe.org> Fri, 07 Nov 2014 13:40:27 +0000 + direwolf (1.0-1) unstable; urgency=medium * Initial release. (Closes: #759639) diff -Nru direwolf-1.0/debian/manpages/ll2utm.1 direwolf-1.0/debian/manpages/ll2utm.1 --- direwolf-1.0/debian/manpages/ll2utm.1 2014-10-11 18:07:09.000000000 +0100 +++ direwolf-1.0/debian/manpages/ll2utm.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,36 +0,0 @@ - -.TH ll2utm 1 "September 2014" "ll2utm(1)" "Ham Radio Applications" - -.SH NAME -\fBll2utm\fR \- Latitude / Longitude to UTM conversion - -.SH SYNOPSIS - -\fBll2utm\fR \fBlatitude\fR \fBlongitude\fR - -.SH OPTIONS - -The latitude and longitude must be in decimal degrees. Use negative for south or west. - -.SH "AUTHORS" - -Dire Wolf is Copyright \(co 2011-2014 John Langner WB2OSZ\&. - -.SH "COPYRIGHT" -.br -This manual page is Copyright \(co 2014 Iain R. Learmonth\&. -.br -.PP -This manual page was written for the Debian system (but may be used by others)\&. -.PP -Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. -.PP -On Debian systems, the complete text of the GNU General Public License can be found in -/usr/share/common\-licenses/GPL-2\&. - -.SH "SEE ALSO" - -direwolf(1), utm2ll(1) - -.sp - diff -Nru direwolf-1.0/debian/manpages/utm2ll.1 direwolf-1.0/debian/manpages/utm2ll.1 --- direwolf-1.0/debian/manpages/utm2ll.1 2014-10-11 18:07:09.000000000 +0100 +++ direwolf-1.0/debian/manpages/utm2ll.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,41 +0,0 @@ - -.TH utm2ll 1 "September 2014" "utm2ll(1)" "Ham Radio Applications" - -.SH NAME -\fButm2ll\fR \- UTM to Latitude / Longitude conversion - -.SH SYNOPSIS - -\fButm2ll\fR \fBzone\fR \fBeasting\fR \fBnorthing\fR - -.SH OPTIONS - -.PP -zone \- UTM zone 1 thru 60 with optional latitudinal band -.PP -easting \- x coordinate in meters -.PP -northing \- y coordinate in meters - -.SH "AUTHORS" - -Dire Wolf is Copyright \(co 2011-2014 John Langner WB2OSZ\&. - -.SH "COPYRIGHT" -.br -This manual page is Copyright \(co 2014 Iain R. Learmonth\&. -.br -.PP -This manual page was written for the Debian system (but may be used by others)\&. -.PP -Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. -.PP -On Debian systems, the complete text of the GNU General Public License can be found in -/usr/share/common\-licenses/GPL-2\&. - -.SH "SEE ALSO" - -direwolf(1), ll2utm(1) - -.sp - diff -Nru direwolf-1.0/debian/patches/makefile_install.patch direwolf-1.0/debian/patches/makefile_install.patch --- direwolf-1.0/debian/patches/makefile_install.patch 2014-10-11 18:07:09.000000000 +0100 +++ direwolf-1.0/debian/patches/makefile_install.patch 2014-11-07 13:32:33.000000000 +0000 @@ -35,8 +35,8 @@ + install decode_aprs debian/direwolf/usr/bin + install text2tt debian/direwolf/usr/bin + install tt2text debian/direwolf/usr/bin -+ install ll2utm debian/direwolf/usr/bin -+ install utm2ll debian/direwolf/usr/bin ++ #install ll2utm debian/direwolf/usr/bin ++ #install utm2ll debian/direwolf/usr/bin + install aclients debian/direwolf/usr/bin + install -D --mode=644 tocalls.txt debian/direwolf-docs/usr/share/direwolf/tocalls.txt + install -D --mode=644 symbols-new.txt debian/direwolf-docs/usr/share/direwolf/symbols-new.txt