[Pkg-privacy-commits] [libotr] 130/225: Imported Debian patch 2.0.1-1

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:11 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 22d2e3641564c14156cc6148f06e43c497285572
Author: Thibaut VARENE <varenet at debian.org>
Date:   Wed Feb 23 20:20:06 2005 +0100

    Imported Debian patch 2.0.1-1
---
 debian/changelog                                   | 19 ++++++++++
 {packaging/debian => debian}/compat                |  0
 {packaging/debian => debian}/control               | 42 +++++++++++++++++-----
 {packaging/debian => debian}/docs                  |  0
 debian/libotr1-bin.copyright                       | 27 ++++++++++++++
 .../debian/libotr1.dirs => debian/libotr1-bin.dirs |  1 -
 .../libotr1.install => debian/libotr1-bin.install  |  1 -
 .../copyright => debian/libotr1-dev.copyright      | 11 +++---
 {packaging/debian => debian}/libotr1-dev.dirs      |  0
 {packaging/debian => debian}/libotr1-dev.install   |  0
 .../debian/copyright => debian/libotr1.copyright   | 11 +++---
 debian/libotr1.dirs                                |  1 +
 debian/libotr1.install                             |  1 +
 {packaging/debian => debian}/rules                 |  2 +-
 {packaging/debian => debian}/watch                 |  0
 15 files changed, 95 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..446881f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,19 @@
+libotr (2.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * First Debian upload (closes: #291261)
+
+ -- Thibaut VARENE <varenet at debian.org>  Wed, 23 Feb 2005 20:20:06 +0100
+
+libotr (2.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- OTR Dev Team <otr at cypherpunks.ca>  Tue, 08 Feb 2005 15:00:13 -0500
+
+libotr (1.99.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- OTR Dev Team <otr at cypherpunks.ca>  Wed, 02 Feb 2005 09:37:01 -0500
+
diff --git a/packaging/debian/compat b/debian/compat
similarity index 100%
copy from packaging/debian/compat
copy to debian/compat
diff --git a/packaging/debian/control b/debian/control
similarity index 56%
copy from packaging/debian/control
copy to debian/control
index 3f08dc7..f9738c1 100644
--- a/packaging/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
-Source: libotr1
+Source: libotr
 Section: libs
 Priority: optional
-Maintainer: OTR Dev Team <otr at cypherpunks.ca>
+Maintainer: Thibaut VARENE <varenet at debian.org>
 Build-Depends: debhelper (>= 4.0.0), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0)
 Standards-Version: 3.6.1
 
 Package: libotr1
 Section: libs
 Architecture: any
-Depends: libgpg-error0 (>= 1.0), libgcrypt11 (>= 1.2.0)
+Depends: libotr1-bin (>= ${Source-Version}), ${shlibs:Depends}
 Replaces: libotr0
-Description: Off-the-Record Messaging Library and Toolkit
+Description: Off-the-Record Messaging library
  Off-the-Record (OTR) Messaging Library and Toolkit
  .
  OTR allows you to have private conversations over IM by providing:
@@ -28,15 +28,39 @@ Description: Off-the-Record Messaging Library and Toolkit
     - If you lose control of your private keys, no previous conversation
       is compromised.
 
+Package: libotr1-bin
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: toolkit for Off-the-Record Messaging library
+ Off-the-Record (OTR) Messaging Library toolkit
+ .
+ OTR allows you to have private conversations over IM by providing:
+  - Encryption
+    - No one else can read your instant messages.
+  - Authentication
+    - You are assured the correspondent is who you think it is.
+  - Deniability
+    - The messages you send do _not_ have digital signatures that are
+      checkable by a third party.  Anyone can forge messages after a
+      conversation to make them look like they came from you.  However,
+      _during_ a conversation, your correspondent is assured the messages
+      he sees are authentic and unmodified.
+  - 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.
+
 Package: libotr1-dev
 Section: libdevel
 Architecture: any
-Depends: libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), libotr1 (= ${Source-Version})
+Depends: libotr1 (= ${Source-Version}), ${shlibs:Depends}
 Provides: libotr-dev
 Conflicts: libotr-dev
 Replaces: libotr-dev, libotr0-dev
-Description: Off-the-Record Messaging Library and Toolkit
- Off-the-Record (OTR) Messaging Library and Toolkit
+Description: Off-the-Record Messaging library development files
+ Off-the-Record (OTR) Messaging Library
  .
  OTR allows you to have private conversations over IM by providing:
   - Encryption
@@ -52,4 +76,6 @@ Description: Off-the-Record Messaging Library and Toolkit
   - 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.
diff --git a/packaging/debian/docs b/debian/docs
similarity index 100%
copy from packaging/debian/docs
copy to debian/docs
diff --git a/debian/libotr1-bin.copyright b/debian/libotr1-bin.copyright
new file mode 100644
index 0000000..dc2efc5
--- /dev/null
+++ b/debian/libotr1-bin.copyright
@@ -0,0 +1,27 @@
+This package was debianized by OTR Dev Team <otr at cypherpunks.ca> on
+Tue, 18 Jan 2005 16:23:41 -0500.
+
+It was downloaded from http://www.cypherpunks.ca/otr/
+
+Copyright (C) 2004-2005 by Nikita Borisov and Ian Goldberg
+
+Upstream Authors: OTR Dev Team <otr at cypherpunks.ca>
+
+License:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of version 2 of the GNU General Public License
+  as published by the Free Software Foundation.
+
+  This program 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 package; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+  02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/packaging/debian/libotr1.dirs b/debian/libotr1-bin.dirs
similarity index 77%
copy from packaging/debian/libotr1.dirs
copy to debian/libotr1-bin.dirs
index d96c6d6..98d1583 100644
--- a/packaging/debian/libotr1.dirs
+++ b/debian/libotr1-bin.dirs
@@ -1,3 +1,2 @@
-usr/lib
 usr/bin
 usr/share/man/man1
diff --git a/packaging/debian/libotr1.install b/debian/libotr1-bin.install
similarity index 65%
copy from packaging/debian/libotr1.install
copy to debian/libotr1-bin.install
index 193548c..f250696 100644
--- a/packaging/debian/libotr1.install
+++ b/debian/libotr1-bin.install
@@ -1,3 +1,2 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib
 debian/tmp/usr/bin/* usr/bin
 debian/tmp/usr/share/man/* usr/share/man
diff --git a/packaging/debian/copyright b/debian/libotr1-dev.copyright
similarity index 67%
copy from packaging/debian/copyright
copy to debian/libotr1-dev.copyright
index a554e28..7de755e 100644
--- a/packaging/debian/copyright
+++ b/debian/libotr1-dev.copyright
@@ -10,19 +10,20 @@ Upstream Authors: OTR Dev Team <otr at cypherpunks.ca>
 License:
 
    This package 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; version 2 dated June, 1991.
+   it under  the terms of the GNU Lesser General Public Licence
+   as published by the Free Software Foundation; version 2.1 dated
+   February, 1999.
 
    This package 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 package; if not, write to the Free Software
+   You should have received a copy of the GNU Lesser General Public
+   License along with this package; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
diff --git a/packaging/debian/libotr1-dev.dirs b/debian/libotr1-dev.dirs
similarity index 100%
copy from packaging/debian/libotr1-dev.dirs
copy to debian/libotr1-dev.dirs
diff --git a/packaging/debian/libotr1-dev.install b/debian/libotr1-dev.install
similarity index 100%
copy from packaging/debian/libotr1-dev.install
copy to debian/libotr1-dev.install
diff --git a/packaging/debian/copyright b/debian/libotr1.copyright
similarity index 67%
copy from packaging/debian/copyright
copy to debian/libotr1.copyright
index a554e28..7de755e 100644
--- a/packaging/debian/copyright
+++ b/debian/libotr1.copyright
@@ -10,19 +10,20 @@ Upstream Authors: OTR Dev Team <otr at cypherpunks.ca>
 License:
 
    This package 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; version 2 dated June, 1991.
+   it under  the terms of the GNU Lesser General Public Licence
+   as published by the Free Software Foundation; version 2.1 dated
+   February, 1999.
 
    This package 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 package; if not, write to the Free Software
+   You should have received a copy of the GNU Lesser General Public
+   License along with this package; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
diff --git a/debian/libotr1.dirs b/debian/libotr1.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/libotr1.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libotr1.install b/debian/libotr1.install
new file mode 100644
index 0000000..c19d2df
--- /dev/null
+++ b/debian/libotr1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.* usr/lib
diff --git a/packaging/debian/rules b/debian/rules
similarity index 97%
copy from packaging/debian/rules
copy to debian/rules
index 64a5b87..7d96d25 100755
--- a/packaging/debian/rules
+++ b/debian/rules
@@ -89,7 +89,7 @@ binary-arch: build install
 #	dh_python
 	dh_makeshlibs -V
 	dh_installdeb
-#	dh_shlibdeps
+	dh_shlibdeps -L libotr1 -l debian/libotr1/usr/lib
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
diff --git a/packaging/debian/watch b/debian/watch
similarity index 100%
copy from packaging/debian/watch
copy to debian/watch

-- 
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