[SCM] kmidimon packaging branch, master, updated. upstream/0.7.0-5-g5608568

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Jun 27 15:31:59 UTC 2009


The following commit has been merged in the master branch:
commit 5608568499f71446f927e915e1db332af2360d52
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat Jun 27 16:50:31 2009 +0200

    Fix lintian warnings.

diff --git a/debian/compat b/debian/compat
index b8626c4..1e8b314 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+6
diff --git a/debian/control b/debian/control
index 49befac..725f83c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: kmidimon
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
-Uploaders: Free Ekanayaka <freee at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, cmake, kdelibs5-dev, libasound2-dev
-Standards-Version: 3.7.2
+Uploaders: Free Ekanayaka <freee at debian.org>, Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Build-Depends: debhelper (>= 6.0.0), cmake, kdelibs5-dev, libasound2-dev, chrpath
+Standards-Version: 3.8.2
 
 Package: kmidimon
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 81891ad..fe7b5a6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,9 @@ Fri,  2 Feb 2007 00:00:17 +0100.
 
 It was downloaded from ftp://heanet.dl.sourceforge.net/k/km/kmetronome/kmidimon-0.5.0.tar.bz2
 
-Copyright Holder: Pedro Lopez-Cabanillas <plcl AT users.sourceforge.net>
+Copyright:
+
+   Copyright (C) 2008 Pedro Lopez-Cabanillas <plcl AT users.sourceforge.net>
 
 The KMidiMon application is licensed under the GNU GPL:
 
diff --git a/debian/menu b/debian/menu
index 0f96f1c..1ccd99b 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,2 +1,2 @@
-?package(kmidimon):needs="X11" section="Apps/Sound"\
+?package(kmidimon):needs="X11" section="Applications/Sound"\
   title="kmidimon" command="/usr/bin/kmidimon"
diff --git a/debian/rules b/debian/rules
index cfa539e..007747f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+#include /usr/share/dpatch/dpatch.make
 
 CFLAGS = -Wall -g
 
@@ -28,7 +28,7 @@ configure-stamp:
 
 build: build-stamp
 
-build-stamp: patch-stamp configure-stamp 
+build-stamp: configure-stamp 
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -39,15 +39,15 @@ build-stamp: patch-stamp configure-stamp
 
 	touch build-stamp
 
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-	-rm -f CMakeCache.txt
-	-rm -rf CMakeFiles/ CMakeTmp/ CTestTestfile.cmake Makefile \
+	[ ! -f Makefile ] || $(MAKE) clean
+	rm -rf CMakeCache.txt
+	rm -rf CMakeFiles/ CMakeTmp/ CTestTestfile.cmake Makefile \
 		build/ cmake_install.cmake cmake_uninstall.cmake
 
 	dh_clean 
@@ -60,6 +60,7 @@ install: build
 
 	# Add here commands to install the package into debian/kmidimon.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/kmidimon
+	chrpath -d $(CURDIR)/debian/kmidimon/usr/bin/kmidimon
 
 
 # Build architecture-independent files here.
diff --git a/debian/watch b/debian/watch
index 338d837..e8094f9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 # Site		Directory	Pattern		Version	Script
 version=3
-ftp://heanet.dl.sourceforge.net/k/km/kmetronome/kmidimon-(.*)\.tar\.bz2	debian	uupdate
+http://sf.net/kmetronome/kmidimon-(.+)\.tar\.gz

-- 
kmidimon packaging



More information about the pkg-multimedia-commits mailing list