--- libjboss-profiler-java-1.0.CR4.orig/debian/README.Debian-source +++ libjboss-profiler-java-1.0.CR4/debian/README.Debian-source @@ -0,0 +1,13 @@ +libjboss-profiler-java +====================== + +The upstream supplied source package contains binary jar files. +Currently no clean source distribution exists. Therefore, the upstream +sources were modified to comply with the Debian Free Software +Guidelines. + +Use the rules/get-orig-source target to create the orig.tar.gz. +For more details on repackaging of upstream sources please see the +debian/orig-tar.sh file. + + -- Varun Hiremath , Fri, 2 Nov 2007 01:00:19 +0530 --- libjboss-profiler-java-1.0.CR4.orig/debian/watch +++ libjboss-profiler-java-1.0.CR4/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/RC/CR/" \ +http://labs.jboss.com/jbossprofiler/ .*jboss-profiler-(.*)\.zip debian debian/orig-tar.sh --- libjboss-profiler-java-1.0.CR4.orig/debian/rules +++ libjboss-profiler-java-1.0.CR4/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +JAVA_HOME := /usr/lib/jvm/default-java +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 + dh_link /usr/share/java/jboss-profiler-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jboss-profiler.jar + +get-orig-source: + -uscan --upstream-version 0 --- libjboss-profiler-java-1.0.CR4.orig/debian/copyright +++ libjboss-profiler-java-1.0.CR4/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Varun Hiremath on +Tue, 24 Apr 2007 17:19:10 +0530. + +It was downloaded from http://labs.jboss.com/jbossprofiler/ + +Upstream Author: JBoss Inc. + +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@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 + (C) 1998 by Andreas R. Kleinert + (C) 1998 by Bob Dellaca. + (C) 2000 Dan Higdon + (C) 2002-2003 Dmitriy Anisimkov + (C) 1995-2005 Mark Adler, all rights reserved + (C) 2003 by Cosmin Truta. + (C) 2003 Chris Anderson + +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 and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libjboss-profiler-java-1.0.CR4.orig/debian/orig-tar.sh +++ libjboss-profiler-java-1.0.CR4/debian/orig-tar.sh @@ -0,0 +1,18 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' +TAR=libjboss-profiler-java_$2.orig.tar.gz +DIR=libjboss-profiler-java-$2.orig + +# clean up the upstream tarball +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' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi --- libjboss-profiler-java-1.0.CR4.orig/debian/changelog +++ libjboss-profiler-java-1.0.CR4/debian/changelog @@ -0,0 +1,15 @@ +libjboss-profiler-java (1.0.CR4-2) unstable; urgency=low + + * Update my email address + * Bump Standards-Version to 3.8.4 + * Change Section to java + * Switch to default-jdk + * Switch to source format 3.0 + + -- Varun Hiremath Sat, 10 Apr 2010 19:08:57 -0400 + +libjboss-profiler-java (1.0.CR4-1) unstable; urgency=low + + * Initial release (Closes: #448989) + + -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 --- libjboss-profiler-java-1.0.CR4.orig/debian/build.xml +++ libjboss-profiler-java-1.0.CR4/debian/build.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + --- libjboss-profiler-java-1.0.CR4.orig/debian/ant.properties +++ libjboss-profiler-java-1.0.CR4/debian/ant.properties @@ -0,0 +1,5 @@ +project.name=jboss-profiler +class.dir=class +jvmpi-source.dir=jvmpi-src/java-src +jvmti-source.dir=jvmti-src/java-src +jar.name=jboss-profiler.jar --- libjboss-profiler-java-1.0.CR4.orig/debian/control +++ libjboss-profiler-java-1.0.CR4/debian/control @@ -0,0 +1,20 @@ +Source: libjboss-profiler-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Varun Hiremath , Torsten Werner +Build-Depends: cdbs, debhelper (>= 7) +Build-Depends-Indep: ant, default-jdk, libjboss-common-java, libtrove-java +Standards-Version: 3.8.4 +Homepage: http://labs.jboss.com/jbossprofiler/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-profiler-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-profiler-java + +Package: libjboss-profiler-java +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime-headless +Description: JBoss Profiler + JBoss Profiler is a log based profiler using JVMPI and JVMTI. It uses + an agent written in C that captures events from the JVM and logs to + disk. A web application running on JBoss or another machine can be + used to analyze these logs through a web browser. --- libjboss-profiler-java-1.0.CR4.orig/debian/orig-tar.exclude +++ libjboss-profiler-java-1.0.CR4/debian/orig-tar.exclude @@ -0,0 +1,10 @@ +*.jar +*.pdf +*.war +*.sar +*.so +*.o +*.jnilib +*.dll +*/jvmpi/* +*/jvmpi-src/src/zlib* --- libjboss-profiler-java-1.0.CR4.orig/debian/compat +++ libjboss-profiler-java-1.0.CR4/debian/compat @@ -0,0 +1 @@ +7 --- libjboss-profiler-java-1.0.CR4.orig/debian/README.Debian +++ libjboss-profiler-java-1.0.CR4/debian/README.Debian @@ -0,0 +1,4 @@ +The native (JNI) part of the jboss-profiler is not included in the +package. Please submit a bugreport if you really need that part. + +Torsten Werner -- Fri Nov 2 11:39:43 CET 2007