diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-15 15:37:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-15 15:37:21 -0400 |
commit | ab100606238850f43106ea7a3c939833efd25378 (patch) | |
tree | d2d2ffdeb24525b635c39cd0f2dc344d701d3fa2 /debian | |
parent | decdf6ec49194e5c02fa42c3a235bdefee224175 (diff) | |
download | moreutils-ab100606238850f43106ea7a3c939833efd25378.tar.gz |
releasing version 0.290.29
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 ffa7f5b..f4157e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -moreutils (0.29) UNRELEASED; urgency=low +moreutils (0.29) unstable; urgency=low * Add ifne, contributed by Javier Merino. * sponge, ifne: Ensure that suspending/resuming doesn't @@ -10,7 +10,7 @@ moreutils (0.29) UNRELEASED; urgency=low in a specified format. * ts: Fix bug in timezone regexp. - -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 2008 12:56:42 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 15 Apr 2008 15:30:52 -0400 moreutils (0.28) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 2634acd..d379a64 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp - $(MAKE) -i clean + $(MAKE) clean dh_clean binary-indep: build |