[SCM] ladish/master: Revert "Don't python'ize any package, ladish needs python just to build." as usr/bin/ladish_control is python

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 31 11:13:10 UTC 2012


The following commit has been merged in the master branch:
commit 54726d452853201ad32d3e8f986a3d037c8678dd
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 31 12:12:49 2012 +0100

    Revert "Don't python'ize any package, ladish needs python just to build." as usr/bin/ladish_control is python
    
    This reverts commit 27583cd57cc76c5baec2ded939985db161e98e94.

diff --git a/debian/control b/debian/control
index b7a278d..7ceb4c2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,9 @@ Build-Depends: debhelper (>= 7.0.50~),
  libglade2-dev,
  libgnomecanvasmm-2.6-dev,
  libgtk2.0-dev,
- python,
+ python-all (>= 2.6.6-3),
  uuid-dev
+X-Python-Version: >= 2.6
 Standards-Version: 3.9.2
 Homepage: http://ladish.org/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/ladish.git
@@ -27,6 +28,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
  jackd,
  python-dbus,
+ ${python:Depends},
  ${misc:Depends}
 Suggests: gladish
 Recommends: a2jmidid
diff --git a/debian/rules b/debian/rules
index 7e028db..9c8ece7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 WAF = ./waf
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	$(WAF) configure --prefix=/usr \

-- 
ladish packaging



More information about the pkg-multimedia-commits mailing list