tlsh (4.12.0+ds-2) unstable; urgency=medium * d/control: Update the Vcs-* fields to the team namespace. -- Sven Geuer Sun, 21 Dec 2025 15:21:56 +0100 tlsh (4.12.0+ds-1) unstable; urgency=medium * d/copyright: Exclude from source pre-built java and python objects. * New upstream version 4.12.0+ds * d/p/*: - Adapt patches to new upstream version. - Add cpu-agnostic-endianness.patch. - Add ensure-BUCKETS+CHECKSUM-config.patch. * d/t/build-test-program: Compare output against pre-known results. * d/control: Switch Maintainer to the Debian Security Tools Team and set Uploaders to myself. -- Sven Geuer Sat, 06 Dec 2025 21:19:33 +0100 tlsh (4.11.2+ds-2) unstable; urgency=low * d/gbp.conf: Update gbp configuration. * d/salsa-ci.yml: Add Salsa Ci configuration. * d/libtlsh4.symbols: Honor symbols varying regarding architecture bit count. -- Sven Geuer Fri, 28 Nov 2025 16:19:09 +0100 tlsh (4.11.2+ds-1) unstable; urgency=low * Upload to unstable. * Adopt package setting Maintainer to myself (Closes: #1087262). * d/libtlsh4.symbols: Update symbols file. * d/p/*: - Add distutils-to-setuptools.patch to fix lintian's uses-deprecated-python-stdlib. - Add honor-CPP+CXXFLAGS.patch making sure Debian's presets get applied. * d/watch: Convert watch file to version 5 format. * d/rules: - Activate hardenings. - Drop override_dh_clean, move removals to d/clean. * d/u/metadata: Add Repository, Repository-Browse and Changelog fields. * d/control: - Remove redundant 'Rules-Requires-Root: no'. - Bump Standards-Version to 4.7.2. * d/copyright: - Bump upstream's copyright years. - Update the list of packaging copyright holders. -- Sven Geuer Thu, 27 Nov 2025 17:37:47 +0100 tlsh (4.11.2+ds-0.1) experimental; urgency=medium * Non-maintainer upload. [ Mattia Rizzolo ] * New upstream version 4.11.2+ds. * Refresh patches link-to-stdcpp.patch and install-libraries.diff. [ Sven Geuer ] * Merge cmake4.patch from branch master into experimental. * d/p/*: Update patches cmake4.patch and create-shared-library.diff. * d/t/build-test-program: Adapt test to new upstream version. * d/rules: Remove py_ext/tlsh.egg-info when cleaning (Closes: #1045507). -- Sven Geuer Mon, 24 Nov 2025 17:43:22 +0100 tlsh (3.4.4+20151206-2) unstable; urgency=medium * QA upload. * d/p/*: Add cmake4.patch fixing FTBFS with CMake 4 (Closes: #1113579). -- Sven Geuer Sun, 23 Nov 2025 23:08:30 +0100 tlsh (4.8.2+ds-0.1) experimental; urgency=medium * Non-maintainer upload. * New upstream version 4.8.2+ds. + Fixes the python3 testing files location. Closes: #939729 * d/gbp.conf: drop the import-orig settigns: those directories are already removed by mk-origtargz * Add d/watch. * d/patches: + Refresh patches. + Delete patches applied upstream. + Add patch to make tlsh_unittest successfully link dynamically + Add patch to link libstdc++ dynamically. + Forward the patch to install the libraries in a multiarch location. * Update copyright. + From this release, the code is double-licensed Apache-2.0 OR BSD-3-clause. * d/rules: Use execute_after_* to simplify the commands. * Declaratively specify the python3 sequence by Build-Depending on it. * Ship the NOTICE.txt file, required by the Apache-2.0 license. * Rename library package for the new SONAME. * Update symbols file. -- Mattia Rizzolo Tue, 12 Oct 2021 13:41:31 +0200 tlsh (3.4.4+20151206-1.4) unstable; urgency=medium * Non-maintainer upload. [ Debian Janitor ] * Use secure copyright file specification URI. * Bump debhelper from deprecated 9 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit. * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. [ Mattia Rizzolo ] * Bump Standards-Version to 4.6.0, no changes needed. * Apply hints from the Multi-Arch hinter: set Multi-Arch:same to libtlsh0, libtlsh-dev, python3-tlsh. * Add patch from upstream to avoid a comparison between a pointer value and an integer. Fixes build with GCC 11. Closes: #984365 * Add /usr/bin/tlsh as a link to tlsh_unittest. Closes: #952449 Thanks to Stefano Zacchiroli for the patch. -- Mattia Rizzolo Tue, 12 Oct 2021 11:29:09 +0200 tlsh (3.4.4+20151206-1.3) unstable; urgency=medium * Non-maintainer upload. * d/control: + Move the git repository to salsa.debian.org. + Drop now unused X-Python-Version field. * Run wrap-and-sort. * Reinstate the actual python autopkgtests, accidentally removed in the previous upload. Closes: #944072 -- Mattia Rizzolo Wed, 13 Nov 2019 16:07:32 +0100 tlsh (3.4.4+20151206-1.2) unstable; urgency=medium * Non-maintainer upload. * Drop python2 support; Closes: #938671 -- Sandro Tosi Thu, 17 Oct 2019 17:41:52 -0400 tlsh (3.4.4+20151206-1.1) unstable; urgency=medium * Non-maintainer upload. [ Niels Thykier ] * Set Rules-Requires-Root to "no" as tlsh does not need (fake)root. * Bump priority to optional as extra has been deprecated. [ Helmut Grohne ] * Multiarchify python Build-Depends. (Closes: #892930) -- Niels Thykier Sun, 06 Jan 2019 14:56:51 +0000 tlsh (3.4.4+20151206-1) unstable; urgency=low * New upstream release. * Be explicit in which buildsystem we want to use in debian/rules. * Remove generated version files in clean rules. * Put misc:Depends after shlibs:Depends in debian/control. * Ship tlsh shared library now that upstream has made the required changes. This adds three new patches and one autopkgtest which tries to build and run a test program. * Add a patch to call Tlsh constructor when creating Tlsh objects in Python. -- Jérémy Bobbio Sat, 16 Jan 2016 16:19:58 +0100 tlsh (3.4.1+20151014-1) unstable; urgency=medium * New upstream release. * Use new incremental interface in Python autopkgtest. -- Jérémy Bobbio Thu, 15 Oct 2015 16:27:11 +0200 tlsh (3.2.1+20150727-2) unstable; urgency=medium [ Mattia Rizzolo ] * Remove artifacts from the previous build in the clean rule. * Build a python3 package. [ Jérémy Bobbio ] * Add autopkgtests. -- Jérémy Bobbio Wed, 16 Sep 2015 17:44:06 +0200 tlsh (3.2.1+20150727-1) unstable; urgency=low * Initial release. (Closes: #794219) -- Jérémy Bobbio Fri, 31 Jul 2015 16:37:27 +0200