[practicalxml-java] 01/09: A dependency for my pkg-escience effort towards http://taverna.org.uk. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730197

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 3 07:44:49 UTC 2015


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

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

commit 94f1ed43945b46c0cf3bc8ba600ca643e857017c
Author: Steffen Möller <moeller at debian.org>
Date:   Fri Nov 22 15:12:35 2013 +0000

    A dependency for my pkg-escience effort towards
    http://taverna.org.uk.
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730197
---
 debian/README.source          |  9 +++++++++
 debian/changelog              |  5 +++++
 debian/compat                 |  1 +
 debian/control                | 24 ++++++++++++++++++++++++
 debian/copyright              | 17 +++++++++++++++++
 debian/files                  |  1 +
 debian/maven.cleanIgnoreRules |  1 +
 debian/maven.ignoreRules      |  4 ++++
 debian/maven.properties       |  1 +
 debian/maven.publishedRules   |  1 +
 debian/maven.rules            |  3 +++
 debian/practicalxml-java.poms |  1 +
 debian/rules                  |  9 +++++++++
 debian/source/format          |  1 +
 14 files changed, 78 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..1db6d50
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about practicalxml-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..f52be3d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+practicalxml-java (1.1.18~svn20131115-1) unstable; urgency=low
+
+  * Initial release (Closes: #730197)
+
+ -- Steffen Moeller <moeller at debian.org>  Fri, 15 Nov 2013 18:41:57 +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..ef2bb3f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libpracticalxml-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <steffen_moeller at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: junit (>= 3.8.2), libkdgcommons-java 
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libpracticalxml-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libpracticalxml-java
+Homepage: http://sourceforge.net/projects/practicalxml/
+
+Package: libpracticalxml-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: practical XML handling routines
+ The package provides a collection of utility classes for working with
+ the JDK's built-in XML packages. These are meant to bring the well
+ maintained core routines of the JDK closer to regular applications for
+ handling XML data and their schemata. Priorities in the development
+ where set to meet specific needs in the maintainers' other professional
+ and personal projects.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a3fdf58
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: practicalxml
+Source: http://sourceforge.net/projects/practicalxml/
+
+Files: *
+Copyright: 2013, Keith Gregory
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2013, Steffen Moeller <steffen_moeller at gmx.de>
+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/files b/debian/files
new file mode 100644
index 0000000..4dbaa4f
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+libpracticalxml-java_1.1.18~svn20131115-1_all.deb java optional
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..8971250
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1 @@
+net.sf.practicalxml practicalxml jar s/1\..*/1.x/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..9dea481
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,3 @@
+junit junit jar s/3\..*/3.x/ * *
+net.sf.kdgcommons kdgcommons jar s/1\..*/1.x/ * *
+net.sf.practicalxml practicalxml jar s/1\..*/1.x/ * *
diff --git a/debian/practicalxml-java.poms b/debian/practicalxml-java.poms
new file mode 100644
index 0000000..43e746b
--- /dev/null
+++ b/debian/practicalxml-java.poms
@@ -0,0 +1 @@
+pom.xml --no-parent
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/practicalxml-java.git



More information about the pkg-java-commits mailing list