[gle-graphics] 21/23: Import Debian changes 4.2.5-5

Christian T. Steigies cts at moszumanska.debian.org
Tue Oct 31 18:25:37 UTC 2017


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

cts pushed a commit to branch master
in repository gle-graphics.

commit 9cef3a9704f4a149ff13a97162d80407e7bb70af
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Apr 23 11:56:53 2016 +0000

    Import Debian changes 4.2.5-5
    
    gle-graphics (4.2.5-5) unstable; urgency=medium
    
      * Team upload.
      * Apply patch from Reiner Herrmann to fix reproducible build fix to not
        require faketime.  Closes: #821766
      * Bump Standards-Version to 3.9.8, no changes needed.
---
 debian/changelog      | 9 +++++++++
 debian/control        | 3 +--
 debian/patches/series | 1 +
 debian/rules          | 6 +-----
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c82fa37..e616ee5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gle-graphics (4.2.5-5) unstable; urgency=medium
+
+  * Team upload.
+  * Apply patch from Reiner Herrmann to fix reproducible build fix to not
+    require faketime.  Closes: #821766
+  * Bump Standards-Version to 3.9.8, no changes needed.
+
+ -- Mattia Rizzolo <mattia at debian.org>  Sat, 23 Apr 2016 11:56:53 +0000
+
 gle-graphics (4.2.5-4) unstable; urgency=medium
 
   * use faketime to build gle-manual PDF files reproducibly
diff --git a/debian/control b/debian/control
index 2fca03e..aab9fb3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: automake,
                autotools-dev,
                debhelper (>= 9),
                dh-autoreconf,
-               faketime,
                ghostscript,
                libboost-dev,
                libcairo-dev,
@@ -22,7 +21,7 @@ Build-Depends: automake,
                pkg-config,
                texlive,
                texlive-latex-extra
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://glx.sf.net
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-science/packages/gle-graphics.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gle-graphics.git
diff --git a/debian/patches/series b/debian/patches/series
index 82fd50d..1c65a8e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ qmake
 source_date_epoch
 replace-today-in-manual
 typo-occurred
+static-time
diff --git a/debian/rules b/debian/rules
index 3617f62..5f319c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,6 @@ export DEB_CPPFLAGS_MAINT_APPEND = -DDEBIAN_EPOCH=$(SOURCE_DATE_EPOCH)
 DATE_FMT = %Y-%m-%d
 SOURCE_DATE ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)"  2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)" 2>/dev/null || date -u "+$(DATE_FMT)")
 
-# source datetime string for building gle-manual.pdf
-DATETIME_FMT = %Y-%m-%d %H:%M:%S
-SOURCE_DATETIME ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+$(DATETIME_FMT)"  2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+$(DATETIME_FMT)" 2>/dev/null || date -u "+$(DATETIME_FMT)")
-
 %:
 #	dh $@ --with autoreconf
 	dh $@ --with autotools_dev
@@ -30,7 +26,7 @@ SOURCE_DATETIME ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+$(DATETIME_FMT)"
 override_dh_auto_build:
 	make
 	echo $(SOURCE_DATE) > gle-refman/title/source_date.tex
-	faketime -f "$(SOURCE_DATETIME)" make doc
+	make doc
 
 override_dh_auto_clean:
 	[ ! -f Makefile ] || make distclean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gle-graphics.git



More information about the debian-science-commits mailing list