aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-03-26 23:50:04 +0000
committerNathan Scott <nathans@sgi.com>2003-03-26 23:50:04 +0000
commitf169a21f6cc92f7fb539d891358004070626c4f0 (patch)
treec2b01c364c923bb1bbdac6b978908c87c944e889
parent831cf51b4c3131e7405ccc6bb94ff73d24320ff5 (diff)
downloaddmapi-dev-f169a21f6cc92f7fb539d891358004070626c4f0.tar.gz
Minor packaging related cleanups and updates.
-rw-r--r--VERSION2
-rw-r--r--build/rpm/Makefile6
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--doc/CHANGES5
5 files changed, 14 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index a889a92..307cbbb 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=0
-PKG_REVISION=5
+PKG_REVISION=6
PKG_BUILD=0
diff --git a/build/rpm/Makefile b/build/rpm/Makefile
index 4576215..b980f67 100644
--- a/build/rpm/Makefile
+++ b/build/rpm/Makefile
@@ -88,10 +88,4 @@ ${SPECF} : ${SPECF}.in
-e's|@pkg_builder@|$(PKG_BUILDER)|g' \
-e's|@build_root@|$(DIST_ROOT)|g' \
-e'/^BuildRoot: *$$/d' \
- -e's|@pkg_var_dir@|$(PKG_VAR_DIR)|g' \
- -e's|@pkg_share_dir@|$(PKG_SHARE_DIR)|g' \
- -e's|@pkg_log_dir@|$(PKG_LOG_DIR)|g' \
- -e's|@pkg_doc_dir@|$(PKG_DOC_DIR)|g' \
- -e's|@pkg_man_dir@|$(PKG_MAN_DIR)|g' \
- -e's|@pkg_tmp_dir@|$(PKG_TMP_DIR)|g' \
-e's|@make@|$(MAKE)|g' < $< > $@
diff --git a/debian/changelog b/debian/changelog
index 88abff0..822034a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dmapi (2.0.6-1) unstable; urgency=low
+
+ * New upstream release
+ * Updated policy version to which this package conforms
+
+ -- Nathan Scott <nathans@debian.org> Thu, 27 Mar 2003 10:30:18 +1100
+
dmapi (2.0.5-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 7a109b5..79cddd9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: xfslibs-dev (>= 2.0.0), autoconf, debmake, libtool
-Standards-Version: 3.5.5
+Standards-Version: 3.5.9
Package: dmapi
Depends: ${shlibs:Depends}
diff --git a/doc/CHANGES b/doc/CHANGES
index df1c73e..1a7d87e 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,8 @@
+dmapi-2.0.6 (27 March 2003)
+ - Cleanups to the build process, in particular the automatic
+ rpm package generation Makefile and spec file template.
+ - Makepkgs script can now propagate failures back from make.
+
dmapi-2.0.5 (04 July 2002)
- Build infrastructure updates so that configure options can be
used to specify paths rather than semi-hard-coded path names