diff -Nru rivet-1.8.3/debian/changelog rivet-1.8.3/debian/changelog --- rivet-1.8.3/debian/changelog 2015-12-08 17:12:03.000000000 +0000 +++ rivet-1.8.3/debian/changelog 2015-12-12 22:54:53.000000000 +0000 @@ -1,20 +1,19 @@ -rivet (1.8.3-1.2build3) xenial; urgency=medium +rivet (1.8.3-1.3) unstable; urgency=medium - * Rebuild against new gsl SONAME change. + * Non-maintainer upload. - -- Michael Terry Tue, 08 Dec 2015 12:12:03 -0500 + [ Bas Couwenberg ] + * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. + Closes: #807224 + + [ Mattia Rizzolo ] + * Move from python-support to dh-python. Closes: #786266 + * Make python-rivet depend on ${python:Depends}, to automatically get the + correct python dependency. + * Apply patch from the Reproducible Builds team to assure reproducible build + of the documentation. Closes: #788955 -rivet (1.8.3-1.2build2) xenial; urgency=medium - - * Use libgsl-dev - - -- Iain Lane Tue, 10 Nov 2015 15:47:17 +0000 - -rivet (1.8.3-1.2build1) xenial; urgency=medium - - * No-change rebuild against new gsl - - -- Iain Lane Tue, 10 Nov 2015 14:25:45 +0000 + -- Mattia Rizzolo Sat, 12 Dec 2015 11:07:59 +0000 rivet (1.8.3-1.2) unstable; urgency=medium diff -Nru rivet-1.8.3/debian/control rivet-1.8.3/debian/control --- rivet-1.8.3/debian/control 2015-11-10 15:46:59.000000000 +0000 +++ rivet-1.8.3/debian/control 2015-12-12 02:31:52.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Science Maintainers Uploaders: Lifeng Sun -Build-Depends: debhelper (>= 8.0.0), autotools-dev, libhepmc-dev, libfastjet-dev (>= 3.0.6+dfsg-1.1~), libfastjetplugins-dev, libfastjettools-dev, libyaml-cpp-dev, dh-autoreconf, libgsl-dev, libtinyxml-dev, chrpath, libboost-dev, python-dev, python-support, swig, gfortran +Build-Depends: debhelper (>= 8.0.0), autotools-dev, libhepmc-dev, libfastjet-dev (>= 3.0.6+dfsg-1.1~), libfastjetplugins-dev, libfastjettools-dev, libyaml-cpp-dev, dh-autoreconf, libgsl-dev, libtinyxml-dev, chrpath, libboost-dev, python-dev, dh-python, swig, gfortran Build-Depends-Indep: texlive-science, doxygen-latex Standards-Version: 3.9.3 Homepage: http://rivet.hepforge.org/ @@ -146,7 +146,7 @@ Multi-Arch: foreign Pre-Depends: ${misc:Pre-Depends} Architecture: any -Depends: python-support (>= 0.90), ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python bindings of Rivet Rivet is a toolkit for validation of Monte Carlo event generators. Using a computationally efficient model for observable computations, Rivet diff -Nru rivet-1.8.3/debian/patches/reproducible-builds.patch rivet-1.8.3/debian/patches/reproducible-builds.patch --- rivet-1.8.3/debian/patches/reproducible-builds.patch 1970-01-01 00:00:00.000000000 +0000 +++ rivet-1.8.3/debian/patches/reproducible-builds.patch 2015-12-12 22:55:31.000000000 +0000 @@ -0,0 +1,18 @@ +Description: assure reproducible build by removing the timestamp from the html + documentation. +Author: Maria Valentina Marin +Last-Update: 2015-12-12 +Acked-By: Mattia Rizzolo +Forwarded: no + +--- a/Doxyfile.in ++++ b/Doxyfile.in +@@ -944,7 +944,7 @@ + # page will contain the date and time when the page was generated. Setting + # this to NO can help when comparing the output of multiple runs. + +-HTML_TIMESTAMP = YES ++HTML_TIMESTAMP = NO + + # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML + # documentation will contain sections that can be hidden and shown after the diff -Nru rivet-1.8.3/debian/patches/series rivet-1.8.3/debian/patches/series --- rivet-1.8.3/debian/patches/series 2013-11-23 11:04:53.000000000 +0000 +++ rivet-1.8.3/debian/patches/series 2015-12-12 22:51:59.000000000 +0000 @@ -6,3 +6,4 @@ fix-analysis-plugin-path.patch path-max.patch yaml-cpp-v5-support.patch +reproducible-builds.patch diff -Nru rivet-1.8.3/debian/rules rivet-1.8.3/debian/rules --- rivet-1.8.3/debian/rules 2013-11-23 13:11:25.000000000 +0000 +++ rivet-1.8.3/debian/rules 2015-12-12 01:59:23.000000000 +0000 @@ -36,4 +36,4 @@ $(MAKE) dox %: - dh $@ --with autoreconf --parallel + dh $@ --with autoreconf,python2 --parallel