~ubuntu-branches/ubuntu/vivid/lua-rexlib/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2012-04-16 17:48:20 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120416174820-ed9fmpd97qwctkjr
Tags: 2.6.0-1
* New upstream release
* New backend: TRE, regex with approximated matching 
* Switch to dh-lua
* Packages renamed according to the new Lua policy
* Update Standards-Version to 3.9.3, no changes
* debian/compat set to 9 
* Update watch file 
* Update copyright file 

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 (>= 8.1.3), lua5.1-policy-dev (>= 32), libpcre3-dev, quilt (>= 0.40), libonig-dev
6
 
Standards-Version: 3.9.2
 
5
Build-Depends: debhelper (>= 9), libpcre3-dev, libonig-dev, libtre-dev, dh-lua
 
6
Standards-Version: 3.9.3
7
7
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-rexlib
8
8
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-rexlib
9
9
Homepage: http://lrexlib.luaforge.net/
10
10
 
 
11
Package: lua-rex-pcre
 
12
Architecture: any
 
13
Multi-Arch: same
 
14
Pre-Depends: multiarch-support
 
15
Depends: ${shlibs:Depends}, ${misc:Depends}
 
16
Replaces: liblua5.1-rex-pcre0 (<< 2.6.0-1~)
 
17
Breaks: liblua5.1-rex-pcre0 (<< 2.6.0-1~)
 
18
Provides: liblua5.1-rex-pcre0, ${lua:Provides}
 
19
XB-Lua-Versions: ${lua:Versions}
 
20
Description: Perl regular expressions library for the Lua language
 
21
 This package provides bindings for Perl regular expressions to the Lua
 
22
 language.
 
23
 
 
24
Package: lua-rex-pcre-dev
 
25
Section: libdevel
 
26
Architecture: any
 
27
Multi-Arch: same
 
28
Pre-Depends: multiarch-support
 
29
Depends: lua-rex-pcre (= ${binary:Version}), ${misc:Depends}
 
30
Replaces: liblua5.1-rex-pcre-dev (<< 2.6.0-1~)
 
31
Breaks: liblua5.1-rex-pcre-dev (<< 2.6.0-1~)
 
32
Provides: liblua5.1-rex-pcre-dev, ${lua:Provides}
 
33
XB-Lua-Versions: ${lua:Versions}
 
34
Description: PCRE development files for the Lua language
 
35
 This package contains the development files of the PCRE lrexlib Lua
 
36
 bindings, useful to create a statically linked binary (like a C application or
 
37
 a standalone Lua interpreter).
 
38
 
 
39
Package: lua-rex-posix
 
40
Architecture: any
 
41
Multi-Arch: same
 
42
Pre-Depends: multiarch-support
 
43
Depends: ${shlibs:Depends}, ${misc:Depends}
 
44
Replaces: liblua5.1-rex-posix0 (<< 2.6.0-1~)
 
45
Breaks: liblua5.1-rex-posix0 (<< 2.6.0-1~)
 
46
Provides: liblua5.1-rex-posix0, ${lua:Provides}
 
47
XB-Lua-Versions: ${lua:Versions}
 
48
Description: POSIX regular expressions library for the Lua language
 
49
 This package provides bindings for POSIX regular expressions to the Lua
 
50
 language.
 
51
 
 
52
Package: lua-rex-posix-dev
 
53
Section: libdevel
 
54
Architecture: any
 
55
Multi-Arch: same
 
56
Pre-Depends: multiarch-support
 
57
Depends: lua-rex-posix (= ${binary:Version}), ${misc:Depends}
 
58
Replaces: liblua5.1-rex-posix-dev (<< 2.6.0-1~)
 
59
Breaks: liblua5.1-rex-posix-dev (<< 2.6.0-1~)
 
60
Provides: liblua5.1-rex-posix-dev, ${lua:Provides}
 
61
XB-Lua-Versions: ${lua:Versions}
 
62
Description: POSIX regex development files for the Lua language
 
63
 This package contains the development files of the POSIX lrexlib Lua
 
64
 bindings, useful to create a statically linked binary (like a C application or
 
65
 a standalone Lua interpreter).
 
66
 
 
67
Package: lua-rex-onig
 
68
Architecture: any
 
69
Multi-Arch: same
 
70
Pre-Depends: multiarch-support
 
71
Depends: ${shlibs:Depends}, ${misc:Depends}
 
72
Replaces: liblua5.1-rex-onig0 (<< 2.6.0-1~)
 
73
Breaks: liblua5.1-rex-onig0 (<< 2.6.0-1~)
 
74
Provides: liblua5.1-rex-onig0, ${lua:Provides}
 
75
XB-Lua-Versions: ${lua:Versions}
 
76
Description: Onig regular expressions library for the Lua language
 
77
 This package provides bindings for Oniguruma regular expressions to the Lua
 
78
 language.
 
79
 
 
80
Package: lua-rex-onig-dev
 
81
Section: libdevel
 
82
Architecture: any
 
83
Multi-Arch: same
 
84
Pre-Depends: multiarch-support
 
85
Depends: lua-rex-onig (= ${binary:Version}), ${misc:Depends}
 
86
Replaces: liblua5.1-rex-onig-dev (<< 2.6.0-1~)
 
87
Breaks: liblua5.1-rex-onig-dev (<< 2.6.0-1~)
 
88
Provides: liblua5.1-rex-onig-dev, ${lua:Provides}
 
89
XB-Lua-Versions: ${lua:Versions}
 
90
Description: Onig regex development files for the Lua language
 
91
 This package contains the development files of the Onig lrexlib Lua
 
92
 bindings, useful to create a statically linked binary (like a C application or
 
93
 a standalone Lua interpreter).
 
94
 
 
95
Package: lua-rex-tre
 
96
Architecture: any
 
97
Multi-Arch: same
 
98
Pre-Depends: multiarch-support
 
99
Depends: ${shlibs:Depends}, ${misc:Depends}
 
100
Provides: ${lua:Provides}
 
101
XB-Lua-Versions: ${lua:Versions}
 
102
Description: TRE regular expressions library for the Lua language
 
103
 This package provides bindings for TRE regular expressions to the Lua
 
104
 language.
 
105
 
 
106
Package: lua-rex-tre-dev
 
107
Section: libdevel
 
108
Architecture: any
 
109
Multi-Arch: same
 
110
Pre-Depends: multiarch-support
 
111
Depends: lua-rex-tre (= ${binary:Version}), ${misc:Depends}
 
112
Provides: ${lua:Provides}
 
113
XB-Lua-Versions: ${lua:Versions}
 
114
Description: TRE development files for the Lua language
 
115
 This package contains the development files of the TRE lrexlib Lua
 
116
 bindings, useful to create a statically linked binary (like a C application or
 
117
 a standalone Lua interpreter).
 
118
 
 
119
Package: lua-rex-doc
 
120
Architecture: all
 
121
Section: doc
 
122
Depends: ${misc:Depends}
 
123
Description: documentation of the rex library for the Lua language
 
124
 Documentation of all lua-rex-* modules is shipped in this package.
 
125
 
 
126
 
11
127
Package: liblua5.1-rex-pcre0
12
 
Architecture: any
13
 
Multi-Arch: same
14
 
Pre-Depends: multiarch-support
15
 
Depends: ${shlibs:Depends}, ${misc:Depends}
16
 
Description: Perl regular expressions library for the Lua language version 5.1
17
 
 This package provides bindings for Perl regular expressions to the Lua
18
 
 language.
 
128
Section: oldlibs
 
129
Priority: extra
 
130
Architecture: all
 
131
Depends: ${misc:Depends}, lua-rex-pcre
 
132
Description: Transitional package for lua-rex-pcre
 
133
 This is a transitional package to ease upgrades to the lua-rex-pcre
 
134
 package. It can safely be removed.
19
135
 
20
136
Package: liblua5.1-rex-pcre-dev
21
 
Architecture: any
22
 
Multi-Arch: same
23
 
Pre-Depends: multiarch-support
24
 
Depends: liblua5.1-rex-pcre0 (= ${binary:Version}), ${misc:Depends}
25
 
Section: libdevel
26
 
Description: PCRE development files for the Lua language version 5.1
27
 
 This package contains the development files of the PCRE lrexlib lua5.1
28
 
 bindings, useful to create a statically linked binary (like a C application or
29
 
 a standalone Lua interpreter).
 
137
Section: oldlibs
 
138
Priority: extra
 
139
Architecture: all
 
140
Depends: ${misc:Depends}, lua-rex-pcre-dev
 
141
Description: Transitional package for lua-rex-pcre-dev
 
142
 This is a transitional package to ease upgrades to the lua-rex-pcre-dev
 
143
 package. It can safely be removed.
30
144
 
31
145
Package: liblua5.1-rex-posix0
32
 
Architecture: any
33
 
Multi-Arch: same
34
 
Pre-Depends: multiarch-support
35
 
Depends: ${shlibs:Depends}, ${misc:Depends}
36
 
Description: POSIX regular expressions library for the Lua language version 5.1
37
 
 This package provides bindings for POSIX regular expressions to the Lua
38
 
 language.
 
146
Section: oldlibs
 
147
Priority: extra
 
148
Architecture: all
 
149
Depends: ${misc:Depends}, lua-rex-posix
 
150
Description: Transitional package for lua-rex-posix
 
151
 This is a transitional package to ease upgrades to the lua-rex-posix
 
152
 package. It can safely be removed.
39
153
 
40
154
Package: liblua5.1-rex-posix-dev
41
 
Architecture: any
42
 
Multi-Arch: same
43
 
Pre-Depends: multiarch-support
44
 
Depends: liblua5.1-rex-posix0 (= ${binary:Version}), ${misc:Depends}
45
 
Section: libdevel
46
 
Description: POSIX regex development files for the Lua language version 5.1
47
 
 This package contains the development files of the POSIX lrexlib lua5.1
48
 
 bindings, useful to create a statically linked binary (like a C application or
49
 
 a standalone Lua interpreter).
 
155
Section: oldlibs
 
156
Priority: extra
 
157
Architecture: all
 
158
Depends: ${misc:Depends}, lua-rex-posix-dev
 
159
Description: Transitional package for lua-rex-posix-dev
 
160
 This is a transitional package to ease upgrades to the lua-rex-posix-dev
 
161
 package. It can safely be removed.
 
162
 
 
163
Package: liblua5.1-rex-onig-dev
 
164
Section: oldlibs
 
165
Priority: extra
 
166
Architecture: all
 
167
Depends: ${misc:Depends}, lua-rex-onig-dev
 
168
Description: Transitional package for lua-rex-onig-dev
 
169
 This is a transitional package to ease upgrades to the lua-rex-onig-dev
 
170
 package. It can safely be removed.
50
171
 
51
172
Package: liblua5.1-rex-onig0
52
 
Architecture: any
53
 
Multi-Arch: same
54
 
Pre-Depends: multiarch-support
55
 
Depends: ${shlibs:Depends}, ${misc:Depends}
56
 
Description: Onig regular expressions library for the Lua language version 5.1
57
 
 This package provides bindings for Oniguruma regular expressions to the Lua
58
 
 language.
59
 
 
60
 
Package: liblua5.1-rex-onig-dev
61
 
Architecture: any
62
 
Multi-Arch: same
63
 
Pre-Depends: multiarch-support
64
 
Depends: liblua5.1-rex-onig0 (= ${binary:Version}), ${misc:Depends}
65
 
Section: libdevel
66
 
Description: Onig regex development files for the Lua language version 5.1
67
 
 This package contains the development files of the Onig lrexlib lua5.1
68
 
 bindings, useful to create a statically linked binary (like a C application or
69
 
 a standalone Lua interpreter).
70
 
 
71
 
Package: liblua5.1-rex-doc
 
173
Section: oldlibs
 
174
Priority: extra
72
175
Architecture: all
73
 
Section: doc
74
 
Depends: ${misc:Depends}
75
 
Description: documentation of the rex library for the Lua language version 5.1
76
 
 Documentation of all liblua5.1-rex-* modules is shipped in this package.
 
176
Depends: ${misc:Depends}, lua-rex-onig
 
177
Description: Transitional package for lua-rex-onig
 
178
 This is a transitional package to ease upgrades to the lua-rex-onig
 
179
 package. It can safely be removed.
 
180