This is an automated email from the git hooks/post-receive script. zero123-guest pushed a commit to branch modify-rules in repository jline2.
commit ce420a1277d50c278a9a0484f353c8dc9885a7b4 Author: Eugenio Cano-Manuel <[email protected]> Date: Mon Aug 19 11:04:11 2013 +1000 Use javahelper to include the manifest file --- debian/libjline2-java.manifest | 20 ++++++++++++++++++++ debian/rules | 1 + 2 files changed, 21 insertions(+) diff --git a/debian/libjline2-java.manifest b/debian/libjline2-java.manifest new file mode 100644 index 0000000..f60ecc6 --- /dev/null +++ b/debian/libjline2-java.manifest @@ -0,0 +1,20 @@ +Manifest-Version: 1.0 +Export-Package: jline;uses:="org.fusesource.jansi";version="2.12.0.SNA + PSHOT",jline.console;uses:="org.fusesource.jansi,jline,jline.console. + completer,jline.console.history";version="2.12.0.SNAPSHOT",jline.cons + ole.completer;uses:="jline.console";version="2.12.0.SNAPSHOT",jline.c + onsole.history;version="2.12.0.SNAPSHOT",org.fusesource.jansi;version + ="1.11" +Tool: Bnd-0.0.357 +Bundle-Name: JLine +Created-By: 1.7.0_21 (Oracle Corporation) +DynamicImport-Package: * +Bundle-Version: 2.12.0.SNAPSHOT +Bnd-LastModified: 1376871540492 +Bundle-ManifestVersion: 2 +Bundle-Description: Sonatype helps open source projects to set up Mave + n repositories on https://oss.sonatype.org/ +Bundle-License: http://www.opensource.org/licenses/bsd-license.php +Import-Package: javax.swing;resolution:=optional +Bundle-SymbolicName: jline + diff --git a/debian/rules b/debian/rules index b76c54a..5f485a4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk +include /usr/share/cdbs/1/class/javahelper.mk JAVA_HOME := /usr/lib/jvm/default-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jline2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

