Merge lp:~james-page/ubuntu/oneiric/jcaptcha/827651 into lp:ubuntu/oneiric/jcaptcha

Proposed by James Page
Status: Merged
Merge reported by: Luke Yelavich
Merged at revision: not available
Proposed branch: lp:~james-page/ubuntu/oneiric/jcaptcha/827651
Merge into: lp:ubuntu/oneiric/jcaptcha
Diff against target: 55 lines (+21/-4)
3 files modified
debian/changelog (+15/-0)
debian/control (+4/-2)
debian/libjcaptcha-java.classpath (+2/-2)
To merge this branch: bzr merge lp:~james-page/ubuntu/oneiric/jcaptcha/827651
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+72025@code.launchpad.net

Description of the change

Remove servlet-api-2.5.jar from generated MANIFEST Class-Path as this should always be provided and generated class conflicts when it is.

To post a comment you must log in.
4. By James Page

* Fix FTBFS due to changes in dependency chain causing no fonts to be
  installed:
  - debian/control: added ttf-dejavu-core to Build-Depends-Indep.

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 2011-06-07 13:51:50 +0000
3+++ debian/changelog 2011-09-01 14:05:21 +0000
4@@ -1,3 +1,18 @@
5+jcaptcha (2.0~alpha1-1ubuntu2) oneiric; urgency=low
6+
7+ * Fix FTBFS due to changes in dependency chain causing no fonts to be
8+ installed:
9+ - debian/control: added ttf-dejavu-core to Build-Depends-Indep.
10+
11+ -- James Page <james.page@ubuntu.com> Thu, 01 Sep 2011 14:55:42 +0100
12+
13+jcaptcha (2.0~alpha1-1ubuntu1) oneiric; urgency=low
14+
15+ * debian/libjcaptcha-java.classpath: removed servlet-api-2.5.jar from
16+ classpath as this should always be provided (LP: #827651).
17+
18+ -- James Page <james.page@ubuntu.com> Thu, 18 Aug 2011 10:55:44 +0100
19+
20 jcaptcha (2.0~alpha1-1) unstable; urgency=low
21
22 * Initial release. (Closes: #629529)
23
24=== modified file 'debian/control'
25--- debian/control 2011-06-07 13:51:50 +0000
26+++ debian/control 2011-09-01 14:05:21 +0000
27@@ -1,7 +1,8 @@
28 Source: jcaptcha
29 Section: java
30 Priority: optional
31-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
32+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
33+XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
34 Uploaders: James Page <james.page@canonical.com>
35 Build-Depends:
36 cdbs,
37@@ -19,7 +20,8 @@
38 libmaven-javadoc-plugin-java,
39 libservlet2.5-java,
40 libservlet2.5-java-doc,
41- libslf4j-java
42+ libslf4j-java,
43+ ttf-dejavu-core
44 Standards-Version: 3.9.2
45 Homepage: http://www.jcaptcha.net/
46 Vcs-Git: git://git.debian.org/git/pkg-java/jcaptcha.git
47
48=== modified file 'debian/libjcaptcha-java.classpath'
49--- debian/libjcaptcha-java.classpath 2011-06-07 13:51:50 +0000
50+++ debian/libjcaptcha-java.classpath 2011-09-01 14:05:21 +0000
51@@ -1,2 +1,2 @@
52-usr/share/java/jcaptcha-integration-simple-servlet.jar /usr/share/java/jcaptcha.jar
53-usr/share/java/jcaptcha.jar /usr/share/java/jcaptcha-api.jar /usr/share/java/jhlabs-filters.jar /usr/share/java/commons-collections3.jar /usr/share/java/servlet-api-2.5.jar /usr/share/java/slf4j-api.jar
54+usr/share/java/jcaptcha-integration-simple-servlet.jar jcaptcha.jar
55+usr/share/java/jcaptcha.jar jcaptcha-api.jar jhlabs-filters.jar commons-collections3.jar servlet-api-2.5.jar slf4j-api.jar

Subscribers

People subscribed via source and target branches

to all changes: