diff -Nru pd-log-0.1/debian/changelog pd-log-0.1/debian/changelog --- pd-log-0.1/debian/changelog 2018-02-01 22:19:09.000000000 +0000 +++ pd-log-0.1/debian/changelog 2019-09-11 13:11:53.000000000 +0000 @@ -1,3 +1,18 @@ +pd-log (0.1-3) unstable; urgency=medium + + [ Ondřej Nový ] + * Use debhelper-compat instead of debian/compat + + [ IOhannes m zmölnig ] + * Don't strip during make install. + Thanks to Helmut Grohne (Closes: #939776) + * Drop obsolete d/source/local-options + * Declare that building this package doesn't require "root" powers + * Bump dh compat to 12 + * Bump standards version to 4.4.0 + + -- IOhannes m zmölnig (Debian/GNU) Wed, 11 Sep 2019 15:11:53 +0200 + pd-log (0.1-2) unstable; urgency=medium * Switched buildsystem from dh to cdbs diff -Nru pd-log-0.1/debian/compat pd-log-0.1/debian/compat --- pd-log-0.1/debian/compat 2018-02-01 22:19:09.000000000 +0000 +++ pd-log-0.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru pd-log-0.1/debian/control pd-log-0.1/debian/control --- pd-log-0.1/debian/control 2018-02-01 22:19:09.000000000 +0000 +++ pd-log-0.1/debian/control 2019-09-11 13:11:53.000000000 +0000 @@ -4,14 +4,15 @@ Uploaders: IOhannes m zmölnig (Debian/GNU) , Build-Depends: - debhelper (>=11~), + debhelper-compat (= 12), dh-buildinfo, puredata-dev, -Standards-Version: 4.1.3 +Standards-Version: 4.4.0 Section: sound Homepage: https://download.puredata.info/log Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-log.git Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-log +Rules-Requires-Root: no Package: pd-log Architecture: any diff -Nru pd-log-0.1/debian/rules pd-log-0.1/debian/rules --- pd-log-0.1/debian/rules 2018-02-01 22:19:09.000000000 +0000 +++ pd-log-0.1/debian/rules 2019-09-11 13:11:53.000000000 +0000 @@ -23,7 +23,7 @@ $(empty) override_dh_auto_install: - dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) + dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) STRIP=true # fix permissions find $(CURDIR)/debian/*/$(pkglibdir) -name "*.pd_linux" -exec \ chmod 0664 {} +