[Pkg-gnutls-commits] r460 - in /packages/gnutls26/trunk/debian: changelog control rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Dec 16 15:38:01 UTC 2007


Author: ametzler
Date: Sun Dec 16 15:38:01 2007
New Revision: 460

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=460
Log:
no more lzo

Modified:
    packages/gnutls26/trunk/debian/changelog
    packages/gnutls26/trunk/debian/control
    packages/gnutls26/trunk/debian/rules

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=460&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sun Dec 16 15:38:01 2007
@@ -4,6 +4,8 @@
     License change! Main library stays LGPLv2.1+ but libgnutls-extra,
     libgnutls-openssl and the binaries are GPLv3+ now. debian/copyright is
     updated.
+  * Stop linking agains liblzo2. Version 2.02 of this library if GPLv2 (older
+    versions were GPLv2+) and this license is not compatible with GPLv3+.
   * Non packaged 2.1.8 introduced new symbol
     gnutls_x509_crt_get_subject_alt_name2(), bump shlibs.
   * Standards-Version: 3.7.3. ${binary:Version} instead of ${Source-Version}.

Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=460&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Sun Dec 16 15:38:01 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint at lists.alioth.debian.org>
 Uploaders: Andreas Metzler <ametzler at debian.org>, Eric Dorland <eric at debian.org>, James Westby <jw+debian at jameswestby.net>
-Build-Depends: debhelper (>= 5.0.0), libgcrypt11-dev (>= 1.3.2), zlib1g-dev, libopencdk10-dev (>= 0.6.5), liblzo2-dev, cdbs, gtk-doc-tools, texinfo (>= 4.8), libtasn1-3-dev (>= 0.3.4-1), autotools-dev, guile-1.8-dev
+Build-Depends: debhelper (>= 5.0.0), libgcrypt11-dev (>= 1.3.2), zlib1g-dev, libopencdk10-dev (>= 0.6.5), cdbs, gtk-doc-tools, texinfo (>= 4.8), libtasn1-3-dev (>= 0.3.4-1), autotools-dev, guile-1.8-dev
 Build-Conflicts: libgnutls-dev
 Standards-Version: 3.7.3
 Homepage: http://www.gnutls.org/
@@ -13,7 +13,7 @@
 Section: libdevel
 Architecture: any
 Provides: gnutls-dev
-Depends: libgnutls26 (= ${binary:Version}), libgcrypt11-dev (>= 1.3.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libopencdk10-dev (>= 0.6.5), liblzo2-dev
+Depends: libgnutls26 (= ${binary:Version}), libgcrypt11-dev (>= 1.3.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libopencdk10-dev (>= 0.6.5)
 Suggests: gnutls-doc, gnutls-bin, guile-gnutls
 Conflicts: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
 Replaces: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=460&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Sun Dec 16 15:38:01 2007
@@ -9,7 +9,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-cxx --enable-guile --with-guile-site-dir=/usr/share/guile/site
+DEB_CONFIGURE_EXTRA_FLAGS = --with-mcrypt=no --enable-ld-version-script --disable-cxx --enable-guile --with-guile-site-dir=/usr/share/guile/site --without-lzo
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_STRIP_ARGS = --dbg-package=libgnutls26-dbg
 DEB_DH_MAKESHLIBS_ARGS_libgnutls26 := -V 'libgnutls26 (>=2.2.0-0)'




More information about the Pkg-gnutls-commits mailing list