File: TODO

package info (click to toggle)
ruby-dataobjects-postgres 0.10.8-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 344 kB
  • sloc: ansic: 1,478; ruby: 472; sh: 60; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
make start_postgres_and_auto_building work, and uncomment
override_dh_auto_build: target in debian/rules.
The main problem is to be able to run the postgres server with postgres user
using su while the package is being built with fakeroot. Is it even possible?