[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.116.1-4-8-gd4ccc79

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Mar 23 15:37:38 UTC 2009


The following commit has been merged in the master branch:
commit d4ccc7921b3f0a85855b8d2854079bd8e67f52d6
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Mar 23 14:46:08 2009 +0100

    Update upstream location in control files (Closes: #511239)

diff --git a/debian/changelog b/debian/changelog
index ab803ea..dbcfd41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ jack-audio-connection-kit (0.116.1-5) UNRELEASED; urgency=low
   * Include new alsa_in and alsa_out binaries
   * Prompt the user for realtime priority settings (Closes: #507248)
   * Include armel in dependency arch list (Closes: #460084)
+  * Update upstream location in control files (Closes: #511239)
 
- -- Adrian Knoth <adi at drcomp.erfurt.thur.de>  Wed, 18 Mar 2009 14:50:01 +0100
+ -- Adrian Knoth <adi at drcomp.erfurt.thur.de>  Mon, 23 Mar 2009 14:45:03 +0100
 
 jack-audio-connection-kit (0.116.1-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 07bee28..ae10b22 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Description: JACK Audio Connection Kit (server and example clients)
  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 @@ Description: JACK Audio Connection Kit (libraries)
  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 @@ Description: JACK Audio Connection Kit (libraries)
  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 @@ Description: JACK Audio Connection Kit (development files)
  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 @@ Description: JACK Audio Connection Kit (libraries)
  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 --git a/debian/rules b/debian/rules
index 1d29a6c..ccd3999 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,7 @@ clean::
 # 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 @@ user-howto:
 # 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 @@ update-clean:
 	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:anonymous at cvs.sourceforge.net:/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
-

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list