Merge lp:~logan/ubuntu/raring/rbbr/0.6.0-6 into lp:ubuntu/raring/rbbr

Proposed by Logan Rosen
Status: Merged
Merged at revision: 7
Proposed branch: lp:~logan/ubuntu/raring/rbbr/0.6.0-6
Merge into: lp:ubuntu/raring/rbbr
Diff against target: 61 lines (+23/-3)
3 files modified
debian/changelog (+18/-0)
debian/control (+2/-2)
debian/rules (+3/-1)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/rbbr/0.6.0-6
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+143015@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
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-11-29 18:52:01 +0000
3+++ debian/changelog 2013-01-12 04:28:21 +0000
4@@ -1,3 +1,21 @@
5+rbbr (0.6.0-6ubuntu1) raring; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - Depends on ri, instead of recommends.
9+
10+ -- Logan Rosen <logatronico@gmail.com> Fri, 11 Jan 2013 19:24:57 -0500
11+
12+rbbr (0.6.0-6) unstable; urgency=low
13+
14+ * QA upload.
15+ * Build-depend on ruby1.8 rather than ruby (closes: #679799, #681217).
16+ * Allow build-dependency to be satisfied by ruby-gettext (>= 2.2.1-1)
17+ rather than libruby-gettext-util.
18+ * Add ${misc:Depends}.
19+ * Add build-arch and build-indep targets.
20+
21+ -- Colin Watson <cjwatson@debian.org> Tue, 08 Jan 2013 11:51:58 +0000
22+
23 rbbr (0.6.0-5ubuntu1) raring; urgency=low
24
25 * Merge from Debian unstable. Remaining changes:
26
27=== modified file 'debian/control'
28--- debian/control 2012-11-29 18:52:01 +0000
29+++ debian/control 2013-01-12 04:28:21 +0000
30@@ -1,6 +1,6 @@
31 Source: rbbr
32 Build-Depends: debhelper (>= 4)
33-Build-Depends-Indep: ruby, docbook-to-man, libgettext-ruby-util, ruby-gettext
34+Build-Depends-Indep: ruby1.8, docbook-to-man, ruby-gettext, ruby-gettext (>= 2.2.1-1) | libruby-gettext-util
35 Section: devel
36 Priority: extra
37 Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
38@@ -9,7 +9,7 @@
39
40 Package: rbbr
41 Architecture: all
42-Depends: ruby1.8, libgettext-ruby1.8 (>= 0.5.2), libgtk2-ruby (>= 0.9.1), ri
43+Depends: ${misc:Depends}, ruby1.8, libgettext-ruby1.8 (>= 0.5.2), libgtk2-ruby (>= 0.9.1), ri
44 Description: a browser for Ruby classes and documentation
45 Rbbr is an application for browsing Ruby's hierarchy of classes and modules
46 and viewing their constants, methods and documentation.
47
48=== modified file 'debian/rules'
49--- debian/rules 2006-04-03 10:57:30 +0000
50+++ debian/rules 2013-01-12 04:28:21 +0000
51@@ -17,7 +17,9 @@
52 ruby install.rb setup
53 touch build-stamp
54
55-build: build-stamp
56+build build-indep: build-stamp
57+
58+build-arch:
59
60 debian/rbbr.1: debian/rbbr.xml
61 docbook-to-man $< > $@

Subscribers

People subscribed via source and target branches

to all changes: