Skip to content
Commits on Source (11)
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 <tille@debian.org> 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)
......
......@@ -3,17 +3,17 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
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})
......
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
......
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
......@@ -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
......@@ -8,8 +8,10 @@
TMPLIBS=debian/tmplibs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
dh $@ --no-parallel
override_dh_clean:
dh_clean
......
# 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