[SCM] jackmeter packaging branch, master, updated. debian/0.3-1-6-g48c141b

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jun 4 12:15:33 UTC 2010


The following commit has been merged in the master branch:
commit da74009ecec76dac3a84b9619f940116cbe9ec64
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Fri Jun 4 13:08:16 2010 +0200

    Add autotools-dev,autoconf support.

diff --git a/debian/control b/debian/control
index c4a50e5..edac198 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,17 @@ Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <alessio at debian.org>,
  Andrew Gee <andrew at andrewgee.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libjack-dev
+Build-Depends: debhelper (>= 7.0.8~),
+ autoconf,
+ autotools-dev (>= 20100122.1~),
+ libjack-dev
 Standards-Version: 3.8.4
 Homepage: http://www.aelius.com/njh/jackmeter/
 
 Package: jackmeter
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: a basic command line meter for the JACK audio system
  Jack Meter is a command line audio meter for the JACK audio system. This
  allows the user to check signal levels on remote computers without the need
diff --git a/debian/rules b/debian/rules
index 917d9bf..fdeab55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
 %:
-	dh  $@
+	dh --buildsystem=autoconf --with autotools_dev  $@

-- 
jackmeter packaging



More information about the pkg-multimedia-commits mailing list