summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2000-09-01 21:37:34 +0000
committerjoey <joey>2000-09-01 21:37:34 +0000
commitbcf662004e506ccce41f48bd2a6b878533c93097 (patch)
treea2c191d2f6f62870f56fa5a765c9d8d89721b69c /debian
parent6cb144a3e3ef7abb6fc58073d6fc7c5944d03010 (diff)
r369: no newline in LATEST-VERSION-IS file, breaks some browsers
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ecca7c33..08a474e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,7 +108,7 @@ binary-indep: build
# author.
installhook:
cp debian/changelog /home/pub/programs/debhelper/CHANGES
- echo $(VERSION) > /home/pub/programs/debhelper/LATEST-VERSION-IS
+ echo -n $(VERSION) > /home/pub/programs/debhelper/LATEST-VERSION-IS
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary dist