[Pkg-xfce-commits] r1952 - in goodies/xfce4-wavelan-plugin/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Mon Apr 28 14:47:15 UTC 2008
Author: corsac
Date: 2008-04-28 14:47:13 +0000 (Mon, 28 Apr 2008)
New Revision: 1952
Added:
goodies/xfce4-wavelan-plugin/debian/patches/
goodies/xfce4-wavelan-plugin/debian/patches/01_interface-length.patch
Modified:
goodies/xfce4-wavelan-plugin/debian/changelog
goodies/xfce4-wavelan-plugin/debian/rules
Log:
debian/patches: 01_interface-length added (IFNAMSIZ == 16). closes: #466923
Modified: goodies/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/xfce4-wavelan-plugin/debian/changelog 2008-04-28 08:20:44 UTC (rev 1951)
+++ goodies/xfce4-wavelan-plugin/debian/changelog 2008-04-28 14:47:13 UTC (rev 1952)
@@ -1,11 +1,15 @@
xfce4-wavelan-plugin (0.5.4-2) UNRELEASED; urgency=low
+ [ Simon Huggins ]
* debian/control: Move fake Homepage field to a real one now dpkg
supports it.
* Add Vcs-* headers to debian/control
- -- Simon Huggins <huggie at earth.li> Tue, 27 Nov 2007 17:07:19 +0000
+ [ Yves-Alexis Perez ]
+ * debian/patches: 01_interface-length added (IFNAMSIZ == 16). closes: #466923
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 28 Apr 2008 16:46:44 +0200
+
xfce4-wavelan-plugin (0.5.4-1) unstable; urgency=low
(Yves-Alexis Perez)
Added: goodies/xfce4-wavelan-plugin/debian/patches/01_interface-length.patch
===================================================================
--- goodies/xfce4-wavelan-plugin/debian/patches/01_interface-length.patch (rev 0)
+++ goodies/xfce4-wavelan-plugin/debian/patches/01_interface-length.patch 2008-04-28 14:47:13 UTC (rev 1952)
@@ -0,0 +1,13 @@
+diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
+index 4cb4d2f..d34ae26 100644
+--- a/panel-plugin/wavelan.c
++++ b/panel-plugin/wavelan.c
+@@ -574,7 +574,7 @@ wavelan_create_options (XfcePanelPlugin *plugin, t_wavelan *wavelan)
+ gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 1);
+
+ interface = GTK_COMBO (combo)->entry;
+- gtk_entry_set_max_length(GTK_ENTRY(interface), 10);
++ gtk_entry_set_max_length(GTK_ENTRY(interface), 16);
+ if (wavelan->interface != NULL)
+ gtk_entry_set_text(GTK_ENTRY(interface), wavelan->interface);
+ g_signal_connect(interface, "changed", G_CALLBACK(wavelan_interface_changed),
Modified: goodies/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/xfce4-wavelan-plugin/debian/rules 2008-04-28 08:20:44 UTC (rev 1951)
+++ goodies/xfce4-wavelan-plugin/debian/rules 2008-04-28 14:47:13 UTC (rev 1952)
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_DH_INSTALL_ARGS := --fail-missing
More information about the Pkg-xfce-commits
mailing list