diff -Nru libolecf-20170825/debian/changelog libolecf-20170825/debian/changelog --- libolecf-20170825/debian/changelog 2017-08-26 13:55:45.000000000 +0000 +++ libolecf-20170825/debian/changelog 2017-11-13 13:21:14.000000000 +0000 @@ -1,3 +1,10 @@ +libolecf (20170825-2) unstable; urgency=medium + + * Modernize package: Fix Vcs URLs, remove -dbg package, bump DH compat + level, Standards-Version + + -- Hilko Bengen Mon, 13 Nov 2017 14:21:14 +0100 + libolecf (20170825-1) unstable; urgency=medium * New upstream version 20170825 diff -Nru libolecf-20170825/debian/compat libolecf-20170825/debian/compat --- libolecf-20170825/debian/compat 2016-08-02 09:13:50.000000000 +0000 +++ libolecf-20170825/debian/compat 2017-11-13 13:20:42.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libolecf-20170825/debian/control libolecf-20170825/debian/control --- libolecf-20170825/debian/control 2017-08-26 13:45:50.000000000 +0000 +++ libolecf-20170825/debian/control 2017-11-13 13:20:42.000000000 +0000 @@ -4,11 +4,11 @@ Uploaders: Hilko Bengen Build-Depends: debhelper (>= 10~), pkg-config, python-dev, python3-dev, libbfio-dev, libfuse-dev, -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 Section: libs Homepage: https://github.com/libyal/libolecf Vcs-Git: https://anonscm.debian.org/git/forensics/libolecf.git -Vcs-Browser: https://anonscm.debian.org/cgit/forensics/libolecf.git +Vcs-Browser: https://anonscm.debian.org/git/forensics/libolecf.git Package: libolecf-dev Section: libdevel @@ -32,18 +32,6 @@ . This package contains the shared library. -Package: libolecf-dbg -Section: debug -Priority: extra -Architecture: any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends}, -Depends: ${shlibs:Depends}, ${misc:Depends}, libolecf1 (=${binary:Version}) -Description: OLE2 Compound File format access library -- debug symbols - libolecf is a library to access the OLE 2 Compound File (OLECF) format. - . - This package contains debug symbols. - Package: libolecf-utils Section: otherosfs Architecture: any diff -Nru libolecf-20170825/debian/rules libolecf-20170825/debian/rules --- libolecf-20170825/debian/rules 2016-08-02 09:13:50.000000000 +0000 +++ libolecf-20170825/debian/rules 2017-11-13 13:21:03.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/pyolecf.a - -override_dh_strip: - dh_strip --dbg-package=libolecf-dbg -