* d/p/use-system-catch-for-glibc-2.34-compat.patch: Fix FTBFS with glibc-2.34
- Add catch v1 build-dependency
- Make use of system provided catch v1 (CTest) library
* add debian/salsa-ci.yml
* add debian/gbp.conf
* debian/rules: remove get-orig-source target
* debian/libfuzzylite6.0.lintian-overrides: update for new library version
and lintian tag name
* remove debian/compat in favor of debhelper-compat (= 13)
* debian/control: update Vcs-Browser and Vcs-Git for salsa
* debian/rules: remove dh_install --fail-missing (it's the default now)
* debian/control: add Rules-Requires-Root: no
* debian/control: bump Standards-Version to 4.5.0 (no changes required)
* add patch to make reproducible
* debian/rules: build with reproducible=+fixfilepath (closes: #972303)
* instead of symlinking the examples directory, change the build directory
* set DPKG_EXPORT_BUILDFLAGS=1 for hardening
* add patch to fix unit test on i386
* new upstream version
* install examples in fuzzylite package
* SONAME change: replace libfuzzylite5.1v5 with libfuzzylite6.0
* put libfuzzylite6.0 in section libs
* disable pkgkde-symbolshelper: too little gain for all the work
* use secure copyright-format-uri
* update symbols file using "pkgkde-symbolshelper batchpatch -v '5.1' *.log"
and build logs for all architectures acquired via "getbuildlog fuzzylite
'5.1\+dfsg-4'"
* bump Standards-Version to 3.9.8 (no changes required)
* start using pkgkde-symbolshelper
* bump debhelper compat level to 10
* d/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+all
* Non-maintainer upload, with maintainer permission
[ Steve Langasek ]
* Fix up symbols file for symbols that are not part of the ABI and are
optimized away at -O3 (Closes: #819142).
[ Gianfranco Costamagna ]
* Fix build failure with gcc-6 with upstream help (Closes: #811880)
* Update symbols.
* let libfuzzylite5.1v5 replace libfuzzylite5.1 (Closes: #803357)
* add debian/libfuzzylite5.1v5.symbols.optional to deal with all the
libstdc++6/cxx11 junk symbols on 32 as well as on 64 bit arches
* start using dgit git repositories and change Vcs-Browser and Vcs-Git
field.
* replace package libfuzzylite5.1 by libfuzzylite5.1v5 because of libstdc++6
ABI changes (closes: #799818)
* new upstream version (Closes: #777858)
* removed debian/patches/20140705-minor-improvements-on-building-script as
upstream integrated it. Adjust build options in d/rules accordingly.
* delete debian/patches/20140714-building-from-objects-just-once and
debian/patches/20141027-fix-some-spelling as they have been applied
upstream
* install usr/lib/*/pkgconfig/fuzzylite.pc in fuzzylite-dev
* SONAME bump from 5.0 to 5.1, so renaming libfuzzylite5.0 to
libfuzzylite5.1
* add debian/patches/pkgconfig_installdir to install pkgconfig file in
correct location
* change my email in Uploaders field to josch@debian.org
* add Vcs-Browser and Vcs-Git fields
* d/watch: use repacksuffix and use dversionmangle instead of uversionmangle
* d/rules: add get-orig-source target
* change priority from extra to optional because it has no conflicts and is
not a debug package
* add patch 20141027-fix-some-spelling to fix some spelling mistakes until
the next upstream release
* bump Standards-Version to 3.9.6. No changes needed.
* Initial release. (Closes: #761075)