[mythes] 01/02: touch NEWS if it doesn't exist before autoreconf

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 05:10:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository mythes.

commit 4fbeca039f6aae59603f3cdebc21faab951146c9
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 13 07:05:09 2016 +0200

    touch NEWS if it doesn't exist before autoreconf
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index ab11c06..3fc637e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ include /usr/share/dpkg/buildflags.mk
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	if [ ! -f NEWS ]; then touch NEWS; fi
 	dh_autoreconf
 	dh_auto_configure -- --enable-static
 	touch configure-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/mythes.git



More information about the Pkg-openoffice-commits mailing list