Control: tags 821766 + patch
Control: tags 821766 + pending

Dear maintainer,

I've prepared an NMU for gle-graphics (versioned as 4.2.5-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Note that this NMU reverts partly 4.2.5-4, at least for hurd, which might
lead to unreproducbible build on hurd (not checked, priority is to fix the 
FTBFS.)

IMHO a better approarch would beto split out the pdf into
an arch:all package and build the doc in the Build-Indep target, but this is
far too invasive for an NMU.

(One of the NMU's target is to de-cruft vtk, which is required for an clean 
removal
f libpng 1.2, which will happen soon)

-- 
tobi


Regards.
diff -Nru gle-graphics-4.2.5/debian/changelog 
gle-graphics-4.2.5/debian/changelog
--- gle-graphics-4.2.5/debian/changelog 2016-03-29 12:02:30.000000000 +0200
+++ gle-graphics-4.2.5/debian/changelog 2016-04-20 15:19:22.000000000 +0200
@@ -1,3 +1,11 @@
+gle-graphics (4.2.5-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * faketime does not work on hurd, so do not use it there.
+    (Closes: #821766)
+
+ -- Tobias Frost <t...@debian.org>  Wed, 20 Apr 2016 15:19:22 +0200
+
 gle-graphics (4.2.5-4) unstable; urgency=medium
 
   * use faketime to build gle-manual PDF files reproducibly
diff -Nru gle-graphics-4.2.5/debian/rules gle-graphics-4.2.5/debian/rules
--- gle-graphics-4.2.5/debian/rules     2016-03-29 11:48:49.000000000 +0200
+++ gle-graphics-4.2.5/debian/rules     2016-04-20 14:02:02.000000000 +0200
@@ -30,7 +30,12 @@
 override_dh_auto_build:
        make
        echo $(SOURCE_DATE) > gle-refman/title/source_date.tex
+ifeq ($(DEB_HOST_ARCH),hurd-i386)
+       # faletime not (yet) supported on hurd, see #778462
+       make doc
+else
        faketime -f "$(SOURCE_DATETIME)" make doc
+endif
 
 override_dh_auto_clean:
        [ ! -f Makefile ] || make distclean

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to