diff options
author | joeyh <joeyh> | 2007-09-06 01:54:45 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2007-09-06 01:54:45 +0000 |
commit | cade3b932e3fc6f2fdc576a6ef0e061cf49a6653 (patch) | |
tree | 816aa03dd17867e68d3d6b7b8695d8e4c8f68f81 /debian | |
parent | 6512dfbce4cf15b27db1849b02493776aa07941e (diff) | |
download | moreutils-cade3b932e3fc6f2fdc576a6ef0e061cf49a6653.tar.gz |
releasing version 0.230.23
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a87665b..9e6e07c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -moreutils (0.23) UNRELEASED; urgency=low +moreutils (0.23) unstable; urgency=low * Add pointer to join from combine's man page. Closes: #435516 * Don't strip binaries for debian package if built with @@ -7,7 +7,7 @@ moreutils (0.23) UNRELEASED; urgency=low current lckdo package. (Robert Edmonds) Closes: #432906 * lckdo: Don't clear other flags when setting close on exec. - -- Joey Hess <joeyh@debian.org> Wed, 05 Sep 2007 21:21:29 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 05 Sep 2007 21:45:25 -0400 moreutils (0.22) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 5964448..2634acd 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp - -$(MAKE) -i clean + $(MAKE) -i clean dh_clean binary-indep: build |