[SCM] gecko-mediaplayer/master: Drop dpkg-dev Build-Dep.

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Sun Apr 29 18:05:22 UTC 2012


The following commit has been merged in the master branch:
commit 63f3d1a44930914879982a63c2a9a7c65f5630bd
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date:   Sun Apr 29 20:04:43 2012 +0200

    Drop dpkg-dev Build-Dep.
    
    Also drop the include of /usr/share/dpkg/buildflags.mk. debhelper with compat
    level 9 exports the variables so there is no need to that manually.

diff --git a/debian/changelog b/debian/changelog
index 0f0b810..6907363 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,13 +6,18 @@ gecko-mediaplayer (1.0.6-1) UNRELEASED; urgency=low
     - Remove 0002-fix-spelling-error.patch (not needed anymore).
   * debian/control:
     - Bump Standards version to 3.9.3 (no changes required).
-    - Bump Depends on gnome-mplayer to 1.0.6 to keep them in sync..
+    - Bump Depends on gnome-mplayer to 1.0.6 to keep them in sync.
+    - Bump Build-Dep on debhelper to >= 9.
+    - Drop unnecessary Build-Dep on dpkg-dev.
   * debian/copyright: Update Format URL.
   * debian/rules:
     - Enable verbose build output.
     - Enable parallel build.
+    - Drop include of /usr/share/dpkg/buildflags.mk. The flags are exported by
+      debhelper with compat level 9.
+  * debian/compat: Bump to 9.
 
- -- Sebastian Ramacher <s.ramacher at gmx.at>  Sat, 07 Apr 2012 22:26:50 +0200
+ -- Sebastian Ramacher <s.ramacher at gmx.at>  Sun, 29 Apr 2012 20:02:19 +0200
 
 gecko-mediaplayer (1.0.5-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 529e309..c94b669 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Julien Lavergne <gilir at ubuntu.com>, Aron Xu <aron at debian.org>,
  Sebastian Ramacher <s.ramacher at gmx.at>
-Build-Depends: debhelper (>= 8),
+Build-Depends:
+ debhelper (>= 9),
  dh-autoreconf,
  pkg-config (>= 0.26),
  libglib2.0-dev (>= 2.14),
@@ -14,8 +15,7 @@ Build-Depends: debhelper (>= 8),
  libx11-dev,
  libgmlib-dev,
  libgconf2-dev,
- libcurl4-gnutls-dev | libcurl-dev,
- dpkg-dev (>= 1.16.1)
+ libcurl4-gnutls-dev | libcurl-dev
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/gecko-mediaplayer/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/gecko-mediaplayer.git
diff --git a/debian/rules b/debian/rules
index f5d67da..8abebd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,6 @@
 export DEB_CPPLAGS_MAINT_APPEND=-DMOZ_NO_ALLOC
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
 # Build with verbose build output
 export V=1
 

-- 
gecko-mediaplayer packaging



More information about the pkg-multimedia-commits mailing list