[java-allocation-instrumenter] 01/01: Imported Debian patch 2.1-1
Tim Potter
tpot-guest at moszumanska.debian.org
Tue Dec 2 07:27:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to branch master
in repository java-allocation-instrumenter.
commit d2178491b436132d41e340453ac6d7f08e18b4e2
Author: Tim Potter <tpot at hp.com>
Date: Mon Dec 1 22:50:43 2014 +1100
Imported Debian patch 2.1-1
---
debian/README.source | 12 ++++++++++
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 24 +++++++++++++++++++
debian/copyright | 28 ++++++++++++++++++++++
debian/docs | 0
...ibjava-allocation-instrumenter-java-doc.javadoc | 1 +
debian/libjava-allocation-instrumenter-java.poms | 28 ++++++++++++++++++++++
debian/maven.cleanIgnoreRules | 1 +
debian/maven.ignoreRules | 3 +++
debian/maven.publishedRules | 1 +
debian/maven.rules | 7 ++++++
debian/rules | 7 ++++++
debian/source/format | 1 +
14 files changed, 119 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0dbe66a
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,12 @@
+java-allocation-instrumenter for Debian
+---------------------------------------
+
+The source tarball for this package was created indirectly from the source
+code in subversion using the following commands, since no releases have been
+made.
+
+$ svn checkout http://java-allocation-instrumenter.googlecode.com/svn/tags/java-allocation-instrumenter-2.1 java-allocation-instrumenter-2.1
+$ tar cfvz java-allocation-instrumenter_2.1.orig.tar.gz java-allocation-instrumenter-2.1/
+
+ -- Tim Potter <tpot at hp.com> Mon, 01 Dec 2014 22:50:43 +1100
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b4890ec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+java-allocation-instrumenter (2.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #771767)
+
+ -- Tim Potter <tpot at hp.com> Mon, 01 Dec 2014 22:50:43 +1100
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..e76d2ae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: java-allocation-instrumenter
+Section: java
+Priority: optional
+Maintainer: Tim Potter <tpot at hp.com>
+Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, libmaven-source-plugin-java, libmaven-javadoc-plugin-java, libjarjar-maven-plugin-java, libasm4-java, junit, default-jdk, default-jdk-doc,
+Standards-Version: 3.9.6
+Homepage: http://code.google.com/p/java-allocation-instrumenter/
+Vcs-Git: git://anonscm.debian.org/pkg-java/java-allocation-instrumenter.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/java-allocation-instrumenter.git
+
+Package: libjava-allocation-instrumenter-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Suggests: libjava-allocation-instrumenter-java-doc, ${maven:OptionalDepends}
+Description: agent to invoke a user-defined function for each memory allocation
+ TODO
+
+Package: libjava-allocation-instrumenter-java-doc
+Architecture: all
+Section: doc
+Depends: ${maven:DocDepends}, ${misc:Depends}
+Suggests: libjava-allocation-instrumenter-java, ${maven:DocOptionalDepends}
+Description: Documentation for libjavaallocation-instrumenter-java
+ TODO
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2f2ab4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: java-allocation-instrumenter
+Source: http://code.google.com/p/java-allocation-instrumenter/
+
+Files: *
+Copyright: 2009 Jeremy Manson
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2014 Tim Potter <tpot at hp.com>
+License: Apache-2.0
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ 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/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/debian/libjava-allocation-instrumenter-java-doc.javadoc b/debian/libjava-allocation-instrumenter-java-doc.javadoc
new file mode 100644
index 0000000..597078e
--- /dev/null
+++ b/debian/libjava-allocation-instrumenter-java-doc.javadoc
@@ -0,0 +1 @@
+target/site/apidocs usr/share/doc/libjava-allocation-instrumenter-java/api
diff --git a/debian/libjava-allocation-instrumenter-java.poms b/debian/libjava-allocation-instrumenter-java.poms
new file mode 100644
index 0000000..64b1188
--- /dev/null
+++ b/debian/libjava-allocation-instrumenter-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 --no-parent --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..e901d78
--- /dev/null
+++ b/debian/maven.ignoreRules
@@ -0,0 +1,3 @@
+
+org.apache.maven.plugins maven-eclipse-plugin * * * *
+org.apache.maven.plugins maven-release-plugin * * * *
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/maven.publishedRules
@@ -0,0 +1 @@
+
diff --git a/debian/maven.rules b/debian/maven.rules
new file mode 100644
index 0000000..b594110
--- /dev/null
+++ b/debian/maven.rules
@@ -0,0 +1,7 @@
+
+com.google.guava guava bundle s/.*/debian/ * *
+com.google.guava guava s/jar/bundle/ s/.*/debian/ * *
+junit junit jar s/3\..*/3.x/ * *
+org.ow2.asm * * s/.*/4.x/ * *
+s/com.google.code.google-collections/com.google.guava/ s/google-collect/guava/ s/jar/bundle/ s/.*/debian/ * *
+s/com.google.collections/com.google.guava/ s/google-collections/guava/ s/jar/bundle/ s/.*/debian/ * *
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..027d7eb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
+
+%:
+ dh $@ --buildsystem=maven --with javahelper
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/java-allocation-instrumenter.git
More information about the pkg-java-commits
mailing list