~ubuntu-branches/ubuntu/utopic/lua-rexlib/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • 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:
1
1
#!/usr/bin/make -f
2
2
 
3
 
include /usr/share/cdbs/1/class/lua.mk
 
3
%:
 
4
        dh $@ --buildsystem=lua --with lua
 
5
 
 
6
override_dh_auto_test:
 
7
        cp -f test/*.lua .
 
8
        dh_auto_test
 
9
override_dh_auto_clean:
 
10
        rm -f *.lua
 
11
        dh_auto_clean