[hamradio-commits] [wwl] 01/01: Removed stray symlinks

Iain Learmonth irl-guest at moszumanska.debian.org
Tue Oct 14 01:15:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a commit to branch master
in repository wwl.

commit 697c1fad0942552bd4bdbf59a10ebbd76ec06d36
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Tue Oct 14 02:14:40 2014 +0100

    Removed stray symlinks
---
 debian/patches/remove-locator-link.patch | 27 +++++++++++++++++++++------
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/debian/patches/remove-locator-link.patch b/debian/patches/remove-locator-link.patch
index c1ad004..4bf9174 100644
--- a/debian/patches/remove-locator-link.patch
+++ b/debian/patches/remove-locator-link.patch
@@ -1,9 +1,9 @@
 Description: Remove references to "locator" binary
 Author: Hamish Moffatt <hamish at debian.org>
 
---- wwl-1.3+db.orig/wwl.1
-+++ wwl-1.3+db/wwl.1
-@@ -18,32 +18,10 @@ qrb: 5810 kilometers, azimuth: 46 degree
+--- wwl.orig/wwl.1
++++ wwl/wwl.1
+@@ -18,32 +18,10 @@
  wwl jo55 ec41
  .br
  qrb: 15996 kilometers, azimuth: 216 degrees
@@ -37,9 +37,9 @@ Author: Hamish Moffatt <hamish at debian.org>
 +There is no code from the original (dead?) version of wwl.
  .Sh AUTHORS
  Diane Bruce (VA3DB) db at db.net	   
---- wwl-1.3+db.orig/wwl.c
-+++ wwl-1.3+db/wwl.c
-@@ -66,26 +66,16 @@ main (int argc, char **argv)
+--- wwl.orig/wwl.c
++++ wwl/wwl.c
+@@ -66,26 +66,16 @@
  	char my_wwl[SCRATCH_WWL_LEN], dx_wwl[SCRATCH_WWL_LEN];
  
  	if (argc < 2) {
@@ -68,3 +68,18 @@ Author: Hamish Moffatt <hamish at debian.org>
  
  	snprintf(my_wwl, sizeof(my_wwl), "%sAA", argv[1]);
  	my_wwl[WWL_LEN] ='\0';
+--- wwl.orig/Makefile
++++ wwl/Makefile
+@@ -26,10 +26,10 @@
+ 	${RM} -f ${PREFIX}/bin/locator
+ 	${RM} -f ${PREFIX}/bin/wwl
+ 	${INSTALL}	wwl ${PREFIX}/bin/wwl
+-	${LN} -s ${PREFIX}/bin/wwl ${PREFIX}/bin/locator
++	#${LN} -s ${PREFIX}/bin/wwl ${PREFIX}/bin/locator
+ 	${INSTALL} wwl.1 ${MAN1PREFIX}/wwl.1
+ 	${GZIP} -f ${MAN1PREFIX}/wwl.1
+-	${LN} -s ${MAN1PREFIX}/wwl.1.gz ${MAN1PREFIX}/locator.1.gz
++	#${LN} -s ${MAN1PREFIX}/wwl.1.gz ${MAN1PREFIX}/locator.1.gz
+ 	
+ deinstall:
+ 	${RM} -f ${PREFIX}/bin/wwl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/wwl.git



More information about the pkg-hamradio-commits mailing list