File: rules

package info (click to toggle)
lua-dbi 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 400 kB
  • sloc: ansic: 3,376; sql: 220; makefile: 114
file content (13 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=lua --with lua

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name \*.lua -exec chmod -x {} \;

override_dh_strip:
	dh_strip -Xdbi-sqlite3 -Xdbi-postgresql --dbgsym-migration='lua-dbi-mysql-dbg (<< 0.6-1~)'
	dh_strip -Xdbi-sqlite3 --dbgsym-migration='lua-dbi-postgresql-dbg (<< 0.6-1~)'
	dh_strip --dbgsym-migration='lua-dbi-sqlite3-dbg (<< 0.6-1~)'