]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Add a missing build dependency for building Debian packages (thanks to
authorNathan Scott <nathans@sgi.com>
Mon, 17 Feb 2003 22:06:05 +0000 (22:06 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 17 Feb 2003 22:06:05 +0000 (22:06 +0000)
Ryan Murray for reporting this).

VERSION
debian/changelog
debian/control
doc/CHANGES

diff --git a/VERSION b/VERSION
index 983e818b0a667c2f24c62d6c939b00662d3a9be7..c5a5def83f446c59651914abcc2530161c1cff06 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=3
-PKG_REVISION=10
+PKG_REVISION=11
 PKG_BUILD=0
index 2cee98836cd8cec1a8d836b8fe23175e12529598..b3c1d1865732ba61a198d2c14b2dee51cbcafbc2 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (2.3.11-1) unstable; urgency=low
+
+  * Add missing build dependency on gettext (closes: #181331)
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 18 Feb 2003 08:57:46 +1100
+
 xfsprogs (2.3.10-1) unstable; urgency=low
 
   * New upstream release
index 17f3d7eaea243585245865b8c0b1814e2f39e178..3aa81c465470f754c420db6602880c99f4401e50 100644 (file)
@@ -2,7 +2,7 @@ Source: xfsprogs
 Section: admin
 Priority: optional
 Maintainer: Nathan Scott <nathans@debian.org>
-Build-Depends: uuid-dev, autoconf, debmake, libtool
+Build-Depends: uuid-dev, autoconf, debmake, gettext, libtool
 Standards-Version: 3.5.5
 
 Package: xfsprogs
index 8872ab2271dc0d128394633c3eb9af9bebc35fdf..95fb8f4c699124ab3e6e9640cf289caed4e00e29 100644 (file)
@@ -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.