[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-48-ge62fa8b

X2Go dev team git-admin at x2go.org
Fri Oct 12 21:51:14 CEST 2012


The branch, master 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 -----------------------------------------------------------------
commit e62fa8b80a462740f4da016f15b83d45e96ef296
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 12 21:51:10 2012 +0200

    /debian/rules:
      + Fix lintian issue: debian-rules-missing-recommended-target build-arch
      + Fix lintian issue: debian-rules-missing-recommended-target build-indep

-----------------------------------------------------------------------

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 at 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).




More information about the x2go-commits mailing list