[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.7.2+git20110530-1-2-gdc1066b

Patrick Matthäi pmatthaei at alioth.debian.org
Mon May 30 19:17:09 UTC 2011


The following commit has been merged in the master branch:
commit be6315f56022741388e5e8732fe55031be5ebeed
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Mon May 30 21:08:49 2011 +0200

    * Build with dh_python2 to fix the location of the debugging symbols of the
      mlt python package. Much thanks to Evgenie Golov for his patch!
---
 debian/changelog |    7 +++++++
 debian/control   |    3 +--
 debian/rules     |    7 +++++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6804364..ced53b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mlt (0.7.2+git20110530-2) UNRELEASED; urgency=low
+
+  * Build with dh_python2 to fix the location of the debugging symbols of the
+    mlt python package. Much thanks to Evgenie Golov for his patch!
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 30 May 2011 21:07:53 +0200
+
 mlt (0.7.2+git20110530-1) unstable; urgency=low
 
   * New upstream git snapshot.
diff --git a/debian/control b/debian/control
index 89a33e9..60a281d 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,8 @@ Build-Depends: debhelper (>= 7.0.50),
  imagemagick,
  frei0r-plugins-dev,
  swig,
- python-dev,
  hardening-wrapper,
- python-support
+ python-all-dev (>= 2.6.6-3~)
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://www.mltframework.org
diff --git a/debian/rules b/debian/rules
index c37bb37..4d7deda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,10 +19,10 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 	--qimage-libdir=/usr/lib \
 	--disable-swfdec
 
-PYTHON_DIR := usr/lib/$(shell pyversions -d)/site-packages
+PYTHON_DIR := usr/lib/$(shell pyversions -d)/dist-packages
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
@@ -40,3 +40,6 @@ override_dh_install:
 
 override_dh_strip:
 	dh_strip --dbg-package=libmlt-dbg
+
+override_dh_python2:
+	dh_python2 --no-guessing-versions

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list