Andreas Tille pushed to branch master at Debian Med / libgzstream
Commits: 5907585c by Andreas Tille at 2018-10-28T21:18:43Z d/watch: Hopefully upstream will set release tags - - - - - c28bbd47 by Andreas Tille at 2018-10-28T21:19:04Z debhelper 11 - - - - - 60c35d8f by Andreas Tille at 2018-10-28T21:19:07Z Point Vcs fields to salsa.debian.org - - - - - 3a17913e by Andreas Tille at 2018-10-28T21:19:07Z Standards-Version: 4.2.1 - - - - - c5e9ec70 by Andreas Tille at 2018-10-28T21:19:07Z Secure URI in copyright format - - - - - 9c08aca1 by Andreas Tille at 2018-10-28T21:31:45Z Use --no-parallel - - - - - 3e5acfbc by Andreas Tille at 2018-10-28T21:35:24Z hardening=+all - - - - - c7266a60 by Andreas Tille at 2018-10-28T21:41:32Z Add symbols file - - - - - 06cd9317 by Andreas Tille at 2018-10-28T21:45:51Z Add missing opts for repackaging - - - - - 2fdbd1d1 by Andreas Tille at 2018-10-28T21:48:01Z Add +dfsg to version - - - - - 688f9cf8 by Andreas Tille at 2018-10-28T21:50:47Z Upload to unstable - - - - - 8 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - + debian/libgzstream0.symbols - debian/patches/hardening.patch - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +libgzstream (1.5+dfsg-3) unstable; urgency=medium + + * d/watch: Hopefully upstream will set release tags. + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Secure URI in copyright format + * Use --no-parallel + * hardening=+all + * Add symbols file + + -- Andreas Tille <[email protected]> Sun, 28 Oct 2018 22:49:47 +0100 + libgzstream (1.5+dfsg-2) unstable; urgency=medium * Breaks+Replaces: libxdmf-dev (<< 2.1.dfsg.1-14) ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -3,17 +3,17 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), d-shlibs, zlib1g-dev -Standards-Version: 3.9.7 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libgzstream.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/libgzstream.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/libgzstream +Vcs-Git: https://salsa.debian.org/med-team/libgzstream.git Homepage: http://www.cs.unc.edu/Research/compgeom/gzstream/ Package: libgzstream0 -Section: libs Architecture: any +Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: provide functionality of zlib C-library in a C++ iostream @@ -23,8 +23,8 @@ Description: provide functionality of zlib C-library in a C++ iostream This package contains the dynamic library. Package: libgzstream-dev -Section: libdevel Architecture: any +Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libgzstream0 (= ${binary:Version}) ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Gzstream Source: http://www.cs.unc.edu/Research/compgeom/gzstream/gzstream.tgz alternatively https://github.com/kanedo/gzstream ===================================== debian/libgzstream0.symbols ===================================== @@ -0,0 +1,26 @@ +libgzstream.so.0 libgzstream0 #MINVER# + _ZN11gzstreambuf12flush_bufferEv@Base 1.5+dfsg + _ZN11gzstreambuf4openEPKci@Base 1.5+dfsg + _ZN11gzstreambuf4syncEv@Base 1.5+dfsg + _ZN11gzstreambuf5closeEv@Base 1.5+dfsg + _ZN11gzstreambuf8overflowEi@Base 1.5+dfsg + _ZN11gzstreambuf9underflowEv@Base 1.5+dfsg + _ZN11gzstreambufD0Ev@Base 1.5+dfsg + _ZN11gzstreambufD1Ev@Base 1.5+dfsg + _ZN11gzstreambufD2Ev@Base 1.5+dfsg + _ZN12gzstreambase4openEPKci@Base 1.5+dfsg + _ZN12gzstreambase5closeEv@Base 1.5+dfsg + _ZN12gzstreambaseC1EPKci@Base 1.5+dfsg + _ZN12gzstreambaseC2EPKci@Base 1.5+dfsg + _ZN12gzstreambaseD0Ev@Base 1.5+dfsg + _ZN12gzstreambaseD1Ev@Base 1.5+dfsg + _ZN12gzstreambaseD2Ev@Base 1.5+dfsg + _ZTI11gzstreambuf@Base 1.5+dfsg + _ZTI12gzstreambase@Base 1.5+dfsg + _ZTS11gzstreambuf@Base 1.5+dfsg + _ZTS12gzstreambase@Base 1.5+dfsg + _ZTT12gzstreambase@Base 1.5+dfsg + _ZTV11gzstreambuf@Base 1.5+dfsg + _ZTV12gzstreambase@Base 1.5+dfsg + _ZTv0_n24_N12gzstreambaseD0Ev@Base 1.5+dfsg + _ZTv0_n24_N12gzstreambaseD1Ev@Base 1.5+dfsg ===================================== debian/patches/hardening.patch ===================================== @@ -15,3 +15,20 @@ Description: Propagate hardening options AR = ar cr # ---------------------------------------------------------------------------- +@@ -62,13 +62,13 @@ test: test_gzip test_gunzip + # *** O.K. Test finished successfully. *** + + gzstream.o : gzstream.C gzstream.h +- ${CXX} ${CPPFLAGS} -c -o gzstream.o gzstream.C ++ ${CXX} $(CFLAGS) ${CPPFLAGS} -c -o gzstream.o gzstream.C + + test_gzip.o : test_gzip.C gzstream.h +- ${CXX} ${CPPFLAGS} -c -o test_gzip.o test_gzip.C ++ ${CXX} $(CFLAGS) ${CPPFLAGS} -c -o test_gzip.o test_gzip.C + + test_gunzip.o : test_gunzip.C gzstream.h +- ${CXX} ${CPPFLAGS} -c -o test_gunzip.o test_gunzip.C ++ ${CXX} $(CFLAGS) ${CPPFLAGS} -c -o test_gunzip.o test_gunzip.C + + libgzstream.a : gzstream.o + ${AR} libgzstream.a gzstream.o ===================================== debian/rules ===================================== @@ -8,8 +8,10 @@ TMPLIBS=debian/tmplibs +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: - dh $@ + dh $@ --no-parallel override_dh_clean: dh_clean ===================================== debian/watch ===================================== @@ -1,4 +1,7 @@ -# Upstream does not provide a versioned tarball and -# the code copy at Github -# https://github.com/kanedo/gzstream -# does not set release tags +version=4 + +opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \ + https://github.com/github.com/kanedo/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@ + +# Asked for release tags +# https://github.com/kanedo/gzstream/issues/2 \ No newline at end of file View it on GitLab: https://salsa.debian.org/med-team/libgzstream/compare/09a5546befc1b83f2401593e4e37a2a199bbeb0f...688f9cf8a42b3cca2b712f3397509073912fdfb4 -- View it on GitLab: https://salsa.debian.org/med-team/libgzstream/compare/09a5546befc1b83f2401593e4e37a2a199bbeb0f...688f9cf8a42b3cca2b712f3397509073912fdfb4 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
