Hi! Find attached a patch which fixes this issue.
I've removed the cvs rule, since jackd now uses subversion. HTH PS: The watch file could use some tweaking, too. -- mail: [email protected] http://adi.thur.de PGP/GPG: key via keyserver
diff -u -r jack-audio-connection-kit-0.116.1/debian/control jack-new/debian/control --- jack-audio-connection-kit-0.116.1/debian/control 2009-03-07 15:42:52.000000000 +0100 +++ jack-new/debian/control 2009-03-07 14:08:08.000000000 +0100 @@ -32,7 +32,7 @@ to an audio device, as well as allowing them to share audio between themselves. . - See <http://jackit.sourceforge.net/> for more info. + See <http://jackaudio.org/> for more info. . This package contains the daemon jackd as well as some example clients. @@ -47,7 +47,7 @@ to an audio device, as well as allowing them to share audio between themselves. . - See <http://jackit.sourceforge.net/> for more info. + See <http://jackaudio.org/> for more info. . This package contains the shared libraries. @@ -60,7 +60,7 @@ to an audio device, as well as allowing them to share audio between themselves. . - See <http://jackit.sourceforge.net/> for more info. + See <http://jackaudio.org/> for more info. . This package is a dummy package provided as an upgrade path to the libjack0 package. @@ -76,7 +76,7 @@ to an audio device, as well as allowing them to share audio between themselves. . - See <http://jackit.sourceforge.net/> for more info. + See <http://jackaudio.org/> for more info. . This package contains files needed for the development of JACK applications and an API reference. @@ -90,7 +90,7 @@ to an audio device, as well as allowing them to share audio between themselves. . - See <http://jackit.sourceforge.net/> for more info. + See <http://jackaudio.org/> for more info. . This package is a dummy package provided as an upgrade path to the libjack0.100.0-dev package. diff -u -r jack-audio-connection-kit-0.116.1/debian/rules jack-new/debian/rules --- jack-audio-connection-kit-0.116.1/debian/rules 2009-03-07 15:42:52.000000000 +0100 +++ jack-new/debian/rules 2009-03-07 15:38:46.000000000 +0100 @@ -99,7 +99,7 @@ # this target fetches the FAQ from the JACK homepage faq: dh_testdir - w3m -dump http://jackit.sourceforge.net/docs/faq.php > debian/FAQ.dltmp + w3m -dump http://jackaudio.org/faq > debian/FAQ.dltmp mv debian/FAQ.dltmp debian/FAQ dch -a "debian/FAQ: updated from webpage" @@ -115,8 +115,7 @@ # this target fetches README.developers from the web devel-readme: dh_testdir - w3m -dump \ - 'http://cvs.sourceforge.net/viewcvs.py/*checkout*/jackit/jack/README.developers?content-type=text%2Fplain&rev=HEAD' \ + svn cat http://subversion.jackaudio.org/jack/trunk/jack/README.developers \ > debian/README.developers.dltmp mv debian/README.developers.dltmp debian/README.developers dch -a "debian/README.developers: updated from webpage" @@ -134,13 +133,3 @@ rm -rf tmp-orig-tree clean:: update-clean - -.PHONY: update-cvs-snapshot -update-cvs-snapshot: - # TODO: sanitize/cvsize DEB_UPSTREAM_TARBALL_VERSION; change version - # number - cvs -d :pserver:[email protected]:/cvsroot/jackit \ - rdiff -u -r RELEASE_$(DEB_UPSTREAM_TARBALL_VERSION) \ - -D today jack \ - > debian/patches/01_$(DEB_UPSTREAM_TARBALL_VERSION)-cvs`date +%y%m%d`.patch -

