[palp] 01/03: Configured configure.ac to declare foreign to avoid touching dummy files

Julien Puydt julien.puydt at laposte.net
Mon Aug 14 23:05:27 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository palp.

commit aa0d58b5011d91ea9778c4c668125cb8d4dc5452
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Jul 30 23:23:04 2016 +0200

    Configured configure.ac to declare foreign to avoid touching dummy files
---
 debian/configure.ac | 2 +-
 debian/rules        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/configure.ac b/debian/configure.ac
index b394e4a..24ecba3 100644
--- a/debian/configure.ac
+++ b/debian/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT(palp, 2.1)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 AC_PROG_CC
 AC_PROG_INSTALL
diff --git a/debian/rules b/debian/rules
index ec8cb84..7e20a00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_autoreconf:
 	cp debian/configure.ac debian/GNUmakefile.am .
-	touch NEWS README ChangeLog AUTHORS
 	dh_autoreconf
 
 override_dh_auto_build:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/palp.git



More information about the debian-science-commits mailing list