--- gkrellmwireless-2.0.3.orig/debian/changelog +++ gkrellmwireless-2.0.3/debian/changelog @@ -0,0 +1,68 @@ +gkrellmwireless (2.0.3-1ubuntu1) xenial; urgency=medium + + * debian/rules: + - Remove legacy DH_COMPAT export. + - Don't allow $(MAKE) clean to ignore errors. + - Replace dh_clean -k with dh_prep. + * debian/compat: Indicate compatibility level of 9. + * debian/control: + - Build-depend on debhelper (>= 9). + - Depend on ${misc:Depends}. + + -- Logan Rosen Thu, 17 Mar 2016 18:13:10 -0500 + +gkrellmwireless (2.0.3-1) unstable; urgency=low + + * New upstream release + + -- Sjoerd Simons Sat, 6 Dec 2003 14:19:11 +0100 + +gkrellmwireless (2.0.2-1) unstable; urgency=low + + * gkrellm moved to gkrellm 2.x. Moving this to gkrellm 2 version and + obsoleting gkrellmwireless2 + + -- Sjoerd Simons Mon, 6 Jan 2003 16:55:48 +0100 + +gkrellmwireless (0.2.1-5) unstable; urgency=low + + * Backported /proc/net/wireless parsing code from 2.0.2 (closes: Bug#164444) + + -- Sjoerd Simons Fri, 6 Dec 2002 16:26:09 +0100 + +gkrellmwireless (0.2.1-4) unstable; urgency=low + + * Updated Build-Depends (closes: Bug#170158) + + -- Sjoerd Simons Fri, 22 Nov 2002 11:21:48 +0100 + +gkrellmwireless (0.2.1-3) unstable; urgency=low + + * Changed build-depends to gdk-imlib1-dev instead of gdk-imlib-dev at + request of Steve M. Robbins + * DH_COMPAT changed from 1 to 3 + * Using standards version 3.5.7 + + -- Sjoerd Simons Tue, 3 Sep 2002 20:56:27 +0200 + +gkrellmwireless (0.2.1-2) unstable; urgency=low + + * fixed a typo in the description + + -- Sjoerd Simons Sat, 11 Aug 2001 01:02:10 +0200 + +gkrellmwireless (0.2.1-1) unstable; urgency=low + + * new upstream release + + -- Sjoerd Simons Wed, 18 Jul 2001 18:42:06 +0200 + +gkrellmwireless (0.2-1) unstable; urgency=low + + * Initial Release. (closes: Bug#105336) + + -- Sjoerd Simons Sun, 15 Jul 2001 21:03:51 +0200 + +Local variables: +mode: debian-changelog +End: --- gkrellmwireless-2.0.3.orig/debian/compat +++ gkrellmwireless-2.0.3/debian/compat @@ -0,0 +1 @@ +9 --- gkrellmwireless-2.0.3.orig/debian/control +++ gkrellmwireless-2.0.3/debian/control @@ -0,0 +1,17 @@ +Source: gkrellmwireless +Section: x11 +Priority: optional +Build-Depends: debhelper (>= 9), gkrellm (>= 2.0.0), libgtk2.0-dev +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Sjoerd Simons +Standards-Version: 3.5.7 + +Package: gkrellmwireless +Conflicts: gkrellmwireless2 +Replaces: gkrellmwireless2 +Architecture: any +Depends: ${misc:Depends}, gkrellm (>= 2.0.0), ${shlibs:Depends} +Description: 802.11 wireless link monitor plugin for GKrellM + This GKrellM plugin allows you to monitor the status of an 802.11 wireless + ethernet link. + --- gkrellmwireless-2.0.3.orig/debian/copyright +++ gkrellmwireless-2.0.3/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Sjoerd Simons . + +It was downloaded from: http://gkrellm.luon.net/ + +Upstream Author: Sjoerd Simons + +Copyright: + +You are free to distribute this software under the terms of the GNU General +Public License. +On Debian systems, the complete text of the GNU General Public Licence can +be found in the /usr/share/common-licenses/GPL file --- gkrellmwireless-2.0.3.orig/debian/dirs +++ gkrellmwireless-2.0.3/debian/dirs @@ -0,0 +1 @@ +usr/lib/gkrellm2/plugins --- gkrellmwireless-2.0.3.orig/debian/docs +++ gkrellmwireless-2.0.3/debian/docs @@ -0,0 +1 @@ +README --- gkrellmwireless-2.0.3.orig/debian/rules +++ gkrellmwireless-2.0.3/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/tmp. + # $(MAKE) install DESTDIR=`pwd`/debian/tmp + install -c -s -m 755 wireless.so `pwd`/debian/gkrellmwireless/usr/lib/gkrellm2/plugins + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installemacsen +# dh_installpam +# dh_installinit +# dh_installcron +# dh_installmanpages +# dh_installinfo +# dh_undocumented + dh_installchangelogs Changelog +# dh_link + dh_strip + dh_compress + dh_fixperms + # You may want to make some executables suid here. +# dh_suidregister +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install