[SCM] gnome-mplayer/experimental: Build with --parallel

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 3 18:51:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 58cdd929fe8d993eb64b1a72583f1ae885f2b9f0
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Mar 3 18:59:11 2013 +0100

    Build with --parallel

diff --git a/debian/changelog b/debian/changelog
index d4fbbdc..009e762 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ gnome-mplayer (1.0.8-1) UNRELEASED; urgency=low
     - Add myself to Uploaders.
     - Use dh-autoreconf instead of autotools-dev.
   * debian/copyright: Update copyright years.
+  * debian/rules:
+    - Run dh with --parallel and --with autoreconf.
   * debian/patches: Remove all patches, not needed anymore.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Sun, 27 Jan 2013 01:02:45 +0100
diff --git a/debian/rules b/debian/rules
index e9fef6d..c747a59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export V=1
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install

-- 
gnome-mplayer packaging



More information about the pkg-multimedia-commits mailing list