Package: libcodemodel-java Version: 2.1-1 Severity: normal Tags: patch Dear Maintainer, please consider updating... New versions seem to be mostly bugfixes, but having a much older version in debian makes it harder to package projects using codemodel. Upgrade seems mostly straightforward, there are some trivial URL changes, but there's a new dependency: istack-commons. It is a utility library [1], which currently is not packaged for debian. I'll create a RFP shortly.
[1] http://istack-commons.java.net/ -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (101, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libcodemodel-java depends on: ii ant 1.8.2-4 ii junit 3.8.2-8 libcodemodel-java recommends no packages. libcodemodel-java suggests no packages. -- no debconf information
diff --git debian/maven.rules debian/maven.rules index 5a05d95..7a18cf5 100644 --- debian/maven.rules +++ debian/maven.rules @@ -16,5 +16,5 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/4\..*/4.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * diff --git pom.xml pom.xml index a3896cd..d443b55 100644 --- pom.xml +++ pom.xml @@ -49,11 +49,6 @@ <url>http://codemodel.java.net/</url> <version>2.6</version> <packaging>pom</packaging> - <parent> - <groupId>net.java</groupId> - <artifactId>jvnet-parent</artifactId> - <version>1</version> - </parent> <modules> <module>codemodel</module> <module>codemodel-annotation-compiler</module>