Merge lp:~ari-tczew/ubuntu/maverick/junitperf/lp-521390 into lp:ubuntu/maverick/junitperf

Proposed by Artur Rona
Status: Merged
Merged at revision: 6
Proposed branch: lp:~ari-tczew/ubuntu/maverick/junitperf/lp-521390
Merge into: lp:ubuntu/maverick/junitperf
Diff against target: 104 lines (+49/-7)
6 files modified
debian/changelog (+34/-0)
debian/compat (+1/-1)
debian/control (+11/-5)
debian/rules (+0/-1)
debian/source/format (+1/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~ari-tczew/ubuntu/maverick/junitperf/lp-521390
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+24866@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2009-09-02 14:37:01 +0000
+++ debian/changelog 2010-05-06 20:39:26 +0000
@@ -1,3 +1,37 @@
1junitperf (1.9.1-7ubuntu1) maverick; urgency=low
2
3 * Merge from Debian testing, remaining changes: (LP: #521390)
4 - debian/ant.properties: Force java2 code generation
5
6 -- Artur Rona <ari-tczew@tlen.pl> Thu, 06 May 2010 21:40:02 +0200
7
8junitperf (1.9.1-7) unstable; urgency=low
9
10 * Corrected Depends to default-jre-headless instead of the
11 nonexistent default-java-headless.
12
13 -- Niels Thykier <niels@thykier.net> Tue, 01 Dec 2009 15:08:44 +0100
14
15junitperf (1.9.1-6) unstable; urgency=low
16
17 [ Kumar Appaiah ]
18 * Add a watch file.
19
20 [ Niels Thykier ]
21 * Added missing ${misc:Depends}.
22 * Changed Depends to -headless versions of java.
23 - Also added more java alternatives.
24 * Stopped using cdbs's simple-patch system - it was not used.
25 * Switched to default-jdk from java-gcj-compat.
26 * Bumped debhelper compat to 7.
27 * Bumped Standards-Version to 3.8.3.
28 - Changed section to java.
29 - Added Homepage and Vcs-* fields.
30 * Added myself to uploaders.
31 * Converted to 3.0 (quilt) source.
32
33 -- Niels Thykier <niels@thykier.net> Sat, 21 Nov 2009 12:51:16 +0100
34
1junitperf (1.9.1-5ubuntu1) karmic; urgency=low35junitperf (1.9.1-5ubuntu1) karmic; urgency=low
236
3 * debian/control, debian/rules: Build with default-jdk37 * debian/control, debian/rules: Build with default-jdk
438
=== modified file 'debian/compat'
--- debian/compat 2009-09-02 14:37:01 +0000
+++ debian/compat 2010-05-06 20:39:26 +0000
@@ -1,1 +1,1 @@
1517
22
=== modified file 'debian/control'
--- debian/control 2009-09-02 14:37:01 +0000
+++ debian/control 2010-05-06 20:39:26 +0000
@@ -3,14 +3,20 @@
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>5XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
6Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>6Uploaders: Arnaud Vandyck <avdyk@debian.org>, Wolfgang Baer <WBaer@gmx.de>,
7Build-Depends: debhelper (>= 5), cdbs, ant7 Niels Thykier <niels@thykier.net>
8Build-Depends-Indep: junit (>= 3.7-4), default-jdk, ant-optional8Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
9Standards-Version: 3.7.29Build-Depends-Indep: junit (>= 3.7-4), ant-optional
10Standards-Version: 3.8.3
11Homepage: http://www.clarkware.com/software/JUnitPerf.html
12Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/junitperf
13Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/junitperf
1014
11Package: libjunitperf-java15Package: libjunitperf-java
12Architecture: all16Architecture: all
13Depends: default-jre-headless | java2-runtime-headless, junit, ${misc:Depends}17Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless |
18 java5-runtime-headless | java6-runtime-headless,
19 junit, ${misc:Depends}
14Suggests: libjunitperf-java-doc20Suggests: libjunitperf-java-doc
15Description: JUnit extensions for performance and scalability testing21Description: JUnit extensions for performance and scalability testing
16 JUnitPerf is a collection of JUnit test decorators used to measure the 22 JUnitPerf is a collection of JUnit test decorators used to measure the
1723
=== modified file 'debian/rules'
--- debian/rules 2009-09-02 14:37:01 +0000
+++ debian/rules 2010-05-06 20:39:26 +0000
@@ -5,7 +5,6 @@
55
6include /usr/share/cdbs/1/rules/debhelper.mk6include /usr/share/cdbs/1/rules/debhelper.mk
7include /usr/share/cdbs/1/class/ant.mk7include /usr/share/cdbs/1/class/ant.mk
8include /usr/share/cdbs/1/rules/simple-patchsys.mk
98
10JAVA_HOME := /usr/lib/jvm/default-java9JAVA_HOME := /usr/lib/jvm/default-java
11ANT_HOME := /usr/share/ant10ANT_HOME := /usr/share/ant
1211
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2010-05-06 20:39:26 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)
02
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2010-05-06 20:39:26 +0000
@@ -0,0 +1,2 @@
1version=3
2http://clarkware.com/software/JUnitPerf.html http://www.clarkware.com/software/junitperf-([\d\.]+).zip debian uupdate

Subscribers

People subscribed via source and target branches

to all changes: