[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770451: marked as done (unblock: direwolf/1.0-2)



Your message dated Fri, 21 Nov 2014 20:43:45 +0100
with message-id <546F95F1.7090304@thykier.net>
and subject line Re: Bug#770451: unblock: direwolf/1.0-2
has caused the Debian Bug report #770451,
regarding unblock: direwolf/1.0-2
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 owner@bugs.debian.org
immediately.)


-- 
770451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770451
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <irl@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

--- End Message ---
--- Begin Message ---
On 2014-11-21 15:39, Iain R. Learmonth wrote:
> Hi Jonathan,
> 
> On Fri, Nov 21, 2014 at 01:11:20PM +0000, Jonathan Wiltshire wrote:
>> If the conflicting package is not in Jessie or Sid, why not just
>> break+replace it?
> 
> direwolf definitely does not replace the functionality of drawmap. ll2utm
> and utm2ll are two utilities that are not part of the core functionality of
> direwolf and they will not be missed.
> 
> In a future revision (not for jessie) these utilities willbe broken out into
> a direwolf-tools package which can conflict with drawmap and be recommended
> (but not depends) from direwolf. This change is too big to be putting into
> jessie at this point in the game.
> 
> Thanks,
> Iain.
> 

Thanks, I have unblocked direwolf, thanks.

~Niels

--- End Message ---

Reply to: