~ubuntu-branches/debian/wheezy/ecryptfs-utils/wheezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2011-09-08 12:19:40 UTC
  • mfrom: (1.5.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110908121940-hj0e1f6vebdokmg2
Tags: 92-1
* Merging upstream version 92.
* Updating maintainer and uploaders fields.
* Removing vcs fields.
* Removing references to my old email address.
* Makging packaging distribution neutral.
* Updating year in copyright file.
* Compacting copyright file.
* Dropping unsupported architectures from tpm build-depends.
* Making packages linux-any.
* Moving to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: ecryptfs-utils
2
2
Section: misc
3
3
Priority: optional
4
 
Maintainer: Daniel Baumann <daniel@lists.debian-maintainers.org>
5
 
Uploaders: Daniel Baumann <daniel@debian.org>
 
4
Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
6
5
Build-Depends:
7
6
 debhelper (>= 8), autotools-dev, autoconf, automake, intltool, libtool,
8
7
 libgcrypt11-dev, libglib2.0-dev, libgpg-error-dev, libgpgme11-dev,
9
8
 libkeyutils-dev, libnss3-dev, libpam0g-dev, libpkcs11-helper1-dev, pkg-config,
10
9
 python-dev, swig,
11
 
 libopencryptoki-dev [alpha amd64 arm armel hppa ia64 i386 m68k mips mipsel powerpc sparc],
12
 
 libtspi-dev [alpha amd64 arm armel hppa ia64 i386 m68k mips mipsel powerpc sparc]
 
10
 libopencryptoki-dev [amd64 armel i386 ia64 mips mipsel powerpc sparc],
 
11
 libtspi-dev [amd64 armel i386 ia64 mips mipsel powerpc sparc]
13
12
Standards-Version: 3.9.2
14
13
Homepage: https://launchpad.net/ecryptfs
15
 
Vcs-Browser: http://git.debian-maintainers.org/?p=daniel/ecryptfs-utils.git
16
 
Vcs-Git: git://git.debian-maintainers.org/git/daniel/ecryptfs-utils.git
17
14
 
18
15
Package: ecryptfs-utils
19
16
Section: misc
20
 
Architecture: any
 
17
Architecture: linux-any
21
18
Depends:
22
19
 ${misc:Depends}, ${shlibs:Depends}, gettext-base, keyutils, libnss3-1d,
23
20
 libpam-runtime
41
38
Package: ecryptfs-utils-dbg
42
39
Section: debug
43
40
Priority: extra
44
 
Architecture: any
 
41
Architecture: linux-any
45
42
Depends:
46
43
 ${misc:Depends}, ecryptfs-utils (= ${binary:Version}),
47
44
 libecryptfs0 (= ${binary:Version}), libecryptfs-dev (= ${binary:Version})
53
50
 
54
51
Package: libecryptfs0
55
52
Section: libs
56
 
Architecture: any
 
53
Architecture: linux-any
57
54
Depends: ${misc:Depends}, ${shlibs:Depends}
58
55
Description: ecryptfs cryptographic filesystem (library)
59
56
 eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem
63
60
 
64
61
Package: libecryptfs-dev
65
62
Section: libdevel
66
 
Architecture: any
 
63
Architecture: linux-any
67
64
Depends:
68
65
 ${misc:Depends}, libecryptfs0 (= ${binary:Version}), libgcrypt11-dev,
69
66
 libgpg-error-dev, libgpgme11-dev, libkeyutils-dev, libpam0g-dev,
78
75
 
79
76
Package: python-ecryptfs
80
77
Section: python
81
 
Architecture: any
 
78
Architecture: linux-any
82
79
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
83
80
Provides: ${python:Provides}
84
81
Description: ecryptfs cryptographic filesystem (python)