Michael R. Crusoe pushed to branch master at Debian Med / libcereal
Commits: 3e3f4a3b by Michael R. Crusoe at 2020-02-28T17:07:44+01:00 libcereal-dev: Convert to Architecture: all, saves space and eases cross-building Mark -dev and -doc as Multi-Arch: foreign - - - - - 744c9e31 by Michael R. Crusoe at 2020-02-28T17:10:00+01:00 Tweak the doxygen patch to make the build reproducible - - - - - afee1663 by Michael R. Crusoe at 2020-02-28T17:11:25+01:00 routine-update: Standards-Version: 4.5.0 - - - - - 65f2ff46 by Michael R. Crusoe at 2020-02-28T17:11:29+01:00 Use secure URI in Homepage field. Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html - - - - - 9fb0f32b by Michael R. Crusoe at 2020-02-28T17:11:37+01:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html - - - - - 0a08ada7 by Michael R. Crusoe at 2020-02-28T17:26:59+01:00 release 1.3.0-3 - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/reproducible-doxygen - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -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 <[email protected]> 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 ===================================== debian/control ===================================== @@ -8,13 +8,14 @@ Build-Depends: debhelper-compat (= 12), 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 @@ Description: C++11 library for serialization Package: libcereal-doc Architecture: all +Multi-Arch: foreign Section: doc Depends: ${misc:Depends} Description: C++11 library for serialization HTML documentation ===================================== debian/patches/reproducible-doxygen ===================================== @@ -3,6 +3,15 @@ Subject: Make doxygen docs reproducible --- 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. ===================================== debian/upstream/metadata ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/med-team/libcereal/-/compare/e551f7c776b36e3d6f9a98980fb8e2cabeedf7ad...0a08ada719929edf8aec402da65ad5cb81041913 -- View it on GitLab: https://salsa.debian.org/med-team/libcereal/-/compare/e551f7c776b36e3d6f9a98980fb8e2cabeedf7ad...0a08ada719929edf8aec402da65ad5cb81041913 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
