[kdgcommons-java] 01/08: 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.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 2 23:51:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository kdgcommons-java.

commit 003b35b0e64e8b8258c682c15bf0eb2729cbc02c
Author: Steffen Möller <moeller at debian.org>
Date:   Fri Nov 22 15:52:20 2013 +0000

    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.
---
 debian/README.source           |  9 +++++++++
 debian/changelog               |  5 +++++
 debian/compat                  |  1 +
 debian/control                 | 22 ++++++++++++++++++++++
 debian/copyright               | 17 +++++++++++++++++
 debian/libkdgcommons-java.poms |  1 +
 debian/maven.cleanIgnoreRules  |  1 +
 debian/maven.ignoreRules       |  4 ++++
 debian/maven.properties        |  1 +
 debian/maven.publishedRules    |  1 +
 debian/maven.rules             |  2 ++
 debian/rules                   |  9 +++++++++
 debian/source/format           |  1 +
 13 files changed, 74 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..1421ef1
--- /dev/null
+++ b/debian/README.source
@@ -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.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e8a80f1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libkdgcommons-java (1.0.14~svn20131115-1) unstable; urgency=low
+
+  * Initial release (Closes: #730204)
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 15 Nov 2013 16:54:24 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..41a3686
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: libkdgcommons-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+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.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..31192de
--- /dev/null
+++ b/debian/copyright
@@ -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 <moeller at debian.org>
+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'
+
+
diff --git a/debian/libkdgcommons-java.poms b/debian/libkdgcommons-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/libkdgcommons-java.poms
@@ -0,0 +1 @@
+pom.xml --no-parent
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.cleanIgnoreRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
new file mode 100644
index 0000000..a9becca
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -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 * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..d2f1b82
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1 @@
+maven.test.skip=true
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..14ed9f4
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1 @@
+net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..cf36a3a
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,2 @@
+junit junit jar s/3\..*/3.x/ * *
+net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b76c54a
--- /dev/null
+++ b/debian/rules
@@ -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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/kdgcommons-java.git



More information about the pkg-java-commits mailing list