summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 09:02:34 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 09:02:34 +0200
commitc86efa313a88c6225dd93314c871c38b8a7f681f (patch)
treea04b8691e8b55d0d09f7131dfb96be4dcf66df58
parent371aefd1628f72ba94aca1421b1b375075990b12 (diff)
debian/rules: fix generation/restoration of VERSION.txt
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 1b748320..5d55b463 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ configure-stamp: $(QUILT_STAMPFN)
dh_testdir
ln -sf /usr/share/misc/config.sub
ln -sf /usr/share/misc/config.guess
- echo "0.11rc2+`cat .svnrevision`\nboxbackup" > VERSION.txt
+ echo -e "0.11rc2+`cat .svnrevision`\nboxbackup" > VERSION.txt
sh -x ./bootstrap
./configure $(DEB_EXTRA_CONFIG_FLAGS) LDFLAGS="-Wl,--as-needed"
touch configure-stamp
@@ -53,7 +53,7 @@ clean-real:
dh_testdir
dh_testroot
dh_clean build-stamp configure-stamp
- echo "USE_SVN_VERSION\nboxbackup" > VERSION.txt
+ echo -e "USE_SVN_VERSION\nboxbackup" > VERSION.txt
[ ! -f Makefile ] || make clean
sh debian/clean.sh
dh_clean config.log config.status