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

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Sun Apr 29 16:55:42 UTC 2012


The following commit has been merged in the master branch:
commit 5b45db487dfb60f9c844061e855a0f465ad0abb9
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date:   Sun Apr 29 18:48:58 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 81d0901..c80f4ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,12 @@ gmtk (1.0.6-1) UNRELEASED; urgency=low
     - Bump Standards version to 3.9.3 (no changes required).
     - Mark lib{gmlib,gmtk}-dev and lib{gmlib0,gmtk0}-dbg as Multi-Arch: same.
     - Bump debhelper Build-Dep to >= 9.
+    - Drop unnecessary dpkg-dev Build-Dep.
   * debian/rules:
     - Enable verbose build output.
     - Enabled parallel builds.
+    - Drop unnecessary include of /usr/share/dpkg/builflags.mk. debhelper >= 9
+      does the right thing.
   * Update symbol files to add new symbols.
   * debian/patches:
     - Remove patch 0001-fix-buildsystem.patch (not needed anymore).
@@ -19,7 +22,7 @@ gmtk (1.0.6-1) UNRELEASED; urgency=low
       for gettext.
   * debian/libgmtk0-data.install: simplify.
 
- -- Sebastian Ramacher <s.ramacher at gmx.at>  Sat, 07 Apr 2012 21:34:46 +0200
+ -- Sebastian Ramacher <s.ramacher at gmx.at>  Sun, 29 Apr 2012 18:45:38 +0200
 
 gmtk (1.0.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2043e81..9376c77 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,7 @@ Build-Depends: debhelper (>= 9),
  libgtk-3-dev,
  libpulse-dev,
  libasound2-dev [linux-any],
- libgconf2-dev,
- dpkg-dev (>= 1.16.1)
+ libgconf2-dev
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/gmtk/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/gmtk.git
diff --git a/debian/rules b/debian/rules
index 430a7d1..ad44b96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
-
 # Enable verbose build output
 export V=1
 

-- 
gmtk packaging



More information about the pkg-multimedia-commits mailing list