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

[bibtool] 01/03: upstream doc: unrep fix



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

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

commit a61f852781c9fcb86492022ffd57522d90a47afe
Author: Jerome Benoit <calculus@rezozer.net>
Date:   Sun Dec 20 03:07:48 2015 +0100

    upstream doc: unrep fix
---
 debian/changelog                               |  7 +++++++
 debian/patches/reproducible-upstream-doc.patch | 23 +++++++++++++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index da53f8b..8610c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bibtool (2.61+ds-2) UNRELEASE; urgency=medium
+
+  * Debianization:
+    - debian/patches/reproducible-upstream-doc.patch, introduce (unrep fix).
+
+ -- Jerome Benoit <calculus@rezozer.net>  Sun, 20 Dec 2015 02:12:11 +0000
+
 bibtool (2.61+ds-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/patches/reproducible-upstream-doc.patch b/debian/patches/reproducible-upstream-doc.patch
new file mode 100644
index 0000000..89ae573
--- /dev/null
+++ b/debian/patches/reproducible-upstream-doc.patch
@@ -0,0 +1,23 @@
+attempt to render reproducible TeX documents
+--- a/doc/make_version.pl
++++ b/doc/make_version.pl
+@@ -57,7 +57,7 @@
+ 
+ while(<>) {
+   $version = $1 if m/bibtool_version *= *"([0-9.]*)/;
+-  $year = $1 if m/\$Id: make_version.pl,v 1.3 2011-11-27 14:25:46 gene Exp $/;
++  $year = $1 if m/bibtool_year *= *"(2[0-9]{3})/;
+ }
+ 
+ die "*** Missing version\n" if not defined $version;
+--- a/Changes.tex
++++ b/Changes.tex
+@@ -22,7 +22,7 @@
+ 
+ \title{\BibTool{} Change Log}
+ \author{Gerd Neugebauer}
+-%\date{}
++\date{}
+ \maketitle
+ 
+ \begin{Developers}
diff --git a/debian/patches/series b/debian/patches/series
index 1c533e7..a418e99 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 cleanup-upstream.patch
+reproducible-upstream-doc.patch
 rationalization-upstream-doc.patch
 secure-upstream-doc.patch
 silence-upstream-doc.patch

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


Reply to: