The branch, build-main has been updated via e62fa8b80a462740f4da016f15b83d45e96ef296 (commit) from 6d9f86cfa33e911bbdc93b45e5aacb79e8f95b72 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ debian/rules | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 97f363c..4de2bea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,9 @@ x2gothinclient (1.0.99.1-0~x2go1) UNRELEASED; urgency=low support). * /debian/x2gothinclient.examples: - Fix src location of example config files. + * /debian/rules: + + Fix lintian issue: debian-rules-missing-recommended-target build-arch + + Fix lintian issue: debian-rules-missing-recommended-target build-indep -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 10 Aug 2012 14:13:49 +0200 diff --git a/debian/rules b/debian/rules index d2fdbb4..26ed4fe 100755 --- a/debian/rules +++ b/debian/rules @@ -14,24 +14,28 @@ configure-stamp: cd x2gocdmanager/powerej && qmake-qt4 powerej.pro touch $@ -build: build-stamp +build: build-arch build-indep + +build-arch: build-stamp build-stamp: configure-stamp dh_testdir dh_prep $(MAKE) -C x2gocdmanager/powerej touch $@ +build-indep: + clean: dh_testdir dh_testroot [ ! -f x2gocdmanager/powerej/Makefile ] || $(MAKE) -C x2gocdmanager/powerej distclean dh_clean build-stamp configure-stamp -binary-indep: build +binary-indep: build-indep # We have nothing to do by default. # Build architecture-dependent files here. -binary-arch: build +binary-arch: build-arch dh_testdir dh_testroot dh_installchangelogs hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).