Merge lp:~bkerensa/ubuntu/quantal/balloontip/fix-for-control into lp:ubuntu/quantal/balloontip

Proposed by Benjamin Kerensa
Status: Merged
Merge reported by: Didier Roche-Tolomelli
Merged at revision: not available
Proposed branch: lp:~bkerensa/ubuntu/quantal/balloontip/fix-for-control
Merge into: lp:ubuntu/quantal/balloontip
Diff against target: 37 lines (+10/-3)
2 files modified
debian/changelog (+7/-0)
debian/control (+3/-3)
To merge this branch: bzr merge lp:~bkerensa/ubuntu/quantal/balloontip/fix-for-control
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Ubuntu branches Pending
Review via email: mp+124844@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Usually if you update the standards-version you make it clear that you reviewed /usr/share/doc/debian-policy/upgrading-checklist.txt.gz and made all necessary changes. Did you do that?

review: Needs Information
Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

I did not and since freeze has passed I will likely need to re-target this for R.

Revision history for this message
Daniel Holbach (dholbach) wrote :

No, not really. We can still get this in. I'll just revert the Standards-Version update.

Revision history for this message
Daniel Holbach (dholbach) wrote :

Uploaded. Should be sitting in the review queue now.

review: Approve
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Marked as merged as in quantal now.

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 2008-11-12 20:06:17 +0000
3+++ debian/changelog 2012-09-18 06:24:18 +0000
4@@ -1,3 +1,10 @@
5+balloontip (2008.11.14-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/control: added ${misc:Depends} depends
8+ * debian/control: bumped standards
9+
10+ -- Benjamin Kerensa <bkerensa@ubuntu.com> Mon, 17 Sep 2012 23:20:56 -0700
11+
12 balloontip (2008.11.14-0ubuntu1) jaunty; urgency=low
13
14 * Initial release (LP: #297325).
15
16=== modified file 'debian/control'
17--- debian/control 2008-11-12 20:06:17 +0000
18+++ debian/control 2012-09-18 06:24:18 +0000
19@@ -1,15 +1,15 @@
20 Source: balloontip
21 Section: net
22 Priority: optional
23-Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25 XSBC-Original-Maintainer: Stefan Handschuh <info@shandschuh.de>
26 Build-Depends: debhelper (>= 5), default-jdk, ant, cdbs
27-Standards-Version: 3.8.0
28+Standards-Version: 3.9.3
29 Homepage: https://balloontip.dev.java.net/
30
31 Package: libballoontip-java
32 Architecture: all
33-Depends: default-jre | java5-runtime | java6-runtime
34+Depends:${misc:Depends}, default-jre | java5-runtime | java6-runtime
35 Description: Balloon Tips for Java
36 Provides balloon-tips for use in Java Swing applications to be laid over any
37 kind of swing-component such as JButton.

Subscribers

People subscribed via source and target branches