[Python-modules-commits] r3444 - in /packages/python-goopy/trunk/debian: ./ changelog compat control copyright rules watch

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Thu Oct 18 18:02:37 UTC 2007


Author: kumanna-guest
Date: Thu Oct 18 18:02:37 2007
New Revision: 3444

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

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

Propchange: packages/python-goopy/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-goopy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/debian/changelog?rev=3444&op=file
==============================================================================
--- packages/python-goopy/trunk/debian/changelog (added)
+++ packages/python-goopy/trunk/debian/changelog Thu Oct 18 18:02:37 2007
@@ -1,0 +1,31 @@
+python-goopy (0.1-2) unstable; urgency=low
+
+  * Added watch file.
+  * Fix indentation of "Homepage" in description.
+  * Bumped Standards Version.
+  * Don't call dh_python.
+  * Thanks to Luk Claes for NMU.
+
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Fri, 17 Aug 2007 00:05:56 +0530
+
+python-goopy (0.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't use debian/tmp anymore (Closes: #379744).
+
+ -- Luk Claes <luk at debian.org>  Tue, 25 Jul 2006 18:58:37 +0200
+
+python-goopy (0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Python policy transition, thanks to Floris Bruynooghe (Closes: #373543)
+  * Move debhelper to Build-Depends.
+
+ -- Luk Claes <luk at debian.org>  Sat,  1 Jul 2006 01:03:59 +0200
+
+python-goopy (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #324999)
+
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 22 Aug 2005 06:43:22 +0530
+

Added: packages/python-goopy/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/debian/compat?rev=3444&op=file
==============================================================================
--- packages/python-goopy/trunk/debian/compat (added)
+++ packages/python-goopy/trunk/debian/compat Thu Oct 18 18:02:37 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-goopy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/debian/control?rev=3444&op=file
==============================================================================
--- packages/python-goopy/trunk/debian/control (added)
+++ packages/python-goopy/trunk/debian/control Thu Oct 18 18:02:37 2007
@@ -1,0 +1,20 @@
+Source: python-goopy
+Section: python
+Priority: optional
+Maintainer: Kumar Appaiah <akumar at ee.iitm.ac.in>
+Build-Depends: debhelper (>= 5.0.37.1)
+Build-Depends-Indep: python-all (>= 2.3.5-10), python-central (>= 0.4.17), python
+Standards-Version: 3.7.2
+XS-Python-Version: all
+
+Package: python-goopy
+Architecture: all
+Depends: ${python:Depends}
+Replaces: python2.3-goopy, python2.4-goopy
+Conflicts: python2.3-goopy (<< 0.1-1.1), python2.4-goopy (<< 0.1-1.1)
+XB-Python-Version: ${python:Versions}
+Description: A small collection of handy routines for functional programming
+ This is a collection of Python functions that Googlers have found
+ useful. It provides handy methods for functional style programming.
+ . 
+  Homepage: http://goog-goopy.sourceforge.net

Added: packages/python-goopy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/debian/copyright?rev=3444&op=file
==============================================================================
--- packages/python-goopy/trunk/debian/copyright (added)
+++ packages/python-goopy/trunk/debian/copyright Thu Oct 18 18:02:37 2007
@@ -1,0 +1,37 @@
+This package was debianized by Kumar Appaiah <akumar at ee.iitm.ac.in> on
+Thu, 18 Aug 2005 17:35:37 +0530.
+
+It was downloaded from http://sourceforge.net/projects/goog-goopy/
+
+Copyright Holder: Google Opensource Programs <google at users.sourceforge.net>
+
+License:
+Copyright (c) 2005, Google Inc.
+All rights reserved.
+
+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 Google 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.
+

Added: packages/python-goopy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/debian/rules?rev=3444&op=file
==============================================================================
--- packages/python-goopy/trunk/debian/rules (added)
+++ packages/python-goopy/trunk/debian/rules Thu Oct 18 18:02:37 2007
@@ -1,0 +1,72 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# The versions of python currently supported
+PYVERS = $(shell pyversions -vr debian/control)
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch $@
+
+build-common: configure build-common-stamp
+build-common-stamp:
+	dh_testdir
+	touch $@
+
+build: build-common build-stamp
+build-stamp: $(PYVERS:%=build-python%)
+	touch $@
+build-python%:
+	python$* setup.py build
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f *-stamp
+	rm -rf compile build
+	find -name '*.py[co]' -exec rm -f {} \;
+	dh_clean
+	rm -f functional_docs.html
+
+install: build install-prereq $(PYVERS:%=install-python%)
+
+install-prereq:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+install-python%:
+	python$* setup.py install --root `pwd`/debian/python-goopy
+	find debian/python-goopy -name '*.py[co]' -exec rm -f {} \;
+	sed -i -e '1 s|.*|#!/usr/bin/python|' ./debian/python-goopy/usr/lib/python$*/site-packages/goopy/functional_unittest.py
+	pydoc$* -w ./goopy/functional.py
+	mv functional.html functional_docs.html
+	#	dh_installdocs -ppython$*-goopy README
+	# dh_installdocs -ppython$*-goopy PKG-INFO
+	dh_installdocs functional_docs.html
+
+binary-arch: build install
+
+# Build architecture-independent files here.
+# Pass -i to all debhelper commands in this target to reduce clutter.
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installchangelogs -i
+	dh_pycentral -i
+	dh_link -i
+	dh_compress -i -X.py
+	dh_fixperms -i -X.py
+	find -name 'functional_unittest.py' | xargs chmod 755
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: packages/python-goopy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-goopy/trunk/debian/watch?rev=3444&op=file
==============================================================================
--- packages/python-goopy/trunk/debian/watch (added)
+++ packages/python-goopy/trunk/debian/watch Thu Oct 18 18:02:37 2007
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/goog-goopy/goopy-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list