diff -Nru shark-3.1.0+ds1/debian/changelog shark-3.1.0+ds1/debian/changelog --- shark-3.1.0+ds1/debian/changelog 2016-03-23 11:46:05.000000000 +0000 +++ shark-3.1.0+ds1/debian/changelog 2016-08-06 08:52:29.000000000 +0000 @@ -1,3 +1,15 @@ +shark (3.1.0+ds1-1ubuntu1) yakkety; urgency=medium + + * do the thing + + -- Logan Rosen Sat, 06 Aug 2016 04:52:22 -0400 + +shark (3.1.0+ds1-1build1) yakkety; urgency=medium + + * No-change rebuild for boost soname change. + + -- Matthias Klose Thu, 04 Aug 2016 08:32:16 +0000 + shark (3.1.0+ds1-1) unstable; urgency=medium * New upstream release. diff -Nru shark-3.1.0+ds1/debian/control shark-3.1.0+ds1/debian/control --- shark-3.1.0+ds1/debian/control 2016-03-23 11:46:05.000000000 +0000 +++ shark-3.1.0+ds1/debian/control 2016-08-06 08:52:31.000000000 +0000 @@ -1,5 +1,6 @@ Source: shark -Maintainer: Debian Science Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Science Maintainers Uploaders: Ghislain Antony Vaillant Section: science Testsuite: autopkgtest diff -Nru shark-3.1.0+ds1/debian/patches/Prefix-make-iterator-range.patch shark-3.1.0+ds1/debian/patches/Prefix-make-iterator-range.patch --- shark-3.1.0+ds1/debian/patches/Prefix-make-iterator-range.patch 1970-01-01 00:00:00.000000000 +0000 +++ shark-3.1.0+ds1/debian/patches/Prefix-make-iterator-range.patch 2016-08-06 08:52:21.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/include/shark/Core/utility/ZipPair.h ++++ b/include/shark/Core/utility/ZipPair.h +@@ -142,7 +142,7 @@ + > + zipPairRange(Iterator1 begin1, Iterator1 end1, Iterator2 begin2,Iterator2 end2){ + typedef PairIterator iterator; +- return make_iterator_range(iterator(begin1,begin2),iterator(end1,end2)); ++ return boost::make_iterator_range(iterator(begin1,begin2),iterator(end1,end2)); + } + + template diff -Nru shark-3.1.0+ds1/debian/patches/series shark-3.1.0+ds1/debian/patches/series --- shark-3.1.0+ds1/debian/patches/series 2016-03-23 11:46:05.000000000 +0000 +++ shark-3.1.0+ds1/debian/patches/series 2016-08-06 08:51:59.000000000 +0000 @@ -9,3 +9,4 @@ Disable-doxygen-generate-tagfile.patch Disable-privacy-breaching-content.patch Fix-CBLAS-detection-on-Debian.patch +Prefix-make-iterator-range.patch