From: Nathan Scott Date: Mon, 17 Feb 2003 22:06:05 +0000 (+0000) Subject: Add a missing build dependency for building Debian packages (thanks to X-Git-Tag: v2.4.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66fef0462d47fb475952f8b2520ff1552556d552;p=thirdparty%2Fxfsprogs-dev.git Add a missing build dependency for building Debian packages (thanks to Ryan Murray for reporting this). --- diff --git a/VERSION b/VERSION index 983e818b0..c5a5def83 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=3 -PKG_REVISION=10 +PKG_REVISION=11 PKG_BUILD=0 diff --git a/debian/changelog b/debian/changelog index 2cee98836..b3c1d1865 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.3.11-1) unstable; urgency=low + + * Add missing build dependency on gettext (closes: #181331) + + -- Nathan Scott Tue, 18 Feb 2003 08:57:46 +1100 + xfsprogs (2.3.10-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 17f3d7eae..3aa81c465 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xfsprogs Section: admin Priority: optional Maintainer: Nathan Scott -Build-Depends: uuid-dev, autoconf, debmake, libtool +Build-Depends: uuid-dev, autoconf, debmake, gettext, libtool Standards-Version: 3.5.5 Package: xfsprogs diff --git a/doc/CHANGES b/doc/CHANGES index 8872ab227..95fb8f4c6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-2.3.11 (18 February 2002) + - Missed a build dependency for the Debian build process. + xfsprogs-2.3.10 (17 February 2002) - Fix a divide-by-zero error in mkfs with certain stripe unit and/or width options specified.