~ubuntu-branches/ubuntu/wily/signing-party/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-02-23 21:37:20 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090223213720-98hkq51ynr3oaic7
Tags: 1.1-2
Fix build error when only building the binary package
by fixing the build-arch target (Closes: #516804).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: misc
3
3
Priority: extra
4
4
Maintainer: Thijs Kinkhorst <thijs@debian.org>
5
 
Uploaders: Simon Richter <sjr@debian.org>, Peter Palfrader <weasel@debian.org>, Christoph Berg <myon@debian.org>
6
 
Build-Depends: debhelper (>= 5)
7
 
Standards-Version: 3.7.3
 
5
Uploaders: Simon Richter <sjr@debian.org>,
 
6
 Peter Palfrader <weasel@debian.org>,
 
7
 Christoph Berg <myon@debian.org>,
 
8
 Franck Joncourt <franck.mail@dthconnex.com>
 
9
Build-Depends: debhelper (>= 7), quilt
 
10
Standards-Version: 3.8.0
8
11
Homepage: http://pgp-tools.alioth.debian.org/
9
 
Vcs-Svn: svn://svn.debian.org/svn/pgp-tools
 
12
Vcs-Svn: svn://svn.debian.org/svn/pgp-tools/trunk
10
13
Vcs-Browser: http://svn.debian.org/wsvn/pgp-tools
11
14
 
12
15
Package: signing-party
13
 
Section: misc
14
 
Architecture: all
15
 
Depends: gnupg, libgnupg-interface-perl, libtext-template-perl, libmime-tools-perl, libmailtools-perl
 
16
Architecture: any
 
17
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, gnupg, 
 
18
 libgnupg-interface-perl, libtext-template-perl, libmime-tools-perl,
 
19
 libmailtools-perl, libterm-readkey-perl, libclass-methodmaker-perl
16
20
Recommends: exim4 | mail-transport-agent, libtext-iconv-perl | libintl-perl | recode, dialog | whiptail, libpaper-utils,
17
21
# springraph
18
22
 libgd-gd2-noxpm-perl | libgd-gd2-perl
19
 
Suggests: imagemagick | graphicsmagick-imagemagick-compat
20
 
Replaces: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1)
21
 
Conflicts: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1)
22
 
Provides: sig2dot, springgraph
 
23
Suggests: imagemagick | graphicsmagick-imagemagick-compat, wipe,
 
24
# keyanalyze
 
25
 mutt
 
26
Replaces: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1)
 
27
Conflicts: keylookup (<< 3.0), sig2dot (<< 1), springgraph (<< 1), keyanalyze (<< 0.1)
 
28
Provides: sig2dot, springgraph, keyanalyze
23
29
Description: Various OpenPGP related tools
24
30
 signing-party is a collection for all kinds of PGP/GnuPG related things,
25
31
 including tools for signing keys, keyring analysis, and party preparation.
29
35
  * pgp-fixkey: removes broken packets from keys
30
36
  * gpg-mailkeys: simply mail out a signed key to its owner
31
37
  * gpg-key2ps: generate PostScript file with fingerprint paper strips
 
38
  * gpgdir: recursive directory encryption tool
32
39
  * gpglist: show who signed which of your UIDs
33
40
  * gpgsigs: annotates list of GnuPG keys with already done signatures
34
41
  * gpgparticipants: create list of party participants for the organiser
 
42
  * gpgwrap: a passphrase wrapper
 
43
  * keyanalyze: minimum signing distance (MSD) analysis on keyrings
35
44
  * keylookup: ncurses wrapper around gpg --search
36
45
  * sig2dot: converts a list of GnuPG signatures to a .dot file
37
46
  * springgraph: creates a graph from a .dot file
38
47
 
39
 
Package: sig2dot
40
 
Section: graphics
 
48
Package: keyanalyze
41
49
Architecture: all
42
 
Depends: signing-party (>= 1.0)
 
50
Depends: signing-party (>= 1.1)
43
51
Description: transitional package to pull in signing-party
44
 
 This is an empty package to pull in signing-party in which sig2dot is
 
52
 This is an empty package to pull in signing-party in which keyanalyze is
45
53
 now included. It can safely be removed.
46
54
 
47
 
Package: springgraph
48
 
Section: graphics
49
 
Architecture: all
50
 
Depends: signing-party (>= 1.0)
51
 
Description: transitional package to pull in signing-party
52
 
 This is an empty package to pull in signing-party in which springgraph is
53
 
 now included. It can safely be removed.