diff options
| author | Nathan Scott <nathans@sgi.com> | 2003-03-26 23:50:04 +0000 |
|---|---|---|
| committer | Nathan Scott <nathans@sgi.com> | 2003-03-26 23:50:04 +0000 |
| commit | ddcb0f9b7084b076780b42f5c98b25ebeab94e89 (patch) | |
| tree | e7b69d6c98439b6435d0156c25f57808903a230c | |
| parent | c8c410c58d707616877c03eac93ab709a313c5cc (diff) | |
| download | attr-ddcb0f9b7084b076780b42f5c98b25ebeab94e89.tar.gz | |
Minor packaging related cleanups and updates.
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | build/rpm/Makefile | 6 | ||||
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | doc/CHANGES | 5 |
4 files changed, 13 insertions, 8 deletions
@@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=4 -PKG_REVISION=0 +PKG_REVISION=1 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 207491b..0078de2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ +attr (2.4.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott <nathans@debian.org> Thu, 27 Mar 2003 10:30:18 +1100 + attr (2.4.0-1) unstable; urgency=low * New upstream release - * Updated policy version this package conforms to + * Updated policy version to which this package conforms * Note: xfsdump and xfsrestore are affected by a change in libattr which deprecates the attribute name prefix "xfsroot", replacing it with the generic "trusted" name -- the environment variable diff --git a/doc/CHANGES b/doc/CHANGES index b347f82..9cc8eab 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,8 @@ +attr-2.4.1 (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. + attr-2.4.0 (26 February 2003) - Add symbol level versioning to libattr. This improves link time consistency checks. The library versions are also |
