[SCM] qjackctl packaging branch, master, updated. a18139def0449147e183b2318493ec9deb5fc2f8

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Sep 28 07:15:28 UTC 2009


The following commit has been merged in the master branch:
commit 3e47e11464c4fd5aba139c8e9bfd063ec5ecc5ec
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Sep 27 19:38:17 2009 +0200

    Fix lintian warnings.
    
    debian/control missed the separator, debian/menu used the outdated
    Apps section, and debian/watch explicitly referred to a mirror.

diff --git a/debian/control b/debian/control
index dc2d478..1a043b7 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Git: git://git.debian.org/git/pkg-multimedia/qjackctl.git
 
 Package: qjackctl
 Architecture: any
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: User interface for controlling the JACK sound server
  Qjackctl offers a user interface for controlling the JACK sound server
  daemon. At the same time it figures as a JACK patch bay and monitoring
diff --git a/debian/menu b/debian/menu
index d1cee36..56b8b24 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,4 +1,4 @@
-?package(qjackctl):needs="X11" section="Apps/Sound"\
+?package(qjackctl):needs="X11" section="Applications/Sound"\
   title="JACK Control" command="/usr/bin/qjackctl" sort="$" \
   icon="/usr/share/pixmaps/qjackctl.xpm"\
   hints="JACK"
diff --git a/debian/watch b/debian/watch
index 8f85321..d35201b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,5 @@
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
-version=2
-http://heanet.dl.sourceforge.net/sourceforge/qjackctl/qjackctl-(.*).tar.gz	debian	uupdate
+version=3
+http://sf.net/qjackctl/qjackctl-(.+)\.tar\.gz

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list