diff -Nru libolecf-20181231/debian/changelog libolecf-20181231/debian/changelog --- libolecf-20181231/debian/changelog 2020-11-19 17:33:20.000000000 +0000 +++ libolecf-20181231/debian/changelog 2021-01-27 09:01:40.000000000 +0000 @@ -1,8 +1,22 @@ -libolecf (20181231-1.1build1) hirsute; urgency=medium +libolecf (20181231-2) unstable; urgency=medium - * No-change rebuild to build with python3.9 as default. + [ Jelmer Vernooij ] + * Use secure copyright file specification URI. Fixed-Lintian-Tags: insecure-copyright-format-uri - -- Matthias Klose Thu, 19 Nov 2020 18:33:20 +0100 + [ Samuel Henrique ] + * Configure git-buildpackage for Debian + + [ Debian Janitor ] + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Update standards version to 4.5.0, no changes needed. + * Remove Section on libolecf1 that duplicates source. + * Apply multi-arch hints. + python3-libolecf: Add Multi-Arch: same. + + [ Sébastien Delafond ] + * Disable memory tests on riscv-64 (Closes: #978470) + + -- Sebastien Delafond Wed, 27 Jan 2021 10:01:40 +0100 libolecf (20181231-1.1) unstable; urgency=low diff -Nru libolecf-20181231/debian/compat libolecf-20181231/debian/compat --- libolecf-20181231/debian/compat 2020-01-18 23:31:09.000000000 +0000 +++ libolecf-20181231/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru libolecf-20181231/debian/control libolecf-20181231/debian/control --- libolecf-20181231/debian/control 2020-01-18 23:31:09.000000000 +0000 +++ libolecf-20181231/debian/control 2021-01-27 09:01:40.000000000 +0000 @@ -2,9 +2,8 @@ Priority: optional Maintainer: Debian Security Tools Uploaders: Hilko Bengen -Build-Depends: debhelper (>= 11), - pkg-config, dh-python, python3-dev, libbfio-dev, libfuse-dev, -Standards-Version: 4.3.0 +Build-Depends: debhelper-compat (= 11), pkg-config, dh-python, python3-dev, libbfio-dev, libfuse-dev, +Standards-Version: 4.5.0 Section: libs Homepage: https://github.com/libyal/libolecf Vcs-Git: https://salsa.debian.org/pkg-security-team/libolecf.git @@ -22,7 +21,6 @@ This package includes the development support files. Package: libolecf1 -Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, @@ -48,6 +46,7 @@ Section: python Architecture: any Depends: libolecf1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} +Multi-Arch: same Description: OLE2 Compound File format access library -- Python 3 bindings libolecf is a library to access the OLE 2 Compound File (OLECF) format. . diff -Nru libolecf-20181231/debian/copyright libolecf-20181231/debian/copyright --- libolecf-20181231/debian/copyright 2020-01-18 23:31:09.000000000 +0000 +++ libolecf-20181231/debian/copyright 2021-01-27 09:01:40.000000000 +0000 @@ -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: libolecf Source: https://github.com/libyal/libolecf diff -Nru libolecf-20181231/debian/gbp.conf libolecf-20181231/debian/gbp.conf --- libolecf-20181231/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ libolecf-20181231/debian/gbp.conf 2021-01-27 09:01:40.000000000 +0000 @@ -0,0 +1,15 @@ +[DEFAULT] +debian-branch = debian/master +pristine-tar = True + +[buildpackage] +sign-tags = True + +[import-orig] +filter-pristine-tar = True + +[pq] +patch-numbers = False + +[dch] +multimaint-merge = True diff -Nru libolecf-20181231/debian/patches/disable-memory-tests-on-riscv64.patch libolecf-20181231/debian/patches/disable-memory-tests-on-riscv64.patch --- libolecf-20181231/debian/patches/disable-memory-tests-on-riscv64.patch 1970-01-01 00:00:00.000000000 +0000 +++ libolecf-20181231/debian/patches/disable-memory-tests-on-riscv64.patch 2021-01-27 09:01:40.000000000 +0000 @@ -0,0 +1,11 @@ +--- libolecf/tests/olecf_test_memory.h.bak 2021-01-27 10:01:28.224727010 +0100 ++++ libolecf/tests/olecf_test_memory.h 2021-01-27 10:01:38.720566059 +0100 +@@ -28,7 +28,7 @@ + extern "C" { + #endif + +-#if defined( HAVE_GNU_DL_DLSYM ) && defined( __GNUC__ ) && !defined( LIBOLECF_DLL_IMPORT ) && !defined( __arm__ ) && !defined( __clang__ ) && !defined( __CYGWIN__ ) && !defined( __hppa__ ) && !defined( __mips__ ) && !defined( __sparc__ ) && !defined( HAVE_ASAN ) ++#if defined( HAVE_GNU_DL_DLSYM ) && defined( __GNUC__ ) && !defined( LIBOLECF_DLL_IMPORT ) && !defined( __arm__ ) && !defined( __clang__ ) && !defined( __CYGWIN__ ) && !defined( __hppa__ ) && !defined( __mips__ ) && !defined( __sparc__ ) && !defined( __riscv ) && !defined( HAVE_ASAN ) + #define HAVE_OLECF_TEST_MEMORY 1 + #endif + diff -Nru libolecf-20181231/debian/patches/series libolecf-20181231/debian/patches/series --- libolecf-20181231/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libolecf-20181231/debian/patches/series 2021-01-27 09:01:40.000000000 +0000 @@ -0,0 +1 @@ +disable-memory-tests-on-riscv64.patch diff -Nru libolecf-20181231/debian/upstream/metadata libolecf-20181231/debian/upstream/metadata --- libolecf-20181231/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libolecf-20181231/debian/upstream/metadata 2021-01-27 09:01:40.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/libyal/libolecf/issues +Bug-Submit: https://github.com/libyal/libolecf/issues/new +Repository: https://github.com/libyal/libolecf.git +Repository-Browse: https://github.com/libyal/libolecf