--- gnunet-gtk-0.8.0c-0.orig/debian/gnunet-gtk.manpages +++ gnunet-gtk-0.8.0c-0/debian/gnunet-gtk.manpages @@ -0,0 +1 @@ +doc/gnunet-gtk.1 --- gnunet-gtk-0.8.0c-0.orig/debian/gnunet-gtk.install +++ gnunet-gtk-0.8.0c-0/debian/gnunet-gtk.install @@ -0,0 +1,4 @@ +/usr/bin +/usr/lib/*.so.* +/usr/lib/GNUnet/*.so +/usr/share --- gnunet-gtk-0.8.0c-0.orig/debian/control +++ gnunet-gtk-0.8.0c-0/debian/control @@ -0,0 +1,53 @@ +Source: gnunet-gtk +Section: net +Priority: optional +Maintainer: +XSBC-Original-Maintainer: Daniel Baumann +Uploaders: Arnaud Kyheng +Build-Depends: quilt, debhelper (>= 7), dpatch, autotools-dev, gnunet-dev (>= 0.8.0c), guile-1.8-dev, libadns1-dev, libextractor-dev (>= 0.5.20), libgcrypt11-dev, libgksu2-dev, libglade2-dev, libgmp3-dev, libgtk2.0-dev, libnotify-dev, librsvg2-dev +Standards-Version: 3.8.0 +Homepage: http://www.gnunet.org/ +Vcs-Browser: http://git.debian.net/?p=debian/gnunet-gtk.git +Vcs-Git: git://git.debian.net/git/debian/gnunet-gtk.git + +Package: gnunet-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gnunet-tools (>= 0.8.0b) +Recommends: librsvg2-common +Suggests: gnunet-server +Description: secure, trust-based peer-to-peer framework (GTK+ client) + GNUnet is a peer-to-peer framework which focuses on providing security. All + link-to-link messages in the network are confidential and authenticated. The + framework provides a transport abstraction layer and can currently encapsulate + the peer-to-peer traffic in UDP, TCP, or SMTP messages. + . + This package contains the graphical client, using the GTK+ toolkit. In order + use GNUnet, you also need gnunet-server either on your server or on your local + machine. + +Package: gnunet-gtk-dbg +Section: devel +Priority: extra +Architecture: any +Depends: gnunet-gtk (= ${binary:Version}), gnunet-gtk-dev (= ${binary:Version}) +Description: secure, trust-based peer-to-peer framework (GTK+ client debug) + GNUnet is a peer-to-peer framework which focuses on providing security. All + link-to-link messages in the network are confidential and authenticated. The + framework provides a transport abstraction layer and can currently encapsulate + the peer-to-peer traffic in UDP, TCP, or SMTP messages. + . + This package contains the debugging symbols for the graphical client, using the + GTK+ toolkit. + +Package: gnunet-gtk-dev +Section: devel +Architecture: any +Depends: ${misc:Depends}, gnunet-gtk (= ${binary:Version}), libextractor-dev (>= 0.5.20), libgtk2.0-dev +Description: secure, trust-based peer-to-peer framework (GTK+ client development) + GNUnet is a peer-to-peer framework which focuses on providing security. All + link-to-link messages in the network are confidential and authenticated. The + framework provides a transport abstraction layer and can currently encapsulate + the peer-to-peer traffic in UDP, TCP, or SMTP messages. + . + This package contains the development files for the graphical client, using the + GTK+ toolkit. --- gnunet-gtk-0.8.0c-0.orig/debian/gnunet-gtk.lintian-overrides +++ gnunet-gtk-0.8.0c-0/debian/gnunet-gtk.lintian-overrides @@ -0,0 +1,3 @@ +# internal libraries are not splitted out into a dedicated package to avoid +# micropackaging. +gnunet-gtk: package-name-doesnt-match-sonames --- gnunet-gtk-0.8.0c-0.orig/debian/copyright +++ gnunet-gtk-0.8.0c-0/debian/copyright @@ -0,0 +1,42 @@ +Author: Christian Grothoff +Download: http://www.gnunet.org/ + +Files: * +Copyright: (C) 2005-2008 Christian Grothoff +License: GPL-2+ + This program 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; either version 2 + of the License, or (at your option) any later version. + . + This program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: debian/* +Copyright: (C) 2007-2009 Daniel Baumann +License: GPL-2+ + This program 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; either version 2 + of the License, or (at your option) any later version. + . + This program 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- gnunet-gtk-0.8.0c-0.orig/debian/gnunet-gtk.docs +++ gnunet-gtk-0.8.0c-0/debian/gnunet-gtk.docs @@ -0,0 +1,2 @@ +AUTHORS +TODO --- gnunet-gtk-0.8.0c-0.orig/debian/compat +++ gnunet-gtk-0.8.0c-0/debian/compat @@ -0,0 +1 @@ +7 --- gnunet-gtk-0.8.0c-0.orig/debian/gnunet-gtk.menu +++ gnunet-gtk-0.8.0c-0/debian/gnunet-gtk.menu @@ -0,0 +1,3 @@ +?package(gnunet-gtk):needs="X11" section="Applications/Network/File Transfer"\ + title="GNUnet-gtk" longtitle="GNUnet GTK Client"\ + icon="/usr/share/pixmaps/gnunet-gtk.xpm" command="/usr/bin/gnunet-gtk" --- gnunet-gtk-0.8.0c-0.orig/debian/changelog +++ gnunet-gtk-0.8.0c-0/debian/changelog @@ -0,0 +1,234 @@ +gnunet-gtk (0.8.0c-0-1ubuntu0~ppa2) intrepid; urgency=low + + * Upload to intrepid + + -- Markus Golser Thu, 07 May 2009 08:07:29 +0200 + +gnunet-gtk (0.8.0c-0-1ubuntu0~ppa1) jaunty; urgency=low + + * Remove icon patch + + -- Markus Golser Thu, 30 Apr 2009 08:53:03 +0200 + +gnunet-gtk (0.8.0c-0-1ubuntu0~ppa0) jaunty; urgency=low + + * New upstream release + * Change Maintainer + * Depend on gnunet 0.8.0c + * New build dep quilt + + -- Markus Golser Thu, 30 Apr 2009 07:47:26 +0200 + +gnunet-gtk (0.8.0b-4) unstable; urgency=low + + * Using patch-stamp rather than patch in rules file. + * Replacing obsolete dh_clean -k with dh_prep. + * Removing Arnaud from uploaders, he is MIA (Closes: #513164). + * Updating year in copyright file. + * Using quilt rather than dpatch. + * Updating rules to current state of the art. + + -- Daniel Baumann Thu, 5 Feb 2009 00:36:00 +0100 + +gnunet-gtk (0.8.0b-3) unstable; urgency=low + + * Adding gnunet-server to suggests (Closes: #499496). + * Adding note about requiring gnunet-server in gnunet-gtk package + long-description. + + -- Daniel Baumann Fri, 19 Sep 2008 10:33:00 +0200 + +gnunet-gtk (0.8.0b-2) unstable; urgency=low + + * Updating vcs fields in control file. + * Building gnunet-gtk on all architectures again, guile-1.8 on ia64 is back. + + -- Daniel Baumann Sun, 14 Sep 2008 13:07:00 +0200 + +gnunet-gtk (0.8.0b-1) unstable; urgency=low + + * Upgrading gnunet depends to 0.8.0b. + * Merging upstream version 0.8.0b. + + -- Daniel Baumann Mon, 25 Aug 2008 00:42:00 +0200 + +gnunet-gtk (0.8.0a-1) unstable; urgency=low + + * Upgrading gnunet depends to 0.8.0a. + * Merging upstream version 0.8.0a. + + -- Daniel Baumann Sun, 3 Aug 2008 20:59:00 +0200 + +gnunet-gtk (0.8.0-1) unstable; urgency=low + + * Updating configure call in rules for gnunet 0.8.0. + * Adding librsvg depends. + * Reordering rules file. + * Excluding ia64 manually from architectures. + * Removing watch file. + * Using lintian debhelper to install lintian overrides. + * Rewriting copyright file in machine-interpretable format. + * Upgrading package to standards 3.8.0. + * Adding vcs fields in control file. + * Bumping versioned libextractor depends to 0.5.20. + * Bumping versioned gnunet depends to 0.8.0. + * Switching maintainer and uploaders fields. + * Upgrading package to debhelper 7. + * Merging upstream version 0.8.0. + + -- Daniel Baumann Thu, 19 Jun 2008 15:43:00 +0200 + +gnunet-gtk (0.8.0~pre1-1) experimental; urgency=low + + * New upstream release. + + -- Daniel Baumann Tue, 17 Jun 2008 12:01:00 +0100 + +gnunet-gtk (0.8.0~pre0-1) experimental; urgency=low + + * New upstream release. + + -- Daniel Baumann Fri, 7 Mar 2008 16:38:00 +0100 + +gnunet-gtk (0.7.3-1) unstable; urgency=low + + * New upstream release. + * Adding suggested improvements from upstream (Closes: #457201): + - Adding libgksu2-dev to build-depends. + - Building with --enable-libgksu2 --with-libnotify. + - Fixing icon install call in rules. + - Using versioned build-depends against gnunet-tools. + * Adjusting package sections and priorities. + + -- Daniel Baumann Mon, 24 Dec 2007 17:06:00 +0100 + +gnunet-gtk (0.7.2c-4) unstable; urgency=medium + + * Some formal cleanups: + - Updated to new policy. + - Using versioned depends for libextractor. + - Comented lintian overrides. + * Added missing dh_mkshlibs in rules. + + -- Daniel Baumann Thu, 6 Dec 2007 23:15:00 +0100 + +gnunet-gtk (0.7.2c-3) unstable; urgency=low + + * Added depends to gnunet-tools (Closes: #447973). + + -- Daniel Baumann Wed, 28 Nov 2007 14:01:00 +0100 + +gnunet-gtk (0.7.2c-2) unstable; urgency=low + + * Updated menu section (Closes: #444908). + + -- Daniel Baumann Thu, 11 Oct 2007 06:27:00 +0200 + +gnunet-gtk (0.7.2c-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann Tue, 9 Oct 2007 10:44:00 +0200 + +gnunet-gtk (0.7.2b-3) unstable; urgency=low + + * Adding debug package. + + -- Daniel Baumann Wed, 26 Sep 2007 10:35:00 +0200 + +gnunet-gtk (0.7.2b-2) unstable; urgency=low + + * Bumping build-dependency on gnunet. + + -- Daniel Baumann Fri, 17 Aug 2007 08:24:00 +0200 + +gnunet-gtk (0.7.2b-1) unstable; urgency=low + + * New upstream release. + * Building against fixed gnunet (Closes: #432483). + * Rewritten/edited all debian/* files based on current debhelper templates. + + -- Daniel Baumann Tue, 14 Aug 2007 15:11:00 +0200 + +gnunet-gtk (0.7.1c-2) unstable; urgency=low + + * Upload to unstable. + * Rebuild against gnunet 0.7.1c-2. + * Added build-depends to libnotify-dev. + + -- Daniel Baumann Tue, 15 May 2007 10:09:10 +0200 + +gnunet-gtk (0.7.1c-1) experimental; urgency=low + + * New upstream release (Closes: #420539). + * Added french translation (Closes: #371147). + * New desktop icon. + * Package split into gnunet-gtk and gnunet-gtk-dev. + + -- Arnaud Kyheng Sun, 29 Apr 2007 11:03:10 +0200 + +gnunet-gtk (0.7.0e-2) unstable; urgency=low + + * New email address. + + -- Daniel Baumann Tue, 4 Jul 2006 15:49:00 +0200 + +gnunet-gtk (0.7.0e-1) unstable; urgency=low + + * New upstream release. + + -- Arnaud Kyheng Sun, 21 May 2006 11:57:54 +0200 + +gnunet-gtk (0.7.0d-1) unstable; urgency=low + + * New upstream release. + * debian/control: Bumped policy version to 3.7.2. + + -- Arnaud Kyheng Sun, 7 May 2006 16:08:06 +0200 + +gnunet-gtk (0.7.0c-1) unstable; urgency=low + + * New upstream release. + * debian/control: Incorporate changes from NMU. Thanks Matej Vela for the + NMU (Closes: #350150). + + -- Arnaud Kyheng Tue, 21 Mar 2006 19:41:45 +0100 + +gnunet-gtk (0.7.0b-1.1) unstable; urgency=high + + * NMU. + * Replace hardcoded dependencies with ${shlibs:Depends}. + Closes: #350150. + + -- Matej Vela Mon, 20 Feb 2006 09:11:50 +0100 + +gnunet-gtk (0.7.0b-1) unstable; urgency=low + + * New upstream release. + + -- Arnaud Kyheng Sun, 25 Dec 2005 00:25:32 +0100 + +gnunet-gtk (0.7.0a-2) unstable; urgency=low + + * Bumped rev number (wrong file upload). (Closes: #341503) + + -- Arnaud Kyheng Thu, 1 Dec 2005 21:56:10 +0100 + +gnunet-gtk (0.7.0a-1) unstable; urgency=low + + * New Upstream Release. + * debian/control: Updated dependencies to follow the libstdc++ allocator change. + + -- Arnaud Kyheng Sun, 20 Nov 2005 12:49:30 +0100 + +gnunet-gtk (0.7.0-2) unstable; urgency=low + + * debian/control: Fixed dependencies (Closes: #332328) + + -- Arnaud Kyheng Thu, 6 Oct 2005 00:12:23 +0200 + +gnunet-gtk (0.7.0-1) unstable; urgency=low + + * Initial Release. (Closes: #326604) + + -- Arnaud Kyheng Sun, 4 Sep 2005 18:30:43 +0200 --- gnunet-gtk-0.8.0c-0.orig/debian/rules +++ gnunet-gtk-0.8.0c-0/debian/rules @@ -0,0 +1,79 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) + CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc +else + CROSS= +endif + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + rm -f config.guess config.sub + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +config.status: configure patch + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif + + ./configure $(CROSS) --prefix=/usr --disable-rpath --with-extractor=/usr --with-gnunet=/usr --with-gtk=/usr --enable-libgksu2 --enable-libnotify CFLAGS="$(CFLAGS)" + +build: build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + install -D -m 0644 debian/desktop/gnunet-gtk.desktop debian/gnunet-gtk/usr/share/applications/gnunet-gtk.desktop + install -D -m 0644 debian/pixmaps/gnunet-gtk.xpm debian/gnunet-gtk/usr/share/pixmaps/gnunet-gtk.xpm + install -D -m 0644 pixmaps/icons/gnunet-gtk-32.png debian/gnunet-gtk/usr/share/icons/gnunet-gtk.png + +binary: binary-arch + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install --fail-missing --sourcedir=debian/tmp + dh_installmenu + dh_installman + dh_lintian + dh_strip --dbg-package=gnunet-gtk-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- gnunet-gtk-0.8.0c-0.orig/debian/gnunet-gtk-dev.install +++ gnunet-gtk-0.8.0c-0/debian/gnunet-gtk-dev.install @@ -0,0 +1,5 @@ +/usr/include/* +/usr/include/GNUnet +/usr/lib/*.so +/usr/lib/*.la +/usr/lib/GNUnet/*.la --- gnunet-gtk-0.8.0c-0.orig/debian/desktop/gnunet-gtk.desktop +++ gnunet-gtk-0.8.0c-0/debian/desktop/gnunet-gtk.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Encoding=UTF-8 +Name=GNUnet-gtk +GenericName=GNUnet-gtk +Comment=GTK frontend to GNUnet +TryExec= +Exec=gnunet-gtk +Icon=gnunet-gtk +Terminal=false +Categories=Application;Network;Peer-to-peer;GTK; --- gnunet-gtk-0.8.0c-0.orig/debian/pixmaps/gnunet-gtk.xpm +++ gnunet-gtk-0.8.0c-0/debian/pixmaps/gnunet-gtk.xpm @@ -0,0 +1,112 @@ +/* XPM */ +static char *gnunet-gtk[] = { +/* columns rows colors chars-per-pixel */ +"16 16 90 1", +" c black", +". c #090B0C00", +"X c #0D0D1200", +"o c #0E1E3600", +"O c #1F222500", +"+ c #2D4C7D00", +"@ c #454C7800", +"# c #48487E00", +"$ c #204A8600", +"% c #204A8700", +"& c #214A8600", +"* c #214A8700", +"= c #23498400", +"- c #224B8700", +"; c #234A8600", +": c #24488200", +"> c #244A8400", +", c #244B8500", +"< c #244B8700", +"1 c #2B508900", +"2 c #435C8B00", +"3 c #435E8E00", +"4 c #4D538200", +"5 c #505E8900", +"6 c #4E658600", +"7 c #4C668C00", +"8 c #5B6D8100", +"9 c #5A759B00", +"0 c #5D8ABE00", +"q c #6186B400", +"w c #6286B400", +"e c #6E8EB800", +"r c #7892AF00", +"t c #7A96BD00", +"y c #6692C300", +"u c #77A0CC00", +"i c #7DA0C800", +"p c #C4656000", +"a c #8CA2BA00", +"s c #9BA4A900", +"d c #99ABBF00", +"f c #A1AEBC00", +"g c #859EC000", +"h c #85AAD400", +"j c #91AFD200", +"k c #91B0D300", +"l c #97B1D000", +"z c #9BB6D700", +"x c #9BB7D700", +"c c #A8BDD300", +"v c #B5BCC500", +"b c #A6C2DF00", +"n c #B7C1CC00", +"m c #B9C0C900", +"M c #B3C2D300", +"N c #B1C2D900", +"B c #B8C8D800", +"V c #BFCEDD00", +"C c #A3C0E200", +"Z c #A6C2E000", +"A c #A9C3E000", +"S c #B8CBE000", +"D c #BBD5F000", +"F c #E2B3B000", +"G c #E4BAB700", +"H c #C4CEDA00", +"J c #CBD0D700", +"K c #CAD3DE00", +"L c #CCD4DC00", +"P c #D7DBDE00", +"I c #C2D1E400", +"U c #C1D7ED00", +"Y c #C7DAEC00", +"T c #CAE2FA00", +"R c #D9E2EB00", +"E c #D3E0F000", +"W c #D1E6F900", +"Q c #D2E8FE00", +"! c #D3E9FF00", +"~ c #E1E7EC00", +"^ c #E4E6E800", +"/ c #E8EAEB00", +"( c #EAEBEC00", +") c #F7EBEA00", +"_ c #F9EFEE00", +"` c #F2F2F300", +"' c #FAF3F200", +"] c #FEFEFE00", +"[ c gray100", +"{ c None", +/* pixels */ +"{{{{{{{{{{{{{ {{", +"{{{{{{ {{{ {", +"{{ {{ { ", +"{ {{ {{{{ ", +" { [@21-,9s {", +" {5-gIESt-8{{", +"{ [4-NLUDcKl--{", +"{[[#3g~VQQnvRe-{", +"{{{X OMY!W/^Jz,{", +"{{ ' .TB[[`b-{", +"{ _FFF ACdP(k-{", +"{ )FGFF vhufHw:{", +"{ ppppp ry0ai-o{", +"{ pppp zbjw-7{{", +"{{ p ,-,+6{{{", +"{{{ {{{{{{{{{{" +};