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

Michael Koch mkoch at alioth.debian.org
Sat Sep 19 06:07:29 UTC 2009


Author: mkoch
Date: 2009-09-19 06:07:26 +0000 (Sat, 19 Sep 2009)
New Revision: 10483

Removed:
   trunk/tijmp/debian/patches/tijmp-java6-javac.patch
Modified:
   trunk/tijmp/debian/changelog
   trunk/tijmp/debian/compat
   trunk/tijmp/debian/control
   trunk/tijmp/debian/copyright
Log:
tijmp (0.8-1) unstable; urgency=low

  * New upstream release.
  * Removed debian/patches/tijmp-java6-javac.patch as we don't
    need to generate JNI header files anymore and javac should'nt
    matter.
  * Build-Depends on debhelper >= 7.
  * Removed duplicated Section entry.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Sat, 19 Sep 2009 07:47:11 +0200



Modified: trunk/tijmp/debian/changelog
===================================================================
--- trunk/tijmp/debian/changelog	2009-09-18 20:27:25 UTC (rev 10482)
+++ trunk/tijmp/debian/changelog	2009-09-19 06:07:26 UTC (rev 10483)
@@ -1,3 +1,15 @@
+tijmp (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed debian/patches/tijmp-java6-javac.patch as we don't
+    need to generate JNI header files anymore and javac should'nt
+    matter.
+  * Build-Depends on debhelper >= 7.
+  * Removed duplicated Section entry.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Sat, 19 Sep 2009 07:47:11 +0200
+
 tijmp (0.6-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/tijmp/debian/compat
===================================================================
--- trunk/tijmp/debian/compat	2009-09-18 20:27:25 UTC (rev 10482)
+++ trunk/tijmp/debian/compat	2009-09-19 06:07:26 UTC (rev 10483)
@@ -1 +1 @@
-5
+7

Modified: trunk/tijmp/debian/control
===================================================================
--- trunk/tijmp/debian/control	2009-09-18 20:27:25 UTC (rev 10482)
+++ trunk/tijmp/debian/control	2009-09-19 06:07:26 UTC (rev 10483)
@@ -3,15 +3,14 @@
 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.8.0
+Build-Depends: cdbs, debhelper (>= 7), sun-java6-jdk
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tijmp
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tijmp
 Homepage: http://www.khelekore.org/jmp/tijmp/
 
 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

Modified: trunk/tijmp/debian/copyright
===================================================================
--- trunk/tijmp/debian/copyright	2009-09-18 20:27:25 UTC (rev 10482)
+++ trunk/tijmp/debian/copyright	2009-09-19 06:07:26 UTC (rev 10483)
@@ -3,14 +3,10 @@
 
 It was downloaded from http://www.khelekore.org/jmp/tijmp/
 
-Upstream Author:
+Upstream Author: Robert Olofsson <robo at khelekore.org>
 
-    Robert Olofsson <robo at khelekore.org>
+Copyright: (c) 2007 Robert Olofsson
 
-Copyright: 
-
-    Copyright (C) 2007 Robert Olofsson
-
 License:
 
     This program is free software; you can redistribute it and/or modify

Deleted: trunk/tijmp/debian/patches/tijmp-java6-javac.patch
===================================================================
--- trunk/tijmp/debian/patches/tijmp-java6-javac.patch	2009-09-18 20:27:25 UTC (rev 10482)
+++ trunk/tijmp/debian/patches/tijmp-java6-javac.patch	2009-09-19 06:07:26 UTC (rev 10483)
@@ -1,13 +0,0 @@
---- src/Makefile.in.orig	2008-01-05 23:38:39.000000000 +0100
-+++ src/Makefile.in	2008-01-05 23:39:08.000000000 +0100
-@@ -191,8 +191,8 @@
- target_vendor = @target_vendor@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--JAVAC = javac
--JAVAH = javah
-+JAVAC = /usr/lib/jvm/java-6-sun/bin/javac
-+JAVAH = /usr/lib/jvm/java-6-sun/bin/javah
- BUILT_SOURCES = tijmp_TIJMPController.h
- DISTCLEANFILES = tijmp_TIJMPController.h
- lib_LTLIBRARIES = libtijmp.la




More information about the pkg-java-commits mailing list