diff -u netapplet-1.0.8/debian/changelog netapplet-1.0.8/debian/changelog --- netapplet-1.0.8/debian/changelog +++ netapplet-1.0.8/debian/changelog @@ -1,3 +1,11 @@ +netapplet (1.0.8-2ubuntu1) intrepid; urgency=low + + * Changes dh_iconcache for dh_icons + * Added -D_GNU_SOURCE to CFLAGS due FTBFS + * Removed unused patch + + -- Nicolas Valcárcel Wed, 13 Aug 2008 19:29:37 -0500 + netapplet (1.0.8-2) unstable; urgency=low * Added LSB formatted dependency on init script (Closes: #460911) @@ -6,6 +14,65 @@ -- Rudy Godoy Sun, 24 Feb 2008 12:42:52 -0500 +netapplet (1.0.8-1ubuntu3) gutsy; urgency=low + + * Rebuild for libiw28 to libiw29 transition. + * Munge Maintainer field as per spec. + + -- Steve Kowalik Tue, 19 Jun 2007 23:50:27 +1000 + +netapplet (1.0.8-1ubuntu2) dapper; urgency=low + + * debian/rules: + -> Added dh_iconcache + + -- Jeremie Corbier Wed, 10 May 2006 10:24:39 +0200 + +netapplet (1.0.8-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. + + -- Stephan Hermann Wed, 28 Dec 2005 19:08:55 +0100 + +netapplet (1.0.8-1) unstable; urgency=low + + * New upstream release + * Fix references to iw_pr_ether (closes: #327075) + * Rebuilt with latest libiw (closes: #316212) + * Fix .desktop file (closes: #301693) + + -- Matthew Garrett Mon, 12 Dec 2005 18:56:53 +0000 + +netapplet (1.0.0-1ubuntu4) breezy; urgency=low + + * debian/netapplet.init: + - Fix typo that crashed the whole thing! + + -- Christian Bjälevik Mon, 5 Sep 2005 15:24:59 +0200 + +netapplet (1.0.0-1ubuntu3) breezy; urgency=low + + * debian/netapplet.init: + - Use LSB init-functions. + * debian/control: + - Bumped Standards-Version to 3.6.2. + + -- Christian Bjälevik Mon, 5 Sep 2005 14:00:56 +0200 + +netapplet (1.0.0-1ubuntu2) breezy; urgency=low + + * Rebuild with the new cairo version + + -- Sebastien Bacher Thu, 18 Aug 2005 17:22:22 +0000 + +netapplet (1.0.0-1ubuntu1) breezy; urgency=low + + * MoM Merge, syncing with actual Debian Upstream + * debian/rules: added -D_GNU_SOURCE to CFLAGS because of struct ifreq + * added a patch for new libiw + + -- Stephan Hermann Thu, 21 Jul 2005 16:17:22 +0200 + netapplet (1.0.8-1) unstable; urgency=low * New upstream release @@ -32,7 +99,7 @@ * Set the patch when spawning network-admin (Closes: #278655) -- Matthew Garrett Wed, 10 Nov 2004 15:10:50 +0100 - + netapplet (0.98.0-3) unstable; urgency=low * Update README.Debian to cover the creates option. Thanks to Thomas @@ -42,7 +109,7 @@ option to a logical interface name stanza, not a stanza of its own. -- Matthew Garrett Fri, 24 Sep 2004 15:56:25 +0100 - + netapplet (0.98.0-2) unstable; urgency=low * Change the long description to better reflect the purpose of netapplet @@ -55,7 +122,7 @@ process creates them. VPN setups are the obvious example for this. -- Matthew Garrett Tue, 23 Sep 2004 14:59:43 +0100 - + netapplet (0.98.0-1.1) unstable; urgency=low * Try to fix crashes on unknown devices diff -u netapplet-1.0.8/debian/control netapplet-1.0.8/debian/control --- netapplet-1.0.8/debian/control +++ netapplet-1.0.8/debian/control @@ -1,8 +1,9 @@ Source: netapplet Section: gnome Priority: optional -Maintainer: Rudy Godoy -Build-Depends: debhelper (>= 4.0.0), intltool, libgnomeui-dev, libglade2-dev, libglib2.0-dev, libgnome-keyring-dev, libiw-dev +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Rudy Godoy +Build-Depends: debhelper (>= 5.0.51), intltool, libgnomeui-dev, libglade2-dev, libglib2.0-dev, libgnome-keyring-dev, libiw-dev Standards-Version: 3.6.2 Package: netapplet diff -u netapplet-1.0.8/debian/rules netapplet-1.0.8/debian/rules --- netapplet-1.0.8/debian/rules +++ netapplet-1.0.8/debian/rules @@ -13,7 +13,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g +CFLAGS = -Wall -g -D_GNU_SOURCE ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -80,6 +80,7 @@ dh_installexamples # dh_install # dh_installmenu + dh_icons # dh_installdebconf # dh_installlogrotate # dh_installemacsen