--- jesd-0.0.7.orig/debian/changelog +++ jesd-0.0.7/debian/changelog @@ -0,0 +1,36 @@ +jesd (0.0.7-4.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Thu, 07 Jan 2021 13:39:08 +0100 + +jesd (0.0.7-4) unstable; urgency=low + + * Move to team repository and maintenance + + -- Matthew Johnson Sat, 17 Sep 2011 13:32:38 +0000 + +jesd (0.0.7-3) unstable; urgency=low + + * Call dh_javadoc (Closes: #547694) + * Don't use dh_javadoc, use javahelper instead + + -- Matthew Johnson Sat, 20 Mar 2010 13:22:29 +0000 + +jesd (0.0.7-2) unstable; urgency=low + + * Update to new FSF address + * Add watch file + * Change to cdbs to test javahelper cdbs class + * Change to section java + * Add dependency on gjdoc; dh_javadoc is no longer in default-java + * Change to using default-java + + -- Matthew Johnson Thu, 13 Aug 2009 00:45:47 +0100 + +jesd (0.0.7-1) unstable; urgency=low + + * Initial release. (Closes: #461902) + + -- Matthew Johnson Wed, 16 Jan 2008 11:15:38 +0000 --- jesd-0.0.7.orig/debian/compat +++ jesd-0.0.7/debian/compat @@ -0,0 +1 @@ +5 --- jesd-0.0.7.orig/debian/control +++ jesd-0.0.7/debian/control @@ -0,0 +1,19 @@ +Source: jesd +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Matthew Johnson +Build-Depends: cdbs, debhelper (>> 5), javahelper (>=0.25) +Build-Depends-Indep: default-jdk, libjorbis-java, default-jdk-doc +Standards-Version: 3.8.2 +Homepage: http://www.jcraft.com/jesd/ +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jesd.git +Vcs-Git: git://anonscm.debian.org/pkg-java/jesd.git + +Package: libesd-java +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Description: Implementation of EsounD in pure Java + JEsd includes an audio server, which corresponds to 'esd' and classes for + communicating with 'esd', which corresponds to 'libesd'. This client side + code will enable us to hack audio apps in pure Java. --- jesd-0.0.7.orig/debian/copyright +++ jesd-0.0.7/debian/copyright @@ -0,0 +1,29 @@ +This package was Debianised by Matthew Johnson on Wed Jan 16 11:15:37 GMT 2008 + +This package was downloaded from http://www.jcraft.com/jesd/jesd-0.0.7.tar.gz. + +Upstream Author: + +Copyright 1998--2004 JCraft Ltd + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems the LGPL can be found in /usr/share/common-licenses/LGPL + +The packaging is Copyright 2008 Matthew Johnson and is +licenced under the terms of the BSD licence. On Debian systems the BSD licence +can be found in /usr/share/common-licenses/BSD. --- jesd-0.0.7.orig/debian/libesd-java.debhelper.log +++ jesd-0.0.7/debian/libesd-java.debhelper.log @@ -0,0 +1,2 @@ +jh_build +jh_linkjars --- jesd-0.0.7.orig/debian/libesd-java.docs +++ jesd-0.0.7/debian/libesd-java.docs @@ -0,0 +1,2 @@ +example/*.java +README --- jesd-0.0.7.orig/debian/libesd-java.javadoc +++ jesd-0.0.7/debian/libesd-java.javadoc @@ -0,0 +1 @@ +internal --- jesd-0.0.7.orig/debian/libesd-java.jlibs +++ jesd-0.0.7/debian/libesd-java.jlibs @@ -0,0 +1 @@ +esd.jar --- jesd-0.0.7.orig/debian/rules +++ jesd-0.0.7/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# +# Sample debian/rules that uses javahelper. +# This file was generated by jh_makepkg and may be used +# without restriction. It was inspired by the dh-make +# sample debian/rules + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +#include /usr/share/cdbs/1/rules/javahelper.mk +export JAVA_HOME=/usr/lib/jvm/default-java + +# Put depended upon jars in here +export CLASSPATH=/usr/share/java/jorbis.jar:/usr/share/java/jogg.jar + +JH_BUILD_JAR=esd.jar +JH_BUILD_SRC=com + +include /usr/share/cdbs/1/class/javahelper.mk + +configure/libesd-java:: + rm -f com/jcraft/jesd/vorbis/Sample.java + rm -f com/jcraft/jesd/vorbis/StreamPlayer.java --- jesd-0.0.7.orig/debian/watch +++ jesd-0.0.7/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ +http://www.jcraft.com/jesd/ (?:.*/)?jesd-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate