[Python-modules-commits] r30982 - in packages/python-protobuf.socketrpc/trunk/debian (5 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sat Oct 11 18:18:40 UTC 2014


    Date: Saturday, October 11, 2014 @ 18:18:39
  Author: jandd
Revision: 30982

* bump Standards-Version to 3.9.6 (no changes)
* switch to pybuild
  - add dh-python to Build-Depends
  - add --buildsystem=pybuild to debian/rules dh invocation
* add python-protobuf to Build-Depends for tests
* avoid installing .pyc files in override_dh_installexamples
* remove src/*.egg-info/ in override_dh_auto_clean
* remove empty paragraph from extended description
* update debian/copyright format to version 1.0

Modified:
  packages/python-protobuf.socketrpc/trunk/debian/changelog
  packages/python-protobuf.socketrpc/trunk/debian/compat
  packages/python-protobuf.socketrpc/trunk/debian/control
  packages/python-protobuf.socketrpc/trunk/debian/copyright
  packages/python-protobuf.socketrpc/trunk/debian/rules

Modified: packages/python-protobuf.socketrpc/trunk/debian/changelog
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/changelog	2014-10-11 16:36:15 UTC (rev 30981)
+++ packages/python-protobuf.socketrpc/trunk/debian/changelog	2014-10-11 18:18:39 UTC (rev 30982)
@@ -1,9 +1,21 @@
 python-protobuf.socketrpc (1.3.2-2) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:08 +0200
+  [ Jan Dittberner ]
+  * bump Standards-Version to 3.9.6 (no changes)
+  * switch to pybuild
+    - add dh-python to Build-Depends
+    - add --buildsystem=pybuild to debian/rules dh invocation
+  * add python-protobuf to Build-Depends for tests
+  * avoid installing .pyc files in override_dh_installexamples
+  * remove src/*.egg-info/ in override_dh_auto_clean
+  * remove empty paragraph from extended description
+  * update debian/copyright format to version 1.0
 
+ -- Jan Dittberner <jandd at debian.org>  Sat, 11 Oct 2014 19:43:30 +0200
+
 python-protobuf.socketrpc (1.3.2-1) unstable; urgency=low
 
   * Initial version (Closes: #602004).

Modified: packages/python-protobuf.socketrpc/trunk/debian/compat
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/compat	2014-10-11 16:36:15 UTC (rev 30981)
+++ packages/python-protobuf.socketrpc/trunk/debian/compat	2014-10-11 18:18:39 UTC (rev 30982)
@@ -1 +1 @@
-7
+9

Modified: packages/python-protobuf.socketrpc/trunk/debian/control
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/control	2014-10-11 16:36:15 UTC (rev 30981)
+++ packages/python-protobuf.socketrpc/trunk/debian/control	2014-10-11 18:18:39 UTC (rev 30982)
@@ -3,8 +3,12 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Jan Dittberner <jandd at debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.3.5-11), python-setuptools
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python,
+               python-protobuf (>=2.2),
+               python-setuptools
+Standards-Version: 3.9.6
 XS-Python-Version: >= 2.5
 Homepage: http://code.google.com/p/protobuf-socket-rpc
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-protobuf.socketrpc/trunk/
@@ -12,11 +16,10 @@
 
 Package: python-protobuf.socketrpc
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-protobuf (>=2.2)
+Depends: python-protobuf (>=2.2), ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python socket RPC for Google protocol buffers
- .
  Google's protocol buffer library makes writing rpc services easy, but it does
  not contain a rpc implementation. The transport details are left up to the user
  to implement.

Modified: packages/python-protobuf.socketrpc/trunk/debian/copyright
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/copyright	2014-10-11 16:36:15 UTC (rev 30981)
+++ packages/python-protobuf.socketrpc/trunk/debian/copyright	2014-10-11 18:18:39 UTC (rev 30982)
@@ -1,17 +1,18 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: python-protobuf-socket-rpc
-Maintainer: Shardul Deo <shardul.deo at gmail.com>
-            Zach Walker <walker.zach at gmail.com>
-            Martin Norbury <martin.norbury at gmail.com>
-            Dan Liang <liang95037 at gmail.com>
-            Jan Dittberner <jan at dittberner.info>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-protobuf-socket-rpc
+Upstream-Contact: Shardul Deo <shardul.deo at gmail.com>
+                  Zach Walker <walker.zach at gmail.com>
+                  Martin Norbury <martin.norbury at gmail.com>
+                  Dan Liang <liang95037 at gmail.com>
+                  Jan Dittberner <jan at dittberner.info>
 Source: http://code.google.com/p/protobuf-socket-rpc/downloads/list
 
+Files: *
 Copyright: Copyright (c) 2009, 2010 Las Cumbres Observatory
 License: MIT
 
 Files: debian/*
-Copyright: 2010, Jan Dittberner <jandd at debian.org>
+Copyright: 2010-2014 Jan Dittberner <jandd at debian.org>
 License: MIT
 
 License: MIT

Modified: packages/python-protobuf.socketrpc/trunk/debian/rules
===================================================================
--- packages/python-protobuf.socketrpc/trunk/debian/rules	2014-10-11 16:36:15 UTC (rev 30981)
+++ packages/python-protobuf.socketrpc/trunk/debian/rules	2014-10-11 18:18:39 UTC (rev 30982)
@@ -3,8 +3,17 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PYBUILD_NAME=python-protobuf.socketrpc
+
 override_dh_compress:
 	dh_compress -X.py
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf src/*.egg-info/
+
+override_dh_installexamples:
+	dh_installexamples -X.pyc
+
 %:
-	dh --with python2 $@
+	dh $@ --with python2 --buildsystem=pybuild




More information about the Python-modules-commits mailing list