Merge lp:~cyphermox/xchat-gnome/update-to-0.26.2+git into lp:~ubuntu-desktop/xchat-gnome/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 10
Proposed branch: lp:~cyphermox/xchat-gnome/update-to-0.26.2+git
Merge into: lp:~ubuntu-desktop/xchat-gnome/ubuntu
Diff against target: 369 lines (+84/-178)
11 files modified
debian/changelog (+29/-0)
debian/control (+3/-3)
debian/control.in (+3/-3)
debian/patches/10_obey_nick_suffix.patch (+0/-20)
debian/patches/11_topic_return.patch (+0/-10)
debian/patches/21_add_gui_info_ptr.patch (+0/-25)
debian/patches/50_serverlist_update.patch (+0/-34)
debian/patches/51_freenode_default_port_8001.patch (+31/-0)
debian/patches/98_autoconf.patch (+0/-83)
debian/patches/98_ice_depends_for_eggsmclient.patch (+17/-0)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/xchat-gnome/update-to-0.26.2+git
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Didier Roche-Tolomelli Needs Fixing
Review via email: mp+43283@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Hey Mathieu, thanks for your nice work there :)

Some little fixes to take into consideration:

* NOCONFIGURE=1 ./autogen.sh; \
-> you will need automake and such in the builder chroot in that case. I would suggest using dh_autoreconf (and build-dep on dh-autoreconf then) rather.

* debian/control:
-> all changes aren't listed/explained

review: Needs Fixing
23. By Mathieu Trudel-Lapierre

Further explain changes in debian/control. Thanks Didier Roche for the review
and hints for this.

24. By Mathieu Trudel-Lapierre

Revise autogen/autoreconf use to properly handle reconfiguration due to using
a git snaphost (which aren't configured yet) and due to the changes we make
through patches to the build process:

debian/rules: run dh_autoreconf to take into account build process changes
for the various patches (and also because a snapshot from git is not
configured yet).

Thanks didrocks for review and advice.

25. By Mathieu Trudel-Lapierre

debian/control: add Build-Depends on dh-autoreconf for added dh_autoreconf.

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

> Hey Mathieu, thanks for your nice work there :)
>
> Some little fixes to take into consideration:
>
Hey Didier, thanks for the input.

> * NOCONFIGURE=1 ./autogen.sh; \
> -> you will need automake and such in the builder chroot in that case. I
> would suggest using dh_autoreconf (and build-dep on dh-autoreconf then)
> rather.
Thanks, done.

>
> * debian/control:
> -> all changes aren't listed/explained
I'll assume you meant more "explained", than listed, because I don't see a change I didn't mention. However, I added some more details about the "why" the changes were made.

26. By Mathieu Trudel-Lapierre

Update control.in as well with Build-Depends changes:
debian/control{,.in}: Drop Build-Depends on libgnome, libgnomeui, since they
are no longer required by configure.

27. By Mathieu Trudel-Lapierre

Also update control.in:
debian/control{,.in}: Add Build-Depends on libsm-dev >= 1.0.0, new
dependency introduced in 0.26.2.

28. By Mathieu Trudel-Lapierre

Again, also update control.in:
debian/control{,.in}: add Build-Depends on dh-autoreconf for the added call
to dh_autoreconf.

29. By Mathieu Trudel-Lapierre

Update control.in (I swear, this will get into my brain soon :)
debian/control{,.in}: change libnotify build-depends to libnotify4-dev
(>= 0.7.0) so that the notify-osd plugin will build properly (the
NOTIFY_CHECK_VERSION macro isn't available otherwise).

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Looks good. Note I changed the version from 0.26.2+git to 0.26.1+git as the git version is still marked as 0.26.1.

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-07-26 14:30:43 +0000
+++ debian/changelog 2010-12-13 21:37:17 +0000
@@ -1,3 +1,32 @@
1xchat-gnome (1:0.26.2+git20101206.557c940-0ubuntu1) UNRELEASED; urgency=low
2
3 * New upstream snapshot from Git: 2010-12-06, rev 557c940.
4 * debian/control{,.in}: Drop Build-Depends on libgnome, libgnomeui, since they
5 are no longer required by configure.
6 * debian/control{,.in}: Add Build-Depends on libsm-dev >= 1.0.0, new
7 dependency introduced in 0.26.2.
8 * debian/patches/10_obey_nick_suffix.patch: dropped, applied upstream.
9 * debian/patches/11_topic_return.patch: dropped, applied upstream.
10 * debian/patches/21_add_gui_info_ptr.patch: dropped, applied upstream.
11 * debian/patches/50_serverlist_update.patch: dropped, applied upstream. The
12 freenode port changes are split to 51_freenode_default_port_8001.patch.
13 * debian/patches/51_freenode_default_port_8001.patch: avoid connecting to
14 ports in the 6660-6669 range for Freenode to workaround an old DCC exploit.
15 * debian/patches/98_autoconf.patch: dropped. It doesn't apply to building
16 from git.
17 * debian/rules: run dh_autoreconf to take into account build process changes
18 for the various patches (and also because a snapshot from git is not
19 configured yet).
20 * debian/control{,.in}: add Build-Depends on dh-autoreconf for the added call
21 to dh_autoreconf.
22 * debian/control{,.in}: change libnotify build-depends to libnotify4-dev
23 (>= 0.7.0) so that the notify-osd plugin will build properly (the
24 NOTIFY_CHECK_VERSION macro isn't available otherwise).
25 * debian/patches/98_ice_depends_for_eggsmclient.patch: add missing ice
26 dependency for the egg_smclient parts, which will allow linking to succeed.
27
28 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 13 Dec 2010 14:59:33 -0500
29
1xchat-gnome (1:0.26.1-1ubuntu3) maverick; urgency=low30xchat-gnome (1:0.26.1-1ubuntu3) maverick; urgency=low
231
3 * Update description (LP: #596022)32 * Update description (LP: #596022)
433
=== modified file 'debian/control'
--- debian/control 2010-07-26 14:30:43 +0000
+++ debian/control 2010-12-13 21:37:17 +0000
@@ -6,11 +6,12 @@
6Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xchat-gnome/ubuntu6Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xchat-gnome/ubuntu
7Uploaders: @GNOME_TEAM@7Uploaders: @GNOME_TEAM@
8Build-Depends: debhelper (>= 5.0.0),8Build-Depends: debhelper (>= 5.0.0),
9 dh-autoreconf,
9 gnome-pkg-tools,10 gnome-pkg-tools,
10 autotools-dev,11 autotools-dev,
11 cdbs (>= 0.4.41),12 cdbs (>= 0.4.41),
12 libgtk2.0-dev (>= 2.14.0),13 libgtk2.0-dev (>= 2.14.0),
13 libgnomeui-dev (>= 2.16.0),14 libsm-dev (>= 1.0.0),
14 libglade2-dev (>= 2.3.2),15 libglade2-dev (>= 2.3.2),
15 libgconf2-dev (>= 2.8.0),16 libgconf2-dev (>= 2.8.0),
16 libxft-dev,17 libxft-dev,
@@ -21,13 +22,12 @@
21 libdbus-glib-1-dev (>= 0.60),22 libdbus-glib-1-dev (>= 0.60),
22 libtool,23 libtool,
23 libgnutls-dev,24 libgnutls-dev,
24 libnotify-dev (>= 0.3.2),25 libnotify4-dev (>= 0.7.0),
25 libsexy-dev (>= 0.1.11),26 libsexy-dev (>= 0.1.11),
26 gnome-doc-utils,27 gnome-doc-utils,
27 libssl-dev,28 libssl-dev,
28 dpkg-dev (>= 1.13.19),29 dpkg-dev (>= 1.13.19),
29 libglib2.0-dev (>= 2.18.0),30 libglib2.0-dev (>= 2.18.0),
30 libgnome2-dev (>= 2.16.0),
31 liblaunchpad-integration-dev (>= 0.1.17),31 liblaunchpad-integration-dev (>= 0.1.17),
32 libcanberra-gtk-dev (>= 0.3)32 libcanberra-gtk-dev (>= 0.3)
33Standards-Version: 3.8.033Standards-Version: 3.8.0
3434
=== modified file 'debian/control.in'
--- debian/control.in 2010-07-26 14:30:43 +0000
+++ debian/control.in 2010-12-13 21:37:17 +0000
@@ -6,12 +6,13 @@
6Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xchat-gnome/ubuntu6Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/xchat-gnome/ubuntu
7Uploaders: @GNOME_TEAM@7Uploaders: @GNOME_TEAM@
8Build-Depends: debhelper (>= 5.0.0),8Build-Depends: debhelper (>= 5.0.0),
9 dh-autoreconf,
9 gnome-pkg-tools,10 gnome-pkg-tools,
10 autotools-dev,11 autotools-dev,
11 cdbs (>= 0.4.41),12 cdbs (>= 0.4.41),
12 libcanberra-gtk-dev (>= 0.3),13 libcanberra-gtk-dev (>= 0.3),
13 libgtk2.0-dev (>= 2.14.0),14 libgtk2.0-dev (>= 2.14.0),
14 libgnomeui-dev (>= 2.16.0),15 libsm-dev (>= 1.0.0),
15 libglade2-dev (>= 2.3.2),16 libglade2-dev (>= 2.3.2),
16 libgconf2-dev (>= 2.8.0),17 libgconf2-dev (>= 2.8.0),
17 libxft-dev,18 libxft-dev,
@@ -22,13 +23,12 @@
22 libdbus-glib-1-dev (>= 0.60),23 libdbus-glib-1-dev (>= 0.60),
23 libtool,24 libtool,
24 libgnutls-dev,25 libgnutls-dev,
25 libnotify-dev (>= 0.3.2),26 libnotify4-dev (>= 0.7.0),
26 libsexy-dev (>= 0.1.11),27 libsexy-dev (>= 0.1.11),
27 gnome-doc-utils,28 gnome-doc-utils,
28 libssl-dev,29 libssl-dev,
29 dpkg-dev (>= 1.13.19),30 dpkg-dev (>= 1.13.19),
30 libglib2.0-dev (>= 2.18.0),31 libglib2.0-dev (>= 2.18.0),
31 libgnome2-dev (>= 2.16.0),
32 liblaunchpad-integration-dev (>= 0.1.17)32 liblaunchpad-integration-dev (>= 0.1.17)
33Standards-Version: 3.8.133Standards-Version: 3.8.1
3434
3535
=== removed file 'debian/patches/10_obey_nick_suffix.patch'
--- debian/patches/10_obey_nick_suffix.patch 2009-06-15 11:30:47 +0000
+++ debian/patches/10_obey_nick_suffix.patch 1970-01-01 00:00:00 +0000
@@ -1,20 +0,0 @@
1--- src/fe-gnome/text-entry.c.orig 2009-06-13 11:24:05.451097417 +0200
2+++ src/fe-gnome/text-entry.c 2009-06-13 14:01:09.839088698 +0200
3@@ -563,7 +563,7 @@
4 g_free (p);
5 pos = g_utf8_strlen ((char *) options->data, -1) + start;
6 } else {
7- npt = g_strdup_printf ("%s: ", (char *) options->data);
8+ npt = g_strdup_printf ("%s%c ", (char *) options->data, prefs.nick_suffix[0]);
9 pos = g_utf8_strlen ((char *) options->data, -1) + 2;
10 }
11 } else {
12@@ -577,7 +577,7 @@
13 g_free (p);
14 pos = g_utf8_strlen ((char *) options->data, -1) + start;
15 } else {
16- npt = g_strdup_printf ("%s: %s", (char *) options->data, at_cursor);
17+ npt = g_strdup_printf ("%s%c %s", (char *) options->data, prefs.nick_suffix[0], at_cursor);
18 pos = g_utf8_strlen ((char *) options->data, -1) + 2;
19 }
20 }
210
=== removed file 'debian/patches/11_topic_return.patch'
--- debian/patches/11_topic_return.patch 2009-06-15 11:30:47 +0000
+++ debian/patches/11_topic_return.patch 1970-01-01 00:00:00 +0000
@@ -1,10 +0,0 @@
1--- src/fe-gnome/topic-label.c.orig 2009-06-13 13:11:20.943589693 +0200
2+++ src/fe-gnome/topic-label.c 2009-06-13 13:13:42.527593315 +0200
3@@ -315,6 +315,7 @@
4 topic_entry_activate (GtkTextBuffer *textbuffer, GtkTextIter *arg1, gchar *text, gint len, GtkDialog *dialog)
5 {
6 if (strncmp (text, "\n", len) == 0) {
7+ g_signal_stop_emission_by_name (G_OBJECT (textbuffer), "insert-text");
8 gtk_dialog_response (dialog, GTK_RESPONSE_OK);
9 }
10 }
110
=== removed file 'debian/patches/21_add_gui_info_ptr.patch'
--- debian/patches/21_add_gui_info_ptr.patch 2010-01-06 03:24:38 +0000
+++ debian/patches/21_add_gui_info_ptr.patch 1970-01-01 00:00:00 +0000
@@ -1,25 +0,0 @@
1#
2# Description: Implement win_ptr in xchat_get_info
3# Ubuntu: https://bugs.launchpad.net/ubuntu/+source/xchat-gnome/+bug/503665
4# Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=606176
5#
6
7diff --git a/src/fe-gnome/fe-gnome.c b/src/fe-gnome/fe-gnome.c
8index fd32bd9..beadab0 100644
9--- a/src/fe-gnome/fe-gnome.c
10+++ b/src/fe-gnome/fe-gnome.c
11@@ -773,8 +773,12 @@ fe_gui_info (session * sess, int info_type)
12 void *
13 fe_gui_info_ptr (session *sess, int info_type)
14 {
15- return NULL;
16- /* FIXME implement? */
17+ switch (info_type)
18+ {
19+ case 0: /* native window pointer (for plugins) */
20+ return GTK_WINDOW (gui.main_window);
21+ }
22+ return NULL;
23 }
24
25 void
260
=== removed file 'debian/patches/50_serverlist_update.patch'
--- debian/patches/50_serverlist_update.patch 2009-04-13 10:24:16 +0000
+++ debian/patches/50_serverlist_update.patch 1970-01-01 00:00:00 +0000
@@ -1,34 +0,0 @@
1Modify default port for irc.freenode.com to 8001 to prevent dcc exploit.
2Fix Oz.net servers list wrongly referring to OzNet (LP: #146434).
3
4diff -Nur xchat-gnome-0.18/src/common/servlist.c xchat-gnome-0.18.new/src/common/servlist.c
5--- a/src/common/servlist.c 2007-06-13 02:03:18.000000000 +0200
6+++ b/src/common/servlist.c 2008-02-14 13:00:03.000000000 +0100
7@@ -207,7 +207,7 @@
8 {0, "irc.vendetta.com"},
9
10 {"FreeNode", 0},
11- {0, "irc.freenode.net"},
12+ {0, "irc.freenode.net/8001"},
13
14 /* {"Freeworld", 0},
15 {0, "kabel.freeworld.nu"},
16@@ -337,8 +337,15 @@
17 {"OtherNet", 0},
18 {0, "irc.othernet.org"},
19
20- {"OzNet", 0},
21- {0, "irc.oz.org"},
22+ {"Oz.org", 0},
23+ {0, "irc.oz.org"},
24+ {0, "germany.oz.org"},
25+ {0, "sandiego.oz.org"},
26+ {0, "us.oz.org"},
27+ {0, "au.oz.org"},
28+ {0, "rockhampton.oz.org"},
29+ {0, "wollongong.oz.org"},
30+ {0, "waix.oz.org"},
31
32 {"PTlink", 0},
33 {0, "irc.PTlink.net"},
34
350
=== added file 'debian/patches/51_freenode_default_port_8001.patch'
--- debian/patches/51_freenode_default_port_8001.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/51_freenode_default_port_8001.patch 2010-12-13 21:37:17 +0000
@@ -0,0 +1,31 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: Drop ports 666x for FreeNode to workaround a possible DCC exploit.
3
4Since ports 800x are available for connections to FreeNode, this avoids
5exposing users an old vulnerability on some routers where a malformed DCC SEND
6command sent to a client would cause them to get disconnected. Such routers
7usually try to check what goes on on common IRC ports (6660-6669), so just
8staying clear from this range is a little safer.
9
10This is an old patch ported so that it still works, but given the
11CVEs are from back in 2006, it's likely it could be dropped without
12problems.
13
14For reference, the CVEs at play were CVE-2006-1067 [1] and
15CVE-2006-1068 [2].
16
17 [1] - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1067
18 [2] - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1068
19
20--- a/src/common/servlist.c 2010-12-09 11:40:03.000000000 -0500
21+++ b/src/common/servlist.c 2010-12-09 11:40:25.500695002 -0500
22@@ -207,9 +207,6 @@
23 {0, "irc.vendetta.com"},
24
25 {"FreeNode", 0},
26- {0, "irc.freenode.net/6665"},
27- {0, "irc.freenode.net/6666"},
28- {0, "irc.freenode.net/6667"},
29 {0, "irc.freenode.net/8000"},
30 {0, "irc.freenode.net/8001"},
31 {0, "irc.freenode.net/8002"},
032
=== removed file 'debian/patches/98_autoconf.patch'
--- debian/patches/98_autoconf.patch 2009-04-13 10:48:16 +0000
+++ debian/patches/98_autoconf.patch 1970-01-01 00:00:00 +0000
@@ -1,83 +0,0 @@
1diff -Nur -x '*.orig' -x '*~' xchat-gnome-0.26.1/configure xchat-gnome-0.26.1.new/configure
2--- xchat-gnome-0.26.1/configure 2009-04-12 19:48:10.000000000 +0200
3+++ xchat-gnome-0.26.1.new/configure 2009-04-13 12:32:37.000000000 +0200
4@@ -13818,6 +13818,7 @@
5 glib-2.0 >= \$GLIB_REQUIRED \\
6 gio-2.0 >= \$GLIB_REQUIRED \\
7 gtk+-2.0 >= \$GTK_REQUIRED \\
8+ launchpad-integration \\
9 libglade-2.0 >= \$LIBGLADE_REQUIRED \\
10 libgnome-2.0 >= \$LIBGNOME_REQUIRED \\
11 libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED \\
12@@ -13828,6 +13829,7 @@
13 glib-2.0 >= $GLIB_REQUIRED \
14 gio-2.0 >= $GLIB_REQUIRED \
15 gtk+-2.0 >= $GTK_REQUIRED \
16+ launchpad-integration \
17 libglade-2.0 >= $LIBGLADE_REQUIRED \
18 libgnome-2.0 >= $LIBGNOME_REQUIRED \
19 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
20@@ -13841,6 +13843,7 @@
21 glib-2.0 >= $GLIB_REQUIRED \
22 gio-2.0 >= $GLIB_REQUIRED \
23 gtk+-2.0 >= $GTK_REQUIRED \
24+ launchpad-integration \
25 libglade-2.0 >= $LIBGLADE_REQUIRED \
26 libgnome-2.0 >= $LIBGNOME_REQUIRED \
27 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
28@@ -13863,6 +13866,7 @@
29 glib-2.0 >= \$GLIB_REQUIRED \\
30 gio-2.0 >= \$GLIB_REQUIRED \\
31 gtk+-2.0 >= \$GTK_REQUIRED \\
32+ launchpad-integration \\
33 libglade-2.0 >= \$LIBGLADE_REQUIRED \\
34 libgnome-2.0 >= \$LIBGNOME_REQUIRED \\
35 libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED \\
36@@ -13873,6 +13877,7 @@
37 glib-2.0 >= $GLIB_REQUIRED \
38 gio-2.0 >= $GLIB_REQUIRED \
39 gtk+-2.0 >= $GTK_REQUIRED \
40+ launchpad-integration \
41 libglade-2.0 >= $LIBGLADE_REQUIRED \
42 libgnome-2.0 >= $LIBGNOME_REQUIRED \
43 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
44@@ -13886,6 +13891,7 @@
45 glib-2.0 >= $GLIB_REQUIRED \
46 gio-2.0 >= $GLIB_REQUIRED \
47 gtk+-2.0 >= $GTK_REQUIRED \
48+ launchpad-integration \
49 libglade-2.0 >= $LIBGLADE_REQUIRED \
50 libgnome-2.0 >= $LIBGNOME_REQUIRED \
51 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
52@@ -13914,6 +13920,7 @@
53 glib-2.0 >= $GLIB_REQUIRED \
54 gio-2.0 >= $GLIB_REQUIRED \
55 gtk+-2.0 >= $GTK_REQUIRED \
56+ launchpad-integration \
57 libglade-2.0 >= $LIBGLADE_REQUIRED \
58 libgnome-2.0 >= $LIBGNOME_REQUIRED \
59 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
60@@ -13925,6 +13932,7 @@
61 glib-2.0 >= $GLIB_REQUIRED \
62 gio-2.0 >= $GLIB_REQUIRED \
63 gtk+-2.0 >= $GTK_REQUIRED \
64+ launchpad-integration \
65 libglade-2.0 >= $LIBGLADE_REQUIRED \
66 libgnome-2.0 >= $LIBGNOME_REQUIRED \
67 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
68@@ -13939,6 +13947,7 @@
69 glib-2.0 >= $GLIB_REQUIRED \
70 gio-2.0 >= $GLIB_REQUIRED \
71 gtk+-2.0 >= $GTK_REQUIRED \
72+ launchpad-integration \
73 libglade-2.0 >= $LIBGLADE_REQUIRED \
74 libgnome-2.0 >= $LIBGNOME_REQUIRED \
75 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
76@@ -13959,6 +13968,7 @@
77 glib-2.0 >= $GLIB_REQUIRED \
78 gio-2.0 >= $GLIB_REQUIRED \
79 gtk+-2.0 >= $GTK_REQUIRED \
80+ launchpad-integration \
81 libglade-2.0 >= $LIBGLADE_REQUIRED \
82 libgnome-2.0 >= $LIBGNOME_REQUIRED \
83 libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \
840
=== added file 'debian/patches/98_ice_depends_for_eggsmclient.patch'
--- debian/patches/98_ice_depends_for_eggsmclient.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/98_ice_depends_for_eggsmclient.patch 2010-12-13 21:37:17 +0000
@@ -0,0 +1,17 @@
1From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2Subject: Add a compile-time check for libICE, which is required by libsm.
3
4Adding a check for ice in configure (for EGG_SMCLIENT) makes sure
5ICE is added to EGG_SMCLIENT_CFLAGS, but more importantly to
6EGG_SMCLIENT_LIBS, so that linking has -lICE and doesn't bork.
7
8--- configure.ac.orig 2010-12-09 12:53:46.000000000 -0500
9+++ configure.ac 2010-12-09 12:54:20.190695001 -0500
10@@ -72,6 +72,7 @@
11 PKG_CHECK_MODULES([EGG_SMCLIENT], [\
12 gtk+-2.0 >= $GTK_REQUIRED \
13 sm >= $SM_REQUIRED \
14+ ice \
15 ])
16 AC_SUBST(EGG_SMCLIENT_CFLAGS)
17 AC_SUBST(EGG_SMCLIENT_LIBS)
018
=== modified file 'debian/rules'
--- debian/rules 2009-06-15 11:30:47 +0000
+++ debian/rules 2010-12-13 21:37:17 +0000
@@ -1,5 +1,6 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3include /usr/share/cdbs/1/rules/autoreconf.mk
3include /usr/share/cdbs/1/rules/debhelper.mk4include /usr/share/cdbs/1/rules/debhelper.mk
4include /usr/share/cdbs/1/rules/simple-patchsys.mk5include /usr/share/cdbs/1/rules/simple-patchsys.mk
5include /usr/share/cdbs/1/rules/utils.mk6include /usr/share/cdbs/1/rules/utils.mk

Subscribers

People subscribed via source and target branches