[Python-modules-commits] r23609 - in packages (16 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Tue Feb 26 23:23:17 UTC 2013


    Date: Tuesday, February 26, 2013 @ 23:23:15
  Author: debacle
Revision: 23609

Work on #701613.

Added:
  packages/python-oerplib/
  packages/python-oerplib/branches/
  packages/python-oerplib/tags/
  packages/python-oerplib/trunk/
  packages/python-oerplib/trunk/debian/
  packages/python-oerplib/trunk/debian/changelog
  packages/python-oerplib/trunk/debian/compat
  packages/python-oerplib/trunk/debian/control
  packages/python-oerplib/trunk/debian/copyright
  packages/python-oerplib/trunk/debian/python-oerplib-doc.docs
  packages/python-oerplib/trunk/debian/python-oerplib.docs
  packages/python-oerplib/trunk/debian/python-oerplib.install
  packages/python-oerplib/trunk/debian/rules
  packages/python-oerplib/trunk/debian/source/
  packages/python-oerplib/trunk/debian/source/format
  packages/python-oerplib/trunk/debian/watch


Property changes on: packages/python-oerplib/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: packages/python-oerplib/trunk/debian/changelog
===================================================================
--- packages/python-oerplib/trunk/debian/changelog	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/changelog	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,5 @@
+python-oerplib (0.7.0) unstable; urgency=low
+
+  * Initial package for Debian (closes #701613).
+
+ -- W. Martin Borgert <debacle at debian.org>  Tue, 26 Feb 2013 23:09:50 +0000

Added: packages/python-oerplib/trunk/debian/compat
===================================================================
--- packages/python-oerplib/trunk/debian/compat	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/compat	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1 @@
+7

Added: packages/python-oerplib/trunk/debian/control
===================================================================
--- packages/python-oerplib/trunk/debian/control	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/control	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,37 @@
+Source: python-oerplib
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-sphinx
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-oerplib/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-oerplib/trunk/
+Homepage: https://launchpad.net/oerplib
+
+Package: python-oerplib
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Python client library to OpenERP server
+ OERPLib is a client library to OpenERP server. It aims to provide an easy way
+ to remotely pilot and manage an OpenERP server.
+ .
+ It support both protocols XML-RPC and NET-RPC to communicate with OpenERP,
+ and provides convenients methods to manage data records (browse operation
+ implemented). Other functionalities such as downloading reports, workflow
+ queries and databases management are provided.
+
+Package: python-oerplib-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Python client library to OpenERP server (documentation)
+ OERPLib is a client library to OpenERP server. It aims to provide an easy way
+ to remotely pilot and manage an OpenERP server.
+ .
+ It support both protocols XML-RPC and NET-RPC to communicate with OpenERP,
+ and provides convenients methods to manage data records (browse operation
+ implemented). Other functionalities such as downloading reports, workflow
+ queries and databases management are provided.
+ .
+ This package contains the HTML documentation.

Added: packages/python-oerplib/trunk/debian/copyright
===================================================================
--- packages/python-oerplib/trunk/debian/copyright	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/copyright	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,42 @@
+This work was packaged for Debian by:
+
+    Sébastien Alix <seb at usr-src.org> on Sun, 21 Aug 2011 15:17:12 +0200
+    minor changes by
+    W. Martin Borgert <debacle at debian.org>
+
+It was downloaded from:
+
+    https://launchpad.net/oerplib
+
+Upstream Author(s):
+
+    ABF Osiell - Sébastien Alix <sebastien.alix at osiell.com>
+
+Copyright:
+
+    Copyright (C) 2011 ABF Osiell
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 3 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in "/usr/share/common-licenses/LGPL-3".
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Sébastien Alix <seb at usr-src.org>
+
+and is licensed under the LGPL version 3,
+see "/usr/share/common-licenses/LGPL-3".

Added: packages/python-oerplib/trunk/debian/python-oerplib-doc.docs
===================================================================
--- packages/python-oerplib/trunk/debian/python-oerplib-doc.docs	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/python-oerplib-doc.docs	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,2 @@
+doc.debian/build/html
+examples

Added: packages/python-oerplib/trunk/debian/python-oerplib.docs
===================================================================
--- packages/python-oerplib/trunk/debian/python-oerplib.docs	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/python-oerplib.docs	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,3 @@
+README.txt
+AUTHORS.txt
+CHANGES.txt

Added: packages/python-oerplib/trunk/debian/python-oerplib.install
===================================================================
--- packages/python-oerplib/trunk/debian/python-oerplib.install	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/python-oerplib.install	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1 @@
+usr/

Added: packages/python-oerplib/trunk/debian/rules
===================================================================
--- packages/python-oerplib/trunk/debian/rules	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/rules	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
+	dh_auto_build
+	# Build the HTML documentation.
+	cp -r doc doc.debian
+	make -C doc.debian html
+
+override_dh_auto_clean:
+	rm -rf doc.debian
+	dh_auto_clean


Property changes on: packages/python-oerplib/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-oerplib/trunk/debian/source/format
===================================================================
--- packages/python-oerplib/trunk/debian/source/format	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/source/format	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-oerplib/trunk/debian/watch
===================================================================
--- packages/python-oerplib/trunk/debian/watch	                        (rev 0)
+++ packages/python-oerplib/trunk/debian/watch	2013-02-26 23:23:15 UTC (rev 23609)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/oerplib/+download https://launchpad.net/oerplib/.*/(?i)oerplib-(.+).tar.gz




More information about the Python-modules-commits mailing list