--- gpa-0.9.0.orig/debian/gpa.1 +++ gpa-0.9.0/debian/gpa.1 @@ -0,0 +1,71 @@ +.TH "gpa" "1" "" "" "User Commands" +.nh +.SH "NAME" +gpa \- graphical frontend for the GNU Privacy Guard + +.SH "SYNOPSIS" +.B gpa +.RI [ "OPTION(S)" ] + +.SH "DESCRIPTION" +The GNU Privacy Assistant (GPA) is a graphical user interface for the GNU +Privacy Guard (GnuPG). +.PP +\fBgpa\fP can be used to encrypt, decrypt, and sign files, to verify +signatures and to manage the private and public keys. + +.SH "OPTIONS" +.TP +.B \-C, \-\-card +Start with the card-manager open. +.TP +.B \-c, \-\-clipboard +Open the clipboard. +.TP +.B \-d, \-\-daemon +Enable the UI server. +.TP +.B \-\-diaplay=\fIDISPLAY\fP +Open on the specified \fIDISPLAY\fP. +.TP +.B \-f, \-\-files +Start with the file-manager open. +.TP +.B \-k, \-\-keyring +Start with the keyring editor. This is the \fIdefault\fP. +.TP +.B \-o, \-\-options=\fIFILE\fP +Read options from the specified file instead of from \fI~/.gnupg/gpa.conf\fP. +.TP +.B \-s, \-\-settings +Open the settings dialog. +.TP +.B \-?, \-\-help, \-\-help\-all +Print usage information and exit. +.TP +.B \-\-help\-gtk +Print options related to GTK. See also +.BR gtk-options "(7)." +.TP +.B \-v, \-\-version +Print version information and exit. + +.SH FILES +.TP +.I ~/.gnupg/gpa.conf +Standard user configuration file read by \fBgpa\fP on startup. + +.SH "BUGS" +Please report bugs to . + +.SH AUTHORS +.B gpa +was written by \fBMiguel Coca\fP, amongst others. +.PP +This manual page was written by \fBArthur de Jong\fP <\&adejong@debian.org\&> +and \fBDaniel Leidert\fP <\&daniel.leidert@wgdd.de\&> for the Debian GNU/Linux +system (but may be used by others). + +.SH "SEE ALSO" +.BR gpg (1), +.BR gtk-options (7) --- gpa-0.9.0.orig/debian/watch +++ gpa-0.9.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://wald.intevation.org/frs/?group_id=13 .*/gpa-([\d.]+)\.tar\.(?:gz|bz2) --- gpa-0.9.0.orig/debian/control +++ gpa-0.9.0/debian/control @@ -0,0 +1,20 @@ +Source: gpa +Section: utils +Priority: optional +Maintainer: Debian GnuPG-Maintainers +Uploaders: Daniel Leidert (dale) +Build-Depends: debhelper (>> 5), autotools-dev, gnupg2, + libassuan-dev (>= 1.0.4), libgpg-error-dev (>= 1.4), + libgpgme11-dev (>= 1.2.0), libgtk2.0-dev (>= 2.10.0) +Standards-Version: 3.8.3 +Homepage: http://gpa.wald.intevation.org +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnupg/gpa/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnupg/gpa/trunk/ + +Package: gpa +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libgpgme11 (>= 1.2.0-1.2~), gnupg2, gpgsm +Description: GNU Privacy Assistant (GPA) + The GNU Privacy Assistant (GPA) is a graphical user interface for the + GNU Privacy Guard (GnuPG). It can be used to encrypt, decrypt, and sign + files, to verify signatures and to manage the private and public keys. --- gpa-0.9.0.orig/debian/gpa.docs +++ gpa-0.9.0/debian/gpa.docs @@ -0,0 +1,4 @@ +AUTHORS +NEWS +TODO +THANKS --- gpa-0.9.0.orig/debian/changelog +++ gpa-0.9.0/debian/changelog @@ -0,0 +1,139 @@ +gpa (0.9.0-1) unstable; urgency=low + + * New upstream release (closes: #381503). + - Fixes several segmentation faults and loops + (closes: #183708, #229818, #237131, #247783, #280760). + - Working key signing (closes: #181936, #342711). + - Do not treat keys with no expiration as expired (closes: #189102). + - Doesn't freeze if no private key is avilable (closes: #206046, #424945). + - Working HKP keyserver support (closes: #267275). + - Working multi-key export (closes: #274153). + - Typo fix in German translation (closes: #313759). + - Ship a .desktop file (closes: #351579). + - Fixes an FTBFS (closes: #548036). + + * debian/compat: Added with dh compat level 5. + * debian/control: Added Homepage and Vcs* fields. + (Maintainer): New maintainer is the GnuPG maintainers team. Thanks to + Bastian Blank for maintaining gpa in the past. + (Uploaders): Added myself. + (Standards-Version): Bumped to 3.8.3. + (Build-Depends): Completed and adjusted the requirements. + (Depends): Added misc-depends variable. Added gpgsm. + (Description): Improved. + * debian/copyright: Updated. + * debian/gpa.1: Added with thanks to Arthur de Jong (closes: #89551). + * debian/gpa.docs: Also install AUTHORS and THANKS (closes: #225286). + * debian/gpa.install: Added. + * debian/gpa.manpages: Added. + * debian/gpa.menu (section): Fixed (closes: #265000). + * debian/rules: Rewritten in parts. + * debian/watch: Added. + + -- Daniel Leidert (dale) Sat, 05 Dec 2009 00:04:30 +0100 + +gpa (0.7.0-1.1) unstable; urgency=high + + * Non-maintainer upload. + * move xpm icon file to /usr/share/pixmaps. Closes: #363575 + + -- Andreas Barth Tue, 12 Dec 2006 13:43:28 +0000 + +gpa (0.7.0-1) unstable; urgency=low + + * New upstream version + - now uses libgpgme11 (closes: #211919) + - don't longer freeze on longtime operations (closes: #98327, + #181298, #161905) + + -- Bastian Blank Wed, 22 Oct 2003 18:42:01 +0200 + +gpa (0.6.1-2) unstable; urgency=low + + * make backups 600 (closes: #196375) + * don't link undocumented manpage. + + -- Bastian Blank Fri, 06 Jun 2003 17:29:30 +0200 + +gpa (0.6.1-1) unstable; urgency=low + + * New upstream version + * fix unsigned char issue (closes: #180490) + + -- Bastian Blank Fri, 14 Feb 2003 07:43:42 +0100 + +gpa (0.6.0-1) unstable; urgency=low + + * New upstream version (closes: #165464, #101445, #103984, #141194, + #142529, #159287, #167087, #141045, #145283, #148679) + + -- Bastian Blank Fri, 31 Jan 2003 18:45:40 +0100 + +gpa (0.4.3-2) unstable; urgency=low + + * add config.* update routines to debian/rules + + -- Bastian Blank Sun, 31 Mar 2002 00:52:23 +0100 + +gpa (0.4.3-1) unstable; urgency=low + + * New upstream version (closes: #134966) + * moved into main + + -- Bastian Blank Tue, 26 Mar 2002 21:03:59 +0100 + +gpa (0.4.2-2) unstable; urgency=low + + * fixed color spec in icon (closes: #107576) + * update Standards-Version to 3.5.2 + * no longer include upstream INSTALL + + -- Bastian Blank Sat, 25 Aug 2001 19:47:14 +0200 + +gpa (0.4.2-1) unstable; urgency=low + + * New upstream version + + -- Bastian Blank Sat, 7 Jul 2001 22:52:51 +0200 + +gpa (0.4.1-2) unstable; urgency=low + + * fix build-depends (closes: #93718) + + -- Bastian Blank Thu, 12 Apr 2001 21:44:09 +0200 + +gpa (0.4.1-1) unstable; urgency=low + + * New upstream version + * fix pointer problem in ./jnlib/logging.c +230 (closes: #90920) + + -- Bastian Blank Thu, 5 Apr 2001 17:28:51 +0200 + +gpa (0.3.1-2) unstable; urgency=low + + * add icon (closes: #89678) + * change description (closes: #89681) + * updating build-depends + + -- Bastian Blank Fri, 16 Mar 2001 18:27:36 +0100 + +gpa (0.3.1-1) unstable; urgency=low + + * Disable tips. + * Fix header problem in ./jnlib/stringhelp.c + * Initial Release. (closes: #80518) + + -- Bastian Blank Mon, 12 Feb 2001 21:42:28 +0100 + +gpa (0.3.1-0.2) unstable; urgency=low + + * Write description. + + -- Bastian Blank Tue, 26 Dec 2000 12:44:00 +0100 + +gpa (0.3.1-0.1) unstable; urgency=low + + * Initial internal Release. + + -- Bastian Blank Mon, 11 Dec 2000 08:13:59 +0100 + --- gpa-0.9.0.orig/debian/gpa.install +++ gpa-0.9.0/debian/gpa.install @@ -0,0 +1 @@ +debian/gpa.xpm usr/share/pixmaps/ --- gpa-0.9.0.orig/debian/copyright +++ gpa-0.9.0/debian/copyright @@ -0,0 +1,88 @@ +This package was debianized by Bastian Blank on +Sun, 5 Jan 2003 13:28:44 +0100. It is currently maintained by the +Debian GnuPG-Maintainers . + +It was downloaded from: + + http://wald.intevation.org/projects/gpa/ + +Upstream Authors: + + Markus Gerwinski + Peter Gerwinski + Werner Koch et al. + + Please refer to the file `AUTHORS' for the full list of people who + made this software possible. + +Copyright: + + Copyright (C) 2000-2002 G-N-U GmbH (http://www.g-n-u.de). + Copyright (C) 2002-2004 Miguel Coca. + Copyright (C) 2005-2009 g10 Code GmbH. + + GPA uses fragments from the following programs and libraries: + JNLIB, Copyright (C) 1998-2000 Free Software Foundation, Inc. + GPGME, Copyright (C) 2000-2001 Werner Koch + WinPT, Copyright (C) 2000-2002 Timo Schulz + +License: GPL2+, GPL3+ and LGPLv3+ + + Some files are licensed under GPL v2+: + + GPA 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. + + GPA 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 GNU/Linux systems, the complete text of the GNU General + Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. + + Some files are licensed under GPL v3+: + + GPA 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 3 of the License, or + (at your option) any later version. + + GPA 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, see . */ + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License v3 can be found in `/usr/share/common-licenses/GPL-3'. + + The files src/strlist.c, src/strlist.h, src/w32-afunix.c and + src/w32-afunix.h have been taken from JNLIB and have been licensed under the + the LGPL v3+: + + JNLIB is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 3 of + the License, or (at your option) any later version. + + JNLIB 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, see . + + On Debian GNU/Linux systems, the complete text of the GNU Lesser General + Public License v3 can be found in `/usr/share/common-licenses/LGPL-3'. + --- gpa-0.9.0.orig/debian/compat +++ gpa-0.9.0/debian/compat @@ -0,0 +1 @@ +5 --- gpa-0.9.0.orig/debian/gpa.menu +++ gpa-0.9.0/debian/gpa.menu @@ -0,0 +1,6 @@ +?package(gpa):\ + needs="X11"\ + section="Applications/System/Security"\ + title="GNU Privacy Assistant"\ + icon="/usr/share/pixmaps/gpa.xpm"\ + command="/usr/bin/gpa" --- gpa-0.9.0.orig/debian/rules +++ gpa-0.9.0/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +LDFLAGS += -Wl,--as-needed + +config.status: configure + dh_testdir + test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + ./configure \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + LDFLAGS="$(LDFLAGS)" + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/gpa + +binary-indep: build install +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs NEWS + dh_install + dh_installdocs + dh_installman + dh_installmenu + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gpa-0.9.0.orig/debian/gpa.dirs +++ gpa-0.9.0/debian/gpa.dirs @@ -0,0 +1 @@ +usr/share/pixmaps --- gpa-0.9.0.orig/debian/gpa.manpages +++ gpa-0.9.0/debian/gpa.manpages @@ -0,0 +1 @@ +debian/gpa.1 --- gpa-0.9.0.orig/debian/gpa.xpm +++ gpa-0.9.0/debian/gpa.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"32 32 14 1", +" c black", +". c #191919", +"X c gray20", +"o c #7f7f00", +"O c #4c4c4c", +"+ c #666667", +"@ c gray50", +"# c yellow", +"$ c gray60", +"% c #b2b2b2", +"& c gray80", +"* c gray90", +"= c white", +"- c None", +/* pixels */ +"----------@+--------------------", +"---------.oooX------------------", +"-------OX##ooo.-----------------", +"-------o###X-X#X----------------", +"------+o###.+o#.----------------", +"------+o####o##.----------------", +"-------o#######.----------------", +"------.o######X-----------------", +"-----.o#ooo#oXO---------+.o.@---", +"----.o#oX+X.O----------OX##.----", +"---.o##.-------------@.o##XX----", +"--.o#o.O-----O. . .X##o.+$----", +"-.o#o ----X .+%*=*X.o##XX$%-----", +".o##.---- @&====&Xo##o O%------", +".## +---.+==$%@O o##X +----@", +"...O---+.*=% . .o o. .%*@ .... ", +"------- $=$+%.o##. +====*$OO ", +"------O && O.o#o .O&&======& ", +"------ *+ o##..O+$$$=======& ", +"-----@ X.o#o.+============*% ", +"=====O o##X %%%==========*+& ", +"=====$ o#o O+%**$+.X+@@@. ", +"+%==&X.. .. .OO ", +"O %=OXX+$O +$$$$+++@$$$$ ", +"O %%$$%&$..X@$X .%---%$$$%&---+", +"$ $%*==*$$$$$$$$-------------$", +"-O %====*&O@$$----------------", +"-$O %===&X+$$-----------------", +"--%+ %=%.+$%------------------", +"---%+ + +$%-------------------", +"----&$. O$%--------------------", +"------$.O$%---------------------" +};