~ubuntu-branches/ubuntu/precise/lua5.2/precise-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2011-12-07 18:40:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111207184043-0r0wvv6p48zah403
Tags: 5.2.0~rc5-1
* Do not link against ncurses (patch by Sven Joachim) (Closes: #646165) 
* Include manpages (Closes: #636149) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        echo "lib_name_include=lua5.2" >> $(PKG_CONFIG_FILE)
18
18
        echo "deb_host_multiarch=$(DEB_HOST_MULTIARCH)" >> $(PKG_CONFIG_FILE)
19
19
        cat debian/lua.pc.in >> $(PKG_CONFIG_FILE)
 
20
        cat doc/lua.1  | sed 's/TH LUA 1/TH LUA5.2 1/' > lua5.2.1
 
21
        cat doc/luac.1 | sed 's/TH LUAC 1/TH LUAC5.2 1/' > luac5.2.1
 
22
 
 
23
override_dh_auto_clean:
 
24
        dh_auto_clean
 
25
        rm -f lua5.2.1 luac5.2.1
20
26
 
21
27
override_dh_strip:
22
28
        dh_strip --dbg-package=liblua5.2-0-dbg