diff -Nru harminv-1.4/debian/changelog harminv-1.4/debian/changelog --- harminv-1.4/debian/changelog 2015-06-07 08:18:29.000000000 +0000 +++ harminv-1.4/debian/changelog 2017-09-27 16:00:38.000000000 +0000 @@ -1,3 +1,12 @@ +harminv (1.4-2) unstable; urgency=low + + * debian/rules: (Closes: #876693) + make package build with debhelper 10.9 + * debian/control: bump standard to 4.1.0 (no changes) + * debian/postinst and debian/postrm no longer needed + + -- Thorsten Alteholz Wed, 27 Sep 2017 18:00:38 +0200 + harminv (1.4-1) unstable; urgency=low * new upstream version (Closes: #781623) diff -Nru harminv-1.4/debian/control harminv-1.4/debian/control --- harminv-1.4/debian/control 2015-06-07 08:18:29.000000000 +0000 +++ harminv-1.4/debian/control 2017-09-27 16:00:38.000000000 +0000 @@ -7,7 +7,7 @@ dh-autoreconf, liblapack-dev, gfortran -Standards-Version: 3.9.6 +Standards-Version: 4.1.0 Homepage: http://ab-initio.mit.edu/wiki/index.php/Harminv Package: harminv diff -Nru harminv-1.4/debian/libharminv3.postinst harminv-1.4/debian/libharminv3.postinst --- harminv-1.4/debian/libharminv3.postinst 2011-12-08 14:26:46.000000000 +0000 +++ harminv-1.4/debian/libharminv3.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - ldconfig -fi - -#DEBHELPER# - -exit 0 diff -Nru harminv-1.4/debian/libharminv3.postrm harminv-1.4/debian/libharminv3.postrm --- harminv-1.4/debian/libharminv3.postrm 2011-12-08 14:26:46.000000000 +0000 +++ harminv-1.4/debian/libharminv3.postrm 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "remove" ]; then - ldconfig -fi - -#DEBHELPER# - -exit 0 diff -Nru harminv-1.4/debian/old/libharminv3.postinst harminv-1.4/debian/old/libharminv3.postinst --- harminv-1.4/debian/old/libharminv3.postinst 1970-01-01 00:00:00.000000000 +0000 +++ harminv-1.4/debian/old/libharminv3.postinst 2017-09-27 16:00:38.000000000 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff -Nru harminv-1.4/debian/old/libharminv3.postrm harminv-1.4/debian/old/libharminv3.postrm --- harminv-1.4/debian/old/libharminv3.postrm 1970-01-01 00:00:00.000000000 +0000 +++ harminv-1.4/debian/old/libharminv3.postrm 2017-09-27 16:00:38.000000000 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "remove" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff -Nru harminv-1.4/debian/rules harminv-1.4/debian/rules --- harminv-1.4/debian/rules 2015-06-07 18:10:42.000000000 +0000 +++ harminv-1.4/debian/rules 2017-09-27 16:00:38.000000000 +0000 @@ -30,7 +30,7 @@ override_dh_auto_install: $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp dh_install -s -plibharminv-dev --sourcedir=$(CURDIR)/debian/tmp - dh_install -s -plibharminv --sourcedir=$(CURDIR)/debian/tmp + dh_install -s -plibharminv3 --sourcedir=$(CURDIR)/debian/tmp dh_install -s -pharminv --sourcedir=$(CURDIR)/debian/tmp #no more NEWS or README: dh_installdocs NEWS README