[Python-modules-commits] r1799 - in /packages/pudge/trunk/debian: ./ changelog compat control copyright rules watch

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat Feb 10 01:59:37 CET 2007


Author: pox-guest
Date: Sat Feb 10 01:59:36 2007
New Revision: 1799

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1799
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/pudge/trunk/debian/   (with props)
    packages/pudge/trunk/debian/changelog
    packages/pudge/trunk/debian/compat
    packages/pudge/trunk/debian/control
    packages/pudge/trunk/debian/copyright
    packages/pudge/trunk/debian/rules   (with props)
    packages/pudge/trunk/debian/watch

Propchange: packages/pudge/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/pudge/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/changelog?rev=1799&op=file
==============================================================================
--- packages/pudge/trunk/debian/changelog (added)
+++ packages/pudge/trunk/debian/changelog Sat Feb 10 01:59:36 2007
@@ -1,0 +1,5 @@
+pudge (0.1.2+svn134-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sat, 10 Feb 2007 00:39:31 +0100

Added: packages/pudge/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/compat?rev=1799&op=file
==============================================================================
--- packages/pudge/trunk/debian/compat (added)
+++ packages/pudge/trunk/debian/compat Sat Feb 10 01:59:36 2007
@@ -1,0 +1,1 @@
+5

Added: packages/pudge/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/control?rev=1799&op=file
==============================================================================
--- packages/pudge/trunk/debian/control (added)
+++ packages/pudge/trunk/debian/control Sat Feb 10 01:59:36 2007
@@ -1,0 +1,36 @@
+Source: pudge
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ozarowski <ozarow at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.2
+XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pudge/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/?op=log
+
+Package: python-pudge
+Architecture: all
+Depends: ${python:Depends}, python-docutils (>=0.4-4), python-kid (>= 0.7.1)
+Recommends: python-pygments
+XB-Python-Version: ${python:Versions}
+Description: documentation generator for Python projects
+ Pudge is a documentation system for Python projects.
+ .
+ Its highlights are:
+  * Generate documentation for Python packages, modules, classes, functions,
+    and methods.
+  * Module and Class index hierarchies
+  * Support for Restructured Text in docstrings
+  * Easily apply common free documentation licenses (GNU, CC)
+  * Syntax colored source HTML generation with anchors for line numbers
+  * Generated reference documents link to source for all modules, classes,
+    functions, and methods
+  * Basic Restructured Text document templating (brings external documents into
+    the flow of generated pages)
+  * Support for HTML 4.01 or XHTML 1.0 output
+  * Basic Trac integration (adds Trac project links to navigational elements)
+  * Uses a combination of runtime inspection and Python source code scanning
+  * Extensible and customizable using kid templates
+ .
+  Homepage: http://pudge.lesscode.org/

Added: packages/pudge/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/copyright?rev=1799&op=file
==============================================================================
--- packages/pudge/trunk/debian/copyright (added)
+++ packages/pudge/trunk/debian/copyright Sat Feb 10 01:59:36 2007
@@ -1,0 +1,39 @@
+This package was debianized by Piotr Ożarowski <ozarow at gmail.com> on
+Sat, 10 Feb 2007 00:39:31 +0100.
+
+It was downloaded from: http://pudge.lesscode.org/
+
+Upstream Author: Ryan Tomayko <rtomayko at gmail.com>
+
+Copyright (c) 2005-2007 Ryan Tomayko
+
+License: MIT License
+ 
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
+files under pudge/template/orbtech.com/ directory are are Copyright 2006 by
+Ilias Lazaridis ("Use and distribute freely. Please preserve header.")
+
+
+The Debian packaging is (C) 2007, Piotr Ożarowski <ozarow at gmail.com> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.

Added: packages/pudge/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/rules?rev=1799&op=file
==============================================================================
--- packages/pudge/trunk/debian/rules (added)
+++ packages/pudge/trunk/debian/rules Sat Feb 10 01:59:36 2007
@@ -1,0 +1,41 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+
+PYVERS=$(shell pyversions -vr)
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -rf build
+	find . -name *\.py[co] -exec rm {} \;
+	-rm -rf pudge.egg-info
+	dh_clean
+
+build:
+
+install: $(PYVERS:%=install-python%)
+install-python%:
+	python$* setup.py install --root $(CURDIR)/debian/python-pudge
+
+binary-indep: install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_pycentral -i
+	dh_compress -i -X.py
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: packages/pudge/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pudge/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/watch?rev=1799&op=file
==============================================================================
--- packages/pudge/trunk/debian/watch (added)
+++ packages/pudge/trunk/debian/watch Sat Feb 10 01:59:36 2007
@@ -1,0 +1,2 @@
+version=3
+http://lesscode.org/dist/pudge/.*/pudge-(.*)\.tar\.gz debian uupdate




More information about the Python-modules-commits mailing list