This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 0277e08 nx-libs.spec: Adapt installation of debian/VERSION as VERSION.x2goagent and nxcomp/VERSION to latest changes introduced by 400_nxcomp-version.full+lite.patch. new 0cac9ef debian/rules: No such option for dh_auto_build: --with quilt." The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 0cac9efd4c58600c7754988269856224a14d15ee Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 2 13:32:13 2014 +0200 debian/rules: No such option for dh_auto_build: --with quilt." --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e2bf42d..3c1054f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. Instead prep a libnx-x11.postinst script at build time. (Fixes: #621). + * debian/rules: + + No such option for dh_auto_build: --with quilt." * nx-libs.spec: + Adapt installation of debian/VERSION as VERSION.x2goagent and nxcomp/VERSION to latest changes introduced by diff --git a/debian/rules b/debian/rules index 1f02c90..dbef1ef 100755 --- a/debian/rules +++ b/debian/rules @@ -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/{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: dh_strip --dbg-package=nx-x11-dbg -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git