[pkg-otr-team] [irssi-plugin-otr] 02/02: Imported Debian patch 3.2.1-1

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:15 UTC 2014


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

holger pushed a commit to annotated tag debian/3.2.1-1
in repository irssi-plugin-otr.

commit 547b51c7cc0a7b10aa65019cfb02df719f9f27af
Merge: fca9d1f d57d814
Author: Thibaut VARENE <varenet at debian.org>
Date:   Mon May 14 21:31:23 2012 +0200

    Imported Debian patch 3.2.1-1

 ChangeLog                        |    81 +
 INSTALL                          |     2 +-
 Makefile.in                      |   451 +-
 Makefile.mingw                   |    47 +-
 Makefile.static                  |     2 +-
 README                           |     4 +-
 aclocal.m4                       | 11429 ++++++++-------
 config.guess                     |   191 +-
 config.h.in                      |     7 +
 config.sub                       |   210 +-
 configure                        | 29024 ++++++++++++++-----------------------
 configure.ac                     |     4 +-
 debian/changelog                 |    10 +-
 debian/control                   |     2 +-
 debian/rules                     |     3 +
 debian/source/format             |     1 +
 debian/watch                     |     3 -
 depcomp                          |   172 +-
 gtk-dialog.c                     |    14 +-
 install-sh                       |   517 +-
 intltool-extract.in              |   841 --
 intltool-merge.in                |  1356 --
 intltool-update.in               |  1089 --
 ltmain.sh                        | 13164 +++++++++--------
 missing                          |   104 +-
 otr-plugin.c                     |     3 +-
 packaging/windows/pidgin-otr.nsi |    37 +-
 po/Makefile.in.in                |    60 +-
 po/de.po                         |   235 +-
 po/fr.po                         |   570 +-
 po/it.po                         |   497 +
 po/{de.po => pl.po}              |   279 +-
 po/sv.po                         |   595 +
 po/vi.po                         |   591 +
 34 files changed, 28066 insertions(+), 33529 deletions(-)

diff --cc debian/changelog
index e1e9e07,0000000..f789e56
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,59 -1,0 +1,59 @@@
- pidgin-otr (3.2.0-5+squeeze1) stable-security; urgency=high
++pidgin-otr (3.2.1-1) unstable; urgency=critical
 +
-   * Non-maintainer upload by the Security Team.
-   * CVE-2012-2369: Fix format vulnerability in log messages
-     (Closes: #673154)
++  * New upstream release
++  * Fix for CVE-2012-2369
++  * Clean lintian warnings
 +
-  -- Jonathan Wiltshire <jmw at debian.org>  Sat, 19 May 2012 17:46:00 +0100
++ -- Thibaut VARENE <varenet at debian.org>  Mon, 14 May 2012 21:31:23 +0200
 +
 +pidgin-otr (3.2.0-5) unstable; urgency=low
 +
 +  * Fix key generation to use /dev/urandom with more recent libgcrypt
 +    versions, patch from Felix Geyer (Closes: #550375)
 +  * Allow to copy the fingerprints from the authentication dialog,
 +    patch from Felix Geyer (Closes: #544995) (LP: #310769)
 +  * Fix outdated config.{sub,guess}
 +
 + -- Thibaut VARENE <varenet at debian.org>  Wed, 11 Nov 2009 16:20:11 +0100
 +
 +pidgin-otr (3.2.0-4) unstable; urgency=low
 +
 +  * update pot at build time, patch from Sebastien Bacher (Closes: #518466)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Mon, 23 Mar 2009 13:29:18 +0100
 +
 +pidgin-otr (3.2.0-3) unstable; urgency=low
 +
 +  * Ship translation files with the package
 +
 + -- Thibaut VARENE <varenet at debian.org>  Sun, 15 Feb 2009 04:00:23 +0100
 +
 +pidgin-otr (3.2.0-2) unstable; urgency=high
 +
 +  * Make key generation use /dev/urandom (Closes: #489523)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Thu, 10 Jul 2008 17:34:32 +0200
 +
 +pidgin-otr (3.2.0-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #486639)
 +  * Use gender neutral pronouns in strings (Closes: #425315)
 +  * Move icon to the menu bar (Closes: #425318)
 +  * Security patch from Caspar Clemens Mierau
 +    (http://otr.cvs.sourceforge.net/otr/gaim-otr/otr-plugin.c?revision=1.19&view=markup)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Sun, 22 Jun 2008 23:24:49 +0200
 +
 +pidgin-otr (3.1.0-1) unstable; urgency=low
 +
 +  * New upstream release (closes: #435055, #435836)
 +  * Build depend on newer libotr (closes: #430349)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Mon, 20 Aug 2007 21:49:14 +0200
 +
 +pidgin-otr (3.0.0+cvs20070508-1) unstable; urgency=low
 +
 +  * Initial release of the newly renamed gaim-otr plugin (closes: #422834)
 +
 + -- Thibaut VARENE <varenet at debian.org>  Tue, 08 May 2007 17:21:54 +0200
 +
diff --cc debian/control
index 336b1f3,0000000..b0d3d41
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,30 -1,0 +1,30 @@@
 +Source: pidgin-otr
 +Section: net
 +Priority: optional
 +Maintainer: Thibaut VARENE <varenet at debian.org>
 +Build-Depends: debhelper (>= 7), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), pidgin-dev, libotr2-dev (>= 3.1.0), libxml-parser-perl, intltool, autotools-dev
- Standards-Version: 3.8.3
++Standards-Version: 3.9.3
 +
 +Package: pidgin-otr
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}
 +Description: Off-the-Record Messaging plugin for pidgin
 + Off-the-Record (OTR) Messaging plugin for pidgin
 + .
 + 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 is a pidgin plugin which implements Off-the-Record (OTR) Messaging.
 +
diff --cc debian/rules
index ae974bf,0000000..2bbbca9
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,111 -1,0 +1,114 @@@
 +#!/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
 +
 +	ln -sf /usr/share/misc/config.sub .
 +	ln -sf /usr/share/misc/config.guess .
 +	rm -f config.cache
 +
 +	# Add here commands to configure the package.
 +	./configure --host=$(DEB_HOST_GNU_TYPE)\
 +		--build=$(DEB_BUILD_GNU_TYPE)\
 +		--prefix=/usr\
 +		--mandir=\$${prefix}/share/man\
 +		--infodir=\$${prefix}/share/info \
 +
 +	touch configure-stamp
 +
 +
++build-arch: build
++build-indep: build
++
 +build: build-stamp
 +
 +build-stamp: configure-stamp 
 +	dh_testdir
 +
 +	# Add here commands to compile the package.
 +	$(MAKE)
 +	#docbook-to-man debian/pidgin-otr.sgml > pidgin-otr.1
 +
 +	cd po; intltool-update --verbose --pot
 +
 +	touch build-stamp
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp configure-stamp
 +
 +	# Add here commands to clean up after the build process.
 +	[ ! -f Makefile ] || $(MAKE) distclean
 +
 +	dh_clean 
 +
 +install: build
 +	dh_testdir
 +	dh_testroot
 +	dh_prep
 +	dh_installdirs
 +
 +	# Add here commands to install the package into debian/pidgin-otr.
 +	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 +
 +
 +# 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
 +	dh_installdeb
 +	dh_shlibdeps
 +	dh_pidgin
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +binary: binary-indep binary-arch
 +.PHONY: build clean binary-indep binary-arch binary install configure
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 271b0de,0000000..7c0f09d
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,6 -1,0 +1,3 @@@
- # Example watch control file for uscan
- # Rename this file to "watch" and then you can run the "uscan" command
- # to check for upstream updates and more.
 +# Site		Directory		Pattern			Version	Script
 +version=2
 +http://www.cypherpunks.ca/otr/	pidgin-otr-(.*)\.t(?:ar\.)?gz	debian	uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-otr/packages/irssi-plugin-otr.git



More information about the Pkg-otr-team mailing list