[Pkg-privacy-commits] [pidgin-otr] 203/255: Imported Debian patch 4.0.0-1
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch experimental
in repository pidgin-otr.
commit 8b17af2eaa6769eb2c6a25418b0afc030c755739
Merge: 3a94be0 75d144e
Author: Thibaut VARENE <varenet at debian.org>
Date: Sat Sep 29 12:27:32 2012 +0200
Imported Debian patch 4.0.0-1
AUTHORS | 2 +-
COPYING | 4 +-
ChangeLog | 185 ++-
INSTALL | 4 +-
INSTALL.mingw | 120 ++
Makefile.am | 2 +-
Makefile.in | 2 +-
Makefile.mingw | 58 +-
NEWS | 38 +
README | 15 +-
aclocal.m4 | 270 +--
configure | 690 +++++++-
configure.ac | 141 +-
debian/changelog | 9 +-
debian/control | 2 +-
debian/patches/fix-French-translation.patch | 100 --
debian/patches/series | 1 -
debian/rules | 2 +-
dialogs.c | 18 +-
dialogs.h | 22 +-
gtk-dialog.c | 2392 +++++++++++++++++----------
gtk-dialog.h | 7 +-
gtk-ui.c | 299 ++--
gtk-ui.h | 7 +-
otr-icons.h | 23 +-
otr-plugin.c | 864 +++++++---
otr-plugin.h | 26 +-
packaging/fedora/pidgin-otr.spec | 21 +-
packaging/windows/pidgin-otr.nsi | 38 +-
po/README | 5 +
po/de.po | 647 +++++---
po/el.po | 854 ++++++++++
po/es.po | 936 +++++++----
po/fa.po | 843 ++++++++++
po/fr.po | 716 +++++---
po/my_MM.po | 797 +++++++++
po/nl.po | 910 ++++++----
po/nn.po | 883 ++++++++++
po/ru.po | 64 +-
po/zh_CN.po | 881 ++++++++++
tooltipmenu.c | 201 +--
tooltipmenu.h | 15 +-
ui.c | 46 +-
ui.h | 7 +-
44 files changed, 10439 insertions(+), 2728 deletions(-)
diff --cc debian/changelog
index 7676273,0000000..87764fb
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,80 -1,0 +1,77 @@@
- pidgin-otr (3.2.1-3+deb7u1) testing-proposed-updates; urgency=low
++pidgin-otr (4.0.0-1) unstable; urgency=low
+
- * Non-maintainer upload.
- * Fix serious issues in French translation, including failures to
- properly communicate their current level of confidentiality to the
- user (Closes: #698449).
++ * New upstream release (Closes: #538644, #549931, #561865)
+
- -- intrigeri <intrigeri at debian.org> Fri, 18 Jan 2013 18:34:54 +0100
++ -- Thibaut VARENE <varenet at debian.org> Sat, 29 Sep 2012 12:27:32 +0200
+
+pidgin-otr (3.2.1-3) unstable; urgency=low
+
+ * Add missing Homepage control field
+
+ -- Thibaut VARENE <varenet at debian.org> Fri, 25 May 2012 10:51:12 -0700
+
+pidgin-otr (3.2.1-2) unstable; urgency=low
+
+ * Enable hardening flags (patch from Felix Geyer) Closes: #673184
+
+ -- Thibaut VARENE <varenet at debian.org> Thu, 17 May 2012 17:39:28 -0700
+
+pidgin-otr (3.2.1-1) unstable; urgency=critical
+
+ * New upstream release
+ * Fix for CVE-2012-2369
+ * Clean lintian warnings
+
+ -- 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 679b283,0000000..9b50ae0
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,31 -1,0 +1,31 @@@
+Source: pidgin-otr
+Section: net
+Priority: optional
+Maintainer: Thibaut VARENE <varenet at debian.org>
- Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), 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
++Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), libgpg-error-dev (>= 1.0), libgcrypt11-dev (>= 1.2.0), libglib2.0-dev (>= 2.4), libgtk2.0-dev (>= 2.4), pidgin-dev, libotr5-dev (>= 4.0.0), libxml-parser-perl, intltool, autotools-dev
+Standards-Version: 3.9.3
+Homepage: http://www.cypherpunks.ca/otr/
+
+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 da5944c,0000000..3ea4415
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,107 -1,0 +1,107 @@@
+#!/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
+
+
+
+
+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 \
+ $(shell dpkg-buildflags --export=configure)
+
+ 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
+
++ dh_install --list-missing
+
+# 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list