[pkg-java] r4562 - trunk/libjboss-test-java/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Thu Nov 1 23:44:19 UTC 2007
Author: varun-guest
Date: 2007-11-01 23:44:19 +0000 (Thu, 01 Nov 2007)
New Revision: 4562
Modified:
trunk/libjboss-test-java/debian/control
trunk/libjboss-test-java/debian/copyright
trunk/libjboss-test-java/debian/rules
Log:
* Finish copyright file
* Builds fine now with java-gcj
* Correct Build-Depends
Modified: trunk/libjboss-test-java/debian/control
===================================================================
--- trunk/libjboss-test-java/debian/control 2007-11-01 23:43:36 UTC (rev 4561)
+++ trunk/libjboss-test-java/debian/control 2007-11-01 23:44:19 UTC (rev 4562)
@@ -4,9 +4,8 @@
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: ant-optional, java-gcj-compat-dev,
- libjboss-common-java, libdtdparser-java, glassfish-activation, junit,
- libjboss-profiler-java, liblog4j1.2-java, libxerces2-java
+Build-Depends-Indep: ant-optional, java-gcj-compat-dev, junit,
+ libjboss-common-java, libjboss-profiler-java, liblog4j1.2-java
Standards-Version: 3.7.2
Homepage: http://labs.jboss.com/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-test-java
Modified: trunk/libjboss-test-java/debian/copyright
===================================================================
--- trunk/libjboss-test-java/debian/copyright 2007-11-01 23:43:36 UTC (rev 4561)
+++ trunk/libjboss-test-java/debian/copyright 2007-11-01 23:44:19 UTC (rev 4562)
@@ -1,13 +1,32 @@
This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
Tue, 24 Apr 2007 17:19:10 +0530.
-It was downloaded from http://labs.jboss.com/jbossprofiler/
+It was downloaded from http://labs.jboss.com/
-Upstream Author:
+Upstream Author: JBoss Inc.
-Copyright:
+Copyright: (C) 2005,2006 JBoss Inc., and authors
+Authors:
+ Adrian Brock <adrian at jboss.com>
+ Scott Stark <Scott.Stark at jboss.org>
+ Anders Kristensen
+ Andrew Vajoczki
+ Clebert Suconic
+
License:
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ On Debian systems, full text of the LGPL license can be found at
+ `/usr/share/common-licenses/LGPL'.
+
The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: trunk/libjboss-test-java/debian/rules
===================================================================
--- trunk/libjboss-test-java/debian/rules 2007-11-01 23:43:36 UTC (rev 4561)
+++ trunk/libjboss-test-java/debian/rules 2007-11-01 23:44:19 UTC (rev 4562)
@@ -2,12 +2,11 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
JAVA_HOME := /usr/lib/jvm/java-6-sun
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_BUILDFILE := debian/build.xml
-DEB_JARS := jboss-common dtdparser xercesImpl glassfish-activation junit log4j-1.2 ant-junit jboss-profiler
+DEB_JARS := jboss-common junit log4j-1.2 jboss-profiler ant-junit
install/libjboss-test-java::
install -m 644 -D jboss-test.jar $(DEB_DESTDIR)/usr/share/java/jboss-test-$(DEB_UPSTREAM_VERSION).jar
More information about the pkg-java-commits
mailing list