debian/0000755000000000000000000000000011664226125007173 5ustar debian/changelog0000644000000000000000000000113211664226125011042 0ustar jfugue (4.0.3-3) unstable; urgency=low * Correctly do the package renaming jfugue -> libjfugue-java, providing the appropriate transition package (closes: #649601). -- Giovanni Mascellani Sat, 26 Nov 2011 18:24:46 +0100 jfugue (4.0.3-2) unstable; urgency=low * Rename binary package: jfugue -> libjfugue-java, which is more appropriate. -- Giovanni Mascellani Sat, 26 Nov 2011 18:24:45 +0100 jfugue (4.0.3-1) unstable; urgency=low * Initial release (Closes: #647758). -- Giovanni Mascellani Sun, 09 Oct 2011 00:31:12 +0200 debian/copyright0000644000000000000000000000353511664226125011134 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: JFugue Source: http://www.jfugue.org/ Files: * Copyright: © 2003 - 2008, David Koelle License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". Files: debian/* Copyright: 2011, Giovanni Mascellani License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000321611664226125010600 0ustar Source: jfugue Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, libxom-java Standards-Version: 3.9.2 Homepage: http://www.jfugue.org/ Vcs-Git: git://git.debian.org/pkg-java/jfugue.git Vcs-Browser: http://git.debian.org/?p=pkg-java/jfugue.git;a=summary Package: libjfugue-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} Provides: jfugue Replaces: jfugue (<< 4.0.3-3~) Breaks: jfugue (<< 4.0.3-3~) Description: Java API for music programming JFugue is a Java API for music programming that does not require the programmer to be aware of all the complexities of MIDI. The music can be synthetized from strings that describe its notes, chords, instruments, etc., or can be generated in real-time in many different ways. . JFugue supports playing music in real time as well as saving it to MIDI files or send it to MIDI devices. Package: jfugue Architecture: all Depends: libjfugue-java, ${misc:Depends} Description: Java API for music programming - transitional package JFugue is a Java API for music programming that does not require the programmer to be aware of all the complexities of MIDI. The music can be synthetized from strings that describe its notes, chords, instruments, etc., or can be generated in real-time in many different ways. . JFugue supports playing music in real time as well as saving it to MIDI files or send it to MIDI devices. . This is a transitional package and can safely removed after having installed its dependencies. debian/source/0000755000000000000000000000000011664226125010473 5ustar debian/source/format0000644000000000000000000000001411664226125011701 0ustar 3.0 (quilt) debian/javabuild0000644000000000000000000000001511664226125011053 0ustar jfugue.jar . debian/watch0000644000000000000000000000010711664226125010222 0ustar version=3 http://www.jfugue.org/download.html jfugue-([\d\.]*)-src.zip debian/libjfugue-java.jlibs0000644000000000000000000000001311664226125013105 0ustar jfugue.jar debian/rules0000755000000000000000000000033011664226125010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/xom.jar %: dh $@ --with javahelper debian/compat0000644000000000000000000000000211664226125010371 0ustar 8