Merge lp:~james-page/ubuntu/oneiric/tomcat-maven-plugin/ftbfs into lp:ubuntu/oneiric/tomcat-maven-plugin

Proposed by James Page
Status: Merged
Merged at revision: 4
Proposed branch: lp:~james-page/ubuntu/oneiric/tomcat-maven-plugin/ftbfs
Merge into: lp:ubuntu/oneiric/tomcat-maven-plugin
Diff against target: 38 lines (+12/-1)
2 files modified
debian/changelog (+8/-0)
debian/control (+4/-1)
To merge this branch: bzr merge lp:~james-page/ubuntu/oneiric/tomcat-maven-plugin/ftbfs
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Needs Information
Ubuntu branches Pending
Review via email: mp+75151@code.launchpad.net

Description of the change

Updates to resolve two FTBFS issues.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Hum, is there anything I'm missing?

The following packages have unmet dependencies:
 pbuilder-satisfydepends-dummy : Depends: debhelper (>= 7.0.50~) but it is not going to be installed
                                 Depends: openjdk-6-jdk but it is not going to be installed or
                                          default-jdk but it is not going to be installed
                                 Depends: maven-debian-helper but it is not going to be installed
                                 Depends: maven-repo-helper but it is not going to be installed
                                 Depends: libplexus-component-metadata-java but it is not going to be installed
                                 Depends: tomcat6-common but it is not going to be installed
                                 Depends: libmaven-plugin-tools-java (>= 2.8) but it is not going to be installed
                                 Depends: libecj-java (> 3.5.1-2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

review: Needs Information
Revision history for this message
James Page (james-page) wrote :

Daniel - this is pending upload of https://code.launchpad.net/~james-page/ubuntu/oneiric/ecj/maven-artifacts/+merge/75128 which will put the right version of libecj-java in place to support the build.

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

The ecj merge has been uploaded.

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 2010-11-28 08:31:15 +0000
3+++ debian/changelog 2011-09-13 10:45:26 +0000
4@@ -1,3 +1,11 @@
5+tomcat-maven-plugin (1.1-1ubuntu1) oneiric; urgency=low
6+
7+ * Fix FTBFS (LP: #835769):
8+ - d/control: Add Build-Depends on libmaven-plugin-tools-java (>= 2.8)
9+ - d/control: Add Build-Depends-Indep on libecj-java (>> 3.5.1-2.1).
10+
11+ -- James Page <james.page@ubuntu.com> Tue, 13 Sep 2011 09:19:34 +0100
12+
13 tomcat-maven-plugin (1.1-1) unstable; urgency=low
14
15 * New upstream version
16
17=== modified file 'debian/control'
18--- debian/control 2010-09-11 17:41:20 +0000
19+++ debian/control 2011-09-13 10:45:26 +0000
20@@ -1,7 +1,8 @@
21 Source: tomcat-maven-plugin
22 Section: java
23 Priority: extra
24-Maintainer: David Paleino <dapal@debian.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: David Paleino <dapal@debian.org>
27 Build-Depends:
28 debhelper (>= 7.0.50~)
29 , openjdk-6-jdk | default-jdk
30@@ -10,6 +11,8 @@
31 Build-Depends-Indep:
32 libplexus-component-metadata-java
33 , tomcat6-common
34+ , libmaven-plugin-tools-java (>= 2.8)
35+ , libecj-java (>> 3.5.1-2.1)
36 Standards-Version: 3.9.1
37 Homepage: http://mojo.codehaus.org/tomcat-maven-plugin
38 Vcs-Git: git://git.debian.org/collab-maint/tomcat-maven-plugin.git

Subscribers

People subscribed via source and target branches

to all changes: