~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Dustin Kirkland
  • Date: 2016-02-23 20:36:37 UTC
  • mfrom: (873.1.7 ecryptfs-utils)
  • Revision ID: kirkland@ubuntu.com-20160223203637-9wkylylcl5eof3y7
Tags: 110
* Remove unnecessary dependencies in the Debian packaging (LP: #1548975)
  - debian/control: Remove opencryptoki from ecryptfs-utils
  - debian/rules: Remove openCryptoki related logic since it was not being
  - debian/control: Remove libtspi-dev from libecryptfs-dev Depends since
  - debian/control: Remove libpkcs11-helper1-dev from libecryptfs-dev
    Depends since --disable-pkcs11-helper is passed to the configure script
  - debian/control: Remove libgpg-error-dev and libgpgme11-dev from
  - debian/control: Remove libgcrypt11-dev from Build-Depends and
  - debian/control: Remove libkeyutils-dev and libpam0g-dev from

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ecryptfs-utils (110) UNRELEASED; urgency=medium
2
2
 
3
 
  [ Dustin Kirkland ]
4
 
  * UNRELEASED
5
 
 
6
3
  [ Tyler Hicks ]
7
 
  * debian/control: Remove opencryptoki from ecryptfs-utils
8
 
    Suggests and libopencryptoki-dev from libecryptfs-dev Depends as
9
 
    openCryptoki is not a dependency of eCryptfs.
10
 
  * debian/rules: Remove openCryptoki related logic since it was not being
11
 
    used and is no longer needed
12
 
  * debian/control: Remove libtspi-dev from libecryptfs-dev Depends since
13
 
    --disable-tspi is passed to the configure script
14
 
  * debian/control: Remove libpkcs11-helper1-dev from libecryptfs-dev Depends
15
 
    since --disable-pkcs11-helper is passed to the configure script
16
 
  * debian/control: Remove libgpg-error-dev and libgpgme11-dev from
17
 
    libecryptfs-dev Depends since --disable-gpg is passed to the configure
18
 
    script
19
 
  * debian/control: Remove libgcrypt11-dev from Build-Depends and
20
 
    libecryptfs-dev Depends since --enable-nss is passed to the configure
21
 
    script to use NSS instead of Libgcrypt
22
 
  * debian/control: Remove libkeyutils-dev and libpam0g-dev from
23
 
    libecryptfs-dev Depends since these are build-time dependencies and not
24
 
    run-time dependencies
 
4
  * Remove unnecessary dependencies in the Debian packaging (LP: #1548975)
 
5
    - debian/control: Remove opencryptoki from ecryptfs-utils
 
6
      Suggests and libopencryptoki-dev from libecryptfs-dev Depends as
 
7
      openCryptoki is not a dependency of eCryptfs.
 
8
    - debian/rules: Remove openCryptoki related logic since it was not being
 
9
      used and is no longer needed
 
10
    - debian/control: Remove libtspi-dev from libecryptfs-dev Depends since
 
11
      --disable-tspi is passed to the configure script
 
12
    - debian/control: Remove libpkcs11-helper1-dev from libecryptfs-dev
 
13
      Depends since --disable-pkcs11-helper is passed to the configure script
 
14
    - debian/control: Remove libgpg-error-dev and libgpgme11-dev from
 
15
      libecryptfs-dev Depends since --disable-gpg is passed to the configure
 
16
      script
 
17
    - debian/control: Remove libgcrypt11-dev from Build-Depends and
 
18
      libecryptfs-dev Depends since --enable-nss is passed to the configure
 
19
      script to use NSS instead of Libgcrypt
 
20
    - debian/control: Remove libkeyutils-dev and libpam0g-dev from
 
21
      libecryptfs-dev Depends since these are build-time dependencies and not
 
22
      run-time dependencies
25
23
 
26
24
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 22 Jan 2016 10:08:02 -0600
27
25