[snakeyaml] 01/01: Imported Debian patch 1.10-1
Andrew Ross
rockclimb-guest at alioth.debian.org
Mon Aug 12 21:26:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
rockclimb-guest pushed a commit to branch master
in repository snakeyaml.
commit bf40ff05e30beadcf04f02377306762821daa6fa
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date: Mon Sep 10 20:28:06 2012 +0000
Imported Debian patch 1.10-1
---
debian/README.source | 9 +++++++++
debian/changelog | 5 +++++
debian/clean | 1 +
debian/compat | 1 +
debian/control | 30 +++++++++++++++++++++++++++++
debian/copyright | 17 ++++++++++++++++
debian/libsnakeyaml-java-doc.doc-base.api | 10 ++++++++++
debian/libsnakeyaml-java-doc.install | 2 ++
debian/libsnakeyaml-java.poms | 28 +++++++++++++++++++++++++++
debian/maven.cleanIgnoreRules | 1 +
debian/maven.ignoreRules | 12 ++++++++++++
debian/maven.properties | 5 +++++
debian/maven.publishedRules | 2 ++
debian/maven.rules | 3 +++
debian/rules | 9 +++++++++
debian/source/format | 1 +
16 files changed, 136 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..748c1fc
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+Information about snakeyaml
+------------------------------
+
+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..f06bcf9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+snakeyaml (1.10-1) unstable; urgency=low
+
+ * Initial release (Closes: #585903)
+
+ -- Andrew Ross <ubuntu at rossfamily.co.uk> Mon, 10 Sep 2012 20:28:06 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..18f5f87
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+target/test-classes/org/yaml/snakeyaml/issues/issue67/*
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..630ed0f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: snakeyaml
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep: libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, default-jdk-doc
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/pkg-java/snakeyaml.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/snakeyaml.git;a=summary
+Homepage: http://www.snakeyaml.org
+
+Package: libsnakeyaml-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libsnakeyaml-java-doc
+Description: SnakeYAML
+ YAML 1.1 parser and emitter for Java
+
+Package: libsnakeyaml-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libsnakeyaml-java
+Description: Documentation for SnakeYAML
+ YAML 1.1 parser and emitter for Java
+ .
+ This package contains the API documentation of libsnakeyaml-java.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b22169e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: SnakeYAML
+Source: http://www.snakeyaml.org
+
+Files: *
+Copyright: 2008-2012, Andrey Somov <py4fun at gmail.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012, Andrew Ross <ubuntu at rossfamily.co.uk>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian GNU/Linux system you can find the complete text of the
+ Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
+
+
diff --git a/debian/libsnakeyaml-java-doc.doc-base.api b/debian/libsnakeyaml-java-doc.doc-base.api
new file mode 100644
index 0000000..d143273
--- /dev/null
+++ b/debian/libsnakeyaml-java-doc.doc-base.api
@@ -0,0 +1,10 @@
+Document: libsnakeyaml-java
+Title: API Javadoc for SnakeYAML
+Author: SnakeYAML developers
+Abstract: This is the API Javadoc provided for the
+ libsnakeyaml-java library.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libsnakeyaml-java/api/index.html
+Files: /usr/share/doc/libsnakeyaml-java/api/*
diff --git a/debian/libsnakeyaml-java-doc.install b/debian/libsnakeyaml-java-doc.install
new file mode 100644
index 0000000..2ff08cd
--- /dev/null
+++ b/debian/libsnakeyaml-java-doc.install
@@ -0,0 +1,2 @@
+target/apidocs/* usr/share/doc/libsnakeyaml-java/api
+
diff --git a/debian/libsnakeyaml-java.poms b/debian/libsnakeyaml-java.poms
new file mode 100644
index 0000000..1d885c3
--- /dev/null
+++ b/debian/libsnakeyaml-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 --java-lib
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..a59e954
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,12 @@
+
+com.mycila.maven-license-plugin maven-license-plugin * * * *
+joda-time joda-time * * * *
+junit junit * * * *
+org.apache.maven.plugins maven-changes-plugin * * * *
+org.apache.maven.plugins maven-eclipse-plugin * * * *
+org.apache.maven.plugins maven-jxr-plugin * * * *
+org.apache.maven.plugins maven-source-plugin * * * *
+org.apache.maven.plugins maven-surefire-plugin * * * *
+org.apache.velocity velocity * * * *
+org.codehaus.mojo cobertura-maven-plugin * * * *
+org.springframework spring * * * *
diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..e593715
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,5 @@
+# Include here properties to pass to Maven during the build.
+# For example:
+# maven.test.skip=true
+
+maven.test.skip=true
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..5bd7ad4
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1,2 @@
+
+org.yaml snakeyaml s/jar/bundle/ s/1\..*/1.x/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..de77e3c
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,3 @@
+
+org.yaml snakeyaml bundle s/1\..*/1.x/ * *
+org.apache.felix maven-bundle-plugin * s/2\..*/2.3.5/ * *
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/snakeyaml.git
More information about the pkg-java-commits
mailing list