File: control

package info (click to toggle)
lua-filesystem 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 284 kB
  • ctags: 228
  • sloc: ansic: 690; makefile: 15
file content (38 lines) | stat: -rw-r--r-- 1,576 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: lua-filesystem
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8.1.3), dh-lua
Standards-Version: 3.9.3
Homepage: https://github.com/keplerproject/luafilesystem
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-filesystem.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-filesystem.git

Package: lua-filesystem
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: liblua5.1-filesystem0 (<< 1.5.0+15+g149e0fb-1)
Breaks: liblua5.1-filesystem0 (<< 1.5.0+15+g149e0fb-1)
Provides: liblua5.1-filesystem0, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luafilesystem library for the Lua language
 This package contains the luafilesystem library, a set of portable functions
 for directory creation, listing and deletion and for file locking.

Package: lua-filesystem-dev
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Section: libdevel
Depends: lua-filesystem (= ${binary:Version}), ${misc:Depends}
Replaces: liblua5.1-filesystem-dev (<< 1.5.0+15+g149e0fb-1~)
Breaks: liblua5.1-filesystem-dev (<< 1.5.0+15+g149e0fb-1~)
Provides: liblua5.1-filesystem-dev, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luafilesystem development files for the Lua language
 This package contains the development files of the luafilesystem library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.