diff -Nru fluidr3mono-gm-soundfont-2.315/debian/changelog fluidr3mono-gm-soundfont-2.315/debian/changelog --- fluidr3mono-gm-soundfont-2.315/debian/changelog 2018-03-18 01:29:56.000000000 +0000 +++ fluidr3mono-gm-soundfont-2.315/debian/changelog 2018-03-31 01:05:47.000000000 +0000 @@ -1,20 +1,28 @@ -fluidr3mono-gm-soundfont (2.315-2~ppa+2) bionic; urgency=medium +fluidr3mono-gm-soundfont (2.315-4~ppa) bionic; urgency=high - * Next attempt, this time for the binary package (oops) + * Rebuild for PPA (build on bionic, install on xenial and trusty) - -- Thorsten Glaser Sun, 18 Mar 2018 02:29:56 +0100 + -- Thorsten Glaser Sat, 31 Mar 2018 03:05:47 +0200 -fluidr3mono-gm-soundfont (2.315-2~ppa+1) bionic; urgency=medium +fluidr3mono-gm-soundfont (2.315-4) unstable; urgency=high - * Force gzip compression to enable installability on trusty + * Rename MS_General.sf3 symlink to MuseScore_General.sf3 + since upstream suddenly decided to change it + * Put the “MIT” licence identifier in ICOP chunk - -- Thorsten Glaser Sun, 18 Mar 2018 02:14:38 +0100 + -- Thorsten Glaser Sun, 25 Mar 2018 22:25:07 +0200 -fluidr3mono-gm-soundfont (2.315-2~ppa) bionic; urgency=medium +fluidr3mono-gm-soundfont (2.315-3) unstable; urgency=high - * Rebuild for PPA + * Use compression keeping the .deb installable on trusty + * Mark as Multi-Arch: foreign, prompted by piuparts + * Switch to sf3convert (new upstream-requested name) + * Add option to keep building reproducibly + * Update Enhances field + * Use quality settings recommended by S. Christian Collins + * Compress the .deb with xz -8e saving space on the mirrors - -- Thorsten Glaser Sun, 18 Mar 2018 00:27:25 +0100 + -- Thorsten Glaser Sun, 25 Mar 2018 20:44:33 +0200 fluidr3mono-gm-soundfont (2.315-2) unstable; urgency=low diff -Nru fluidr3mono-gm-soundfont-2.315/debian/control fluidr3mono-gm-soundfont-2.315/debian/control --- fluidr3mono-gm-soundfont-2.315/debian/control 2018-03-14 15:21:22.000000000 +0000 +++ fluidr3mono-gm-soundfont-2.315/debian/control 2018-03-31 01:05:10.000000000 +0000 @@ -3,15 +3,16 @@ Priority: optional Maintainer: Thorsten Glaser Homepage: https://musescore.org/en/node/41521 -Build-Depends: debhelper (>= 11), musescore-sfconvert, python3-minimal +Build-Depends: debhelper (>= 11~), python3-minimal, sf3convert Standards-Version: 4.1.3 VCS-git: https://evolvis.org/anonscm/git/alioth/soundfonts.git -b fluidr3mono-gm-soundfont VCS-Browser: https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=alioth/soundfonts.git;a=shortlog;h=refs/heads/fluidr3mono-gm-soundfont Package: fluidr3mono-gm-soundfont Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} -Enhances: libfluidsynth1 (>= 1.1.7-1~) +Enhances: libfluidsynth1 (>= 1.1.7), musescore (>= 2.1) Description: Fluid (R3) Mono GM SoundFont from MuseScore This is the hard disc space-saving Mono version of the complete Fluid (R3) GM SoundFont in the compressed SF3 format, as shipped diff -Nru fluidr3mono-gm-soundfont-2.315/debian/fluidr3mono-gm-soundfont.links fluidr3mono-gm-soundfont-2.315/debian/fluidr3mono-gm-soundfont.links --- fluidr3mono-gm-soundfont-2.315/debian/fluidr3mono-gm-soundfont.links 2018-03-15 01:20:10.000000000 +0000 +++ fluidr3mono-gm-soundfont-2.315/debian/fluidr3mono-gm-soundfont.links 2018-03-25 20:10:52.000000000 +0000 @@ -1,2 +1,2 @@ usr/share/fluidr3mono-gm-soundfont/FluidR3Mono_GM.sf3 usr/share/sounds/sf3/FluidR3Mono_GM.sf3 -usr/share/fluidr3mono-gm-soundfont/FluidR3Mono_GM.sf3 usr/share/sounds/sf3/MS_General.sf3 +usr/share/fluidr3mono-gm-soundfont/FluidR3Mono_GM.sf3 usr/share/sounds/sf3/MuseScore_General.sf3 diff -Nru fluidr3mono-gm-soundfont-2.315/debian/rules fluidr3mono-gm-soundfont-2.315/debian/rules --- fluidr3mono-gm-soundfont-2.315/debian/rules 2018-03-18 01:29:43.000000000 +0000 +++ fluidr3mono-gm-soundfont-2.315/debian/rules 2018-03-25 20:24:51.000000000 +0000 @@ -7,7 +7,7 @@ dh_clean rm -f FluidR3Mono_GM.sf? -icop:=Copyright (c) Frank Wen, Michael Cowgill, and others; see ICMT chunk or Debian fluidr3mono-gm-soundfont for entire licence +icop:=Copyright (c) Frank Wen, Michael Cowgill, and others; see ICMT chunk or Debian fluidr3mono-gm-soundfont for entire terms and the MIT licence ieng:=Mono version by Church Organist override_dh_auto_build: LC_ALL=C.UTF-8; export LC_ALL; set -- FluidR3Mono_GM*.SF2; \ @@ -17,14 +17,14 @@ -az 'LIST/ICOP' '${icop}' \ -az 'LIST/IENG' '${ieng}' \ -az 'LIST/ICMT' "$${cmt%x}" - musescore-sfconvert -q 0.6 -z \ + sf3convert -S 0 -q 0.8 -a -1 -z \ FluidR3Mono_GM.sf2 FluidR3Mono_GM.sf3 override_dh_installchangelogs: dh_installchangelogs FluidR3MonoChangeLog.txt override_dh_builddeb: - dh_builddeb -- --no-uniform-compression + dh_builddeb -- -Zxz -z8 -Sextreme --no-uniform-compression %: dh $@