tag 564347 + patch thanks On Sat, 09 Jan 2010 11:46:50 +0100, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build on > amd64. There's a package with a proposed NMU on mentors: http://mentors.debian.net/debian/pool/main/t/tuxguitar/ Since it changes a bit more than what is necessary to close this bug (although the changes all look reasonable), I won't NMU for the time being. For your convenience find the debdiff attached. Cheers, gregor -- .''`. http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: The Beatles: Good Morning Good Morning
diff -u tuxguitar-1.2/debian/control tuxguitar-1.2/debian/control --- tuxguitar-1.2/debian/control +++ tuxguitar-1.2/debian/control @@ -3,16 +3,16 @@ Priority: optional Maintainer: Philippe Coval <[email protected]> Uploaders: tony mancill <[email protected]> -Build-Depends: debhelper (>= 5.0.0), docbook-to-man, docbook-utils, quilt, ant, gcj, default-jdk | java2-compiler, libswt-gtk-3.4-java, libitext-java, libasound2-dev, libfluidsynth-dev -Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 5.0.0), docbook-to-man, docbook-utils, quilt, ant, gcj, default-jdk | java2-compiler, libswt-gtk-3.5-java, libitext-java, libasound2-dev, libfluidsynth-dev +Standards-Version: 3.8.4 Homepage: http://www.tuxguitar.com.ar -XS-Vcs-git: git://git.debian.org/git/pkg-java/tuxguitar.git -XS-Vcs-Browser: http://git.debian.org/git/pkg-java/tuxguitar.git +Vcs-Git: git://git.debian.org/git/pkg-java/tuxguitar.git +Vcs-Browser: http://git.debian.org/git/pkg-java/tuxguitar.git Package: tuxguitar Architecture: all Section: sound -Depends: default-jre | java2-runtime, libitext-java, libswt-gtk-3.4-java, libswt-cairo-gtk-3.4-jni , libswt-mozilla-gtk-3.4-jni, xulrunner-1.9.1 +Depends: default-jre | java2-runtime, libitext-java, libswt-gtk-3.5-java, libswt-cairo-gtk-3.5-jni , libswt-mozilla-gtk-3.5-jni, xulrunner-1.9.1, ${misc:Depends} Recommends: tuxguitar-alsa (= ${source:Version}), tuxguitar-oss (= ${source:Version}) Suggests: tuxguitar-jsa (= ${source:Version}), lilypond Description: Multitrack guitar tablature editor and player (gp3 to gp5) @@ -22,14 +22,14 @@ Package: tuxguitar-jsa Architecture: all Section: sound -Depends: tuxguitar (= ${source:Version}), default-jre | sun-java6-jre | sun-java5-jre +Depends: tuxguitar (= ${source:Version}), default-jre | sun-java6-jre | sun-java5-jre, ${misc:Depends} Description: tuxguitar plugin for sound playback using Java Sound API Use Tuxguitar along this plugin if unsure, other sounds can be used too. Package: tuxguitar-alsa Architecture: any Section: sound -Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}) +Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), ${misc:Depends} Suggests: timidity Description: tuxguitar plugin for sound playback using ALSA Use Tuxguitar along this plugin if your Sound Device is supported by ALSA. @@ -38,7 +38,7 @@ Package: tuxguitar-oss Architecture: any Section: sound -Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), oss-compat +Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), oss-compat, ${misc:Depends} Suggests: timidity Priority: extra Description: tuxguitar plugin for sound playback using OSS @@ -48,7 +48,7 @@ Package: tuxguitar-fluidsynth Architecture: any Section: sound -Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), fluidsynth +Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), fluidsynth, ${misc:Depends} Priority: extra Description: tuxguitar plugin for sound playback using fluidsynth Use Tuxguitar along this plugin if your audio system is configured for diff -u tuxguitar-1.2/debian/changelog tuxguitar-1.2/debian/changelog --- tuxguitar-1.2/debian/changelog +++ tuxguitar-1.2/debian/changelog @@ -1,3 +1,15 @@ +tuxguitar (1.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - Update swt-gtk dependency to 3.5 to fix FTBFS. (Closes: #564347) + - Change XS-Vcs-* fields to Vcs-*. + - Add ${misc:Depends}. + - Bump Standards-Version to 3.8.4. + * debian/rules: Don't install redundant LICENSE doc. + + -- nobled <[email protected]> Sun, 07 Feb 2010 01:40:52 +0000 + tuxguitar (1.2-1) unstable; urgency=low * New upstream release (Closes: #510742) diff -u tuxguitar-1.2/debian/rules tuxguitar-1.2/debian/rules --- tuxguitar-1.2/debian/rules +++ tuxguitar-1.2/debian/rules @@ -50,7 +50,7 @@ dh_testdir dh_testroot dh_installchangelogs - dh_installdocs + dh_installdocs --exclude=LICENSE dh_installexamples dh_install dh_installmenu
signature.asc
Description: Digital signature

