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
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-29 18:52:01 +0000
+++ debian/changelog 2013-01-12 04:28:21 +0000
@@ -1,3 +1,21 @@
1rbbr (0.6.0-6ubuntu1) raring; urgency=low
2
3 * Merge from Debian unstable. Remaining changes:
4 - Depends on ri, instead of recommends.
5
6 -- Logan Rosen <logatronico@gmail.com> Fri, 11 Jan 2013 19:24:57 -0500
7
8rbbr (0.6.0-6) unstable; urgency=low
9
10 * QA upload.
11 * Build-depend on ruby1.8 rather than ruby (closes: #679799, #681217).
12 * Allow build-dependency to be satisfied by ruby-gettext (>= 2.2.1-1)
13 rather than libruby-gettext-util.
14 * Add ${misc:Depends}.
15 * Add build-arch and build-indep targets.
16
17 -- Colin Watson <cjwatson@debian.org> Tue, 08 Jan 2013 11:51:58 +0000
18
1rbbr (0.6.0-5ubuntu1) raring; urgency=low19rbbr (0.6.0-5ubuntu1) raring; urgency=low
220
3 * Merge from Debian unstable. Remaining changes:21 * Merge from Debian unstable. Remaining changes:
422
=== modified file 'debian/control'
--- debian/control 2012-11-29 18:52:01 +0000
+++ debian/control 2013-01-12 04:28:21 +0000
@@ -1,6 +1,6 @@
1Source: rbbr1Source: rbbr
2Build-Depends: debhelper (>= 4)2Build-Depends: debhelper (>= 4)
3Build-Depends-Indep: ruby, docbook-to-man, libgettext-ruby-util, ruby-gettext3Build-Depends-Indep: ruby1.8, docbook-to-man, ruby-gettext, ruby-gettext (>= 2.2.1-1) | libruby-gettext-util
4Section: devel4Section: devel
5Priority: extra5Priority: extra
6Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>6Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
@@ -9,7 +9,7 @@
99
10Package: rbbr10Package: rbbr
11Architecture: all11Architecture: all
12Depends: ruby1.8, libgettext-ruby1.8 (>= 0.5.2), libgtk2-ruby (>= 0.9.1), ri12Depends: ${misc:Depends}, ruby1.8, libgettext-ruby1.8 (>= 0.5.2), libgtk2-ruby (>= 0.9.1), ri
13Description: a browser for Ruby classes and documentation13Description: a browser for Ruby classes and documentation
14 Rbbr is an application for browsing Ruby's hierarchy of classes and modules14 Rbbr is an application for browsing Ruby's hierarchy of classes and modules
15 and viewing their constants, methods and documentation.15 and viewing their constants, methods and documentation.
1616
=== modified file 'debian/rules'
--- debian/rules 2006-04-03 10:57:30 +0000
+++ debian/rules 2013-01-12 04:28:21 +0000
@@ -17,7 +17,9 @@
17 ruby install.rb setup17 ruby install.rb setup
18 touch build-stamp18 touch build-stamp
1919
20build: build-stamp20build build-indep: build-stamp
21
22build-arch:
2123
22debian/rbbr.1: debian/rbbr.xml24debian/rbbr.1: debian/rbbr.xml
23 docbook-to-man $< > $@25 docbook-to-man $< > $@

Subscribers

People subscribed via source and target branches

to all changes: