The branch, client-only has been updated via d7fee697e798f9cd45260fb7af918b56ee211ab4 (commit) from eb19e114da385f402de27b59db821c55a546d9a0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d7fee697e798f9cd45260fb7af918b56ee211ab4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 10 15:19:17 2012 +0100 Explicitly use quilt when building the package. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + debian/rules | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4413bc2..4eb3509 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ nx-libs (3.5.0.2-2) UNRELEASED; urgency=low * Build with source format 3.0 (native) for the NX-redistributed project. * Fix nxproxy wrapper installation (dh_install). * Remove -X autom4te.cache from override_dh_clean in /debian/rules. + * Explicitly use quilt when building the package. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 10 Jan 2012 15:07:39 +0100 diff --git a/debian/rules b/debian/rules index 0d04159..dd99735 100755 --- a/debian/rules +++ b/debian/rules @@ -9,16 +9,16 @@ else endif %: - dh $@ + dh $@ --with quilt override_dh_clean: rm -f nxcomp/changelog rm -f nxproxy/changelog - dh_clean + dh_clean --with quilt override_dh_auto_build: debian/pre-build-nx.sh - dh_auto_build + dh_auto_build --with quilt debian/post-build-nx.sh override_dh_auto_install: hooks/post-receive -- nx-libs.git (NX libraries (redistributed)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX libraries (redistributed)).