diff -u lua-curl-0.3.0/debian/control lua-curl-0.3.0/debian/control --- lua-curl-0.3.0/debian/control +++ lua-curl-0.3.0/debian/control @@ -2,7 +2,6 @@ Section: interpreters Priority: optional Maintainer: Marco Giorgi -XSBC-Original-Maintainer: Enrico Tassi Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, libcurl4-gnutls-dev (>= 7.15.0-2), lua5.1-policy-dev (>= 8) Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-curl @@ -11,7 +10,7 @@ Package: liblua5.1-curl0 Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: libcURL bindings for the lua language version 5.1 This package contains the bindings for the cURL library. Currently many different implementations of cURL bindings are available, @@ -21,7 +20,7 @@ Package: liblua5.1-curl-dev Architecture: any Section: libdevel -Depends: liblua5.1-curl0 (= ${binary:Version}) +Depends: liblua5.1-curl0 (= ${binary:Version}), ${misc:Depends} Description: libcURL development files for the lua language version 5.1 This package contains the development files of the libcURL lua5.1 bindings, useful to create a statically linked binary (like a C application or a diff -u lua-curl-0.3.0/debian/changelog lua-curl-0.3.0/debian/changelog --- lua-curl-0.3.0/debian/changelog +++ lua-curl-0.3.0/debian/changelog @@ -1,8 +1,15 @@ -lua-curl (0.3.0-1~ppa1) intrepid; urgency=low +lua-curl (0.3.0-2~ppa1~hardy) hardy; urgency=low - * PPA release + * PPA Release - -- Marco Giorgi Sat, 14 Mar 2009 13:15:44 +0100 + -- Marco Giorgi Wed, 29 Jul 2009 15:12:16 +0100 + +lua-curl (0.3.0-2) unstable; urgency=low + + * upload to unstable + * standards version bumped to 3.8.1, no changes needed + + -- Enrico Tassi Sun, 15 Mar 2009 10:08:46 +0100 lua-curl (0.3.0-1) experimental; urgency=low