The branch, x2go has been updated via 50c437be0969e372ae1b1a834c4e87e2c7fa9be0 (commit) from e6f0a35c2a5ac55e0fa5b69c598d2f30c776161e (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 50c437be0969e372ae1b1a834c4e87e2c7fa9be0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 9 21:57:05 2012 +0200 do not run tests when building .deb package ----------------------------------------------------------------------- Summary of changes: .../002_no-testing-fails-in-build-chroot.patch | 10 ++++++++++ debian/patches/series | 1 + debian/rules | 1 + 3 files changed, 12 insertions(+) create mode 100644 debian/patches/002_no-testing-fails-in-build-chroot.patch The diff of changes is: diff --git a/debian/patches/002_no-testing-fails-in-build-chroot.patch b/debian/patches/002_no-testing-fails-in-build-chroot.patch new file mode 100644 index 0000000..4ef61bb --- /dev/null +++ b/debian/patches/002_no-testing-fails-in-build-chroot.patch @@ -0,0 +1,10 @@ +--- a/Makefile ++++ b/Makefile +@@ -11,5 +11,5 @@ + rm -f test.log + rm -rf paramiko.egg-info + +-test: +- python ./test.py ++#test: ++# python ./test.py diff --git a/debian/patches/series b/debian/patches/series index 91f0b84..3a3a510 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 001_no-register+upload.patch +002_no-testing-fails-in-build-chroot.patch diff --git a/debian/rules b/debian/rules index e7fcc4e..709a7ac 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,4 @@ override_dh_installinfo override_dh_installinit override_dh_installmenu override override_dh_installmodules override_dh_installlogcheck override_dh_installlogrotate: override_dh_installpam override_dh_installppp override_dh_installudev override_dh_installwm: override_dh_installxfonts override_dh_gconf override_dh_icons override_dh_perl override_dh_usrlocal: +override_dh_auto_test: \ No newline at end of file hooks/post-receive -- python-paramiko.git (Debian package python-paramiko) 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 "python-paramiko.git" (Debian package python-paramiko).