[Python-modules-commits] r14128 - in packages/py-postgresql/trunk/debian (6 files)
wgrz-guest at users.alioth.debian.org
wgrz-guest at users.alioth.debian.org
Wed Aug 4 20:03:29 UTC 2010
Date: Wednesday, August 4, 2010 @ 20:03:24
Author: wgrz-guest
Revision: 14128
* Removing trailing spaces
* Use of DEP 3 in patch
* Build docs under build/docs
Modified:
packages/py-postgresql/trunk/debian/control
packages/py-postgresql/trunk/debian/copyright
packages/py-postgresql/trunk/debian/docs
packages/py-postgresql/trunk/debian/patches/add_libpath.patch
packages/py-postgresql/trunk/debian/python3-postgresql.doc-base
packages/py-postgresql/trunk/debian/rules
Modified: packages/py-postgresql/trunk/debian/control
===================================================================
--- packages/py-postgresql/trunk/debian/control 2010-08-04 20:01:12 UTC (rev 14127)
+++ packages/py-postgresql/trunk/debian/control 2010-08-04 20:03:24 UTC (rev 14128)
@@ -15,10 +15,10 @@
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends},
libjs-jquery
Description: pgsql driver, cluster management tools, and client tools
- py-postgresql is a python3 DB-API driver, including cluster management
- tools and client development tools. Written in pure Python 3 with
+ py-postgresql is a python3 DB-API driver, including cluster management
+ tools and client development tools. Written in pure Python 3 with
optional optimizations written in C.
.
It provides support for protocol-level prepared statements, the COPY interface,
- arrays and composite types, and a console to run quick tests and simple
+ arrays and composite types, and a console to run quick tests and simple
scripts in PostgreSQL called pg_python.
Modified: packages/py-postgresql/trunk/debian/copyright
===================================================================
--- packages/py-postgresql/trunk/debian/copyright 2010-08-04 20:01:12 UTC (rev 14127)
+++ packages/py-postgresql/trunk/debian/copyright 2010-08-04 20:03:24 UTC (rev 14128)
@@ -14,25 +14,25 @@
Copyright (C) 2004-2010 James Williame Pye
All rights reserved.
-
- Redistribution and use in source and binary forms, with or without modification,
+
+ Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
-
- Redistributions of source code must retain the above copyright notice,
+
+ Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
+ Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the James Williame Pye nor the names of its contributors
- may be used to endorse or promote products derived from this software without
+ Neither the name of the James Williame Pye nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
@@ -42,14 +42,14 @@
SUCH DAMAGE.
Files: postgresql/resolved/crypt.py
-Copyright: Copyright (C) 2000, 2001, 2004 Carey Evans <careye at spamcop.net>
-License:
+Copyright: Copyright (C) 2000,2001,2004 Carey Evans <careye at spamcop.net>
+License:
Permission to use, copy, modify, and distribute this software and
its documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and
that both that copyright notice and this permission notice appear in
supporting documentation.
-
+
CAREY EVANS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL CAREY EVANS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
@@ -57,11 +57,11 @@
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
-
+
Based on C code by Eric Young (eay at mincom.oz.au), which has the
- following copyright. Especially note condition 3, which imposes
+ following copyright. Especially note condition 3, which imposes
extra restrictions on top of the standard Python license used above.
-
+
The fcrypt.c source is available from:
ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/
@@ -69,25 +69,25 @@
Copyright (C) 2010 William Grzybowski <william at agencialivre.com.br>
All rights reserved.
-
- Redistribution and use in source and binary forms, with or without modification,
+
+ Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
-
- Redistributions of source code must retain the above copyright notice,
+
+ Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
+ Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of the William Grzybowski nor the names of its contributors
- may be used to endorse or promote products derived from this software without
+ Neither the name of the William Grzybowski nor the names of its contributors
+ may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Modified: packages/py-postgresql/trunk/debian/docs
===================================================================
--- packages/py-postgresql/trunk/debian/docs 2010-08-04 20:01:12 UTC (rev 14127)
+++ packages/py-postgresql/trunk/debian/docs 2010-08-04 20:03:24 UTC (rev 14128)
@@ -1,3 +1,3 @@
README
AUTHORS
-html
+build/docs/html
Modified: packages/py-postgresql/trunk/debian/patches/add_libpath.patch
===================================================================
--- packages/py-postgresql/trunk/debian/patches/add_libpath.patch 2010-08-04 20:01:12 UTC (rev 14127)
+++ packages/py-postgresql/trunk/debian/patches/add_libpath.patch 2010-08-04 20:03:24 UTC (rev 14128)
@@ -1,4 +1,6 @@
-Add /usr/share/python3-postgresql to the py-postgresql libpath
+Abstract: Add /usr/share/python3-postgresql to the py-postgresql libpath
+Author: William Grzybowski <william at agencialivre.com.br>
+Last-Update: 2010-08-04
--- a/postgresql/sys.py
+++ b/postgresql/sys.py
@@ -27,7 +27,7 @@
Modified: packages/py-postgresql/trunk/debian/python3-postgresql.doc-base
===================================================================
--- packages/py-postgresql/trunk/debian/python3-postgresql.doc-base 2010-08-04 20:01:12 UTC (rev 14127)
+++ packages/py-postgresql/trunk/debian/python3-postgresql.doc-base 2010-08-04 20:03:24 UTC (rev 14128)
@@ -1,6 +1,6 @@
Document: python3-postgresql
Title: Python3-postgresql Manual
-Author: James Willian Pye
+Author: James William Pye
Abstract: This manual describes how to use
py-postgresql and its API.
Section: Programming/Python
Modified: packages/py-postgresql/trunk/debian/rules
===================================================================
--- packages/py-postgresql/trunk/debian/rules 2010-08-04 20:01:12 UTC (rev 14127)
+++ packages/py-postgresql/trunk/debian/rules 2010-08-04 20:03:24 UTC (rev 14128)
@@ -9,10 +9,11 @@
python$$i ./setup.py build;\
done
- mkdir -p html html/doctrees
- cp postgresql/documentation/*.txt postgresql/documentation/sphinx/
- cp postgresql/documentation/sphinx/index.rst postgresql/documentation/sphinx/index.txt
- sphinx-build -E -b html -d html/doctrees postgresql/documentation/sphinx/ html
+ mkdir -p build/docs/html/doctrees
+ find postgresql/documentation/ -type f -exec cp {} build/docs/ \;
+ cp postgresql/project.py build/docs/
+ cp postgresql/documentation/sphinx/index.rst build/docs/index.txt
+ sphinx-build -E -b html -d build/docs/html/doctrees build/docs build/docs/html
override_dh_auto_install:
dh_install -ppython3-postgresql
More information about the Python-modules-commits
mailing list