[csvjdbc] 01/01: Checkin initial debian folder created by mh_make

Christopher Hoskin christopher.hoskin at gmail.com
Mon May 2 17:01:24 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository csvjdbc.

commit a05d7fbcf95443c04c8d60b5e7b04ec0d668c6a7
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Mon May 2 17:47:35 2016 +0100

    Checkin initial debian folder created by mh_make
---
 debian/README.source                    | 17 +++++++++++++++++
 debian/changelog                        |  6 ++++++
 debian/compat                           |  1 +
 debian/control                          | 29 +++++++++++++++++++++++++++++
 debian/copyright                        | 17 +++++++++++++++++
 debian/libcsvjdbc-java-doc.doc-base.api | 10 ++++++++++
 debian/libcsvjdbc-java-doc.install      |  2 ++
 debian/libcsvjdbc-java.poms             | 28 ++++++++++++++++++++++++++++
 debian/maven.cleanIgnoreRules           |  1 +
 debian/maven.ignoreRules                |  5 +++++
 debian/maven.properties                 |  4 ++++
 debian/maven.publishedRules             |  2 ++
 debian/maven.rules                      |  3 +++
 debian/rules                            |  7 +++++++
 debian/source/format                    |  1 +
 15 files changed, 133 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..327d696
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,17 @@
+Information about csvjdbc
+-------------------------
+
+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.
+
+Upstream does not appear to publish an original tarball. One
+was created with the commands:
+
+git clone git://git.code.sf.net/p/csvjdbc/code csvjdbc-upstream
+cd csvjdbc-upstream/
+git archive --prefix=csvjdbc/ -o ../csvjdbc_1.0.29.orig.tar.gz v1.0-29
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ff9641d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+csvjdbc (1.0.29-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your
+    ITP>
+
+ -- Christopher Hoskin <christopher.hoskin at gmail.com>  Mon, 02 May 2016 15:50:08 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..56d8729
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: csvjdbc
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: libjavacc-maven-plugin-java, libmaven-javadoc-plugin-java, junit4, default-jdk-doc 
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/csvjdbc.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/csvjdbc.git
+Homepage: http://csvjdbc.sourceforge.net
+
+Package: libcsvjdbc-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: ${maven:OptionalDepends}, libcsvjdbc-java-doc
+Description: CsvJdbc
+ a Java JDBC driver for reading comma-separated-value files
+
+Package: libcsvjdbc-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
+Suggests: libcsvjdbc-java
+Description: Documentation for CsvJdbc
+ a Java JDBC driver for reading comma-separated-value files
+ .
+ This package contains the API documentation of libcsvjdbc-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d17494b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: CsvJdbc
+Source: http://csvjdbc.sourceforge.net
+
+Files: *
+Copyright: 2016, Mario Frasca <mfrasca at users.sourceforge.net>
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: 2016, Christopher Hoskin <christopher.hoskin at gmail.com>
+License: LGPL-2.1
+
+License: LGPL-2.1
+ On Debian systems, the full text of the LGPL-2.1 license
+ can be found in the file '/usr/share/common-licenses/LGPL-2.1'
+
+
diff --git a/debian/libcsvjdbc-java-doc.doc-base.api b/debian/libcsvjdbc-java-doc.doc-base.api
new file mode 100644
index 0000000..50deafa
--- /dev/null
+++ b/debian/libcsvjdbc-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libcsvjdbc-java
+Title: API Javadoc for CsvJdbc
+Author: CsvJdbc developers
+Abstract: This is the API Javadoc provided for the
+ libcsvjdbc-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcsvjdbc-java/api/index.html
+Files: /usr/share/doc/libcsvjdbc-java/api/*
diff --git a/debian/libcsvjdbc-java-doc.install b/debian/libcsvjdbc-java-doc.install
new file mode 100644
index 0000000..ab956f5
--- /dev/null
+++ b/debian/libcsvjdbc-java-doc.install
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libcsvjdbc-java/api
+
diff --git a/debian/libcsvjdbc-java.poms b/debian/libcsvjdbc-java.poms
new file mode 100644
index 0000000..0417132
--- /dev/null
+++ b/debian/libcsvjdbc-java.poms
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+#   --ignore: ignore this POM and its artifact if any
+#   --ignore-pom: don't install the POM. To use on POM files that are created
+#     temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+#   --no-parent: remove the <parent> tag from the POM
+#   --package=<package>: an alternative package to use when installing this POM
+#      and its artifact
+#   --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+#      of the version for the package.
+#   --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+#      during a clean operation with mh_cleanpom or mh_installpom
+#   --artifact=<path>: path to the build artifact associated with this POM,
+#      it will be installed when using the command mh_install. [mh_install]
+#   --java-lib: install the jar into /usr/share/java to comply with Debian
+#      packaging guidelines
+#   --usj-name=<name>: name to use when installing the library in /usr/share/java
+#   --usj-version=<version>: version to use when installing the library in /usr/share/java
+#   --no-usj-versionless: don't install the versionless link in /usr/share/java
+#   --dest-jar=<path>: the destination for the real jar.
+#     It will be installed with mh_install. [mh_install]
+#   --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+#   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+#     Empty by default. [mh_install]
+#
+pom.xml --has-package-version
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..ca94bde
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,5 @@
+
+org.apache.maven.plugins maven-gpg-plugin * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.apache.maven.wagon wagon-ssh * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..7c29bd7
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,4 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..3ba2884
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1,2 @@
+
+net.sourceforge.csvjdbc csvjdbc jar s/.*/debian/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..6b59a31
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,3 @@
+
+junit junit jar s/4\..*/4.x/ * *
+net.sourceforge.csvjdbc csvjdbc jar s/.*/debian/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..aba914b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem=maven
+
+get-orig-source:
+	uscan --download-current-version --force-download --no-symlink
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/csvjdbc.git



More information about the pkg-java-commits mailing list