[Pkg-privacy-commits] [libotr] 167/225: Cleanup debian/control with cme, including: drop versioned dependencies satisfied in oldstable (Squeeze).

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository libotr.

commit e1313284d39c124163cd27f58826e26ed2439b00
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Feb 18 20:26:59 2014 +0000

    Cleanup debian/control with cme, including: drop versioned dependencies satisfied in oldstable (Squeeze).
---
 debian/control | 45 +++++++++++++++++++++++++++++----------------
 1 file changed, 29 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index c991990..d6291ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,18 @@
 Source: libotr
+Maintainer: Debian OTR Team <pkg-otr-team at lists.alioth.debian.org>
 Section: libs
 Priority: optional
-Maintainer: Debian OTR Team <pkg-otr-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), autotools-dev
+Build-Depends: debhelper (>= 7.0.0),
+               libgpg-error-dev,
+               libgcrypt11-dev,
+               autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://www.cypherpunks.ca/otr/
 
 Package: libotr5
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: libotr5-bin (>= ${binary:Version})
 Description: Off-the-Record Messaging library
  Off-the-Record (OTR) Messaging Library and Toolkit
@@ -29,11 +33,13 @@ Description: Off-the-Record Messaging library
       is compromised.
 
 Package: libotr5-bin
-Section: misc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libotr1-bin, libotr2-bin
-Replaces: libotr1-bin, libotr2-bin
+Section: misc
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: libotr2-bin
+Replaces: libotr1-bin,
+          libotr2-bin
 Description: toolkit for Off-the-Record Messaging library
  Off-the-Record (OTR) Messaging Library toolkit
  .
@@ -51,16 +57,23 @@ Description: toolkit for Off-the-Record Messaging library
   - Perfect forward secrecy
     - If you lose control of your private keys, no previous conversation
       is compromised.
-  .
-  This package contains the program files for the OTR library.
+ .
+ This package contains the program files for the OTR library.
 
 Package: libotr5-dev
-Section: libdevel
 Architecture: any
-Depends: libotr5 (= ${binary:Version}), libgcrypt11-dev, ${shlibs:Depends}, ${misc:Depends}
+Section: libdevel
+Depends: libotr5 (= ${binary:Version}),
+         libgcrypt11-dev,
+         ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: pkg-config
-Conflicts: libotr-dev, libotr1-dev, libotr2-dev
-Replaces: libotr-dev, libotr0-dev, libotr1-dev, libotr2-dev
+Conflicts: libotr1-dev,
+           libotr2-dev
+Replaces: libotr-dev,
+          libotr0-dev,
+          libotr1-dev,
+          libotr2-dev
 Description: Off-the-Record Messaging library development files
  Off-the-Record (OTR) Messaging Library
  .
@@ -78,6 +91,6 @@ Description: Off-the-Record Messaging library development files
   - Perfect forward secrecy
     - If you lose control of your private keys, no previous conversation
       is compromised.
-  .
-  This package contains the header files and static libraries needed to
-  develop applications using libotr.
+ .
+ This package contains the header files and static libraries needed to
+ develop applications using libotr.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list