-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Can't build plv8 packages for Postgres 9.3beta1; tried editing debian/control and debian/rules to replace "9.2" with "9.3" (and ensuring all the build dependencies were installed). But running debuild simply produces an empty .deb, with nothing inside...
(I have to assume this is the right build procedure, as I couldn't find a README.Debian or similar file in your repo...)
$ cd plv8-static-debian
$ debuild -i -us -uc -b
[... snip lots of output ...]
dpkg-buildpackage: binary only upload (no source included)
Now running lintian...
E: postgresql-9.3-plv8-static: no-copyright-file
E: postgresql-9.3-plv8-static: description-synopsis-is-duplicated
W: postgresql-9.3-plv8-static: superfluous-clutter-in-homepage <insert the upstream URL, if relevant>
W: postgresql-9.3-plv8-static: bad-homepage <insert the upstream URL, if relevant>
W: postgresql-9.3-plv8-static: empty-binary-package
Finished running lintian.
I made a pastebin with the full debuild output here:
http://pastebin.com/QfH7dHVm