aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@debian.org>2009-05-09 05:22:52 +1000
committerNathan Scott <nathans@debian.org>2009-05-09 05:22:52 +1000
commita8987a3e002ad91adf7b93afbc4ba02e9bef88f6 (patch)
treeea3e88d00ee58fff6b8a8e82c540d168828daef5
parent9217f70bb3688cc67556f9e492a8ec683a1428df (diff)
downloadxfsdump-dev-a8987a3e002ad91adf7b93afbc4ba02e9bef88f6.tar.gz
Debian packaging updates, and bumped minor version to 3.0.2.v3.0.2
Signed-off-by: Nathan Scott <nathans@debian.org>
-rw-r--r--VERSION2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
-rw-r--r--doc/CHANGES5
5 files changed, 14 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index f622663f..94c6a834 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=3
PKG_MINOR=0
-PKG_REVISION=1
+PKG_REVISION=2
PKG_BUILD=1
diff --git a/debian/changelog b/debian/changelog
index fa0cc3ae..e058bc34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xfsdump (3.0.2) unstable; urgency=low
+
+ * New bugfix release
+ * Update packaging dependencies on latest xfsprogs (closes: #527651)
+
+ -- Nathan Scott <nathans@debian.org> Sat, 09 May 2009 04:42:48 +1000
+
xfsdump (3.0.0-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index a88ecbb6..48530a9c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Uploaders: Anibal Monsalve Salazar <anibal@debian.org>
Build-Depends: xfslibs-dev (>= 3.0.0), uuid-dev, libattr1-dev (>= 2.4.14), libncurses-dev, autoconf, debhelper (>= 5), gettext, libtool
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
Homepage: http://oss.sgi.com/projects/xfs/
Package: xfsdump
diff --git a/debian/rules b/debian/rules
index 8cac69f5..e8acda3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ config: .census
.census:
@echo "== dpkg-buildpackage: configure" 1>&2
$(checkdir)
- $(options) $(MAKE) configure
+ $(options) $(MAKE) include/config.h
touch .census
clean:
diff --git a/doc/CHANGES b/doc/CHANGES
index 8258faba..c8b021ff 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,7 @@
-xfsdump-3.0.1
+xfsdump-3.0.2 (9 May 2009)
+ - Update the Debian packaging and resolve xfsprogs dependencies.
+
+xfsdump-3.0.1 (16 April 2009)
- Update the Makepkgs script to generate proper source tarballs.
- Small specfile improvements, thanks to Jan Engelhardt.
- Fix parallel builds, thanks to Mike Frysinger.