Commit f94c87a5 authored by Denis Bilenko's avatar Denis Bilenko

try to fix launchpad build

this error:
cd debian/python-gevent-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
cd: 1: can't cd to debian/python-gevent-dbg/usr/lib/debug/usr/lib
make[1]: *** [override_dh_strip] Error
parent e1025708
#!/usr/bin/make -f #!/usr/bin/make -f
%: %:
dh $@ --parallel dh $@
override_dh_auto_clean: override_dh_auto_clean:
dh_auto_clean dh_auto_clean
...@@ -10,12 +10,6 @@ override_dh_compress: ...@@ -10,12 +10,6 @@ override_dh_compress:
dh_compress -X.js -X_static/* -X _sources/* -X_sources/*/* -X.inv dh_compress -X.js -X_static/* -X _sources/* -X_sources/*/* -X.inv
override_dh_strip: override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
dh_strip --dbg-package=python-gevent-dbg dh_strip --dbg-package=python-gevent-dbg
cd debian/python-gevent-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
endif
override_dh_installdocs: .PHONY: override_dh_auto_clean override_dh_compress override_dh_strip
dh_installdocs --link-doc=python-gevent
.PHONY: override_dh_auto_build override_dh_auto_clean override_dh_compress override_dh_strip override_dh_installdocs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment