diff -u came-1.9/debian/control came-1.9/debian/control --- came-1.9/debian/control +++ came-1.9/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Cyril Bouthors -Build-Depends: debhelper (>> 4.0.0), giblib-dev (>= 1.2.3-4), libimlib2-dev, libcurl3-dev, help2man +Build-Depends: debhelper (>> 4.0.0), giblib-dev (>= 1.2.3-4), libimlib2-dev, libcurl4-gnutls-dev, help2man Build-Conflicts: linux-kernel-headers (<< 2.5.999-test7-bk-10) Standards-Version: 3.6.2.2 diff -u came-1.9/debian/changelog came-1.9/debian/changelog --- came-1.9/debian/changelog +++ came-1.9/debian/changelog @@ -1,3 +1,15 @@ +came (1.9-3.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - removed B-D on libcurl3 that was causing the package to + be linked with libssl causing a copyright breakage since + came is licensed under GPL. (with no exceptions granted + for OpenSSL use) Added libcurl4-gnutls-dev instead. + (Closes: #522334) + + -- Andrea Veri Sat, 14 Nov 2009 16:52:16 +0100 + came (1.9-3.1) unstable; urgency=high * Non-maintainer upload.