Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Debian package #34

Closed
szepeviktor opened this issue Jan 26, 2015 · 2 comments
Closed

Building Debian package #34

szepeviktor opened this issue Jan 26, 2015 · 2 comments

Comments

@szepeviktor
Copy link

Found something on https://code.google.com/p/mod-spdy/wiki/GettingStarted

BUILDTYPE=Release make linux_package_deb

It produces:

  ACTION Extracting last change to /root/src/mod-spdy/src/out/Release/obj/gen/build/LASTCHANGE out/Release/obj/gen/build/LASTCHANGE.always
  ACTION build_install_gyp_linux_package_deb_target_deb_package_beta out/Release/mod-spdy-beta_0.9.4.1-r3bced7d_amd64.deb
Staging common install files in '/tmp/deb.build.RtihBV'...
Staging Debian install files in '/tmp/deb.build.RtihBV'...
Packaging amd64...
dpkg-gencontrol: error: cannot write debian/control: No such file or directory
Cleaning...
make: *** [out/Release/mod-spdy-beta_0.9.4.1-r3bced7d_amd64.deb] Error 2

Is there an updated documentation?

@szepeviktor
Copy link
Author

Faking a control files is a workaround.
src/install/debian/build.sh:24

gen_control() {
  touch debian/control

@szepeviktor
Copy link
Author

See: #33 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant