[Pkg-scicomp-devel] Bug#596536: framewave: NMU to remove explicit build dependencies on python2.5

Matthias Klose doko at debian.org
Sun Sep 12 14:41:08 UTC 2010


Package: framewave

Attached is the debdiff to remove explicit build dependencies
on python2.5 or python2.5-dev.


diff -u framewave-1.3.1/debian/changelog framewave-1.3.1/debian/changelog
--- framewave-1.3.1/debian/changelog
+++ framewave-1.3.1/debian/changelog
@@ -1,3 +1,10 @@
+framewave (1.3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't build-depend on python2.5, use scons directly. Closes: #596309.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Sep 2010 11:56:40 +0200
+
 framewave (1.3.1-1) unstable; urgency=low
 
   [ Albert Huang ]
diff -u framewave-1.3.1/debian/control framewave-1.3.1/debian/control
--- framewave-1.3.1/debian/control
+++ framewave-1.3.1/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Albert Huang <albert at csail.mit.edu>,  Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, g++ (>= 4.1.2), scons (>= 0.97), python2.5, libboost-thread-dev
+Build-Depends: debhelper (>= 7), cdbs, g++ (>= 4.1.2), scons (>= 0.97), libboost-thread-dev
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-scicomp/framewave
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-scicomp/framewave/
diff -u framewave-1.3.1/debian/rules framewave-1.3.1/debian/rules
--- framewave-1.3.1/debian/rules
+++ framewave-1.3.1/debian/rules
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-SCONS = python2.5 /usr/bin/scons
+SCONS = /usr/bin/scons
 
 DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_DH_INSTALL_SOURCEDIR := $(CURDIR)/debian/tmp





More information about the Pkg-scicomp-devel mailing list