[Python-modules-commits] r7101 - in packages (12 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sat Dec 13 01:09:21 UTC 2008


    Date: Saturday, December 13, 2008 @ 01:09:20
  Author: varun
Revision: 7101

* New package python-setupdocs

Added:
  packages/python-setupdocs/
  packages/python-setupdocs/tags/
  packages/python-setupdocs/trunk/
  packages/python-setupdocs/trunk/debian/
  packages/python-setupdocs/trunk/debian/changelog
  packages/python-setupdocs/trunk/debian/compat
  packages/python-setupdocs/trunk/debian/control
  packages/python-setupdocs/trunk/debian/copyright
  packages/python-setupdocs/trunk/debian/orig-tar.sh
  packages/python-setupdocs/trunk/debian/pycompat
  packages/python-setupdocs/trunk/debian/rules
  packages/python-setupdocs/trunk/debian/watch


Property changes on: packages/python-setupdocs/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-setupdocs/trunk/debian/changelog
===================================================================
--- packages/python-setupdocs/trunk/debian/changelog	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/changelog	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1,5 @@
+python-setupdocs (1.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 12 Dec 2008 20:01:30 -0500

Added: packages/python-setupdocs/trunk/debian/compat
===================================================================
--- packages/python-setupdocs/trunk/debian/compat	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/compat	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1 @@
+6

Added: packages/python-setupdocs/trunk/debian/control
===================================================================
--- packages/python-setupdocs/trunk/debian/control	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/control	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1,19 @@
+Source: python-setupdocs
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>
+Build-Depends: cdbs, debhelper (>= 6), python-all-dev, python-central (>= 0.6), python-setuptools
+Standards-Version: 3.8.0
+Homepage: http://pypi.python.org/pypi/setupdocs
+XS-Python-Version: >=2.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-setupdocs/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-setupdocs/trunk/?op=log
+
+Package: python-setupdocs
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-setuptools, python-sphinx
+XB-Python-Version: ${python:Versions}
+Description: setuptools plugin that automates building of docs from reST source
+ python-setupdocs is a python-setuptools plugin that automates
+ building of docs from reStructured Text (reST) source

Added: packages/python-setupdocs/trunk/debian/copyright
===================================================================
--- packages/python-setupdocs/trunk/debian/copyright	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/copyright	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1,35 @@
+This package was debianized by Varun Hiremath <varun at debian.org> on
+Fri, 12 Dec 2008 16:52:01 -0500
+
+It was downloaded from http://pypi.python.org/pypi/setupdocs
+
+Upstream Author: Enthought, Inc. <info at enthought.com>
+
+Copyright: (c) 2006-2008, Enthought, Inc. All rights reserved.
+
+License:
+    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, 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
+       and/or other materials provided with the distribution.
+     * Neither the name of Enthought, Inc. 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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) HOWEVER CAUSED AND ON
+    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is (C) 2008 Varun Hiremath <varun at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/python-setupdocs/trunk/debian/orig-tar.sh
===================================================================
--- packages/python-setupdocs/trunk/debian/orig-tar.sh	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/orig-tar.sh	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $3 $origDir
+  echo "moved $3 to $origDir"
+fi


Property changes on: packages/python-setupdocs/trunk/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-setupdocs/trunk/debian/pycompat
===================================================================
--- packages/python-setupdocs/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/pycompat	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1 @@
+2

Added: packages/python-setupdocs/trunk/debian/rules
===================================================================
--- packages/python-setupdocs/trunk/debian/rules	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/rules	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_COMPRESS_EXCLUDE		:= .py
+DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename


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

Added: packages/python-setupdocs/trunk/debian/watch
===================================================================
--- packages/python-setupdocs/trunk/debian/watch	                        (rev 0)
+++ packages/python-setupdocs/trunk/debian/watch	2008-12-13 01:09:20 UTC (rev 7101)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/([ab])/~$1/,dversionmangle=s/\+.*//" \
+http://pypi.python.org/packages/source/s/setupdocs/setupdocs-(.*).tar.gz \
+debian debian/orig-tar.sh




More information about the Python-modules-commits mailing list