[hamradio-commits] [libax25] 02/04: Patched to fix FTCBFS error

Dave Hibberd hibby-guest at moszumanska.debian.org
Sun Nov 19 10:51:33 UTC 2017


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

hibby-guest pushed a commit to branch master
in repository libax25.

commit d76e0c1b7fa075b04b3878ee82e75c3ac2c2008c
Author: hibby <d at vehibberd.com>
Date:   Wed Nov 8 23:04:25 2017 +0000

    Patched to fix FTCBFS error
---
 debian/changelog | 3 +++
 debian/rules     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 626d06a..d5934fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ libax25 (0.0.12-rc4-2) UNRELEASED; urgency=medium
     - debian/control updated
     - debian/compat updated to level 10
     - debian/rules rewritten
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. 
+    - (Closes: #880394)
+    - Thanks to Helmut Grohne <helmut at subdivi.de>
 
  -- Dave Hibberd <d at vehibberd.com>  Tue, 07 Nov 2017 18:08:31 +0000
 
diff --git a/debian/rules b/debian/rules
index ae02537..dd6f5d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 build: build-arch build-indep
 build-arch: build-stamp
@@ -15,7 +15,7 @@ build-stamp:
 	dh_testdir
 	dh_autoreconf
 	chmod +x configure
-	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man
+	dh_auto_configure -- --libdir='$${prefix}/lib'
 	# Add here commands to compile the package.
 	$(MAKE) 
 

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



More information about the pkg-hamradio-commits mailing list