Commit 0cac9efd authored by Mike Gabriel's avatar Mike Gabriel

debian/rules: No such option for dh_auto_build: --with quilt."

parent 0277e085
...@@ -9,6 +9,8 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium ...@@ -9,6 +9,8 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium
+ Don't use dpkg-architecture (bin:package dpkg-dev) in postinst script. + Don't use dpkg-architecture (bin:package dpkg-dev) in postinst script.
Instead prep a libnx-x11.postinst script at build time. (Fixes: Instead prep a libnx-x11.postinst script at build time. (Fixes:
#621). #621).
* debian/rules:
+ No such option for dh_auto_build: --with quilt."
* nx-libs.spec: * nx-libs.spec:
+ Adapt installation of debian/VERSION as VERSION.x2goagent and + Adapt installation of debian/VERSION as VERSION.x2goagent and
nxcomp/VERSION to latest changes introduced by nxcomp/VERSION to latest changes introduced by
......
...@@ -54,7 +54,7 @@ override_dh_auto_build: ...@@ -54,7 +54,7 @@ override_dh_auto_build:
rm -Rf nx-X11/lib/{expat,fontconfig,fontenc,font/FreeType,font/include/fontenc.h,freetype2,regex,zlib} rm -Rf nx-X11/lib/{expat,fontconfig,fontenc,font/FreeType,font/include/fontenc.h,freetype2,regex,zlib}
rm -Rf nx-X11/lib/{FS,ICE,SM,Xaw,Xft,Xt,Xmu,Xmuu} rm -Rf nx-X11/lib/{FS,ICE,SM,Xaw,Xft,Xt,Xmu,Xmuu}
LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt --parallel LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --parallel
override_dh_strip: override_dh_strip:
dh_strip --dbg-package=nx-x11-dbg dh_strip --dbg-package=nx-x11-dbg
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