Merge lp:~cyphermox/glade/update-to-3.7.1 into lp:~ubuntu-desktop/glade/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merge reported by: Robert Ancell
Merged at revision: not available
Proposed branch: lp:~cyphermox/glade/update-to-3.7.1
Merge into: lp:~ubuntu-desktop/glade/ubuntu
Diff against target: 407 lines (+57/-214)
8 files modified
debian/changelog (+17/-0)
debian/control (+10/-8)
debian/control.in (+9/-7)
debian/patches/02_spinbutton-adjustment.patch (+0/-17)
debian/patches/03_fix-vbox-orientation.patch (+0/-166)
debian/patches/04_do_not_escape_utf8.patch (+0/-15)
debian/patches/90_linking_doc_in_natty.patch (+20/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~cyphermox/glade/update-to-3.7.1
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+42318@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks Mathieu!

I've committed the changes to the ~ubuntu-desktop branch, but it will have to wait until after A1 for uploading as this required gnome-media to be rebuilt (main is frozen at the moment).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-08-30 09:58:06 +0000
+++ debian/changelog 2010-11-30 22:31:42 +0000
@@ -1,3 +1,20 @@
1glade-3 (3.7.1-0ubuntu1) UNRELEASED; urgency=low
2
3 * New upstream release 3.7.1.
4 * debian/patches/02_spinbutton-adjustment.patch: dropped, applied upstream.
5 * debian/patches/03_fix-vbox-orientation.patch: dropped, applied upstream.
6 * debian/patches/04_do_not_escape_utf8.patch: dropped, applied upstream.
7 * debian/control.in: Bump libgtk2.0-dev (Build-)Depends to 2.20.0.
8 * debian/control.in: libgladeui-1-9 becomes libgladeui-1-10 due to SONAME
9 change.
10 * debian/libgladeui-1-10.install: renamed from libgladeui-1-9.install.
11 * debian/rules: update DH_MAKESHLIBS for libgladeui soname change.
12 * debian/patches/90_linking_doc_in_natty.patch: fix linking for doc scanner
13 on Natty.
14 * debian/control: re-applying debian/control.in changes in debian/control.
15
16 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 22 Nov 2010 22:59:51 -0500
17
1glade-3 (3.7.0.is.3.6.7-0ubuntu2) maverick; urgency=low18glade-3 (3.7.0.is.3.6.7-0ubuntu2) maverick; urgency=low
219
3 * debian/patches/04_do_not_escape_utf8.patch:20 * debian/patches/04_do_not_escape_utf8.patch:
421
=== modified file 'debian/control'
--- debian/control 2010-04-01 10:18:56 +0000
+++ debian/control 2010-11-30 22:31:42 +0000
@@ -8,7 +8,7 @@
8Priority: optional8Priority: optional
9Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>9Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
10XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>10XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
11Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Deng Xiyue <manphiz-guest@users.alioth.debian.org>, Josselin Mouette <joss@debian.org>11Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>
12Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glade-3/ubuntu12Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glade-3/ubuntu
13Build-Depends: cdbs (>= 0.4.41),13Build-Depends: cdbs (>= 0.4.41),
14 debhelper (>= 5),14 debhelper (>= 5),
@@ -21,7 +21,7 @@
21 gnome-common (>= 2.8.0),21 gnome-common (>= 2.8.0),
22 gnome-pkg-tools (>= 0.10),22 gnome-pkg-tools (>= 0.10),
23 dpkg-dev (>= 1.13.19),23 dpkg-dev (>= 1.13.19),
24 libgtk2.0-dev (>= 2.14.0),24 libgtk2.0-dev (>= 2.20.0),
25 python-gtk2-dev (>= 2.10.0),25 python-gtk2-dev (>= 2.10.0),
26 python-support (>= 0.3),26 python-support (>= 0.3),
27 gtk-doc-tools (>= 1.9),27 gtk-doc-tools (>= 1.9),
@@ -31,7 +31,7 @@
31Standards-Version: 3.8.131Standards-Version: 3.8.1
32Homepage: http://glade.gnome.org32Homepage: http://glade.gnome.org
3333
34Package: libgladeui-1-934Package: libgladeui-1-10
35Architecture: any35Architecture: any
36Section: libdevel36Section: libdevel
37Depends: ${misc:Depends},37Depends: ${misc:Depends},
@@ -42,14 +42,16 @@
42 libgladeui-1-4,42 libgladeui-1-4,
43 libgladeui-1-5,43 libgladeui-1-5,
44 libgladeui-1-7,44 libgladeui-1-7,
45 libgladeui-1-845 libgladeui-1-8,
46 libgladeui-1-9
46Replaces: libgladeui-1-1,47Replaces: libgladeui-1-1,
47 libgladeui-1-2,48 libgladeui-1-2,
48 libgladeui-1-3,49 libgladeui-1-3,
49 libgladeui-1-4,50 libgladeui-1-4,
50 libgladeui-1-5,51 libgladeui-1-5,
51 libgladeui-1-7,52 libgladeui-1-7,
52 libgladeui-1-853 libgladeui-1-8,
54 libgladeui-1-9
53Description: GTK+ User Interface Build core library55Description: GTK+ User Interface Build core library
54 Glade is a RAD tool to enable quick and easy development of user56 Glade is a RAD tool to enable quick and easy development of user
55 interfaces for the GTK+ 2 toolkit.57 interfaces for the GTK+ 2 toolkit.
@@ -66,8 +68,8 @@
66Architecture: all68Architecture: all
67Section: libdevel69Section: libdevel
68Depends: ${misc:Depends},70Depends: ${misc:Depends},
69 libgladeui-1-9 (>= ${source:Version}),71 libgladeui-1-10 (>= ${source:Version}),
70 libgtk2.0-dev (>= 2.14.0),72 libgtk2.0-dev (>= 2.20.0),
71 libxml2-dev (>= 2.4.0)73 libxml2-dev (>= 2.4.0)
72Description: GTK+ User Interface Build core library (development files)74Description: GTK+ User Interface Build core library (development files)
73 Glade is a RAD tool to enable quick and easy development of user75 Glade is a RAD tool to enable quick and easy development of user
@@ -89,7 +91,7 @@
89Section: devel91Section: devel
90Depends: ${misc:Depends},92Depends: ${misc:Depends},
91 ${shlibs:Depends}93 ${shlibs:Depends}
92Recommends: libgtk2.0-dev (>= 2.14.0),94Recommends: libgtk2.0-dev (>= 2.20.0),
93 python-gtk2-dev (>= 2.10.0),95 python-gtk2-dev (>= 2.10.0),
94 libglade2-dev (>= 1:2.6.0),96 libglade2-dev (>= 1:2.6.0),
95 devhelp97 devhelp
9698
=== modified file 'debian/control.in'
--- debian/control.in 2010-04-01 10:18:56 +0000
+++ debian/control.in 2010-11-30 22:31:42 +0000
@@ -16,7 +16,7 @@
16 gnome-common (>= 2.8.0),16 gnome-common (>= 2.8.0),
17 gnome-pkg-tools (>= 0.10),17 gnome-pkg-tools (>= 0.10),
18 dpkg-dev (>= 1.13.19),18 dpkg-dev (>= 1.13.19),
19 libgtk2.0-dev (>= 2.14.0),19 libgtk2.0-dev (>= 2.20.0),
20 python-gtk2-dev (>= 2.10.0),20 python-gtk2-dev (>= 2.10.0),
21 python-support (>= 0.3),21 python-support (>= 0.3),
22 gtk-doc-tools (>= 1.9),22 gtk-doc-tools (>= 1.9),
@@ -26,7 +26,7 @@
26Standards-Version: 3.8.126Standards-Version: 3.8.1
27Homepage: http://glade.gnome.org27Homepage: http://glade.gnome.org
2828
29Package: libgladeui-1-929Package: libgladeui-1-10
30Architecture: any30Architecture: any
31Section: libdevel31Section: libdevel
32Depends: ${misc:Depends},32Depends: ${misc:Depends},
@@ -37,14 +37,16 @@
37 libgladeui-1-4,37 libgladeui-1-4,
38 libgladeui-1-5,38 libgladeui-1-5,
39 libgladeui-1-7,39 libgladeui-1-7,
40 libgladeui-1-840 libgladeui-1-8,
41 libgladeui-1-9
41Replaces: libgladeui-1-1,42Replaces: libgladeui-1-1,
42 libgladeui-1-2,43 libgladeui-1-2,
43 libgladeui-1-3,44 libgladeui-1-3,
44 libgladeui-1-4,45 libgladeui-1-4,
45 libgladeui-1-5,46 libgladeui-1-5,
46 libgladeui-1-7,47 libgladeui-1-7,
47 libgladeui-1-848 libgladeui-1-8,
49 libgladeui-1-9
48Description: GTK+ User Interface Build core library50Description: GTK+ User Interface Build core library
49 Glade is a RAD tool to enable quick and easy development of user51 Glade is a RAD tool to enable quick and easy development of user
50 interfaces for the GTK+ 2 toolkit.52 interfaces for the GTK+ 2 toolkit.
@@ -61,8 +63,8 @@
61Architecture: all63Architecture: all
62Section: libdevel64Section: libdevel
63Depends: ${misc:Depends},65Depends: ${misc:Depends},
64 libgladeui-1-9 (>= ${source:Version}),66 libgladeui-1-10 (>= ${source:Version}),
65 libgtk2.0-dev (>= 2.14.0),67 libgtk2.0-dev (>= 2.20.0),
66 libxml2-dev (>= 2.4.0)68 libxml2-dev (>= 2.4.0)
67Description: GTK+ User Interface Build core library (development files)69Description: GTK+ User Interface Build core library (development files)
68 Glade is a RAD tool to enable quick and easy development of user70 Glade is a RAD tool to enable quick and easy development of user
@@ -84,7 +86,7 @@
84Section: devel86Section: devel
85Depends: ${misc:Depends},87Depends: ${misc:Depends},
86 ${shlibs:Depends}88 ${shlibs:Depends}
87Recommends: libgtk2.0-dev (>= 2.14.0),89Recommends: libgtk2.0-dev (>= 2.20.0),
88 python-gtk2-dev (>= 2.10.0),90 python-gtk2-dev (>= 2.10.0),
89 libglade2-dev (>= 1:2.6.0),91 libglade2-dev (>= 1:2.6.0),
90 devhelp92 devhelp
9193
=== renamed file 'debian/libgladeui-1-9.install' => 'debian/libgladeui-1-10.install'
=== removed file 'debian/patches/02_spinbutton-adjustment.patch'
--- debian/patches/02_spinbutton-adjustment.patch 2010-04-01 10:18:56 +0000
+++ debian/patches/02_spinbutton-adjustment.patch 1970-01-01 00:00:00 +0000
@@ -1,17 +0,0 @@
1#
2# Description: Set page size to zero for default spinbutton adjustments to avoid warnings
3# Ubuntu: https://bugs.launchpad.net/ubuntu/+source/glade-3/+bug/323228
4# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=557851
5#
6diff -Nur -x '*.orig' -x '*~' glade-3-3.6.3/plugins/gtk+/gtk+.xml.in glade-3-3.6.3.new/plugins/gtk+/gtk+.xml.in
7--- glade-3-3.6.3/plugins/gtk+/gtk+.xml.in 2009-04-23 00:16:31.000000000 +1000
8+++ glade-3-3.6.3.new/plugins/gtk+/gtk+.xml.in 2009-04-28 15:43:53.000000000 +1000
9@@ -1083,7 +1083,7 @@
10 <property id="text" disabled="True"/>
11 <property id="value" disabled="True"/>
12 <property id="can-focus" default="True"/>
13- <property id="adjustment" default="0 0 100 1 10 10"/>
14+ <property id="adjustment" default="0 0 100 1 10 0"/>
15 <property id="update-policy">
16 <displayable-values>
17 <value id="GTK_UPDATE_ALWAYS" _name="Always"/>
180
=== removed file 'debian/patches/03_fix-vbox-orientation.patch'
--- debian/patches/03_fix-vbox-orientation.patch 2010-04-01 10:18:56 +0000
+++ debian/patches/03_fix-vbox-orientation.patch 1970-01-01 00:00:00 +0000
@@ -1,166 +0,0 @@
1From 9db92b2b0c27420924bf95f4796303b83dfd2929 Mon Sep 17 00:00:00 2001
2From: Federico Mena Quintero <federico@novell.com>
3Date: Wed, 24 Mar 2010 14:25:10 -0600
4Subject: [PATCH 1/1] bgo#594231 - Fix vertical orientation of VBoxes and other vertical widgets
5
6We disable the "orientation" property for GtkVBox, GtkHBox, and all
7the other concrete classes with a default orientation. That property
8will remain accessible for GtkBox and the other orientable base
9classes.
10
11Signed-off-by: Federico Mena Quintero <federico@novell.com>
12---
13 plugins/gtk+/gtk+.xml.in | 87 +++++++++++++++++++++++++++++++++++----------
14 1 files changed, 67 insertions(+), 20 deletions(-)
15
16diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
17index d837035..724d488 100644
18--- a/plugins/gtk+/gtk+.xml.in
19+++ b/plugins/gtk+/gtk+.xml.in
20@@ -1308,8 +1308,16 @@ embedded in another object</_tooltip>
21
22 </glade-widget-class>
23
24- <glade-widget-class name="GtkHBox" generic-name="hbox" _title="Horizontal Box"/>
25- <glade-widget-class name="GtkVBox" generic-name="vbox" _title="Vertical Box"/>
26+ <glade-widget-class name="GtkHBox" generic-name="hbox" _title="Horizontal Box">
27+ <properties>
28+ <property id="orientation" disabled="True"/>
29+ </properties>
30+ </glade-widget-class>
31+ <glade-widget-class name="GtkVBox" generic-name="vbox" _title="Vertical Box">
32+ <properties>
33+ <property id="orientation" disabled="True"/>
34+ </properties>
35+ </glade-widget-class>
36
37 <glade-widget-class name="GtkTable" generic-name="table" _title="Table" fixed="True">
38 <post-create-function>glade_gtk_table_post_create</post-create-function>
39@@ -1377,9 +1385,16 @@ embedded in another object</_tooltip>
40 </packing-properties>
41 </glade-widget-class>
42
43- <glade-widget-class name="GtkHPaned" generic-name="hpaned" _title="Horizontal Panes"/>
44-
45- <glade-widget-class name="GtkVPaned" generic-name="vpaned" _title="Vertical Panes"/>
46+ <glade-widget-class name="GtkHPaned" generic-name="hpaned" _title="Horizontal Panes">
47+ <properties>
48+ <property id="orientation" disabled="True"/>
49+ </properties>
50+ </glade-widget-class>
51+ <glade-widget-class name="GtkVPaned" generic-name="vpaned" _title="Vertical Panes">
52+ <properties>
53+ <property id="orientation" disabled="True"/>
54+ </properties>
55+ </glade-widget-class>
56
57 <glade-widget-class name="GtkNotebook" generic-name="notebook" _title="Notebook">
58 <post-create-function>glade_gtk_notebook_post_create</post-create-function>
59@@ -1465,9 +1480,16 @@ embedded in another object</_tooltip>
60 </properties>
61 </glade-widget-class>
62
63- <glade-widget-class name="GtkHScale" generic-name="hscale" _title="Horizontal Scale"/>
64-
65- <glade-widget-class name="GtkVScale" generic-name="vscale" _title="Vertical Scale"/>
66+ <glade-widget-class name="GtkHScale" generic-name="hscale" _title="Horizontal Scale">
67+ <properties>
68+ <property id="orientation" disabled="True"/>
69+ </properties>
70+ </glade-widget-class>
71+ <glade-widget-class name="GtkVScale" generic-name="vscale" _title="Vertical Scale">
72+ <properties>
73+ <property id="orientation" disabled="True"/>
74+ </properties>
75+ </glade-widget-class>
76
77 <glade-widget-class name="GtkCalendar" generic-name="calendar" _title="Calendar">
78 <properties>
79@@ -1497,9 +1519,16 @@ embedded in another object</_tooltip>
80
81 </glade-widget-class>
82
83- <glade-widget-class name="GtkHScrollbar" generic-name="hscrollbar" _title="Horizontal Scrollbar"/>
84-
85- <glade-widget-class name="GtkVScrollbar" generic-name="vscrollbar" _title="Vertical Scrollbar"/>
86+ <glade-widget-class name="GtkHScrollbar" generic-name="hscrollbar" _title="Horizontal Scrollbar">
87+ <properties>
88+ <property id="orientation" disabled="True"/>
89+ </properties>
90+ </glade-widget-class>
91+ <glade-widget-class name="GtkVScrollbar" generic-name="vscrollbar" _title="Vertical Scrollbar">
92+ <properties>
93+ <property id="orientation" disabled="True"/>
94+ </properties>
95+ </glade-widget-class>
96
97 <glade-widget-class name="GtkButtonBox" _title="Button Box">
98 <properties>
99@@ -1516,27 +1545,38 @@ embedded in another object</_tooltip>
100 </properties>
101 </glade-widget-class>
102
103- <glade-widget-class name="GtkHButtonBox" generic-name="hbuttonbox" _title="Horizontal Button Box"/>
104-
105- <glade-widget-class name="GtkVButtonBox" generic-name="vbuttonbox" _title="Vertical Button Box"/>
106+ <glade-widget-class name="GtkHButtonBox" generic-name="hbuttonbox" _title="Horizontal Button Box">
107+ <properties>
108+ <property id="orientation" disabled="True"/>
109+ </properties>
110+ </glade-widget-class>
111+ <glade-widget-class name="GtkVButtonBox" generic-name="vbuttonbox" _title="Vertical Button Box">
112+ <properties>
113+ <property id="orientation" disabled="True"/>
114+ </properties>
115+ </glade-widget-class>
116
117 <glade-widget-class name="GtkHSeparator" generic-name="hseparator" _title="Horizontal Separator">
118-
119+ <properties>
120+ <property id="orientation" disabled="True"/>
121+ </properties>
122 <packing-defaults>
123 <parent-class name="GtkVBox">
124 <child-property id="expand" default="false"/>
125 </parent-class>
126 </packing-defaults>
127-
128 </glade-widget-class>
129-
130 <glade-widget-class name="GtkVSeparator" generic-name="vseparator" _title="Vertical Separator">
131+ <properties>
132+ <property id="orientation" disabled="True"/>
133+ </properties>
134 <packing-defaults>
135 <parent-class name="GtkHBox">
136 <child-property id="expand" default="false"/>
137 </parent-class>
138 </packing-defaults>
139 </glade-widget-class>
140+
141 <glade-widget-class name="GtkStatusbar" generic-name="statusbar" _title="Status Bar">
142 <properties>
143 <property id="size" disabled="True" />
144@@ -1740,9 +1780,16 @@ embedded in another object</_tooltip>
145 </properties>
146 </glade-widget-class>
147
148- <glade-widget-class name="GtkHRuler" generic-name="hruler" _title="Horizontal Ruler"/>
149-
150- <glade-widget-class name="GtkVRuler" generic-name="vruler" _title="Vertical Ruler"/>
151+ <glade-widget-class name="GtkHRuler" generic-name="hruler" _title="Horizontal Ruler">
152+ <properties>
153+ <property id="orientation" disabled="True"/>
154+ </properties>
155+ </glade-widget-class>
156+ <glade-widget-class name="GtkVRuler" generic-name="vruler" _title="Vertical Ruler">
157+ <properties>
158+ <property id="orientation" disabled="True"/>
159+ </properties>
160+ </glade-widget-class>
161
162 <glade-widget-class name="GtkCombo" generic-name="combo" _title="Combo" deprecated="True" libglade-only="True">
163 <post-create-function>glade_gtk_combo_post_create</post-create-function>
164--
1651.6.4.2
166
1670
=== removed file 'debian/patches/04_do_not_escape_utf8.patch'
--- debian/patches/04_do_not_escape_utf8.patch 2010-08-30 09:58:06 +0000
+++ debian/patches/04_do_not_escape_utf8.patch 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1Description: Don't escape utf-8 (no need for that)
2Bug: https://bugzilla.gnome.org/show_bug.cgi?id=596205
3Origin: upstream
4
5--- a/gladeui/glade-xml-utils.c
6+++ a/gladeui/glade-xml-utils.c
7@@ -852,7 +852,7 @@ glade_xml_doc_save (GladeXmlDoc *doc_in, const gchar *full_path)
8 xmlDocPtr doc = (xmlDocPtr) doc_in;
9
10 xmlKeepBlanksDefault (0);
11- return xmlSaveFormatFile (full_path, doc, 1);
12+ return xmlSaveFormatFileEnc (full_path, doc, "UTF-8", 1);
13 }
14
15 void
160
=== added file 'debian/patches/90_linking_doc_in_natty.patch'
--- debian/patches/90_linking_doc_in_natty.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/90_linking_doc_in_natty.patch 2010-11-30 22:31:42 +0000
@@ -0,0 +1,20 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: Fix linking of doc scanner on Natty
3Last-Update: 2010-11-22
4
5The includes from gtk+-2.0 were included in building gladeui-scan.o, but not
6linked against later. Recitify that by also including the linker flags for
7gtk+-2.0 in GTKDOC_LIBS.
8
9diff -Nur -x '*.orig' -x '*~' glade-3-3.7.1//doc/Makefile.in glade-3-3.7.1.new//doc/Makefile.in
10--- glade-3-3.7.1//doc/Makefile.in 2010-05-14 18:02:53.000000000 -0400
11+++ glade-3-3.7.1.new//doc/Makefile.in 2010-11-22 22:21:31.014315241 -0500
12@@ -359,7 +359,7 @@
13 -I$(top_builddir) \
14 `pkg-config --cflags gtk+-2.0`
15
16-GTKDOC_LIBS = ${top_builddir}/gladeui/libgladeui-1.la
17+GTKDOC_LIBS = ${top_builddir}/gladeui/libgladeui-1.la `pkg-config --libs gtk+-2.0`
18 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
19 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
20 @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
021
=== modified file 'debian/rules'
--- debian/rules 2009-06-09 06:42:30 +0000
+++ debian/rules 2010-11-30 22:31:42 +0000
@@ -13,7 +13,7 @@
1313
14SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgladeui-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)14SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgladeui-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
1515
16DEB_DH_MAKESHLIBS_ARGS_libgladeui-1-9 += -V 'libgladeui-1-9 (>= 3.6.1)'16DEB_DH_MAKESHLIBS_ARGS_libgladeui-1-10 += -V 'libgladeui-1-10 (>= 3.7.1)'
17DEB_CONFIGURE_EXTRA_FLAGS += \17DEB_CONFIGURE_EXTRA_FLAGS += \
18 --enable-gtk-doc \18 --enable-gtk-doc \
19 --disable-scrollkeeper19 --disable-scrollkeeper

Subscribers

People subscribed via source and target branches