[funtools] 06/09: Unconditionally copy config.* files

Ole Streicher olebole at moszumanska.debian.org
Sat Feb 28 14:31:32 UTC 2015


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

olebole pushed a commit to branch debian
in repository funtools.

commit 81983be4c71e902eba92dc0981eaaec1c996a64f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Feb 28 15:06:40 2015 +0100

    Unconditionally copy config.* files
---
 debian/rules | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7808bbf..717c48f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,12 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf,autotools_dev
+	dh $@ --with autoreconf
+
+override_dh_autoreconf:
+	for i in . filter fitsy util wcs; do \
+	  cp -a /usr/share/misc/config.* $$i ; done
+	dh_autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-shared --with-zlib=-lz --with-wcslib=-lwcstools  --with-tcl=/usr/lib --enable-dl
@@ -23,6 +28,9 @@ override_dh_installman:
 	     debian/libfuntools-dev/usr/share/man/man3/$$t.3 ; \
 	done
 
+override_dh_auto_clean:
+	rm -f Makefile
+	dh_auto_clean
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/changelog.html

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



More information about the debian-science-commits mailing list