diff -Nru libevtx-20170122/debian/changelog libevtx-20170122/debian/changelog --- libevtx-20170122/debian/changelog 2017-07-24 13:51:36.000000000 +0000 +++ libevtx-20170122/debian/changelog 2017-11-13 13:17:55.000000000 +0000 @@ -1,8 +1,9 @@ -libevtx (20170122-2build1) artful; urgency=medium +libevtx (20170122-3) unstable; urgency=medium - * No-change rebuild to build with python3.6. + * Modernize package: Fix Vcs URLs, remove -dbg package, bump DH compat + level, Standards-Version - -- Matthias Klose Mon, 24 Jul 2017 13:51:36 +0000 + -- Hilko Bengen Mon, 13 Nov 2017 14:17:55 +0100 libevtx (20170122-2) unstable; urgency=medium diff -Nru libevtx-20170122/debian/compat libevtx-20170122/debian/compat --- libevtx-20170122/debian/compat 2016-08-02 09:13:37.000000000 +0000 +++ libevtx-20170122/debian/compat 2017-11-13 13:17:11.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libevtx-20170122/debian/control libevtx-20170122/debian/control --- libevtx-20170122/debian/control 2016-08-02 09:13:37.000000000 +0000 +++ libevtx-20170122/debian/control 2017-11-13 13:17:11.000000000 +0000 @@ -2,13 +2,13 @@ Priority: optional Maintainer: Debian Forensics Uploaders: Hilko Bengen -Build-Depends: debhelper (>= 9), dh-autoreconf, +Build-Depends: debhelper (>= 10), pkg-config, python-dev, python3-dev, libbfio-dev, -Standards-Version: 3.9.6 +Standards-Version: 4.1.1 Section: libs Homepage: https://github.com/libyal/libevtx -Vcs-Git: git://anonscm.debian.org/forensics/libevtx.git -Vcs-Browser: https://anonscm.debian.org/cgit/forensics/libevtx.git +Vcs-Git: https://anonscm.debian.org/git/forensics/libevtx.git +Vcs-Browser: https://anonscm.debian.org/git/forensics/libevtx.git Package: libevtx-dev Section: libdevel @@ -32,18 +32,6 @@ . This package contains the shared library. -Package: libevtx-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends}, libevtx1 (=${binary:Version}) -Description: Windows XML Event Log format access library -- debug symbols - libevtx is a library to access the Windows XML Event Log (EVTX) format. - . - This package contains debug symbols. - Package: libevtx-utils Section: otherosfs Architecture: any diff -Nru libevtx-20170122/debian/rules libevtx-20170122/debian/rules --- libevtx-20170122/debian/rules 2017-01-23 08:50:28.000000000 +0000 +++ libevtx-20170122/debian/rules 2017-11-13 13:17:38.000000000 +0000 @@ -7,14 +7,10 @@ export SKIP_PYTHON_TESTS=1 %: - dh $@ --with autoreconf,python2,python3 --parallel + dh $@ --with python2,python3 --parallel override_dh_auto_configure: dh_auto_configure -- --enable-python2 --enable-python3 CFLAGS="-g" override_dh_install: dh_install --fail-missing -X.la -X/pyevtx.a - -override_dh_strip: - dh_strip --dbg-package=libevtx-dbg -