diff -Nru pd-mrpeach-0.1~svn17647/debian/changelog pd-mrpeach-0.1~svn17647/debian/changelog --- pd-mrpeach-0.1~svn17647/debian/changelog 2018-06-27 09:40:20.000000000 +0000 +++ pd-mrpeach-0.1~svn17647/debian/changelog 2018-09-29 19:03:03.000000000 +0000 @@ -1,3 +1,14 @@ +pd-mrpeach (0.1~svn17647-3) unstable; urgency=medium + + * dh_auto_install fixes (Closes: #909820) + * Remove all LICENSE.txt files during dh_auto_install + * Drop executable-bit from all .pd_linux files in the package + * Dropped group-writable bit from all .pd_linux files (fixed typo) + * Don't require "root" for building + * Bumped standards version to 4.2.1 + + -- IOhannes m zmölnig (Debian/GNU) Sat, 29 Sep 2018 21:03:03 +0200 + pd-mrpeach (0.1~svn17647-2) unstable; urgency=medium * Fixed d/watch. diff -Nru pd-mrpeach-0.1~svn17647/debian/control pd-mrpeach-0.1~svn17647/debian/control --- pd-mrpeach-0.1~svn17647/debian/control 2018-06-27 09:40:20.000000000 +0000 +++ pd-mrpeach-0.1~svn17647/debian/control 2018-09-29 19:03:03.000000000 +0000 @@ -8,7 +8,8 @@ dh-buildinfo, devscripts, puredata-dev | puredata, -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 +Rules-Requires-Root: no Section: sound Homepage: https://download.puredata.info/mrpeach Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-mrpeach.git diff -Nru pd-mrpeach-0.1~svn17647/debian/rules pd-mrpeach-0.1~svn17647/debian/rules --- pd-mrpeach-0.1~svn17647/debian/rules 2018-06-27 09:40:20.000000000 +0000 +++ pd-mrpeach-0.1~svn17647/debian/rules 2018-09-29 19:03:03.000000000 +0000 @@ -37,10 +37,10 @@ override_dh_auto_install: dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) # fix permissions - find $(CURDIR)/debian/pd-*/ -name "*.pd_linux" -exec \ - chmod 0664 {} + + find $(CURDIR)/debian/tmp/ -name "*.pd_linux" -exec \ + chmod 0644 {} + # replace license file with link to the Debian license file - rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt + rm -f -- $(CURDIR)/debian/tmp/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt override_dh_installchangelogs: dh_installchangelogs debian/upstream_changelog