[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[bibtool] 01/01: Imported Debian patch 2.66+ds-4: #852887 fix (bis)



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

calculus-guest pushed a commit to branch master
in repository bibtool.

commit 79339eaabbee68324c375f2801ca82f3d72e323a
Author: Jerome Benoit <calculus@rezozer.net>
Date:   Sat Jan 28 22:03:25 2017 +0400

    Imported Debian patch 2.66+ds-4: #852887 fix (bis)
---
 debian/changelog | 7 +++++++
 debian/clean     | 1 +
 debian/rules     | 3 +++
 3 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9d44ec8..b4641d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bibtool (2.66+ds-4) unstable; urgency=medium
+
+  * FTBFS fix release (Closes: #852887, second attempt), override sbuild
+    HOME setting as workaround to #852980.
+
+ -- Jerome Benoit <calculus@rezozer.net>  Sat, 28 Jan 2017 17:16:54 +0000
+
 bibtool (2.66+ds-3) unstable; urgency=medium
 
   * FTBFS fix release (Closes: #852887), add lmodern to Build-Depends field.
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..2908d33
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+_home/
diff --git a/debian/rules b/debian/rules
index 9d0e983..e448fa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+## workaround #852980
+export HOME=$(CURDIR)/_home
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 default:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/bibtool.git


Reply to: