[Pkg-voip-commits] r10634 - in /bzrtp/trunk/debian: ./ patches/ source/
lechner-guest at alioth.debian.org
lechner-guest at alioth.debian.org
Sat May 16 22:22:23 UTC 2015
Author: lechner-guest
Date: Sat May 16 22:22:22 2015
New Revision: 10634
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10634
Log:
[svn-inject] Applying Debian modifications (1.0.2-1) to trunk
Added:
bzrtp/trunk/debian/ (with props)
bzrtp/trunk/debian/changelog
bzrtp/trunk/debian/compat
bzrtp/trunk/debian/control
bzrtp/trunk/debian/copyright
bzrtp/trunk/debian/libbzrtp-dev.install
bzrtp/trunk/debian/libbzrtp-dev.lintian-overrides
bzrtp/trunk/debian/libbzrtp0-dbg.lintian-overrides
bzrtp/trunk/debian/libbzrtp0.install
bzrtp/trunk/debian/libbzrtp0.lintian-overrides
bzrtp/trunk/debian/libbzrtp0.symbols
bzrtp/trunk/debian/patches/
bzrtp/trunk/debian/patches/series
bzrtp/trunk/debian/rules (with props)
bzrtp/trunk/debian/source/
bzrtp/trunk/debian/source.lintian-overrides
bzrtp/trunk/debian/source/format
bzrtp/trunk/debian/watch
Propchange: bzrtp/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: bzrtp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/changelog?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/changelog (added)
+++ bzrtp/trunk/debian/changelog Sat May 16 22:22:22 2015
@@ -0,0 +1,5 @@
+bzrtp (1.0.2-1) unstable; urgency=medium
+
+ * Initial release (Closes: #785461)
+
+ -- Felix Lechner <felix.lechner at gmail.com> Fri, 15 May 2015 17:53:36 -0700
Added: bzrtp/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/compat?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/compat (added)
+++ bzrtp/trunk/debian/compat Sat May 16 22:22:22 2015
@@ -0,0 +1 @@
+9
Added: bzrtp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/control?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/control (added)
+++ bzrtp/trunk/debian/control Sat May 16 22:22:22 2015
@@ -0,0 +1,61 @@
+Source: bzrtp
+Priority: optional
+Maintainer: Felix Lechner <felix.lechner at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ autotools-dev,
+ dh-autoreconf,
+ pkg-config,
+ libmediastreamer-dev,
+ libortp-dev,
+ libpolarssl-dev,
+ libxml2-dev,
+ libcunit1-ncurses-dev
+Standards-Version: 3.9.6
+Section: libs
+Homepage: http://www.linphone.org/
+Vcs-Browser: https://github.com/BelledonneCommunications/bzrtp
+Vcs-Git: git://git.linphone.org/bzrtp.git
+
+Package: libbzrtp0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Library for the ZRTP key exchange protocol
+ Bzrtp is an open source implementation of the ZRTP key exchange protocol.
+ The library is written in C 89. It is fully portable and can be executed
+ on many platforms including ARM and x86.
+ .
+ The library enables encrypted communications in Linphone.
+
+Package: libbzrtp-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libbzrtp0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Development files for the Bzrtp key exchange library
+ Bzrtp is an open source implementation of the ZRTP key exchange protocol.
+ The library is written in C 89. It is fully portable and can be executed
+ on many platforms including ARM and x86.
+ .
+ This package contains the development files.
+
+Package: libbzrtp0-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends:
+ libbzrtp0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug symbols for the Bzrtp key exchange library
+ Bzrtp is an open source implementation of the ZRTP key exchange protocol.
+ The library is written in C 89. It is fully portable and can be executed
+ on many platforms including ARM and x86.
+ .
+ This package contains the debugging symbols.
Added: bzrtp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/copyright?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/copyright (added)
+++ bzrtp/trunk/debian/copyright Sat May 16 22:22:22 2015
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bzrtp
+Upstream-Contact: Simon Morlat <simon.morlat at linphone.org>
+Source: https://github.com/BelledonneCommunications/bzrtp/tags
+
+Files: *
+Copyright: 2014 Belledonne Communications, Grenoble, France
+License: GPL-2+
+ This program 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; either version 2
+ of the License, or (at your option) any later version.
+ .
+ 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
+
+Files: debian/*
+Copyright: 2015 Felix Lechner <felix.lechner at gmail.com>
+License: GPL-2+
+ 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; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ 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 program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ "/usr/share/common-licenses/GPL-2".
Added: bzrtp/trunk/debian/libbzrtp-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/libbzrtp-dev.install?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/libbzrtp-dev.install (added)
+++ bzrtp/trunk/debian/libbzrtp-dev.install Sat May 16 22:22:22 2015
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
Added: bzrtp/trunk/debian/libbzrtp-dev.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/libbzrtp-dev.lintian-overrides?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/libbzrtp-dev.lintian-overrides (added)
+++ bzrtp/trunk/debian/libbzrtp-dev.lintian-overrides Sat May 16 22:22:22 2015
@@ -0,0 +1,2 @@
+# High-level upstream changelog is kept in NEWS; debhelper skips empty ChangeLog
+libbzrtp-dev binary: no-upstream-changelog
Added: bzrtp/trunk/debian/libbzrtp0-dbg.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/libbzrtp0-dbg.lintian-overrides?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/libbzrtp0-dbg.lintian-overrides (added)
+++ bzrtp/trunk/debian/libbzrtp0-dbg.lintian-overrides Sat May 16 22:22:22 2015
@@ -0,0 +1,2 @@
+# High-level upstream changelog is kept in NEWS; debhelper skips empty ChangeLog
+libbzrtp0-dbg binary: no-upstream-changelog
Added: bzrtp/trunk/debian/libbzrtp0.install
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/libbzrtp0.install?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/libbzrtp0.install (added)
+++ bzrtp/trunk/debian/libbzrtp0.install Sat May 16 22:22:22 2015
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
Added: bzrtp/trunk/debian/libbzrtp0.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/libbzrtp0.lintian-overrides?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/libbzrtp0.lintian-overrides (added)
+++ bzrtp/trunk/debian/libbzrtp0.lintian-overrides Sat May 16 22:22:22 2015
@@ -0,0 +1,2 @@
+# High-level upstream changelog is kept in NEWS; debhelper skips empty ChangeLog
+libbzrtp0 binary: no-upstream-changelog
Added: bzrtp/trunk/debian/libbzrtp0.symbols
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/libbzrtp0.symbols?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/libbzrtp0.symbols (added)
+++ bzrtp/trunk/debian/libbzrtp0.symbols Sat May 16 22:22:22 2015
@@ -0,0 +1,84 @@
+libbzrtp.so.0 libbzrtp0 #MINVER#
+ CRC32LookupTable at Base 1.0.2
+ addMandatoryCryptoTypesIfNeeded at Base 1.0.2
+ bzrtpCrypto_CreateDHMContext at Base 1.0.2
+ bzrtpCrypto_DHMComputeSecret at Base 1.0.2
+ bzrtpCrypto_DHMCreatePublic at Base 1.0.2
+ bzrtpCrypto_DestroyDHMContext at Base 1.0.2
+ bzrtpCrypto_aes128CfbDecrypt at Base 1.0.2
+ bzrtpCrypto_aes128CfbEncrypt at Base 1.0.2
+ bzrtpCrypto_aes256CfbDecrypt at Base 1.0.2
+ bzrtpCrypto_aes256CfbEncrypt at Base 1.0.2
+ bzrtpCrypto_destroyRNG at Base 1.0.2
+ bzrtpCrypto_getAvailableCryptoTypes at Base 1.0.2
+ bzrtpCrypto_getMandatoryCryptoTypes at Base 1.0.2
+ bzrtpCrypto_getRandom at Base 1.0.2
+ bzrtpCrypto_hmacSha1 at Base 1.0.2
+ bzrtpCrypto_hmacSha256 at Base 1.0.2
+ bzrtpCrypto_sha256 at Base 1.0.2
+ bzrtpCrypto_startRNG at Base 1.0.2
+ bzrtp_CRC32 at Base 1.0.2
+ bzrtp_DestroyKey at Base 1.0.2
+ bzrtp_SASVerified at Base 1.0.2
+ bzrtp_addChannel at Base 1.0.2
+ bzrtp_addCustomDataInCache at Base 1.0.2
+ bzrtp_base256 at Base 1.0.2
+ bzrtp_base32 at Base 1.0.2
+ bzrtp_byteToChar at Base 1.0.2
+ bzrtp_charToByte at Base 1.0.2
+ bzrtp_computeS0DHMMode at Base 1.0.2
+ bzrtp_computeS0MultiStreamMode at Base 1.0.2
+ bzrtp_createBzrtpContext at Base 1.0.2
+ bzrtp_createZrtpPacket at Base 1.0.2
+ bzrtp_deriveKeysFromS0 at Base 1.0.2
+ bzrtp_deriveSrtpKeysFromS0 at Base 1.0.2
+ bzrtp_destroyBzrtpContext at Base 1.0.2
+ bzrtp_destroyChannelContext at Base 1.0.2
+ bzrtp_freeZrtpPacket at Base 1.0.2
+ bzrtp_getPeerAssociatedSecretsHash at Base 1.0.2
+ bzrtp_getSelfZID at Base 1.0.2
+ bzrtp_getSupportedCryptoTypes at Base 1.0.2
+ bzrtp_initBzrtpContext at Base 1.0.2
+ bzrtp_initChannelContext at Base 1.0.2
+ bzrtp_int8ToStr at Base 1.0.2
+ bzrtp_isSecure at Base 1.0.2
+ bzrtp_iterate at Base 1.0.2
+ bzrtp_keyDerivationFunction at Base 1.0.2
+ bzrtp_packetBuild at Base 1.0.2
+ bzrtp_packetCheck at Base 1.0.2
+ bzrtp_packetParser at Base 1.0.2
+ bzrtp_packetUpdateSequenceNumber at Base 1.0.2
+ bzrtp_processMessage at Base 1.0.2
+ bzrtp_resetRetransmissionTimer at Base 1.0.2
+ bzrtp_resetSASVerified at Base 1.0.2
+ bzrtp_responseToHelloMessage at Base 1.0.2
+ bzrtp_setCallbacks at Base 1.0.2
+ bzrtp_setClientData at Base 1.0.2
+ bzrtp_setSupportedCryptoTypes at Base 1.0.2
+ bzrtp_startChannelEngine at Base 1.0.2
+ bzrtp_strToUint8 at Base 1.0.2
+ bzrtp_turnIntoResponder at Base 1.0.2
+ bzrtp_updateCachedSecrets at Base 1.0.2
+ bzrtp_writeCache at Base 1.0.2
+ bzrtp_writePeerNode at Base 1.0.2
+ computeKeyAgreementPrivateValueLength at Base 1.0.2
+ crypoAlgoAgreement at Base 1.0.2
+ cryptoAlgoTypeIntToString at Base 1.0.2
+ cryptoAlgoTypeStringToInt at Base 1.0.2
+ getChannelContext at Base 1.0.2
+ messageTypeInttoString at Base 1.0.2
+ messageTypeStringtoInt at Base 1.0.2
+ pgpWordsEven at Base 1.0.2
+ pgpWordsOdd at Base 1.0.2
+ selectCommonAlgo at Base 1.0.2
+ state_confirmation_initiatorSendingConfirm2 at Base 1.0.2
+ state_confirmation_responderSendingConfirm1 at Base 1.0.2
+ state_discovery_init at Base 1.0.2
+ state_discovery_waitingForHello at Base 1.0.2
+ state_discovery_waitingForHelloAck at Base 1.0.2
+ state_keyAgreement_initiatorSendingDHPart2 at Base 1.0.2
+ state_keyAgreement_responderSendingDHPart1 at Base 1.0.2
+ state_keyAgreement_sendingCommit at Base 1.0.2
+ state_secure at Base 1.0.2
+ updateCryptoFunctionPointers at Base 1.0.2
+ zrtpMessageSetHeader at Base 1.0.2
Added: bzrtp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/patches/series?rev=10634&op=file
==============================================================================
(empty)
Added: bzrtp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/rules?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/rules (added)
+++ bzrtp/trunk/debian/rules Sat May 16 22:22:22 2015
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Uncomment this to change the hardening options
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ --parallel \
+ --with autotools-dev --with autoreconf \
+ --buildsystem=autoconf
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-static
+
+override_dh_strip:
+ dh_strip -plibbzrtp0 --dbg-package=libbzrtp0-dbg
Propchange: bzrtp/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: bzrtp/trunk/debian/source.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/source.lintian-overrides?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/source.lintian-overrides (added)
+++ bzrtp/trunk/debian/source.lintian-overrides Sat May 16 22:22:22 2015
@@ -0,0 +1,2 @@
+# Upstream does not sign GitHub tarfiles
+bzrtp source: debian-watch-may-check-gpg-signature
Added: bzrtp/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/source/format?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/source/format (added)
+++ bzrtp/trunk/debian/source/format Sat May 16 22:22:22 2015
@@ -0,0 +1 @@
+3.0 (quilt)
Added: bzrtp/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/bzrtp/trunk/debian/watch?rev=10634&op=file
==============================================================================
--- bzrtp/trunk/debian/watch (added)
+++ bzrtp/trunk/debian/watch Sat May 16 22:22:22 2015
@@ -0,0 +1,5 @@
+version=3
+
+opts=\
+filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/bzrtp-$1\.tar\.gz/,\
+ https://github.com/BelledonneCommunications/bzrtp/tags .*/v?(\d\S*)\.tar\.gz
More information about the Pkg-voip-commits
mailing list