[SCM] ladish/master: Don't python'ize any package, ladish needs python just to build.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Jan 14 10:26:57 UTC 2012
The following commit has been merged in the master branch:
commit 27583cd57cc76c5baec2ded939985db161e98e94
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Jan 14 11:20:47 2012 +0100
Don't python'ize any package, ladish needs python just to build.
diff --git a/debian/control b/debian/control
index 43b706a..79eca38 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,8 @@ Build-Depends: debhelper (>= 7.0.50~),
libglade2-dev,
libgnomecanvasmm-2.6-dev,
libgtk2.0-dev,
- python-all (>= 2.6.6-3),
+ python,
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
@@ -28,7 +27,6 @@ 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 ba1ed41..6e628bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
WAF = ./waf
%:
- dh $@ --with python2
+ dh $@
override_dh_auto_configure:
$(WAF) configure --prefix=/usr \
--
ladish packaging
More information about the pkg-multimedia-commits
mailing list