[SCM] qtractor packaging branch, master, updated. debian/0.4.4-2-1-g9134e0d

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Jan 19 18:58:12 UTC 2010


The following commit has been merged in the master branch:
commit 9134e0db183fbb118ba04f0f22a4b0a871503ecf
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Tue Jan 19 19:58:06 2010 +0100

    Really fixes #565860

diff --git a/debian/changelog b/debian/changelog
index ddfd7da..2ea51e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+qtractor (0.4.4-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Call autoreconf to re-generate the configure file;
+      (actually Closes: #565860).
+  * debian/control:
+    - Bump-up debhelper build-dependency to 7.0.50~ due to the use of
+      override_dh_auto_configure target.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Tue, 19 Jan 2010 14:10:13 +0100
+
 qtractor (0.4.4-2) unstable; urgency=low
 
   * Refresh patches.
diff --git a/debian/control b/debian/control
index 964cf1a..b5ba180 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Gürkan Sengün <gurkan at phys.ethz.ch>,
  Alessio Treglia <quadrispro at ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
  libqt4-dev,
  libtool,
  automake,
diff --git a/debian/rules b/debian/rules
index 749e624..0c1c680 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
 
+override_dh_auto_configure:
+	autoreconf -f
+	dh_auto_configure
+
 %:
 	dh --with quilt $@

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list