[X2go-Commits] x2gognomebindings.git - backport-lenny (branch) updated: 2.0.1.4-6-gea228fc

X2Go dev team git-admin at x2go.org
Fri Mar 16 20:53:58 CET 2012


The branch, backport-lenny has been updated
       via  ea228fcd3ce7972614d53d31dcb29d22cf9d968f (commit)
      from  114bddfc823998c3c46a6e19136169e18a005055 (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 ea228fcd3ce7972614d53d31dcb29d22cf9d968f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 16 20:53:53 2012 +0100

    Fix missing target binary-arch.

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

Summary of changes:
 debian/changelog |    1 +
 debian/rules     |   14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index b4ffea2..2d25c2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x2gognomebindings (2.0.1.5-0~x2go+bpo+lenny1) UNRELEASED; urgency=low
 
   * Backport latest package version to Debian lenny.
+  * Fix missing target binary-arch.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 22 Feb 2012 15:41:42 +0100
 
diff --git a/debian/rules b/debian/rules
index 0764193..642489b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,12 @@ clean:
 	dh_auto_clean
 	dh_clean
 
-build:
+build: build-indep build-arch
+
+binary-indep:
+# nothing to do here...
+
+build-arch:
 	dh_testdir
 	cp /usr/share/misc/config.sub .
 	cp /usr/share/misc/config.guess .
@@ -13,7 +18,12 @@ build:
 	dh_auto_build
 	dh_auto_test
 
-binary:
+binary: binary-indep binary-arch
+
+binary-indep:
+# nothing to do here...
+
+binary-arch:
 	dh_testroot
 	dh_prep
 	dh_installdirs


hooks/post-receive
-- 
x2gognomebindings.git (GNOME bindings for X2Go)

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 "x2gognomebindings.git" (GNOME bindings for X2Go).




More information about the x2go-commits mailing list