[apophenia] 03/04: Refine Debian autoconfiguration machinery
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sun Oct 12 15:07:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository apophenia.
commit 4afc1c656d3f5324069de514d4f77c4e4cf42da4
Author: Jerome Benoit <calculus at rezozer.net>
Date: Sun Oct 12 16:06:59 2014 +0200
Refine Debian autoconfiguration machinery
---
debian/patches/debianization.patch | 9 ++++++++-
debian/rules | 3 ---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/patches/debianization.patch b/debian/patches/debianization.patch
index b03e0e2..0f51263 100644
--- a/debian/patches/debianization.patch
+++ b/debian/patches/debianization.patch
@@ -69,7 +69,7 @@ Last-Update: 2014-10-09
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
--- a/configure.ac
+++ b/configure.ac
-@@ -4,7 +4,7 @@
+@@ -4,13 +4,13 @@
AC_PREREQ(2.60)
AC_INIT([apophenia], [0.999b], [fluffmail at f-m.fm])
@@ -78,6 +78,13 @@ Last-Update: 2014-10-09
AC_CONFIG_SRCDIR([apop_arms.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
+ AC_CONFIG_MACRO_DIR([m4])
+ AM_INIT_AUTOMAKE
+-AM_MAINTAINER_MODE
++AM_MAINTAINER_MODE([enable])
+
+ # The normal /usr/local default confused too many people
+ ##AC_PREFIX_DEFAULT([/usr])
@@ -63,6 +63,11 @@
AC_PATH_PROGS([SQLITE3],[sqlite3],[/usr/bin/sqlite3])
diff --git a/debian/rules b/debian/rules
index ab96951..5b63d4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,6 @@ override_dh_auto_build-indep:
override_dh_auto_test-indep:
-override_dh_auto_configure:
- dh_auto_configure -- --enable-maintainer-mode
-
override_dh_strip:
dh_strip --dbg-package=libapophenia0-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/apophenia.git
More information about the debian-science-commits
mailing list