[Python-modules-commits] r4305 - in packages/python-buildutils/trunk (14 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Jan 5 21:54:22 UTC 2008
Date: Saturday, January 5, 2008 @ 21:54:22
Author: piotr
Revision: 4305
[svn-inject] Applying Debian modifications to trunk
Added:
packages/python-buildutils/trunk/debian/
packages/python-buildutils/trunk/debian/changelog
packages/python-buildutils/trunk/debian/compat
packages/python-buildutils/trunk/debian/control
packages/python-buildutils/trunk/debian/copyright
packages/python-buildutils/trunk/debian/dirs
packages/python-buildutils/trunk/debian/docs
packages/python-buildutils/trunk/debian/patches/
packages/python-buildutils/trunk/debian/patches/00dpatch.conf
packages/python-buildutils/trunk/debian/patches/00list
packages/python-buildutils/trunk/debian/patches/01_disable_ez_setup.dpatch
packages/python-buildutils/trunk/debian/pbu
packages/python-buildutils/trunk/debian/rules
packages/python-buildutils/trunk/debian/watch
Property changes on: packages/python-buildutils/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/python-buildutils/trunk/debian/changelog
===================================================================
--- packages/python-buildutils/trunk/debian/changelog (rev 0)
+++ packages/python-buildutils/trunk/debian/changelog 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,6 @@
+python-buildutils (0.3-1) UNRELEASED; urgency=low
+
+ TODO: manpage, check copyrights
+ * Initial release (closes: #459320)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 14 Jan 2007 20:11:22 +0100
Added: packages/python-buildutils/trunk/debian/compat
===================================================================
--- packages/python-buildutils/trunk/debian/compat (rev 0)
+++ packages/python-buildutils/trunk/debian/compat 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1 @@
+5
Added: packages/python-buildutils/trunk/debian/control
===================================================================
--- packages/python-buildutils/trunk/debian/control (rev 0)
+++ packages/python-buildutils/trunk/debian/control 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,25 @@
+Source: python-buildutils
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 5), dpatch
+Build-Depends-Indep: python (>= 2.3.5-11), python-all, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.3
+XS-Python-Version: >=2.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-buildutils/trunk
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-buildutils/trunk/?op=log
+Homepage: http://buildutils.lesscode.org/
+
+Package: python-buildutils
+Architecture: all
+Depends: ${python:Depends}, python-setuptools
+Description: distutils extensions for developing Python libraries and applications
+ Python Build Utilities (buildutils) is a set of extension commands to Python's
+ standard distutils that are often useful during development and deployment of
+ python projects. buildutils was created with the desire of removing make and
+ other external build tools from the python development process.
+ .
+ Because buildutils is integrated with distutils, information about a project
+ can be obtained from the project's setup.py and setup.cfg files. This allows
+ commands to provide smart defaults when invoking external tools and utilities.
Added: packages/python-buildutils/trunk/debian/copyright
===================================================================
--- packages/python-buildutils/trunk/debian/copyright (rev 0)
+++ packages/python-buildutils/trunk/debian/copyright 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,54 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Thu, 5 Jan 2008 14:00:00 +0100.
+
+It was originally downloaded from http://pypi.python.org/pypi/buildutils
+
+Upstream Author: Ian Bicking, Ryan Tomayko <ianb at colorstudy.com>
+
+Copyright (C) 2006-2007 Ian Bicking and Ryan Tomayko
+
+Copyright: MIT licence
+
+ 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.
+
+
+buildutils/pycount.py file:
+
+ Copyright by Dinu C. Gherman, 1998, gherman at europemail.com
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation without fee and for any purpose, except direct commerial
+ advantage, 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.
+
+ THE AUTHOR DINU C. GHERMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
+ INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
+ FROM LOSS OF 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!
+
+
+The Debian packaging is (C) 2008, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
Added: packages/python-buildutils/trunk/debian/dirs
===================================================================
--- packages/python-buildutils/trunk/debian/dirs (rev 0)
+++ packages/python-buildutils/trunk/debian/dirs 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1 @@
+/usr/bin
Added: packages/python-buildutils/trunk/debian/docs
===================================================================
--- packages/python-buildutils/trunk/debian/docs (rev 0)
+++ packages/python-buildutils/trunk/debian/docs 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1 @@
+doc/*
Added: packages/python-buildutils/trunk/debian/patches/00dpatch.conf
===================================================================
--- packages/python-buildutils/trunk/debian/patches/00dpatch.conf (rev 0)
+++ packages/python-buildutils/trunk/debian/patches/00dpatch.conf 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs
Added: packages/python-buildutils/trunk/debian/patches/00list
===================================================================
--- packages/python-buildutils/trunk/debian/patches/00list (rev 0)
+++ packages/python-buildutils/trunk/debian/patches/00list 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1 @@
+01_disable_ez_setup
Added: packages/python-buildutils/trunk/debian/patches/01_disable_ez_setup.dpatch
===================================================================
--- packages/python-buildutils/trunk/debian/patches/01_disable_ez_setup.dpatch (rev 0)
+++ packages/python-buildutils/trunk/debian/patches/01_disable_ez_setup.dpatch 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_disable_ez_setup.dpatch by <Piotr Ożarowski <piotr at debian.org>>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad buildutils-0.3~/setup.py buildutils-0.3/setup.py
+--- buildutils-0.3~/setup.py 2007-09-19 19:47:13.000000000 +0200
++++ buildutils-0.3/setup.py 2008-01-05 14:53:19.000000000 +0100
+@@ -2,8 +2,8 @@
+ """Distutils setup file, used to install or test 'buildutils'"""
+
+ # bootstrap setuptools if necessary
+-from ez_setup import use_setuptools
+-use_setuptools()
++#from ez_setup import use_setuptools
++#use_setuptools()
+
+ from setuptools import setup, find_packages
+
Property changes on: packages/python-buildutils/trunk/debian/patches/01_disable_ez_setup.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-buildutils/trunk/debian/pbu
===================================================================
--- packages/python-buildutils/trunk/debian/pbu (rev 0)
+++ packages/python-buildutils/trunk/debian/pbu 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+import sys
+from buildutils.pysetup import main
+main()
Added: packages/python-buildutils/trunk/debian/rules
===================================================================
--- packages/python-buildutils/trunk/debian/rules (rev 0)
+++ packages/python-buildutils/trunk/debian/rules 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,51 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+ | sed -rne 's,^Version: ([^-]+).*,\1,p')
+
+PYVERS=$(shell pyversions -vr)
+
+include /usr/share/dpatch/dpatch.make
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -rf build
+ find . -name '*\.py[co]' -delete
+ dh_clean $(PYVERS:%=install-python%)
+
+build: patch
+
+install: build $(PYVERS:%=install-python%)
+ dh_installdirs
+ dh_install debian/pbu /usr/bin/
+ touch $@
+
+install-python%:
+ dh_testdir
+ python$* setup.py install \
+ --single-version-externally-managed \
+ --root $(CURDIR)/debian/python-buildutils
+ touch $@
+
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installchangelogs -i
+ dh_installdocs -i
+ dh_installexamples -i
+ dh_pysupport -i
+ dh_compress -i -X.py
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i -- -Z bzip2
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary build
Property changes on: packages/python-buildutils/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-buildutils/trunk/debian/watch
===================================================================
--- packages/python-buildutils/trunk/debian/watch (rev 0)
+++ packages/python-buildutils/trunk/debian/watch 2008-01-05 21:54:22 UTC (rev 4305)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/b/buildutils/buildutils-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list