~ubuntu-branches/ubuntu/lucid/lua-md5/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2009-07-21 16:43:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090721164338-1xo5jjdi4s5a5df2
Tags: 1.1.2-2
* bump standards-version to 3.8.2, no changes
* build-depend on lua5.1-policy-dev >= 22

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: interpreters
3
3
Priority: optional
4
4
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
5
 
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 18), shake
6
 
Standards-Version: 3.7.3
 
5
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 22), shake
 
6
Standards-Version: 3.8.2
7
7
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-md5
8
8
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-md5
9
9
Homepage: http://keplerproject.org/md5/
12
12
Architecture: any
13
13
Section: libs
14
14
Depends: ${shlibs:Depends}
15
 
Description: MD5 library for the lua language version 5.1
 
15
Description: MD5 library for the Lua language version 5.1
16
16
 This package contains a small crypto library for Lua. It comprises 
17
17
 the MD5 and the DES56 algorithms.
18
18
 
20
20
Section: libdevel
21
21
Architecture: any
22
22
Depends: liblua5.1-md5-0 (= ${binary:Version})
23
 
Description: MD5 library for the lua language version 5.1
24
 
 This package contains the development files of the lua md5 library,
 
23
Description: MD5 library for the Lua language version 5.1
 
24
 This package contains the development files of the Lua md5 library,
25
25
 useful to create a statically linked binary (like a C application or a
26
 
 standalone lua interpreter).
 
26
 standalone Lua interpreter).
27
27
 Documentation is also shipped within this package.