File: rules

package info (click to toggle)
ruby-dataobjects-postgres 0.10.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 344 kB
  • sloc: ansic: 1,509; ruby: 511; sh: 60; makefile: 5
file content (16 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

#install upstream changelog
override_dh_installchangelogs:
	dh_installchangelogs ChangeLog.markdown

## start postgres server before auto_installing
## not working yet
#override_dh_auto_install:
#	chmod +x debian/start_postgres_and_auto_install.sh
#	debian/start_postgres_and_auto_install.sh