debian/0000755000000000000000000000000012244213003007155 5ustar debian/copyright0000644000000000000000000000071012243676664011137 0ustar 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 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' debian/rules0000755000000000000000000000106612244212064010246 0ustar #!/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: U=$(shell echo $(DEB_UPSTREAM_VERSION) | tr '.' '_') && \ echo "Downloading tag 'rel_$$U', change debian/changelog to adapt" && \ rm -rf "kdgcommons-java-$(DEB_UPSTREAM_VERSION)" && \ svn export "svn://svn.code.sf.net/p/kdgcommons/code/tags/rel_$$U" "kdgcommons-java-$(DEB_UPSTREAM_VERSION)" tar cJvf "kdgcommons-java_$(DEB_UPSTREAM_VERSION).orig.tar.xz" "kdgcommons-java-$(DEB_UPSTREAM_VERSION)" debian/README.source0000644000000000000000000000046412243676664011371 0ustar 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. debian/maven.publishedRules0000644000000000000000000000006212243676664013226 0ustar net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * * debian/maven.rules0000644000000000000000000000012312243676664011364 0ustar junit junit jar s/3\..*/3.x/ * * net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * * debian/control0000644000000000000000000000172712244212212010570 0ustar Source: kdgcommons-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Steffen Moeller 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. debian/source/0000755000000000000000000000000012244212771010470 5ustar debian/source/format0000644000000000000000000000001412243676664011714 0ustar 3.0 (quilt) debian/maven.properties0000644000000000000000000000002612244212752012411 0ustar maven.test.skip=false debian/compat0000644000000000000000000000000212243676664010404 0ustar 7 debian/maven.ignoreRules0000644000000000000000000000031512243676664012533 0ustar 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 * * * * debian/libkdgcommons-java.poms0000644000000000000000000000002412243676664013651 0ustar pom.xml --no-parent debian/maven.cleanIgnoreRules0000644000000000000000000000000112243676664013466 0ustar debian/changelog0000644000000000000000000000024312244212231011030 0ustar kdgcommons-java (1.0.13-1) unstable; urgency=low * Initial release (Closes: #730204) -- Steffen Moeller Fri, 15 Nov 2013 16:54:24 +0100