--- gkremldk-0.9.7.orig/Makefile.in +++ gkremldk-0.9.7/Makefile.in @@ -10,7 +10,7 @@ $(CC) -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -c gkremldk.c gkremldk.so: gkremldk.o - $(CC) -Wall -shared -lpthread -Wl -o gkremldk.so gkremldk.o + $(CC) -Wall -shared -lpthread -o gkremldk.so gkremldk.o clean: -@rm *.so *.o core* --- gkremldk-0.9.7.orig/debian/README.Debian +++ gkremldk-0.9.7/debian/README.Debian @@ -0,0 +1,7 @@ +gkremldk for Debian +------------------- + +Please note that in order to have the plugin apear in the plugin list of +gkrellm you must restart gkrellm. + + -- Niv Sardi , Wed, 22 Feb 2017 17:08:37 -0300 --- gkremldk-0.9.7.orig/debian/changelog +++ gkremldk-0.9.7/debian/changelog @@ -0,0 +1,66 @@ +gkremldk (0.9.7-3) unstable; urgency=medium + + * Fix maintainer email address + * Update copyright to machine-readable format + * Update packaging to use debhelper instead of CDBS + - remove build-dep on CDBS + * Update package to new Standard Version + + -- Niv Sardi Wed, 22 Feb 2017 17:09:04 -0300 + +gkremldk (0.9.7-2.2) unstable; urgency=medium + + * Non-maintainer upload + * Bump debhelper compat level to 10. Closes: #817480 + + -- Christoph Biedl Fri, 16 Dec 2016 23:48:23 +0100 + +gkremldk (0.9.7-2.1) unstable; urgency=low + + * Non maintainer upload + * Fix build failure with GCC 4.7. Closes: #667182. + + -- Matthias Klose Fri, 04 May 2012 02:00:26 +0200 + +gkremldk (0.9.7-2) unstable; urgency=low + + * Bug fix: "gkremldk: FTBFS if built twice in a row", thanks to Bernd + Zeimetz (Closes: #424324). + + -- Niv Sardi Tue, 24 Jul 2007 09:25:32 +0200 + +gkremldk (0.9.7-1) unstable; urgency=low + + * New upstream release + Upstream Bug fix: "gkrellm-mldonkey always forgest split view + parameter.", thanks to Serge Matveev (Closes: #342827). + + -- Niv Altivanik (Debian Packages) Sat, 31 Dec 2005 00:34:49 +0100 + +gkremldk (0.9.6-2) unstable; urgency=low + + * Now suggests mldonkey-server + + -- Niv Altivanik (Debian Packages) Tue, 8 Feb 2005 09:35:35 +0100 + +gkremldk (0.9.6-1) unstable; urgency=low + + * New upstream release + * New maintainer, Vincent Tantardini gave his approval + * Moved to cdbs + + -- Niv Altivanik (Debian Packages) Sat, 5 Feb 2005 07:45:41 +0100 + +gkremldk (0.9.4-1) unstable; urgency=low + + * New upstream release + - Fixed missing dependency in control file + + -- Vincent Tantardini Tue, 26 Oct 2004 22:25:38 +0200 + +gkremldk (0.9.3-1) unstable; urgency=low + + * Initial Release. + + -- Vincent Tantardini (vince) Wed, 22 Sep 2004 00:22:22 +0200 + --- gkremldk-0.9.7.orig/debian/compat +++ gkremldk-0.9.7/debian/compat @@ -0,0 +1 @@ +10 --- gkremldk-0.9.7.orig/debian/control +++ gkremldk-0.9.7/debian/control @@ -0,0 +1,21 @@ +Source: gkremldk +Section: x11 +Priority: optional +Maintainer: Niv Sardi +Build-Depends: debhelper (>= 10~), libgtk2.0-dev, pkg-config, gkrellm (>= 2.2.1) +Standards-Version: 3.9.8 +Homepage: http://www.tof2k.com/gkremldk/ + +Package: gkrellm-mldonkey +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gkrellm (>= 2.2.1) +Suggests: mldonkey-server +Description: mldonkey plugin for gkrellm2 + gkrellm-mldonkey is a plugin that shows the current + download/upload rates of mldonkey. + . + It also shows the current maximum upload/downlad rate + (max_hard_download_rate and max_hard_upload_rate options + in mldonkey), and permit you to change them on the fly + by left-clicking on the krells. You can also use the + mouse wheel to change the values. --- gkremldk-0.9.7.orig/debian/control.in +++ gkremldk-0.9.7/debian/control.in @@ -0,0 +1,21 @@ +Source: gkremldk +Section: x11 +Priority: optional +Maintainer: Niv Altivanik (Debian Packages) +Build-Depends: debhelper (>= 4.0.0), @cdbs@, autoconf, libgtk2.0-dev, pkg-config, gkrellm (>= 2.2.1) +Standards-Version: 3.6.1.0 + +Package: gkrellm-mldonkey +Architecture: any +Depends: ${shlibs:Depends}, gkrellm (>= 2.2.1) +Description: mldonkey plugin for gkrellm2 + gkrellm-mldonkey is a plugin that shows the current + download/upload rates of mldonkey. + . + It also shows the current maximum upload/downlad rate + (max_hard_download_rate and max_hard_upload_rate options + in mldonkey), and permit you to change them on the fly + by left-clicking on the krells. You can also use the + mouse wheel to change the values. + . + Homepage: http://www.tof2k.com/gkremldk/ --- gkremldk-0.9.7.orig/debian/copyright +++ gkremldk-0.9.7/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gkrmldk +Source: http://www.tof2k.com/gkremldk/ + +Files: * +Copyright: + © 2004 Christophe Badoit +License: GPL-2.0 + +Files: debian/ +Copyright: + © 2004 Vincent Tantardini (vince) +License: GPL-2.0 + +License: GPL-2.0 + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; version 2 dated June, 1991. + . + This package is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + . + You should have received a copy of the GNU General Public License along with + this package; if not, write to the Free Software Foundation, Inc., 51 + Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian GNU/Linux systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-2'. --- gkremldk-0.9.7.orig/debian/dirs +++ gkremldk-0.9.7/debian/dirs @@ -0,0 +1 @@ +usr/lib/gkrellm2/plugins --- gkremldk-0.9.7.orig/debian/docs +++ gkremldk-0.9.7/debian/docs @@ -0,0 +1 @@ +README --- gkremldk-0.9.7.orig/debian/rules +++ gkremldk-0.9.7/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ + +override_dh_auto_clean: + dh_auto_clean $@ + rm -rf Makefile config.h config.log config.status --- gkremldk-0.9.7.orig/debian/watch +++ gkremldk-0.9.7/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.tof2k.com/gkremldk/gkremldk-src-(.*)\.tbz