diff -Nru libcereal-1.3.0/debian/changelog libcereal-1.3.0/debian/changelog --- libcereal-1.3.0/debian/changelog 2019-10-28 13:19:21.000000000 +0000 +++ libcereal-1.3.0/debian/changelog 2020-02-28 16:26:41.000000000 +0000 @@ -1,3 +1,16 @@ +libcereal (1.3.0-3) unstable; urgency=medium + + * libcereal-dev: Convert to Architecture: all, saves space and eases + cross-building + * Mark -dev and -doc as Multi-Arch: foreign + * Tweak the doxygen patch to make the build reproducible + * Standards-Version: 4.5.0 (routine-update) + * Use secure URI in Homepage field. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Michael R. Crusoe Fri, 28 Feb 2020 17:26:41 +0100 + libcereal (1.3.0-2) unstable; urgency=medium * debian/ruiles: Work around build failures on platforms without processor diff -Nru libcereal-1.3.0/debian/control libcereal-1.3.0/debian/control --- libcereal-1.3.0/debian/control 2019-10-27 16:02:27.000000000 +0000 +++ libcereal-1.3.0/debian/control 2020-02-28 16:11:37.000000000 +0000 @@ -8,13 +8,14 @@ libboost-test-dev, cmake, doxygen -Standards-Version: 4.4.0 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/libcereal Vcs-Git: https://salsa.debian.org/med-team/libcereal.git -Homepage: http://uscilab.github.io/cereal/ +Homepage: https://uscilab.github.io/cereal/ Package: libcereal-dev -Architecture: any +Multi-Arch: foreign +Architecture: all Depends: ${misc:Depends} Description: C++11 library for serialization cereal is a header-only C++11 serialization library. cereal takes arbitrary @@ -25,6 +26,7 @@ Package: libcereal-doc Architecture: all +Multi-Arch: foreign Section: doc Depends: ${misc:Depends} Description: C++11 library for serialization HTML documentation diff -Nru libcereal-1.3.0/debian/patches/reproducible-doxygen libcereal-1.3.0/debian/patches/reproducible-doxygen --- libcereal-1.3.0/debian/patches/reproducible-doxygen 2019-10-27 16:01:31.000000000 +0000 +++ libcereal-1.3.0/debian/patches/reproducible-doxygen 2020-02-28 16:09:29.000000000 +0000 @@ -3,6 +3,15 @@ --- libcereal.orig/doc/doxygen.in +++ libcereal/doc/doxygen.in +@@ -119,7 +119,7 @@ + # path before files name in the file list and in the header files. If set + # to NO the shortest path that makes the file name unique will be used. + +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + + # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag + # can be used to strip a user-defined part of the path. Stripping is @@ -130,7 +130,7 @@ # relative paths, which will be relative from the directory where doxygen is # started. diff -Nru libcereal-1.3.0/debian/upstream/metadata libcereal-1.3.0/debian/upstream/metadata --- libcereal-1.3.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libcereal-1.3.0/debian/upstream/metadata 2020-02-28 16:11:37.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/USCiLab/cereal/issues +Bug-Submit: https://github.com/USCiLab/cereal/issues/new +Repository: https://github.com/USCiLab/cereal.git +Repository-Browse: https://github.com/USCiLab/cereal