[SCM] gpac/master: Convert to debhelper (>= 8).

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Oct 29 06:40:43 UTC 2010


The following commit has been merged in the master branch:
commit 2694c56586dde61a233bd41db240fc75d4e2ea88
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri Oct 29 02:40:15 2010 -0400

    Convert to debhelper (>= 8).

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 aebfdc4..a20020d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Homepage: http://gpac.sourceforge.net
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/gpac.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gpac.git
 Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8),
  freeglut3-dev,
  liba52-0.7.4-dev,
  libasound2-dev,
diff --git a/debian/rules b/debian/rules
index a95228a..9382707 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@ --with quilt
 
 override_dh_auto_configure:
 	chmod 755 configure

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list