Author: moeller Date: 2013-11-22 15:52:20 +0000 (Fri, 22 Nov 2013) New Revision: 17494
Added: trunk/kdgcommons-java/ trunk/kdgcommons-java/debian/ trunk/kdgcommons-java/debian/README.source trunk/kdgcommons-java/debian/changelog trunk/kdgcommons-java/debian/compat trunk/kdgcommons-java/debian/control trunk/kdgcommons-java/debian/copyright trunk/kdgcommons-java/debian/libkdgcommons-java.poms trunk/kdgcommons-java/debian/maven.cleanIgnoreRules trunk/kdgcommons-java/debian/maven.ignoreRules trunk/kdgcommons-java/debian/maven.properties trunk/kdgcommons-java/debian/maven.publishedRules trunk/kdgcommons-java/debian/maven.rules trunk/kdgcommons-java/debian/rules trunk/kdgcommons-java/debian/source/ trunk/kdgcommons-java/debian/source/format Log: Preparing for first upload of kgcommons-java http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730204 which is a dependency of a dependency for a Taverna library on pkg-escience. Added: trunk/kdgcommons-java/debian/README.source =================================================================== --- trunk/kdgcommons-java/debian/README.source (rev 0) +++ trunk/kdgcommons-java/debian/README.source 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,9 @@ +Information about libkdgcommons-java +------------------------------------ + +This package was debianized using the mh_make command +from the maven-debian-helper package. + +The build system uses Maven but prevents it from downloading +anything from the Internet, making the build compliant with +the Debian policy. Added: trunk/kdgcommons-java/debian/changelog =================================================================== --- trunk/kdgcommons-java/debian/changelog (rev 0) +++ trunk/kdgcommons-java/debian/changelog 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,5 @@ +libkdgcommons-java (1.0.14~svn20131115-1) unstable; urgency=low + + * Initial release (Closes: #730204) + + -- Steffen Moeller <[email protected]> Fri, 15 Nov 2013 16:54:24 +0100 Added: trunk/kdgcommons-java/debian/compat =================================================================== --- trunk/kdgcommons-java/debian/compat (rev 0) +++ trunk/kdgcommons-java/debian/compat 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1 @@ +7 Added: trunk/kdgcommons-java/debian/control =================================================================== --- trunk/kdgcommons-java/debian/control (rev 0) +++ trunk/kdgcommons-java/debian/control 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,22 @@ +Source: libkdgcommons-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Steffen Moeller <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) +Build-Depends-Indep: junit (>= 3.8.2) +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libkdgcommons-java +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libkdgcommons-java +Homepage: http://sourceforge.net/projects/kdgcommons/ + +Package: libkdgcommons-java +Architecture: all +Depends: ${misc:Depends}, ${maven:Depends} +Recommends: ${maven:OptionalDepends} +Description: utility library for web programming + The KDG Commons library is a collection of utility classes for Java, + supplementing and in some cases replacing Jakarta Commons and Google + Guava. This involves SQL database access via JDBC, hex data handling, + secure string handling for web applications and much more. + Added: trunk/kdgcommons-java/debian/copyright =================================================================== --- trunk/kdgcommons-java/debian/copyright (rev 0) +++ trunk/kdgcommons-java/debian/copyright 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,17 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: KDG Commons +Source: http://sourceforge.net/projects/kdgcommons/ + +Files: * +Copyright: 2013, Keith D Gregory +License: Apache-2.0 + +Files: debian/* +Copyright: 2013, Steffen Moeller <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' + + Added: trunk/kdgcommons-java/debian/libkdgcommons-java.poms =================================================================== --- trunk/kdgcommons-java/debian/libkdgcommons-java.poms (rev 0) +++ trunk/kdgcommons-java/debian/libkdgcommons-java.poms 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1 @@ +pom.xml --no-parent Added: trunk/kdgcommons-java/debian/maven.cleanIgnoreRules =================================================================== --- trunk/kdgcommons-java/debian/maven.cleanIgnoreRules (rev 0) +++ trunk/kdgcommons-java/debian/maven.cleanIgnoreRules 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1 @@ + Added: trunk/kdgcommons-java/debian/maven.ignoreRules =================================================================== --- trunk/kdgcommons-java/debian/maven.ignoreRules (rev 0) +++ trunk/kdgcommons-java/debian/maven.ignoreRules 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,4 @@ +org.apache.maven.plugins maven-changes-plugin * * * * +org.apache.maven.plugins maven-javadoc-plugin * * * * +org.codehaus.mojo cobertura-maven-plugin * * * * +org.codehaus.mojo findbugs-maven-plugin * * * * Added: trunk/kdgcommons-java/debian/maven.properties =================================================================== --- trunk/kdgcommons-java/debian/maven.properties (rev 0) +++ trunk/kdgcommons-java/debian/maven.properties 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1 @@ +maven.test.skip=true Added: trunk/kdgcommons-java/debian/maven.publishedRules =================================================================== --- trunk/kdgcommons-java/debian/maven.publishedRules (rev 0) +++ trunk/kdgcommons-java/debian/maven.publishedRules 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1 @@ +net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * * Added: trunk/kdgcommons-java/debian/maven.rules =================================================================== --- trunk/kdgcommons-java/debian/maven.rules (rev 0) +++ trunk/kdgcommons-java/debian/maven.rules 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,2 @@ +junit junit jar s/3\..*/3.x/ * * +net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * * Added: trunk/kdgcommons-java/debian/rules =================================================================== --- trunk/kdgcommons-java/debian/rules (rev 0) +++ trunk/kdgcommons-java/debian/rules 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/maven.mk + +JAVA_HOME := /usr/lib/jvm/default-java + +get-orig-source: + uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename Property changes on: trunk/kdgcommons-java/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/kdgcommons-java/debian/source/format =================================================================== --- trunk/kdgcommons-java/debian/source/format (rev 0) +++ trunk/kdgcommons-java/debian/source/format 2013-11-22 15:52:20 UTC (rev 17494) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

