[X2go-Commits] python-paramiko.git - x2go (branch) updated: ab500ef24002085508216549bb75926743487e61

X2Go dev team git-admin at x2go.org
Tue Oct 9 21:45:30 CEST 2012


The branch, x2go has been updated
       via  ab500ef24002085508216549bb75926743487e61 (commit)
      from  578e01a681da7fc392adddd9bd77905beb6148f4 (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 ab500ef24002085508216549bb75926743487e61
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 9 21:45:20 2012 +0200

    patch away doc registration+upload

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

Summary of changes:
 debian/control                              |    3 ++-
 debian/patches/001_no-register+upload.patch |    9 +++++++++
 debian/patches/series                       |    1 +
 debian/rules                                |    2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/001_no-register+upload.patch
 create mode 100644 debian/patches/series

The diff of changes is:
diff --git a/debian/control b/debian/control
index 69d0a84..ae5ffd1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders:
  Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 Build-Depends: debhelper (>> 8.0.0),
 	python-all (>= 2.6.6-3~),
-	python-crypto (>= 2.1.0-2)
+	python-crypto (>= 2.1.0-2),
+        quilt
 Standards-Version: 3.9.3
 Homepage: http://github.com/paramiko
 Vcs-Git: git://code.x2go.org/python-paramiko.git
diff --git a/debian/patches/001_no-register+upload.patch b/debian/patches/001_no-register+upload.patch
new file mode 100644
index 0000000..bce5664
--- /dev/null
+++ b/debian/patches/001_no-register+upload.patch
@@ -0,0 +1,9 @@
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ release: docs
+-	python setup.py sdist register upload
++	python setup.py sdist
+ 
+ docs:
+ 	epydoc --no-private -o docs/ paramiko
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91f0b84
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001_no-register+upload.patch
diff --git a/debian/rules b/debian/rules
index 00d62e3..e7fcc4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --with quilt
 
 override_dh_auto_test:
 	./test.py


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




More information about the x2go-commits mailing list