Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Dave Hibberd
That's excellent news - with the main page giving 404s and a third party
mirror hosting code he'd found and a wayback machine copy of the code,
and, I had come to the same conclusion.

Is there a mailing list, aside from the soundmodem-commits I see at gna,
that i can subscribe to for release notifications / support requests /
requests for contributions?

Thanks
Dave

-- 
Blog:   http://www.hibby.info
Linkedin:   http://www.linkedin.com/in/davehibberd
XMPP:   hi...@ccc.jabber.de
GPG:5E4F 5451 93E8 969C 8A59  
B80A 03A1 FB7A 1904 771B
Twitter:@Hibbie
Call:   MM3ZRZ

On Thu, Mar 26, 2015 at 08:23:37AM +0100, Thomas Sailer wrote:
  soundmodem's upstream maintainer is no longer maintaining the package
 
 Who told you that? I haven't received any mail from you...
 
 The project's now hosted at http://gna.org/projects/soundmodem
 
 On 03/26/2015 08:14 AM, Thomas Maisl (mobile) wrote:
 FYI
 73, Tom
 
 
 *Von:* Iain R. Learmonth i...@fsfe.org
 *Gesendet:* 26. März 2015 02:17:34 MEZ
 *An:* Debian Bug Tracking System sub...@bugs.debian.org
 *Betreff:* Bug#781206: soundmodem: metadata references non-existing URLs
 
 Package: soundmodem
 Severity: minor
 Tags: patch
 
 Dear Maintainer,
 
 soundmodem's upstream maintainer is no longer maintaining the package and
 the website appears to return 404 errors. The diffs below replace the
 Homepage: field in debian/control with a mirror of the original homepage and
 replaces the watch file with a comment to allow others to see that upstream
 maintenance is no longer going on.
 
 Making this fix will stop DUCK and the QA tools from complaining while
 documenting the situation. The mirror for the homepage may also be useful to
 users that are looking for it.
 
 Thanks,
 Iain.
 
 
 
 
 diff debian/control.old debian/control.new
 8c8
  Homepage:http://www.baycom.org/~tom/ham/soundmodem  
 http://www.baycom.org/%7Etom/ham/soundmodem/
 ---
 
 Homepage: http://soundmodem.vk4msl.yi.org/
 
 
 diff debian/watch.old debian/watch.new
 1,3c1,2
  # SiteDirectory   Pattern 
 Version Script
  version=2
 http://www.baycom.org/~tom/ham/soundmodem  
 http://www.baycom.org/%7Etom/ham/soundmodem/soundmodem-(.*)\.tar\.gz 
 debian  uupdate
 ---
 
 # The upstream website is no longer available and there does not
 seem to # be any new upstream development.
 
 
 
 
 
 -- 
 e: i...@fsfe.orgw:iain.learmonth.me  http://iain.learmonth.me
 x: i...@jabber.fsfe.org t: EPVPN 2105
 c: 2M0STB  g: IO87we
 p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49
 
 -- 
 Si Non Confectus Non Reficat (The Patrician - Terry Pratchett)
 




signature.asc
Description: Digital signature


Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Iain R. Learmonth
retitle 781206 soundmodem: upstream URLs have moved
kthxbye

Hi Thomas,

On Thu, Mar 26, 2015 at 08:23:37AM +0100, Thomas Sailer wrote:
 soundmodem's upstream maintainer is no longer maintaining the package
Who told you that? I haven't received any mail from you...
The project's now hosted at [1]http://gna.org/projects/soundmodem

That's brilliant! I was going by the information available at:

  http://www.linux-ax25.org/wiki/Soundmodem

I'll take a look at updating this page too so that others can find the new
software. I see you also have a new release (we have 0.18 in Debian but
there's 0.19 in your Downloads Area).

New patch is attached.

Thanks for your work on this. (:

Iain.

-- 
e: i...@fsfe.orgw: iain.learmonth.me
x: i...@jabber.fsfe.org t: EPVPN 2105
c: 2M0STB  g: IO87we
p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49
diff --git a/debian/control b/debian/control
index daa1766..dbe585e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Hamradio Maintainers debian-h...@lists.debian.org
 Build-Depends: debhelper (= 9), autotools-dev, flex-old, libgtk2.0-dev, libaudiofile-dev, libasound2-dev [linux-any], libxml2-dev, libhamlib-dev
 Uploaders: Kamal Mostafa ka...@whence.com, Jaime Robles ja...@debian.org, Patrick Ouellette poue...@debian.org, Hamish Moffatt ham...@debian.org
 Standards-Version: 3.9.3
-Homepage: http://www.baycom.org/~tom/ham/soundmodem/
+Homepage: http://gna.org/projects/soundmodem
 
 Package: soundmodem
 Architecture: any
diff --git a/debian/watch b/debian/watch
index cd754b0..a29882b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
-# Site		Directory		Pattern			Version	Script
-version=2
-http://www.baycom.org/~tom/ham/soundmodem/	soundmodem-(.*)\.tar\.gz	debian	uupdate
+version=3
+
+http://download.gna.org/soundmodem/soundmodem-(.*)\.tar\.gz
+


pgpXwo6yFil6M.pgp
Description: PGP signature


Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Iain!

On 03/26/2015 02:17 AM, Iain R. Learmonth wrote:
 diff debian/control.old debian/control.new 8c8  Homepage:
 http://www.baycom.org/~tom/ham/soundmodem/ ---
 Homepage: http://soundmodem.vk4msl.yi.org/

Just a short heads up: Please make sure to always use the unified
diff format when sending patches. Thus, use diff -u file.old file
to generate your patch or, even better, use git format-patch
whenever possible.

I found this little write-up [1] pretty useful. Even though it's
actually a howto for kernel patches, it's also a great a tutorial
on generating patches with git in general.

When making changes to Debian packages in particular, you can also
use a tool called debdiff which generates a diff between two
Debian packages. It takes the .dsc files of the two packages as
an argument. However, changes are often not visible until you
actually rebuild the packages with your changes.

Adrian

 [1] http://kernelnewbies.org/FirstKernelPatch

- -- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVE8dtAAoJEHQmOzf1tfkTyBcQALpS18D3pSoA5JobAm7oNlcx
FFHVnMi3q0GuSxw92WCPj7e5Zoy0Mlv9JaE2G6ZMp4+1GuufyS5bfQQI3HF+4Q1p
5jNhYGvihdFHO70/Xcao4G83NgSdVc6ae7u1pTy5e22unCR7n5Ea+/ZJlVW0g2Mv
Uz4L6qMuM/NQI5kWSBCu53SoYowsI9ZtuXVSJPV4TEkSAZswvREbNUDaH32BM3sc
U7muZweAdLf78ExIZQi2zTdE8iinoakNaHudChrvGV4IgiZBdYlvW/Ia/nCsbF4z
rQz6WhmxdDcJvGOEmb2jD+jQa6tLMFiXOzgYLjkV0mg4PM6bfyuMIiMuZtkn3qfS
Nxo8+vV4fMF5doS1r9veWXpOEsTj8EKwnLmJcGr4tldDWUBIzs3WIvguv4Y4ZpDt
IIi9HRXW0y+kGX28REzjf2eYFfGf0ZlOGAMJ1tYDK31PulKX2UcvZLr9WK0ddOP9
Uwy4vODu0XGuhHa9IXAWFwV14EV30EVAI9j/AIEYjUCe6cCy46cK1PTUIMOmeNu/
ZmWpupV3ZGQ7tV2VCOqzIISNWO5QOUdjG3fSFfrHYP5Gx05kc5ZeEVpK8T6hnYbh
sAouKK2+gV1r6sYJOrm7gLXVvcf+mD0lU/bfXtSddg4Y2hw20z/6n6eoCDyDGOtM
8XeeambtvIwVT+RMoqCT
=BhM7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Thomas Sailer

Hi Dave,

I just created soundmodem-disc...@gna.org, up to now it's mostly been 
the odd private email...


Thomas


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-26 Thread Thomas Sailer

 soundmodem's upstream maintainer is no longer maintaining the package

Who told you that? I haven't received any mail from you...

The project's now hosted at http://gna.org/projects/soundmodem

On 03/26/2015 08:14 AM, Thomas Maisl (mobile) wrote:

FYI
73, Tom


*Von:* Iain R. Learmonth i...@fsfe.org
*Gesendet:* 26. März 2015 02:17:34 MEZ
*An:* Debian Bug Tracking System sub...@bugs.debian.org
*Betreff:* Bug#781206: soundmodem: metadata references non-existing URLs

Package: soundmodem
Severity: minor
Tags: patch

Dear Maintainer,

soundmodem's upstream maintainer is no longer maintaining the package and
the website appears to return 404 errors. The diffs below replace the
Homepage: field in debian/control with a mirror of the original homepage and
replaces the watch file with a comment to allow others to see that upstream
maintenance is no longer going on.

Making this fix will stop DUCK and the QA tools from complaining while
documenting the situation. The mirror for the homepage may also be useful to
users that are looking for it.

Thanks,
Iain.




diff debian/control.old debian/control.new
8c8
 Homepage:http://www.baycom.org/~tom/ham/soundmodem  
http://www.baycom.org/%7Etom/ham/soundmodem/
---

Homepage: http://soundmodem.vk4msl.yi.org/ 



diff debian/watch.old debian/watch.new
1,3c1,2
 # SiteDirectory   Pattern Version 
Script
 version=2
http://www.baycom.org/~tom/ham/soundmodem  
http://www.baycom.org/%7Etom/ham/soundmodem/soundmodem-(.*)\.tar\.gz debian  
uupdate
---

# The upstream website is no longer available and there does not
seem to # be any new upstream development. 






--
e: i...@fsfe.orgw:iain.learmonth.me  http://iain.learmonth.me
x: i...@jabber.fsfe.org t: EPVPN 2105
c: 2M0STB  g: IO87we
p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49

--
Si Non Confectus Non Reficat (The Patrician - Terry Pratchett) 




Bug#781206: soundmodem: metadata references non-existing URLs

2015-03-25 Thread Iain R. Learmonth
Package: soundmodem
Severity: minor
Tags: patch

Dear Maintainer,

soundmodem's upstream maintainer is no longer maintaining the package and
the website appears to return 404 errors. The diffs below replace the
Homepage: field in debian/control with a mirror of the original homepage and
replaces the watch file with a comment to allow others to see that upstream
maintenance is no longer going on.

Making this fix will stop DUCK and the QA tools from complaining while
documenting the situation. The mirror for the homepage may also be useful to
users that are looking for it.

Thanks,
Iain.

--

diff debian/control.old debian/control.new
8c8
 Homepage: http://www.baycom.org/~tom/ham/soundmodem/
---
 Homepage: http://soundmodem.vk4msl.yi.org/

diff debian/watch.old debian/watch.new
1,3c1,2
 # SiteDirectory   Pattern Version 
Script
 version=2
 http://www.baycom.org/~tom/ham/soundmodem/soundmodem-(.*)\.tar\.gz debian 
 uupdate
---
 # The upstream website is no longer available and there does not seem to
 # be any new upstream development.

--

-- 
e: i...@fsfe.orgw: iain.learmonth.me
x: i...@jabber.fsfe.org t: EPVPN 2105
c: 2M0STB  g: IO87we
p: 1F72 607C 5FF2 CCD5 3F01 600D 56FF 9EA4 E984 6C49


pgp2nawHUWJf1.pgp
Description: PGP signature