[pkg-java] r4561 - trunk/libjboss-profiler-java/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Thu Nov 1 23:43:36 UTC 2007
Author: varun-guest
Date: 2007-11-01 23:43:36 +0000 (Thu, 01 Nov 2007)
New Revision: 4561
Added:
trunk/libjboss-profiler-java/debian/orig-tar.exclude
Modified:
trunk/libjboss-profiler-java/debian/changelog
trunk/libjboss-profiler-java/debian/control
trunk/libjboss-profiler-java/debian/copyright
trunk/libjboss-profiler-java/debian/orig-tar.sh
trunk/libjboss-profiler-java/debian/rules
trunk/libjboss-profiler-java/debian/watch
Log:
* Newer version available
* Builds fine with java-gcj -> jboss-test also builds now.
Modified: trunk/libjboss-profiler-java/debian/changelog
===================================================================
--- trunk/libjboss-profiler-java/debian/changelog 2007-11-01 21:40:33 UTC (rev 4560)
+++ trunk/libjboss-profiler-java/debian/changelog 2007-11-01 23:43:36 UTC (rev 4561)
@@ -1,4 +1,4 @@
-libjboss-profiler-java (1.0.RC3-1) unstable; urgency=low
+libjboss-profiler-java (1.0.RC4-1) unstable; urgency=low
* Initial release (Closes: #)
Modified: trunk/libjboss-profiler-java/debian/control
===================================================================
--- trunk/libjboss-profiler-java/debian/control 2007-11-01 21:40:33 UTC (rev 4560)
+++ trunk/libjboss-profiler-java/debian/control 2007-11-01 23:43:36 UTC (rev 4561)
@@ -4,7 +4,7 @@
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, java-gcj-compat-dev
+Build-Depends-Indep: ant, java-gcj-compat-dev, libjboss-common-java, libtrove-java
Standards-Version: 3.7.2
Homepage: http://labs.jboss.com/jbossprofiler/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-profiler-java
Modified: trunk/libjboss-profiler-java/debian/copyright
===================================================================
--- trunk/libjboss-profiler-java/debian/copyright 2007-11-01 21:40:33 UTC (rev 4560)
+++ trunk/libjboss-profiler-java/debian/copyright 2007-11-01 23:43:36 UTC (rev 4561)
@@ -3,11 +3,41 @@
It was downloaded from http://labs.jboss.com/jbossprofiler/
-Upstream Author:
+Upstream Author: JBoss Inc.
-Copyright:
+Copyright:
+ (C) 2005 JBoss Inc., and authors
+ (C) 1990-2000 Info-ZIP. All rights reserved.
+ (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
+ (C) 1995-1998 Jean-loup Gailly (jloup at gzip.org)
+ (C) 1995-2003 Mark Adler
+ (C) 1997,1999 Borland Corporation
+ (C) 1998,1999,2000 by Jacques Nomssi Nzali.
+ (C) 1998-2003 Gilles Vollant
+ (C) 1998 Brian Raiter <breadbox at muppetlabs.com>
+ (C) 1998 by Andreas R. Kleinert
+ (C) 1998 by Bob Dellaca.
+ (C) 2000 Dan Higdon <hdan at kinesoft.com>
+ (C) 2002-2003 Dmitriy Anisimkov
+ (C) 1995-2005 Mark Adler, all rights reserved
+ (C) 2003 by Cosmin Truta.
+ (C) 2003 Chris Anderson <christop at charm.net>
+Authors: 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'.
Added: trunk/libjboss-profiler-java/debian/orig-tar.exclude
===================================================================
--- trunk/libjboss-profiler-java/debian/orig-tar.exclude (rev 0)
+++ trunk/libjboss-profiler-java/debian/orig-tar.exclude 2007-11-01 23:43:36 UTC (rev 4561)
@@ -0,0 +1,9 @@
+*.jar
+*.war
+*.sar
+*.so
+*.o
+*.jnilib
+*.dll
+*/jvmpi/*
+*/jvmti/*
Modified: trunk/libjboss-profiler-java/debian/orig-tar.sh
===================================================================
--- trunk/libjboss-profiler-java/debian/orig-tar.sh 2007-11-01 21:40:33 UTC (rev 4560)
+++ trunk/libjboss-profiler-java/debian/orig-tar.sh 2007-11-01 23:43:36 UTC (rev 4561)
@@ -5,8 +5,9 @@
DIR=libjboss-profiler-java-$2.orig
# clean up the upstream tarball
-unzip $3 -d $DIR
-tar -c -z -f $TAR --exclude '*.jar' $DIR
+unzip $3
+mv jboss-profiler-* $DIR
+tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
rm -rf $3 $DIR
# move to directory 'tarballs'
Modified: trunk/libjboss-profiler-java/debian/rules
===================================================================
--- trunk/libjboss-profiler-java/debian/rules 2007-11-01 21:40:33 UTC (rev 4560)
+++ trunk/libjboss-profiler-java/debian/rules 2007-11-01 23:43:36 UTC (rev 4561)
@@ -6,6 +6,7 @@
JAVA_HOME := /usr/lib/jvm/java-gcj
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_BUILDFILE := debian/build.xml
+DEB_JARS := trove jboss-common
install/libjboss-profiler-java::
install -m 644 -D jboss-profiler.jar $(DEB_DESTDIR)/usr/share/java/jboss-profiler-$(DEB_UPSTREAM_VERSION).jar
Modified: trunk/libjboss-profiler-java/debian/watch
===================================================================
--- trunk/libjboss-profiler-java/debian/watch 2007-11-01 21:40:33 UTC (rev 4560)
+++ trunk/libjboss-profiler-java/debian/watch 2007-11-01 23:43:36 UTC (rev 4561)
@@ -1,2 +1,3 @@
version=3
+opts="uversionmangle=s/CR/RC/,dversionmangle=s/CR/RC/" \
http://labs.jboss.com/jbossprofiler/ .*jboss-profiler-(.*)\.zip debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list