[SCM] projectm/master: Bump debhelper version dependency

ximion-guest at users.alioth.debian.org ximion-guest at users.alioth.debian.org
Wed Mar 23 13:11:30 UTC 2011


The following commit has been merged in the master branch:
commit 57705552cf8189bcdcfa096835fffb85c453c619
Author: Matthias Klumpp <matthias at nlinux.org>
Date:   Wed Mar 23 14:06:28 2011 +0100

    Bump debhelper version dependency

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 12d23e5..76ef405 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,21 @@ Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at l
 Uploaders: Matthias Klumpp <matthias at nlinux.org>
 Vcs-Git: git://git.debian.org/pkg-multimedia/projectm.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/projectm.git
-Build-Depends: debhelper (>= 7.0.50~), cmake, libqt4-dev, libqt4-opengl-dev, libjack-dev,
- libglew-dev, libgl1-mesa-dev, libglu-dev, libx11-dev, libice-dev, libpulse-dev, libfreetype6-dev,
- libvisual-0.4-dev, libsdl1.2-dev, libftgl-dev
+Build-Depends: debhelper (>= 8),
+               cmake,
+               libqt4-dev,
+               libqt4-opengl-dev,
+               libjack-dev,
+               libglew-dev,
+               libgl1-mesa-dev,
+               libglu-dev,
+               libx11-dev,
+               libice-dev,
+               libpulse-dev,
+               libfreetype6-dev,
+               libvisual-0.4-dev,
+               libsdl1.2-dev,
+               libftgl-dev
 Standards-Version: 3.9.1
 Homepage: http://projectm.sf.net
 
@@ -114,4 +126,4 @@ Description: Debugging symbols for projectM
  OpenGL for hardware acceleration. It is compatible with Milkdrop
  presets.
  .
- Most people will not need this package. 
+ Most people will not need this package.
diff --git a/debian/rules b/debian/rules
index ec5c47e..e05164d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ BUILD_DIR=$(CURDIR)/src/build
 override_dh_auto_clean:
 	[ ! -f $(BUILD_DIR) ] || $(MAKE) --directory=$(BUILD_DIR) clean
 	rm -rf $(BUILD_DIR)
-	
+
 	# "Make clean" forgets these files
 	rm -f $(CURDIR)/src/libprojectM/libprojectM.pc
 	rm -f $(CURDIR)/src/libprojectM/config.inp

-- 
projectm packaging



More information about the pkg-multimedia-commits mailing list