[Pkg-gnutls-commits] r419 - in /packages/gnutls25/trunk/debian: changelog copyright rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Nov 17 16:52:32 UTC 2007
Author: ametzler
Date: Sat Nov 17 16:52:32 2007
New Revision: 419
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=419
Log:
New upstream 2.1.6.
Update copyright information.
Modified:
packages/gnutls25/trunk/debian/changelog
packages/gnutls25/trunk/debian/copyright
packages/gnutls25/trunk/debian/rules
Modified: packages/gnutls25/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls25/trunk/debian/changelog?rev=419&op=diff
==============================================================================
--- packages/gnutls25/trunk/debian/changelog (original)
+++ packages/gnutls25/trunk/debian/changelog Sat Nov 17 16:52:32 2007
@@ -1,4 +1,4 @@
-gnutls25 (2.1.5-1) experimental; urgency=low
+gnutls25 (2.1.6-1) experimental; urgency=low
* New upstream version. API changes! Please consult
/usr/share/doc/libgnutls-dev/NEWS.gz for the detailed list of deprecated,
@@ -10,8 +10,9 @@
* Build and ship Guile bindings. Requested by Ludovic Courtès who also
provided the initial patch. (On a sidenote I think guile generally does
not do the right thing by throwing dlopened modules into /usr/lib/.)
-
- -- Andreas Metzler <ametzler at debian.org> Sat, 3 Nov 2007 10:19:52 +0100
+ * Update debian/copyright.
+
+ -- Andreas Metzler <ametzler at debian.org> Sat, 17 Nov 2007 16:42:01 +0100
gnutls13 (2.0.1-1) unstable; urgency=low
Modified: packages/gnutls25/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls25/trunk/debian/copyright?rev=419&op=diff
==============================================================================
--- packages/gnutls25/trunk/debian/copyright (original)
+++ packages/gnutls25/trunk/debian/copyright Sat Nov 17 16:52:32 2007
@@ -13,16 +13,26 @@
Simon Josefsson <jas at gnutls.org>
Timo Schulz <twoaday at freakmail.de>
Andrew McDonald <andrew at mcdonald.org.uk>
-
-License: GNU Lesser General Public License (LGPL) version 2.1,
-except some parts. See the file README, or the excerpt below for details.
+ Ludovic Courtes <ludovic.courtes at laas.fr>
+ Mario Lenz <m at riolenz.de>
+ Howard Chu <hyc at symas.com>
+ Ivo Timmermans <ivo at o2w.nl>
+ Stefan Walter <stef at memberwebs.com>
+ Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp>
+
+License: The main library is licensed under GNU Lesser General Public
+License (LGPL) version 2.1+, Gnutls Extra (i.e. openssl wrapper library,
+and library for OpenPGP support) and commandline utilities are licences under
+the GNU General Public License version 2+. The Guile bindings use the same
+license as the respective underlying library, i.e. LGPLv2.1+ for the main
+library and GPLv2+ for Gnutls extra.
Copyright:
--------------------
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
[...]
-* This file is part of GNUTLS.
+ * This file is part of GNUTLS.
*
* The GNUTLS library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -41,9 +51,8 @@
*
*/
--------------------
---------------------
/*
- * Copyright (C) 2005, 2006 Free Software Foundation
+ * Copyright (C) 2001, 2004, 2005, 2007 Free Software Foundation
[...]
* This file is part of GNUTLS-EXTRA.
*
Modified: packages/gnutls25/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls25/trunk/debian/rules?rev=419&op=diff
==============================================================================
--- packages/gnutls25/trunk/debian/rules (original)
+++ packages/gnutls25/trunk/debian/rules Sat Nov 17 16:52:32 2007
@@ -12,7 +12,7 @@
DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-cxx --enable-guile --with-guile-site-dir=/usr/share/guile/site
DEB_MAKE_CHECK_TARGET = check
DEB_DH_STRIP_ARGS = --dbg-package=libgnutls25-dbg
-#DEB_DH_MAKESHLIBS_ARGS_libgnutls13 := -V 'libgnutls13 (>=2.1.3-0)'
+DEB_DH_MAKESHLIBS_ARGS_libgnutls25 := -V 'libgnutls25 (>=2.1.6-0)'
DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -Xusr/lib/libguile-gnutls-
DEB_COMPRESS_EXCLUDE := gnutls.pdf
More information about the Pkg-gnutls-commits
mailing list