~yolanda.robla/ubuntu/saucy/rubyluabridge/lua5.2

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Yolanda Robla
  • Date: 2013-07-19 08:34:28 UTC
  • mfrom: (2.1.5 sid)
  • Revision ID: yolanda.robla@canonical.com-20130719083428-bsae82wllbccvudz
* Acknowledge NMU, thanks to Scott Kitterman
* Patch Rakefile to work with newer rake version (Closes: #713148)
* Rename libluabridge-ruby and libluabridge-ruby1.8 to ruby-luabridge
* Build arch:all only when binary-indep called
* Build with hardening options
* Update to Standards-Version 3.9.4 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
5
5
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
6
6
Build-Depends: debhelper (>= 5), liblua5.1-0-dev, rake, ruby1.8-dev, rubygems1.8, libboost-dev, g++-4.6
7
 
Standards-Version: 3.8.4
 
7
Standards-Version: 3.9.4
8
8
Homepage: http://rubyluabridge.rubyforge.org
9
9
Vcs-Browser: http://rubyluabridge.rubyforge.org/svn/debian/rubyluabridge/trunk
10
10
Vcs-Svn: svn://rubyforge.org/var/svn/rubyluabridge/debian/rubyluabridge/trunk
11
11
 
12
 
Package: libluabridge-ruby1.8
 
12
Package: ruby-luabridge
13
13
Architecture: any
14
14
Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-0
15
 
Description: access Lua from Ruby (Ruby 1.8)
16
 
 RubyLuaBridge is a seamless bridge between Ruby and Lua.  It is a C
17
 
 extension that uses the actual Lua C library.
18
 
 .
19
 
 This package is built for Ruby 1.8.
 
15
Provides: libluabridge-ruby, libluabridge-ruby1.8
 
16
Replaces: libluabridge-ruby, libluabridge-ruby1.8
 
17
Breaks: libluabridge-ruby, libluabridge-ruby1.8
 
18
Description: access Lua from Ruby
 
19
 RubyLuaBridge is a seamless bridge between Ruby and Lua.  It is a C
 
20
 extension that uses the actual Lua C library.
 
21
 .
 
22
 This package is built for Ruby 1.8.
 
23
 
 
24
Package: libluabridge-ruby1.8
 
25
Architecture: all
 
26
Section: oldlibs
 
27
Priority: extra
 
28
Depends: ruby-luabridge, ${misc:Depends}
 
29
Description: access Lua from Ruby (Ruby 1.8) - transitional package
 
30
 RubyLuaBridge is a seamless bridge between Ruby and Lua.  It is a C
 
31
 extension that uses the actual Lua C library.
 
32
 .
 
33
 This package is built for Ruby 1.8.
 
34
 .
 
35
 This is a dummy transitional package and can safely be removed.
20
36
 
21
37
Package: libluabridge-ruby
22
38
Architecture: all
23
 
Depends: libluabridge-ruby1.8, ${misc:Depends}
24
 
Description: access Lua from Ruby
 
39
Section: oldlibs
 
40
Priority: extra
 
41
Depends: ruby-luabridge, ${misc:Depends}
 
42
Description: access Lua from Ruby - transitional package
25
43
 RubyLuaBridge is a seamless bridge between Ruby and Lua.  It is a C
26
44
 extension that uses the actual Lua C library.
27
45
 .
28
 
 This dummy package depends on the one built against the current Ruby.
 
46
 This is a dummy transitional package and can safely be removed.
29
47