Merge lp:~gnomemm/pangomm/ubuntu into lp:~ubuntu-desktop/pangomm/ubuntu

Proposed by Krzysztof Klimonda
Status: Merged
Approved by: Michael Vogt
Approved revision: 17
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~gnomemm/pangomm/ubuntu
Merge into: lp:~ubuntu-desktop/pangomm/ubuntu
Diff against target: 93 lines (+26/-6)
5 files modified
debian/changelog (+16/-0)
debian/control (+4/-2)
debian/control.in (+4/-2)
debian/rules (+1/-1)
debian/watch (+1/-1)
To merge this branch: bzr merge lp:~gnomemm/pangomm/ubuntu
Reviewer Review Type Date Requested Status
Michael Vogt Approve
Review via email: mp+54785@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Krzysztof Klimonda (kklimonda) wrote :

It requires mm-common to be promoted to main, MIR request has status "Fix Commited" (bug 736236), so I assume now we have to upload something that depends on mm-common so it is pulled.

Revision history for this message
Michael Vogt (mvo) wrote :

Looks fine, thanks for the update!

review: Approve
Revision history for this message
Murray Cumming (murrayc) wrote :

I (upstream) just released pangomm-2.28.1, which removes the need for mm-common during the tarball build, so you shouldn't need to promote mm-common to main.

If that works for you then I'll do the same for atkmm, gtkmm, and others.

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks Murray! I removed the b-d to mm-common again and updated the version.

It appears the tarball is not (yet?) on http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.28/ I will wait a little bit with the test-build.

Revision history for this message
Michael Vogt (mvo) wrote :

Here we go, tarball arrived :)

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-12-20 06:32:35 +0000
3+++ debian/changelog 2011-03-24 21:13:31 +0000
4@@ -1,3 +1,19 @@
5+pangomm (2.28.0-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release. (LP: #742058)
8+ * debian/control.in:
9+ - add mm-common (>=0.9.3) to build dependencies.
10+
11+ -- Krzysztof Klimonda <kklimonda@ubuntu.com> Thu, 24 Mar 2011 21:59:26 +0100
12+
13+pangomm (2.27.1-0ubuntu1) natty; urgency=low
14+
15+ * New upstream release. (LP: #718412)
16+ * debian/rules:
17+ - bump SHVER for new API additions
18+
19+ -- Krzysztof Klimonda <kklimonda@ubuntu.com> Sun, 13 Feb 2011 22:50:14 +0100
20+
21 pangomm (2.26.3-0ubuntu1) natty; urgency=low
22
23 * New upstream release
24
25=== modified file 'debian/control'
26--- debian/control 2010-12-20 06:32:35 +0000
27+++ debian/control 2011-03-24 21:13:31 +0000
28@@ -6,7 +6,8 @@
29 Source: pangomm
30 Section: libs
31 Priority: optional
32-Maintainer: Michael Casadevall <sonicmctails@gmail.com>
33+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
34+XSBC-Original-Maintainer: Michael Casadevall <sonicmctails@gmail.com>
35 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Deng Xiyue <manphiz-guest@users.alioth.debian.org>, Sebastian Dröge <slomo@debian.org>
36 DM-Upload-Allowed: yes
37 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pangomm/ubuntu
38@@ -16,7 +17,8 @@
39 gnome-pkg-tools (>= 0.11),
40 libcairomm-1.0-dev (>= 1.2.2),
41 libglibmm-2.4-dev (>= 2.22.1-2),
42- libpango1.0-dev (>= 1.23.0)
43+ libpango1.0-dev (>= 1.23.0),
44+ mm-common (>= 0.9.3)
45 Standards-Version: 3.9.1
46 Homepage: http://gtkmm.org
47
48
49=== modified file 'debian/control.in'
50--- debian/control.in 2010-12-20 06:32:35 +0000
51+++ debian/control.in 2011-03-24 21:13:31 +0000
52@@ -1,7 +1,8 @@
53 Source: pangomm
54 Section: libs
55 Priority: optional
56-Maintainer: Michael Casadevall <sonicmctails@gmail.com>
57+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
58+XSBC-Original-Maintainer: Michael Casadevall <sonicmctails@gmail.com>
59 Uploaders: @GNOME_TEAM@
60 DM-Upload-Allowed: yes
61 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pangomm/ubuntu
62@@ -11,7 +12,8 @@
63 gnome-pkg-tools (>= 0.11),
64 libcairomm-1.0-dev (>= 1.2.2),
65 libglibmm-2.4-dev (>= 2.22.1-2),
66- libpango1.0-dev (>= 1.23.0)
67+ libpango1.0-dev (>= 1.23.0),
68+ mm-common (>= 0.9.3)
69 Standards-Version: 3.9.1
70 Homepage: http://gtkmm.org
71
72
73=== modified file 'debian/rules'
74--- debian/rules 2010-12-20 06:25:58 +0000
75+++ debian/rules 2011-03-24 21:13:31 +0000
76@@ -10,7 +10,7 @@
77
78 SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libpangomm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
79 DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libpangomm-[[:digit:]\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
80-SHVER := 2.26.0
81+SHVER := 2.27.1
82
83 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
84
85
86=== modified file 'debian/watch'
87--- debian/watch 2010-12-20 06:25:58 +0000
88+++ debian/watch 2011-03-24 21:13:31 +0000
89@@ -1,3 +1,3 @@
90 version=3
91-http://download.gnome.org/sources/pangomm/([\d\.]+)[24680]/ \
92+http://download.gnome.org/sources/pangomm/([\d\.]+)/ \
93 pangomm-([\d\.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches