[pkg-java] r3815 - in trunk/tijmp/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed Jul 11 19:14:36 UTC 2007


Author: mkoch
Date: 2007-07-11 19:14:36 +0000 (Wed, 11 Jul 2007)
New Revision: 3815

Added:
   trunk/tijmp/debian/changelog
   trunk/tijmp/debian/compat
   trunk/tijmp/debian/control
   trunk/tijmp/debian/copyright
   trunk/tijmp/debian/docs
   trunk/tijmp/debian/patches/
   trunk/tijmp/debian/patches/tijmp-jarlookup.patch
   trunk/tijmp/debian/rules
   trunk/tijmp/debian/tijmp.dirs
   trunk/tijmp/debian/watch
Modified:
   trunk/tijmp/debian/
Log:
tijmp (0.3-1) unstable; urgency=low

  * Initial release (Closes: #432108)

 -- Michael Koch <konqueror at gmx.de>  Wed, 11 Jul 2007 08:21:08 +0200




Property changes on: trunk/tijmp/debian
___________________________________________________________________
Name: svn:ignore
   + files
tijmp
stamp-*
*.debhelper
*.substvars


Added: trunk/tijmp/debian/changelog
===================================================================
--- trunk/tijmp/debian/changelog	                        (rev 0)
+++ trunk/tijmp/debian/changelog	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,6 @@
+tijmp (0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #432108)
+
+ -- Michael Koch <konqueror at gmx.de>  Wed, 11 Jul 2007 08:21:08 +0200
+

Added: trunk/tijmp/debian/compat
===================================================================
--- trunk/tijmp/debian/compat	                        (rev 0)
+++ trunk/tijmp/debian/compat	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1 @@
+5

Added: trunk/tijmp/debian/control
===================================================================
--- trunk/tijmp/debian/control	                        (rev 0)
+++ trunk/tijmp/debian/control	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,20 @@
+Source: tijmp
+Section: contrib/devel
+Priority: extra
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Koch <konqueror at gmx.de>
+Build-Depends: cdbs, debhelper (>= 5), sun-java6-jdk
+Standards-Version: 3.7.2
+
+Package: tijmp
+Architecture: any
+Section: contrib/devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Profiler for Java to trace object and method timings
+ TIJMP is a memory profiler for Java 6 or later. It is similar to the jmp memory
+ profiler, but unlike it, works with Java 6 (using JVMTI).
+ .
+ It is written to be fast and have small memory footprint. The user
+ interface uses swing.
+ .
+  Homepage: http://www.khelekore.org/jmp/tijmp/

Added: trunk/tijmp/debian/copyright
===================================================================
--- trunk/tijmp/debian/copyright	                        (rev 0)
+++ trunk/tijmp/debian/copyright	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,32 @@
+This package was debianized by Michael Koch <konqueror at gmx.de> on
+Sun, 08 Jul 2007 10:42:22 +0200.
+
+It was downloaded from http://www.khelekore.org/jmp/tijmp/
+
+Upstream Author:
+
+    Robert Olofsson <robo at khelekore.org>
+
+Copyright: 
+
+    Copyright (C) 2007 Robert Olofsson
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
+The Debian packaging is (C) 2007, Michael Koch <konqueror at gmx.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/tijmp/debian/docs
===================================================================
--- trunk/tijmp/debian/docs	                        (rev 0)
+++ trunk/tijmp/debian/docs	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO


Property changes on: trunk/tijmp/debian/patches
___________________________________________________________________
Name: svn:ignore
   + *.log


Added: trunk/tijmp/debian/patches/tijmp-jarlookup.patch
===================================================================
--- trunk/tijmp/debian/patches/tijmp-jarlookup.patch	                        (rev 0)
+++ trunk/tijmp/debian/patches/tijmp-jarlookup.patch	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,15 @@
+--- src/tijmp.c.orig	2007-07-08 18:19:27.000000000 +0200
++++ src/tijmp.c	2007-07-08 18:25:10.000000000 +0200
+@@ -42,6 +42,12 @@
+ 	return 0;
+     }
+ 
++    /* Check standard FHS location. */
++    /* if (stat ("/usr/share/java/tijmp.jar", NULL) == 0) {
++        (*jvmti)->AddToSystemClassLoaderSearch (jvmti, "/usr/share/java/tijmp.jar");
++        return 0;
++    } */
++
+     /* I am not sure if java.library.path is set on windows, but 
+      * for now we use that
+      */

Added: trunk/tijmp/debian/rules
===================================================================
--- trunk/tijmp/debian/rules	                        (rev 0)
+++ trunk/tijmp/debian/rules	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_CONFIGURE_SCRIPT_ENV += JAVA_HOME="/usr/lib/jvm/java-6-sun"
+
+install/tijmp::
+	mv debian/tijmp/usr/share/java/tijmp.jar debian/tijmp/usr/share/java/tijmp-$(DEB_UPSTREAM_VERSION).jar
+	dh_link -p tijmp /usr/share/java/tijmp-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/tijmp.jar
+	rm debian/tijmp/usr/share/doc/tijmp/ChangeLog


Property changes on: trunk/tijmp/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/tijmp/debian/tijmp.dirs
===================================================================
--- trunk/tijmp/debian/tijmp.dirs	                        (rev 0)
+++ trunk/tijmp/debian/tijmp.dirs	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/tijmp/debian/watch
===================================================================
--- trunk/tijmp/debian/watch	                        (rev 0)
+++ trunk/tijmp/debian/watch	2007-07-11 19:14:36 UTC (rev 3815)
@@ -0,0 +1,2 @@
+version=3
+http://www.khelekore.org/jmp/tijmp/ tijmp-(.*).tar.gz




More information about the pkg-java-commits mailing list