diff -Nru pd-bassemu-0.3/debian/changelog pd-bassemu-0.3/debian/changelog --- pd-bassemu-0.3/debian/changelog 2016-06-10 18:34:21.000000000 +0000 +++ pd-bassemu-0.3/debian/changelog 2018-01-29 20:01:42.000000000 +0000 @@ -1,3 +1,18 @@ +pd-bassemu (0.3-5) unstable; urgency=medium + + * Added C/CPP/LDFLAGS to build + * Dropped versioned B-D on puredata + * Updated maintainer address + * Updated Vcs-* stanzas to salsa.d.o + * Switched upstream URLs to https:// + * Switched copyright-format URL to https:// + * Added myself to copyright holders + * Bumped dh-compat to 11 + * Simplified d/rules + * Bumped standards version to 4.1.3 + + -- IOhannes m zmölnig (Debian/GNU) Mon, 29 Jan 2018 21:01:42 +0100 + pd-bassemu (0.3-4) unstable; urgency=medium [ Hans-Christoph Steiner ] diff -Nru pd-bassemu-0.3/debian/compat pd-bassemu-0.3/debian/compat --- pd-bassemu-0.3/debian/compat 2015-07-21 12:05:16.000000000 +0000 +++ pd-bassemu-0.3/debian/compat 2018-01-29 20:01:42.000000000 +0000 @@ -1 +1 @@ -7 +11 diff -Nru pd-bassemu-0.3/debian/control pd-bassemu-0.3/debian/control --- pd-bassemu-0.3/debian/control 2016-06-10 18:29:39.000000000 +0000 +++ pd-bassemu-0.3/debian/control 2018-01-29 20:01:42.000000000 +0000 @@ -1,21 +1,21 @@ Source: pd-bassemu Section: sound Priority: optional -Maintainer: Debian Multimedia Maintainers +Maintainer: Debian Multimedia Maintainers Uploaders: Hans-Christoph Steiner , - IOhannes m zmölnig (Debian/GNU) -Build-Depends: debhelper (>= 7.0.50~), - puredata-dev | puredata (<< 0.43) -Standards-Version: 3.9.8 -Homepage: http://puredata.info -Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-bassemu.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-bassemu.git + IOhannes m zmölnig (Debian/GNU) , +Build-Depends: debhelper (>= 11~), + puredata-dev | puredata, +Standards-Version: 4.1.3 +Homepage: https://puredata.info +Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-bassemu.git +Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-bassemu Package: pd-bassemu Architecture: any Depends: ${shlibs:Depends}, puredata-core | pd, - ${misc:Depends} + ${misc:Depends}, Description: Pd object for transistor bass emulation bassemu~ is an object that simulates a transistor-based electronic synthesizer. This serves as a emulation of an analogue bass synth. It diff -Nru pd-bassemu-0.3/debian/copyright pd-bassemu-0.3/debian/copyright --- pd-bassemu-0.3/debian/copyright 2016-06-10 18:30:16.000000000 +0000 +++ pd-bassemu-0.3/debian/copyright 2018-01-29 20:01:42.000000000 +0000 @@ -1,14 +1,15 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bassemu Upstream-Contact: Christian Klippel -Source: http://sourceforge.net/projects/pure-data/files/libraries/bassemu~/ +Source: https://sourceforge.net/projects/pure-data/files/libraries/bassemu~/ Files: * Copyright: 2006, Christian Klippel License: GPL-2+ Files: ./debian/* -Copyright: 2010 Hans-Christoph Steiner +Copyright: 2010, Hans-Christoph Steiner + 2017, IOhannes m zmölnig License: GPL-2+ License: GPL-2+ @@ -25,5 +26,5 @@ You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -X-Comment: On Debian systems, the complete text of the GNU General +Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru pd-bassemu-0.3/debian/rules pd-bassemu-0.3/debian/rules --- pd-bassemu-0.3/debian/rules 2015-07-21 12:05:16.000000000 +0000 +++ pd-bassemu-0.3/debian/rules 2018-01-29 20:01:42.000000000 +0000 @@ -1,17 +1,17 @@ #!/usr/bin/make -f -LIBRARY_NAME = bassemu~ -PACKAGE = pd-bassemu pkglibdir = /usr/lib/pd/extra %: - dh $@ --buildsystem=makefile + dh $@ + +override_dh_auto_build: + dh_auto_build -- \ + CFLAGS="-DPD -fPIC $(CFLAGS) $(CPPFLAGS) -I/usr/include/pd" \ + LDFLAGS="-Wl,--export-dynamic -shared -fPIC $(LDFLAGS)" \ + $(empty) override_dh_auto_install: dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) # replace license file with link to the Debian license file - rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt - -override_dh_shlibdeps: - dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ - -T$(CURDIR)/debian/$(PACKAGE).substvars + rm -f -- $(CURDIR)/debian/*/$(pkglibdir)/*/LICENSE.txt diff -Nru pd-bassemu-0.3/debian/watch pd-bassemu-0.3/debian/watch --- pd-bassemu-0.3/debian/watch 2015-07-21 12:05:16.000000000 +0000 +++ pd-bassemu-0.3/debian/watch 2018-01-29 20:01:42.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://sf.net/pure-data/bassemu~-(.*)\.tar\.gz +https://sf.net/pure-data/bassemu~-(.*)\.tar\.gz