1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
cbflib (0.9.5.18+dfsg1-1) unstable; urgency=medium
* New upstream version 0.9.5.18+dfsg1
* watch: Check new releases from github.
* watch: Add dversionmangle to strip dfsg-part.
* Drop old patches types.patch and autotools.patch.
* makefile-fix: Get system HDF5 config from pkg-config.
* makefile-fix: Fix CBFLIB_DONT_USE_LOCAL_TIFF config var.
* makefile-fix: Allow disabling PyCBF from env with NOPYCBF=yes.
* makefile-fix: Install libs to $(CBF_PREFIX)/$(INSTALL_LIB).
* makefile-fix: Install lib to SOVERSION and add symlinks.
* makefile-fix: Allow disabling libimg and libfcb builds.
* makefile-fix: Do not link example progs w. libimg.
* makefile-fix: Add SONAME to linker flags.
* makefile-fix: Add LDFLAGS to SOLDFLAGS to pick up hardening flags etc.
* makefile-fix: Append CFLAGS, CPPFLAGS and LDFLAGS from the environment.
* makefile-fix: Simplify building example programs.
* makefile-deb: Use $DESTDIR/usr as CBF_PREFIX.
* makefile-deb: Do not build tiff2cbf.
* Makefile-deb: Use dynamic linking to cbflib in programs.
* compat: Set debhelper compat to 11.
* rules: Add get-orig-source target for dfsg-version.
* rules: Export buildflags and configuration, remove overrides.
* rules: Add --no-parallel arg to dh.
* rules: Remove duplicate files in dh_install override.
* Rename libcbf0 to libcbf1 due to SONAME bump.
* Add libcb1.symbols file.
* *.install: Install from new tmpdirs.
* cbflib-doc.install: Install all .html doc files.
* cbflib-bin.install: Also install cbf2nexus.
* copyright: Update years, separate section for md5.
* copyright: Add Source-section explaining dfsg-repack.
* control: Update Vcs-* fields to point to salsa.
* control: Add build-dep to pkg-config.
* control: Make libcbf-dev depend on libhdf5-dev.
* changelog: Remove trailing whitespace.
-- Teemu Ikonen <tpikonen@gmail.com> Mon, 15 Oct 2018 20:58:57 +0300
cbflib (0.9.2.2-1) unstable; urgency=low
* New upstream version (closes: #594600).
* New maintainer: Debian Science Maintainers.
* dpkg-shlibdeps no longer complains about symbols not found (closes: #558842)
* New patch: types.patch, fixes compilation error on 64-bit architectures.
* Use source format 3.0 (quilt).
* Remove debian/README.source.
* Use debhelper compat-level 9.
* Install libraries to multiarch paths.
* control:
- Update standards-version to 3.9.4.
- Remove build-dep from cdbs and quilt.
- Remove unnecessary substvars.
- Remove duplicate Section: from cbflib-bin.
- Add Morten Kjeldgaard and Teemu Ikonen to Uploaders.
* rules: Rewrite with dh.
* Add libcbf0.symbols file.
* Do not install examples to cbflib-doc.
* Do not install .la file in libcbf-dev.
* copyright: Use latest format, update years, fixes.
-- Teemu Ikonen <tpikonen@gmail.com> Thu, 30 May 2013 21:46:47 +0200
cbflib (0.9.1-1) UNRELEASED; urgency=low
* New upstream version.
* Add debian/README.source
* rules: Move libtool directory out of the way during build.
* control: Update to standards-version 3.9.1
* control: Add debhelper substvars to dependencies.
* copyright: Update and convert to dep5 format.
* Refresh autotools.patch for new source files and add libm to LDFLAGS.
-- Teemu Ikonen <tpikonen@gmail.com> Fri, 27 Aug 2010 18:07:01 +0200
cbflib (0.7.9.1-3) unstable; urgency=low
[Morten Kjeldgaard]
* Non-maintainer upload.
[Andreas Tille]
* DM-Upload-Allowed: yes
-- Morten Kjeldgaard <mok0@ubuntu.com> Mon, 08 Dec 2008 07:07:21 +0100
cbflib (0.7.9.1-2) unstable; urgency=low
* Fixed watch file to agree with upstream website changes.
-- Morten Kjeldgaard <mok0@ubuntu.com> Sun, 30 Nov 2008 13:12:27 +0100
cbflib (0.7.9.1-1) unstable; urgency=low
[ Teemu Ikonen ]
* Initial release (Closes: #467655)
[ Morten Kjeldgaard ]
* debian/patches: autotools building tools, added with patches.
* debian/control:
- name of -dev package renamed to reflect standard convention:
cbflib-dev -> libcbf-dev.
- cbflib-bin is a new package containing utility binaries.
- libcbf0 is a new package containing the shared library.
- description shortened.
- mok takes over as maintainer
* debian/*.1: authored manpages for binaries in -bin package.
* debian/rules: modified to allow building the autotools
* debian/cbflib-doc.doc-base: longer description
-- Morten Kjeldgaard <mok@bioxray.au.dk> Wed, 02 Apr 2008 19:42:21 +0200
|