[f2j] 31/31: On one hand we need to call autoreconf on the other hand this mixes up libbytecode/bytecode.h - just save the original one and restore it after configure run.

Andreas Tille tille at debian.org
Fri Jan 29 15:35:42 UTC 2016


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

tille pushed a commit to branch master
in repository f2j.

commit 2cde4ad47ac3602abc635865dc0f8f26b6acd604
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 29 16:34:23 2016 +0100

    On one hand we need to call autoreconf on the other hand this mixes up libbytecode/bytecode.h - just save the original one and restore it after configure run.
---
 debian/rules | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index f4662c1..6542e5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,10 @@ override_dh_auto_install:
 	jh_installlibs --package=libf2j-java util/f2jutil.jar
 
 
-override_dh_auto_build:
-	dh_auto_build
-
-override_dh_clean:
-	dh_clean
+override_dh_auto_configure:
+	cp -a libbytecode/bytecode.h libbytecode/bytecode.h.save
+	dh_auto_configure
+	mv libbytecode/bytecode.h.save libbytecode/bytecode.h
 
 get-orig-source:
 	mkdir -p ../tarballs

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



More information about the pkg-java-commits mailing list