Merge lp:~james-page/ubuntu/natty/jug/fix-687979 into lp:ubuntu/natty/jug

Proposed by James Page
Status: Merged
Merge reported by: Dave Walker
Merged at revision: not available
Proposed branch: lp:~james-page/ubuntu/natty/jug/fix-687979
Merge into: lp:ubuntu/natty/jug
Diff against target: 68 lines (+16/-5)
5 files modified
debian/changelog (+9/-0)
debian/control (+4/-3)
debian/patches/series (+1/-0)
debian/rules (+1/-2)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~james-page/ubuntu/natty/jug/fix-687979
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Ubuntu branches Pending
Review via email: mp+51638@code.launchpad.net

Description of the change

Fixed issue related to Ubuntu using ant 1.8 (unlike Debian who still use 1.7) causing FTBFS - package is still backwards compatible with ant 1.7 as well.

Tidied up package and moved to source/format: 3.0 (quilt).

I will submit the full patch back to Debian on the existing bug reference.

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-11-25 10:42:07 +0000
3+++ debian/changelog 2011-02-28 21:46:06 +0000
4@@ -1,3 +1,12 @@
5+jug (2.0.0-1ubuntu1) natty; urgency=low
6+
7+ * Updated debian/rules: use ant-nodeps to fix FTBFS (LP: #687979).
8+ * Moved to source/format: 3.0 (quilt) instead of using
9+ simple-patchsys.mk.
10+ * Updated Standards-Version: 3.9.1
11+
12+ -- James Page <james.page@canonical.com> Mon, 28 Feb 2011 21:19:01 +0000
13+
14 jug (2.0.0-1) unstable; urgency=low
15
16 * Intial release. Merge from Ubuntu. (Closes: #557835)
17
18=== modified file 'debian/control'
19--- debian/control 2009-11-25 10:42:07 +0000
20+++ debian/control 2011-02-28 21:46:06 +0000
21@@ -1,11 +1,12 @@
22 Source: jug
23 Section: java
24 Priority: optional
25-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
26+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
27+XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
28 Uploaders: Onkar Shinde <onkarshinde@ubuntu.com>
29 Build-Depends-Indep: default-jdk, liblog4j1.2-java, junit
30-Build-Depends: ant, ant-optional, debhelper (>= 5), cdbs (>= 0.4.5.3)
31-Standards-Version: 3.8.3
32+Build-Depends: ant, ant-optional, debhelper (>= 7), cdbs (>= 0.4.5.3)
33+Standards-Version: 3.9.1
34 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/jug/
35 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/jug/
36 Homepage: http://jug.safehaus.org/
37
38=== added file 'debian/patches/series'
39--- debian/patches/series 1970-01-01 00:00:00 +0000
40+++ debian/patches/series 2011-02-28 21:46:06 +0000
41@@ -0,0 +1,1 @@
42+build-xml.diff
43
44=== modified file 'debian/rules'
45--- debian/rules 2009-11-25 10:42:07 +0000
46+++ debian/rules 2011-02-28 21:46:06 +0000
47@@ -2,13 +2,12 @@
48
49 include /usr/share/cdbs/1/rules/debhelper.mk
50 include /usr/share/cdbs/1/class/ant.mk
51-include /usr/share/cdbs/1/rules/simple-patchsys.mk
52
53 JARNAME := jug-asl
54 JAVA_HOME := /usr/lib/jvm/default-java
55 DEB_ANT_BUILD_TARGET := jar.asl
56 DEB_ANT_CHECK_TARGET := test
57-DEB_JARS := log4j-1.2 ant-trax ant-junit junit
58+DEB_JARS := log4j-1.2 ant-trax ant-nodeps ant-junit junit
59
60 binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java::
61 dh_install build/$(JARNAME)-$(DEB_UPSTREAM_VERSION).jar usr/share/java
62
63=== added directory 'debian/source'
64=== added file 'debian/source/format'
65--- debian/source/format 1970-01-01 00:00:00 +0000
66+++ debian/source/format 2011-02-28 21:46:06 +0000
67@@ -0,0 +1,1 @@
68+3.0 (quilt)

Subscribers

People subscribed via source and target branches

to all changes: