Author: rockclimb-guest Date: 2010-11-27 19:09:40 +0000 (Sat, 27 Nov 2010) New Revision: 13107
Added: trunk/timingframework/debian/ trunk/timingframework/debian/README.Debian-source trunk/timingframework/debian/changelog trunk/timingframework/debian/compat trunk/timingframework/debian/control trunk/timingframework/debian/copyright trunk/timingframework/debian/javabuild trunk/timingframework/debian/libtimingframework-java-doc.javadoc trunk/timingframework/debian/libtimingframework-java.jlibs trunk/timingframework/debian/rules trunk/timingframework/debian/source/ trunk/timingframework/debian/source/format Log: [svn-inject] Applying Debian modifications (1.0-1) to trunk Added: trunk/timingframework/debian/README.Debian-source =================================================================== --- trunk/timingframework/debian/README.Debian-source (rev 0) +++ trunk/timingframework/debian/README.Debian-source 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1,4 @@ +Debian README for TimingFramework. + +Upstream only provides a source .zip file. This is repackaged for the +.orig.tar.gz. Added: trunk/timingframework/debian/changelog =================================================================== --- trunk/timingframework/debian/changelog (rev 0) +++ trunk/timingframework/debian/changelog 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1,6 @@ +timingframework (1.0-1) unstable; urgency=low + + * Initial release of timingframework package. Source package is repackaged + from upstream zip with no changes. (Closes: #605129) + + -- Andrew Ross <[email protected]> Tue, 23 Nov 2010 22:55:43 +0000 Added: trunk/timingframework/debian/compat =================================================================== --- trunk/timingframework/debian/compat (rev 0) +++ trunk/timingframework/debian/compat 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1 @@ +7 Added: trunk/timingframework/debian/control =================================================================== --- trunk/timingframework/debian/control (rev 0) +++ trunk/timingframework/debian/control 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1,29 @@ +Source: timingframework +Section: java +Priority: optional +Maintainer: Andrew Ross <[email protected]> +Build-Depends: debhelper (>= 7), javahelper (>=0.25) +Build-Depends-Indep: default-jdk, default-jdk-doc +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/timingframework +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/timingframework/ +Homepage: https://timingframework.dev.java.net/ + +Package: libtimingframework-java +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Recommends: ${java:Recommends} +Description: A Java framework for timing and animations + The code serves as a tutorial on how to use timers, as well as a + framework for doing more powerful things with timers. + +Package: libtimingframework-java-doc +Section: doc +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Recommends: ${java:Recommends} +Description: A Java framework for timing and animations (documentation) + The code serves as a tutorial on how to use timers, as well as a + framework for doing more powerful things with timers. + . + This package contains the documentation. Added: trunk/timingframework/debian/copyright =================================================================== --- trunk/timingframework/debian/copyright (rev 0) +++ trunk/timingframework/debian/copyright 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1,52 @@ +This work was packaged for Debian by: + + Andrew Ross <[email protected]> on Tue, 23 Nov 2010 22:55:43 +0000 + +The Debian packaging is: + + Copyright (C) 2010 Andrew Ross <[email protected]> + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + + +It was downloaded from https://timingframework.dev.java.net/ + +Upstream Author(s): + Sun Microsystems, Inc + +Copyright: + + Copyright (c) 2005-2007, Sun Microsystems, Inc + +License: + + * Copyright (c) 2007, Sun Microsystems, Inc + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of the TimingFramework project nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Added: trunk/timingframework/debian/javabuild =================================================================== --- trunk/timingframework/debian/javabuild (rev 0) +++ trunk/timingframework/debian/javabuild 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1 @@ +TimingFramework.jar org Added: trunk/timingframework/debian/libtimingframework-java-doc.javadoc =================================================================== --- trunk/timingframework/debian/libtimingframework-java-doc.javadoc (rev 0) +++ trunk/timingframework/debian/libtimingframework-java-doc.javadoc 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1 @@ +internal /usr/share/doc/libtimingframework-java/api Added: trunk/timingframework/debian/libtimingframework-java.jlibs =================================================================== --- trunk/timingframework/debian/libtimingframework-java.jlibs (rev 0) +++ trunk/timingframework/debian/libtimingframework-java.jlibs 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1 @@ +TimingFramework.jar Added: trunk/timingframework/debian/rules =================================================================== --- trunk/timingframework/debian/rules (rev 0) +++ trunk/timingframework/debian/rules 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +JAVA_HOME := /usr/lib/jvm/default-java + +# Include the extra files in the jar that are included in the upstream jar +export JH_JAR_EXTRA=$(shell find org -type f -not -name "*.java") + +get-orig-source: + curl -o TimingFramework-1.0-src.zip https://timingframework.dev.java.net/files/documents/2564/67075/TimingFramework-1.0-src.zip + mkdir timingframework_1.0.orig + unzip -d timingframework_1.0.orig TimingFramework-1.0-src.zip + tar -cvzf ../timingframework_1.0.orig.tar.gz timingframework_1.0.orig + rm -rf timingframework_1.0.orig + rm TimingFramework-1.0-src.zip + +%: + dh $@ --with javahelper Property changes on: trunk/timingframework/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/timingframework/debian/source/format =================================================================== --- trunk/timingframework/debian/source/format (rev 0) +++ trunk/timingframework/debian/source/format 2010-11-27 19:09:40 UTC (rev 13107) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

