r36027 - in /packages/libbft/trunk/debian: bft-config.1 changelog control
sylvestre-guest at users.alioth.debian.org
sylvestre-guest at users.alioth.debian.org
Tue Nov 24 17:35:51 UTC 2009
Author: sylvestre-guest
Date: Tue Nov 24 17:35:51 2009
New Revision: 36027
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36027
Log:
* Missing dependency on zlib1g-dev (not mandatory for libbft but better)
Modified:
packages/libbft/trunk/debian/bft-config.1
packages/libbft/trunk/debian/changelog
packages/libbft/trunk/debian/control
Modified: packages/libbft/trunk/debian/bft-config.1
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/bft-config.1?rev=36027&op=diff
==============================================================================
--- packages/libbft/trunk/debian/bft-config.1 (original)
+++ packages/libbft/trunk/debian/bft-config.1 Tue Nov 24 17:35:51 2009
@@ -28,7 +28,7 @@
.RI [scope]
.br
.SH DESCRIPTION
-This script is a tool that is used to configure to determine
+This script is a tool that is used to determine
the compiler and linker flags that should be used to compile
and link programs that use
.BR libbft .
Modified: packages/libbft/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/changelog?rev=36027&op=diff
==============================================================================
--- packages/libbft/trunk/debian/changelog (original)
+++ packages/libbft/trunk/debian/changelog Tue Nov 24 17:35:51 2009
@@ -1,3 +1,9 @@
+libbft (1.1.1-2) unstable; urgency=low
+
+ * Missing dependency on zlib1g-dev (not mandatory for libbft but better)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 24 Nov 2009 18:34:26 +0100
+
libbft (1.1.1-1) unstable; urgency=low
* New upstream release
Modified: packages/libbft/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/control?rev=36027&op=diff
==============================================================================
--- packages/libbft/trunk/debian/control (original)
+++ packages/libbft/trunk/debian/control Tue Nov 24 17:35:51 2009
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, zlib1g-dev
Standards-Version: 3.8.3
Homepage: http://www.code-saturne.org/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libbft/
More information about the debian-science-commits
mailing list