[Pkg-scicomp-commits] framewave/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Mon Jul 6 16:32:08 UTC 2009
SVN commit 4518 by prudhomm:
fixed lintian warnings
M +9 -1 framewave/trunk/debian/changelog
M +1 -1 framewave/trunk/debian/compat
M +4 -4 framewave/trunk/debian/control
--- framewave/trunk/debian/changelog #4517:4518
@@ -1,7 +1,15 @@
+framewave (1.3-5) unstable; urgency=low
+
+ [Christophe Prud'homme]
+ * debian/control: added ${misc:Depends}
+ * debian/control: depend on debhelper >= 7 and updated compat accordingly
+ * debian/control: updated Standards-Version to 2.8.2 (no change)
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Mon, 06 Jul 2009 18:30:38 +0200
+
framewave (1.3-4) unstable; urgency=low
[Christophe Prud'homme]
- *
* Bug fix: "FTBFS: Nonexistent build-dependency:
libboost-thread1.35-dev", thanks to Lucas Nussbaum (Closes: #534081).
* Bug fix: "uninstallable, needs updating to a newer boost", thanks to
--- framewave/trunk/debian/compat #4517:4518
@@ -1 +1 @@
-5
+7
--- framewave/trunk/debian/control #4517:4518
@@ -3,8 +3,8 @@
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 (>> 4.2.0), cdbs, g++ (>= 4.1.2), scons (>= 0.97), python2.5, libboost-thread-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), cdbs, g++ (>= 4.1.2), scons (>= 0.97), python2.5, libboost-thread-dev
+Standards-Version: 3.8.2
Vcs-Svn: https://framewave.svn.sourceforge.net/svnroot/framewave
Vcs-Browser: http://framewave.svn.sourceforge.net/viewvc/framewave/
Homepage: http://framewave.sourceforge.net
@@ -12,7 +12,7 @@
Package: libfwbase1
Section: libs
Architecture: i386 amd64
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Framewave image and signal processing library
Derived from the AMD Performance Library, Framewave is a free and open-source
collection of popular image and signal processing routines designed to
@@ -24,7 +24,7 @@
Package: libfwbase1-dev
Section: libdevel
Architecture: i386 amd64
-Depends: libfwbase1 (= ${binary:Version})
+Depends: libfwbase1 (= ${binary:Version}), ${misc:Depends}
Description: Framewave image and signal processing library
Derived from the AMD Performance Library, Framewave is a free and open-source
collection of popular image and signal processing routines designed to
More information about the Pkg-scicomp-commits
mailing list