On Dienstag, 3. April 2012 12:06:38 Moritz Muehlenhoff wrote:
> Package: objenesis
> Version: 1.2+full-1
> Severity: serious
> 
> 
> Diffing the file lists between the version in the archive and the
> rebuilt version shows that these files are missing after the rebuild:
> 
> /usr/share/java/objenesis-1.2.jar
> /usr/share/java/objenesis.jar

Attached patch fixes this, I'd appreciate some review from someone with more 
Java packaging foo, though.

Cheers,
        Moritz
-- 
Moritz Mühlenhoff                         muehlenh...@univention.de
Open Source Software Engineer
Univention GmbH  Linux for Your Business     fon: +49 421 22 232- 0
Mary-Somerville-Str.1  28359 Bremen          fax: +49 421 22 232-99
http://www.univention.de
UCS Bug #26186
Debian Bug #667000

diff -aur objenesis-1.2+full.orig/debian/libobjenesis-java.poms objenesis-1.2+full/debian/libobjenesis-java.poms
--- objenesis-1.2+full.orig/debian/libobjenesis-java.poms	2011-09-18 22:00:33.000000000 +0200
+++ objenesis-1.2+full/debian/libobjenesis-java.poms	2012-03-19 19:07:36.000000000 +0100
@@ -23,5 +23,6 @@
 #   --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
 #     temporarily for certain artifacts such as Javadoc jars.
 #
-pom.xml --has-package-version
-main/pom.xml --has-package-version
+pom.xml --has-package-version --java-lib
+main/pom.xml --has-package-version --java-lib
+

Reply via email to