[Pkg-voip-commits] r9843 - in /libzrtpcpp/trunk/debian: changelog compat control copyright rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Jun 24 12:12:54 UTC 2012


Author: msp
Date: Sun Jun 24 12:12:54 2012
New Revision: 9843

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9843
Log:
* wheezy polish - lintian clean
* Update debian/copyright - fix copyright-refers-to-symlink-license
* debian/compat -> 9

Modified:
    libzrtpcpp/trunk/debian/changelog
    libzrtpcpp/trunk/debian/compat
    libzrtpcpp/trunk/debian/control
    libzrtpcpp/trunk/debian/copyright
    libzrtpcpp/trunk/debian/rules

Modified: libzrtpcpp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/changelog?rev=9843&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/changelog (original)
+++ libzrtpcpp/trunk/debian/changelog Sun Jun 24 12:12:54 2012
@@ -1,9 +1,12 @@
-libzrtpcpp (2.0.0-3) UNRELEASED; urgency=low
-
+libzrtpcpp (2.0.0-3) unstable; urgency=low
+
+  * wheezy polish - lintian clean
   * Update Standards-Version: 3.9.3
   * Add source/format 3.0 (quilt)
-
- -- Mark Purcell <msp at debian.org>  Sun, 24 Jun 2012 21:54:12 +1000
+  * Update debian/copyright - fix copyright-refers-to-symlink-license
+  * debian/compat -> 9
+
+ -- Mark Purcell <msp at debian.org>  Sun, 24 Jun 2012 22:09:11 +1000
 
 libzrtpcpp (2.0.0-2) unstable; urgency=low
 

Modified: libzrtpcpp/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/compat?rev=9843&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/compat (original)
+++ libzrtpcpp/trunk/debian/compat Sun Jun 24 12:12:54 2012
@@ -1,1 +1,1 @@
-7
+9

Modified: libzrtpcpp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/control?rev=9843&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/control (original)
+++ libzrtpcpp/trunk/debian/control Sun Jun 24 12:12:54 2012
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, dpkg-dev (>= 1.13.19), cmake,
+Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, dpkg-dev (>= 1.13.19), cmake,
  libucommon-dev, libccrtp-dev (>= 2.0.0), libssl-dev, libgcrypt11-dev | libgcrypt-dev
 Standards-Version: 3.9.3
 Section: libs

Modified: libzrtpcpp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/copyright?rev=9843&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/copyright (original)
+++ libzrtpcpp/trunk/debian/copyright Sun Jun 24 12:12:54 2012
@@ -5,7 +5,7 @@
 
 Upstream Author: Werner Dittmann <Werner.Dittmann at t-online.de>
 
-  Copyright (C) 2006-2008 Werner Dittmann
+  [Copyright: 2006-2011 Werner Dittmann]
 
 License:
 
@@ -26,7 +26,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 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/GPL-3'.
 
 Other portions:
 
@@ -41,10 +41,10 @@
   Lesser General Public License for more details.
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is (C) 2006, Mark Purcell <msp at debian.org> and
-is licensed under the GPL, see above.
+The Debian packaging is (Copyright) 2006, Mark Purcell <msp at debian.org> and
+is licensed under the GPL-3, see above.
 
 src/Base32.cxx: UNKNOWN
   [Copyright: 2002 Bryce "Zooko" Wilcox-O'Hearn Permission is hereby / HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER]
@@ -128,3 +128,19 @@
  * The code has now been modified by Werner.Dittmann at t-online.de for use
  * inside the ZRTP implementation.
  */
+
+src/libzrtpcpp/crypto/twofish.*
+  [Copyright: 2002 by Niels Ferguson]
+
+ * The author hereby grants a perpetual license to everybody to 
+ * use this code for any purpose as long as the copyright message is included 
+ * in the source code of this or any derived work. 
+ *  
+ * Yes, this means that you, your company, your club, and anyone else 
+ * can use this code anywhere you want. You can change it and distribute it 
+ * under the GPL, include it in your commercial product without releasing 
+ * the source code, put it on the web, etc.  
+ * The only thing you cannot do is remove my copyright message,  
+ * or distribute any source code based on this implementation that does not  
+ * include my copyright message.  
+

Modified: libzrtpcpp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/rules?rev=9843&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/rules (original)
+++ libzrtpcpp/trunk/debian/rules Sun Jun 24 12:12:54 2012
@@ -3,4 +3,4 @@
 export USES_CCRTP_INCLUDE_DIRS=yes
 
 %:
-	dh $@
+	dh $@ --parallel --with autotools-dev




More information about the Pkg-voip-commits mailing list