diff -Nru nyquist-3.12+ds/debian/changelog nyquist-3.12+ds/debian/changelog --- nyquist-3.12+ds/debian/changelog 2020-03-23 06:21:06.000000000 +0000 +++ nyquist-3.12+ds/debian/changelog 2020-08-01 19:08:45.000000000 +0000 @@ -1,8 +1,16 @@ -nyquist (3.12+ds-3build1) focal; urgency=medium +nyquist (3.12+ds-4) unstable; urgency=medium - * No-change rebuild for libgcc-s1 package name change. + [ Ondřej Nový ] + * d/changelog: Remove trailing whitespaces + * d/control: Set Vcs-* to salsa.debian.org + + [ Steve Robbins ] + * [b81e475] Ignore .class and other built files. + * [f310c7a] Ignore dir .pc + * [66542a8] Specify copyright format so can exclude upstream files. + * [935a61f] Build using -fcommon to support use of GCC 10. Closes: #957621. - -- Matthias Klose Mon, 23 Mar 2020 07:21:06 +0100 + -- Steve M. Robbins Sat, 01 Aug 2020 14:08:45 -0500 nyquist (3.12+ds-3) unstable; urgency=medium @@ -54,15 +62,15 @@ * lintian fixes: - source/lintian-overrides: new. - - control: Add build-dep for autotools-dev. Update standards-version, + - control: Add build-dep for autotools-dev. Update standards-version, description. - + -- Steve M. Robbins Tue, 17 Jul 2012 20:57:02 -0500 nyquist (3.05-1) unstable; urgency=low * New upstream. Closes:#642828. - + * copyright: Add statement concerning relicencing of xlisp, to address concerns in #631646. @@ -82,15 +90,15 @@ -- Steven M. Robbins Mon, 21 Feb 2011 11:35:27 -0600 nyquist (3.04b-3) experimental; urgency=low - + * control: Change architecture from "any" to list of 32-bit platforms. - + * patches/fix-term-includes.patch: New. Remove include of , which doesn't exist on all architectures. * patches/use-system-sndfile.patch: New. Use system libsndfile. * control: Build-depend on libsndfile1-dev. - + * patches/use-system-liblo.patch: New. Use system liblo. * control: Build-depend on liblo-dev. @@ -104,9 +112,9 @@ * patches/makefile.patch: remove "-m32" flag; it's not understood on non-x86 architectures. - * check32.c: New. + * check32.c: New. * rules: Fail build if pointer is not 32 bits. - + * control: No longer need gcc-multilib, g++-multilib. -- Steve M. Robbins Sat, 22 Jan 2011 22:42:41 -0600 @@ -121,7 +129,7 @@ - patches/fileread.patch - patches/kfreebsd.patch - patches/jnyqide.patch: Remove. Equivalent functionality implemented. - + * patches/makefile.patch: Rework. We now build included liblo and portaudio libraries because nyquist is built in 32-bit mode and thus needs to be linked against 32-bit versions of these supporting @@ -131,7 +139,7 @@ required 32-bit libraries. * control: - * rules: + * rules: * patches/makefile.patch: Refresh config.sub, config.guess. Set build-deps and invoke configure according to autotools-dev. @@ -141,7 +149,7 @@ * patches/kfreebsd.patch: New. Fixes for kFreeBSD. Adapted from Cyril Brulebois's kfreebsd patch. Closes: #415103. - + * patches/endianness.patch: New. Fixes detection and error reporting of endianness. Adapted from Cyril Brulebois's kfreebsd patch. @@ -149,12 +157,12 @@ * links: * install: Install jNyqIDE.jar, NyquistWords.txt into /usr/share/nyquist/jnyqide. Symlink the doc files. - + * patches/jnyqide.patch: Exec("ny") to use PATH search mechanism rather than hardcoding exec("./ny"). * jny.1: New. Basic manpage for jny. - + -- Steve M. Robbins Sun, 19 Dec 2010 22:34:37 -0600 nyquist (3.03-1) experimental; urgency=low @@ -177,7 +185,7 @@ + There is only one manpage, referring to ny - debian/doc-base + Added file to point in the doc/home.html manual page - - Use external packages for the supporting libraries and ignore the + - Use external packages for the supporting libraries and ignore the included versions + Added liblo-dev, libsndfile1-dev, portaudio19-dev build dependencies in debian/control @@ -192,9 +200,9 @@ nyquist (2.29-8) experimental; urgency=low * rules: Re-write using "dh". - + * compat: Set to level 8. - + * menu:: Correct syntax errors. * patches/netinet-conflicting-sendmsg.patch: New. Replaces modified @@ -204,9 +212,9 @@ * control: Move homepage to header. Set Standards-Version to 3.9.1. Remove libreadline5-dev build-dep. Closes: #553818. - + * ny_wrapper: Pass command line options. Closes: #377838. - + -- Steve M. Robbins Sat, 18 Dec 2010 07:19:42 -0600 nyquist (2.29-7) experimental; urgency=low @@ -261,20 +269,20 @@ nyquist (2.29-0test3) unstable; urgency=low - * Small update to the man page (patch by ) + * Small update to the man page (patch by ) -- Andrea Glorioso Fri, 21 Nov 2003 10:47:51 +0100 nyquist (2.29-0test2) unstable; urgency=low - * Added Dave Phillip's man page (debian/nyquist.1). + * Added Dave Phillip's man page (debian/nyquist.1). * Linked ny.1 to nyquist.1 (lintian wants each binary to have a man page) -- Andrea Glorioso Thu, 20 Nov 2003 09:01:14 +0100 nyquist (2.29-0test1) unstable; urgency=low - * New upstream version - first pre-release of the debian package. + * New upstream version - first pre-release of the debian package. -- Andrea Glorioso Wed, 19 Nov 2003 18:08:17 +0100 diff -Nru nyquist-3.12+ds/debian/control nyquist-3.12+ds/debian/control --- nyquist-3.12+ds/debian/control 2017-12-24 02:51:21.000000000 +0000 +++ nyquist-3.12+ds/debian/control 2020-08-01 19:08:45.000000000 +0000 @@ -4,9 +4,9 @@ Priority: optional Maintainer: Steve M. Robbins Build-Depends: cmake (>= 2.8.8), debhelper (>= 10), chrpath, javahelper, default-jdk (>= 2:1.8~), libsndfile1-dev, liblo-dev, portaudio19-dev -Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/nyquist/trunk/ -Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/nyquist/trunk +Vcs-Browser: https://salsa.debian.org/debian/nyquist Standards-Version: 4.1.2 +Vcs-Git: https://salsa.debian.org/debian/nyquist.git Package: nyquist Architecture: any diff -Nru nyquist-3.12+ds/debian/copyright nyquist-3.12+ds/debian/copyright --- nyquist-3.12+ds/debian/copyright 2017-12-11 05:39:20.000000000 +0000 +++ nyquist-3.12+ds/debian/copyright 2020-08-01 19:08:45.000000000 +0000 @@ -1,4 +1,4 @@ -#Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nyquist Source: http://www.cs.cmu.edu/~music/nyquist/ Files-Excluded: FLAC/* liblo/* libogg/* libvorbis/* nylsf/* portaudio/* diff -Nru nyquist-3.12+ds/debian/rules nyquist-3.12+ds/debian/rules --- nyquist-3.12+ds/debian/rules 2017-12-11 05:37:15.000000000 +0000 +++ nyquist-3.12+ds/debian/rules 2020-08-01 19:08:45.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_CFLAGS_MAINT_APPEND = -fcommon + %: dh $@