[SCM] objenesis - Java library to instantiate a new object of a particular class branch, master, updated. debian/1.2+full-1-1-g3c80b29
Ludovic Claude
ludovic.claude at laposte.net
Fri Apr 6 23:05:41 UTC 2012
The following commit has been merged in the master branch:
commit 3c80b2945368c41309a5b4365a39f813c403a86d
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Sat Apr 7 00:49:48 2012 +0200
* Apply patch from Moritz Mühlenhoff <muehlenhoff at univention.de>
to install objenesis jar in /usr/share/java (Closes: #667000)
* d/libobjenensis-java.poms: ignore tck module
diff --git a/debian/changelog b/debian/changelog
index b0fb144..aa7c69b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+objenesis (1.2+full-2) UNRELEASED; urgency=low
+
+ * Team upload
+ * Apply patch from Moritz Mühlenhoff <muehlenhoff at univention.de>
+ to install objenesis jar in /usr/share/java (Closes: #667000)
+ * d/libobjenensis-java.poms: ignore tck module
+ * d/copyright: update to spec 1.0, fix Source to indicate correct location
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Sat, 07 Apr 2012 00:43:35 +0200
+
objenesis (1.2+full-1) unstable; urgency=low
* Team upload
diff --git a/debian/copyright b/debian/copyright
index 376266e..14f5ac3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,15 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Objenesis - Java library to instantiate a new object of a particular class
-Maintainer: Objenesis Team <http://groups.google.com/group/objenesis-dev>
-Source: http://svn.codehaus.org/jmock/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Objenesis - Java library to instantiate a new object of a particular class
+Upstream-Contact: Objenesis Team <http://groups.google.com/group/objenesis-dev>
+Source: http://objenesis.googlecode.com/svn/
Copyright: 2006-2009 Joe Walnes, Henri Tremblay, Leonardo Mesquita
License: ASL-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache Software License version 2.0 in '/usr/share/common-licenses/Apache-2.0'
-Files: org/objenesis/instantiator/jrockit/JRockitLegacyInstantiator.java,
- org/objenesis/instantiator/jrockit/JRockit131Instantiator.java
+Files: org/objenesis/instantiator/jrockit/JRockitLegacyInstantiator.java
+ org/objenesis/instantiator/jrockit/JRockit131Instantiator.java
Copyright: 2006, BEA Systems, inc.
License: ASL-2.0
On Debian GNU/Linux system you can find the complete text of the
diff --git a/debian/libobjenesis-java.poms b/debian/libobjenesis-java.poms
index 37e90a8..fd2b086 100644
--- a/debian/libobjenesis-java.poms
+++ b/debian/libobjenesis-java.poms
@@ -24,4 +24,5 @@
# temporarily for certain artifacts such as Javadoc jars.
#
pom.xml --has-package-version
-main/pom.xml --has-package-version
+main/pom.xml --has-package-version --java-lib
+tck/pom.xml --ignore
--
objenesis - Java library to instantiate a new object of a particular class
More information about the pkg-java-commits
mailing list