Bug#596542: yate: NMU to remove explicit build dependencies on python2.5
Matthias Klose
doko at debian.org
Sun Sep 12 14:41:15 UTC 2010
Package: yate
Attached is the debdiff to remove explicit build dependencies
on python2.5 or python2.5-dev.
diff -Nru yate-2.2.0-1~dfsg/debian/changelog yate-2.2.0-1~dfsg/debian/changelog
--- yate-2.2.0-1~dfsg/debian/changelog 2010-03-21 10:03:43.000000000 +0100
+++ yate-2.2.0-1~dfsg/debian/changelog 2010-09-12 13:39:04.000000000 +0200
@@ -1,3 +1,10 @@
+yate (2.2.0-1~dfsg-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Replace build-dependency on python2.5 with python. Closes: #596317.
+
+ -- Matthias Klose <doko at debian.org> Sun, 12 Sep 2010 11:36:35 +0200
+
yate (2.2.0-1~dfsg-1) unstable; urgency=low
[ Tzafrir Cohen ]
diff -Nru yate-2.2.0-1~dfsg/debian/control yate-2.2.0-1~dfsg/debian/control
--- yate-2.2.0-1~dfsg/debian/control 2010-03-21 10:16:25.000000000 +0100
+++ yate-2.2.0-1~dfsg/debian/control 2010-09-12 13:35:37.000000000 +0200
@@ -14,7 +14,7 @@
libqt4-dev,
libasound2-dev,
libspeex-dev,
- python2.5,
+ python,
libspandsp-dev,
doxygen,
pkg-config,
diff -Nru yate-2.2.0-1~dfsg/debian/rules yate-2.2.0-1~dfsg/debian/rules
--- yate-2.2.0-1~dfsg/debian/rules 2010-03-08 15:31:29.000000000 +0100
+++ yate-2.2.0-1~dfsg/debian/rules 2010-09-12 13:35:58.000000000 +0200
@@ -76,7 +76,7 @@
build-indep: build-indep-stamp
build-indep-stamp: config.status
- cd share/scripts/yaypm ; python2.5 ./setup.py build
+ cd share/scripts/yaypm ; python ./setup.py build
touch $@
clean:
More information about the Pkg-voip-maintainers
mailing list