12 Oct 2012 21:51
x2gothinclient.git - master (branch) updated: 1.0.1.8-48-ge62fa8b
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@...>
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
<at> <at> -48,6 +48,9 <at> <at> 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@...> 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
<at> <at> -14,24 +14,28 <at> <at> configure-stamp:
cd x2gocdmanager/powerej && qmake-qt4 powerej.pro
touch $ <at>
-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 $ <at>
+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
RSS Feed