[Pkg-privacy-commits] [libotr] 137/225: Imported Debian patch 3.0.0+cvs20070515-1

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:14 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 05a744ee521d4cd91d04339dfde6a49d32a0fd10
Merge: 9c9501f 619af41
Author: Thibaut VARENE <varenet at debian.org>
Date:   Tue May 15 18:55:22 2007 +0200

    Imported Debian patch 3.0.0+cvs20070515-1

 ChangeLog           |    30 +
 Makefile.in         |   198 +-
 Protocol-v1.txt     |   625 +++
 Protocol-v2.html    |    13 +-
 aclocal.m4          |  2295 +++++----
 config.guess        |   651 +--
 config.sub          |   185 +-
 configure           | 13980 +++++++++++++++++++++++++-------------------------
 debian/changelog    |     6 +
 debian/control      |     4 +-
 debian/rules        |     2 +-
 depcomp             |   128 +-
 install-sh          |   422 +-
 ltmain.sh           |  1265 +++--
 makedist            |     7 +
 missing             |   143 +-
 src/Makefile.in     |   163 +-
 src/auth.c          |     2 +-
 src/context.h       |     6 +-
 src/privkey.c       |   143 +-
 src/privkey.h       |    25 +
 src/proto.h         |     4 +-
 src/tests.c         |   252 +
 toolkit/Makefile.in |   158 +-
 24 files changed, 11512 insertions(+), 9195 deletions(-)

diff --cc debian/changelog
index f7e0cfd,0000000..20ded25
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,39 -1,0 +1,45 @@@
++libotr (3.0.0+cvs20070515-1) unstable; urgency=low
++
++  * Upstream snapshot to work with pidgin-otr (Closes: #423722)
++
++ -- Thibaut VARENE <varenet at debian.org>  Tue, 15 May 2007 18:55:22 +0200
++
 +libotr (3.0.0-2) unstable; urgency=low
 +
 +  * Fix typo: "malformed messahes" (Closes: #345400)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Mon,  2 Jan 2006 19:52:18 +0100
 +
 +libotr (3.0.0-1) unstable; urgency=low
 +
 +  * New upstream release (closes: #337851)
 +  * Support for OTR protocol version 2
 +
 + -- Thibaut VARENE <varenet at debian.org>  Sat, 19 Nov 2005 00:08:41 +0100
 +
 +libotr (2.0.2-1) unstable; urgency=high
 +
 +  * New upstream release
 +  * Fixes a potential security issue (buffer overflow in src/privkey.c)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Mon, 16 May 2005 18:53:59 +0200
 +
 +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 --cc debian/control
index ade90b0,0000000..2f60cc4
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,83 -1,0 +1,83 @@@
 +Source: libotr
 +Section: libs
 +Priority: optional
 +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.2
++Standards-Version: 3.7.2
 +
 +Package: libotr2
 +Section: libs
 +Architecture: any
 +Depends: ${shlibs:Depends}
- Recommends: libotr2-bin (>= ${Source-Version})
++Suggests: libotr2-bin (>= ${Source-Version})
 +Replaces: libotr0
 +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:
 +  - 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.
 +
 +Package: libotr2-bin
 +Section: misc
 +Architecture: any
 +Depends: ${shlibs:Depends}
 +Conflicts: libotr1-bin
 +Replaces: libotr1-bin
 +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: libotr2-dev
 +Section: libdevel
 +Architecture: any
 +Depends: libotr2 (= ${Source-Version}), ${shlibs:Depends}
 +Conflicts: libotr-dev, libotr1-dev
 +Replaces: libotr-dev, libotr0-dev, libotr1-dev
 +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
 +    - 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 header files and static libraries needed to
 +  develop applications using libotr.
diff --cc debian/rules
index 7d96d25,0000000..012936f
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,98 -1,0 +1,98 @@@
 +#!/usr/bin/make -f
 +# -*- makefile -*-
 +# Sample debian/rules that uses debhelper.
 +# This file was originally written by Joey Hess and Craig Small.
 +# As a special exception, when this file is copied by dh-make into a
 +# dh-make output file, you may use that output file without restriction.
 +# This special exception was added by Craig Small in version 0.37 of dh-make.
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +
 +
 +
 +CFLAGS = -Wall -g
 +
 +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 +	CFLAGS += -O0
 +else
 +	CFLAGS += -O2
 +endif
 +
 +configure: configure-stamp
 +configure-stamp:
 +	dh_testdir
 +	# Add here commands to configure the package.
 +
 +	touch configure-stamp
 +
 +
 +build: build-stamp
 +
 +build-stamp: configure-stamp 
 +	dh_testdir
 +
 +	# Add here commands to compile the package.
 +	./configure --with-pic --prefix=/usr --mandir=/usr/share/man
 +	$(MAKE)
 +
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp configure-stamp
 +
 +	# Add here commands to clean up after the build process.
 +	-$(MAKE) clean
 +
 +	dh_clean 
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_clean -k 
 +	dh_installdirs
 +
 +	# Add here commands to install the package
 +	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 +
 +
 +# Build architecture-independent files here.
 +binary-indep: build install
 +# We have nothing to do by default.
 +
 +# Build architecture-dependent files here.
 +binary-arch: build install
 +	dh_testdir
 +	dh_testroot
 +	dh_installchangelogs ChangeLog
 +	dh_installdocs
 +#	dh_installexamples
 +	dh_install
 +#	dh_installmenu
 +#	dh_installdebconf	
 +#	dh_installlogrotate
 +#	dh_installemacsen
 +#	dh_installpam
 +#	dh_installmime
 +#	dh_installinit
 +#	dh_installcron
 +#	dh_installinfo
 +#	dh_installman
 +#	dh_link
 +	dh_strip
 +	dh_compress
 +	dh_fixperms
 +#	dh_perl
 +#	dh_python
 +	dh_makeshlibs -V
 +	dh_installdeb
- 	dh_shlibdeps -L libotr1 -l debian/libotr1/usr/lib
++	dh_shlibdeps -L libotr2 -l debian/libotr2/usr/lib
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install configure

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