[Python-modules-commits] r25044 - in packages/scandir/trunk (12 files)
malizor-guest at users.alioth.debian.org
malizor-guest at users.alioth.debian.org
Sun Jun 30 11:08:45 UTC 2013
Date: Sunday, June 30, 2013 @ 11:08:44
Author: malizor-guest
Revision: 25044
[svn-inject] Application des modifications Debian (0.1+git20130521-1) pour le tronc
Added:
packages/scandir/trunk/debian/
packages/scandir/trunk/debian/README.Debian
packages/scandir/trunk/debian/changelog
packages/scandir/trunk/debian/compat
packages/scandir/trunk/debian/control
packages/scandir/trunk/debian/copyright
packages/scandir/trunk/debian/python-scandir.install
packages/scandir/trunk/debian/python3-scandir.install
packages/scandir/trunk/debian/rules
packages/scandir/trunk/debian/source/
packages/scandir/trunk/debian/source/format
packages/scandir/trunk/debian/watch
Property changes on: packages/scandir/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/scandir/trunk/debian/README.Debian
===================================================================
--- packages/scandir/trunk/debian/README.Debian (rev 0)
+++ packages/scandir/trunk/debian/README.Debian 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1,12 @@
+scandir for debian
+
+The orig tarball correspond to the following upstream commit:
+a83c3c3ac2b817e219d1b4620a72aaca80d500d5
+
+To recreate one, run the following commands:
+
+git clone git://github.com/benhoyt/scandir.git
+cd scandir
+git checkout <COMMIT>
+python setup.py sdist
+mv dist/scandir-0.1.tar.gz scandir_0.1+gitCOMMITDATE.orig.tar.gz
\ No newline at end of file
Added: packages/scandir/trunk/debian/changelog
===================================================================
--- packages/scandir/trunk/debian/changelog (rev 0)
+++ packages/scandir/trunk/debian/changelog 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1,5 @@
+scandir (0.1+git20130521-1) unstable; urgency=low
+
+ * Initial release (Closes: #711388)
+
+ -- Nicolas Delvaux <contact at nicolas-delvaux.org> Thu, 06 Jun 2013 19:43:06 +0200
Added: packages/scandir/trunk/debian/compat
===================================================================
--- packages/scandir/trunk/debian/compat (rev 0)
+++ packages/scandir/trunk/debian/compat 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1 @@
+7
Added: packages/scandir/trunk/debian/control
===================================================================
--- packages/scandir/trunk/debian/control (rev 0)
+++ packages/scandir/trunk/debian/control 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1,48 @@
+Source: scandir
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Nicolas Delvaux <contact at nicolas-delvaux.org>
+Section: python
+Priority: optional
+Build-Depends: python-all-dev (>= 2.6.6-3),
+ python3-all-dev,
+ debhelper (>= 7.0.50~)
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.4
+Homepage: https://github.com/benhoyt/scandir
+
+Package: python-scandir
+Architecture: any
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: Python module which provides a better directory iterator
+ This module provides a generator version of os.listdir() that also exposes the
+ extra file information the operating system returns when you iterate a
+ directory.
+ .
+ scandir also provides a much faster version of os.walk(), because it can use
+ the extra file information exposed by the scandir() function.
+ .
+ This is a work in progress implementation that aims at a future integration in
+ the Python Standard Library.
+ .
+ This is the Python 2 version of the package.
+
+
+Package: python3-scandir
+Architecture: any
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Description: Python3 module which provides a better directory iterator
+ This module provides a generator version of os.listdir() that also exposes the
+ extra file information the operating system returns when you iterate a
+ directory.
+ .
+ scandir also provides a much faster version of os.walk(), because it can use
+ the extra file information exposed by the scandir() function.
+ .
+ This is a work in progress implementation that aims at a future integration in
+ the Python Standard Library.
+ .
+ This is the Python 3 version of the package.
Added: packages/scandir/trunk/debian/copyright
===================================================================
--- packages/scandir/trunk/debian/copyright (rev 0)
+++ packages/scandir/trunk/debian/copyright 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1,59 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: scandir
+Source: https://github.com/benhoyt/scandir
+
+Files: *
+Copyright: Copyright 2012 Ben Hoyt <benhoyt at gmail.com>
+License: BSD-3-clause
+ 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 Ben Hoyt 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 HOLDER 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.
+
+Files: debian/*
+Copyright: Copyright 2013 Nicolas Delvaux <contact at nicolas-delvaux.org>
+License: BSD-3-clause
+ 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 Nicolas Delvaux nor the names of any contributor to this
+ package 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 HOLDER 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/scandir/trunk/debian/python-scandir.install
===================================================================
--- packages/scandir/trunk/debian/python-scandir.install (rev 0)
+++ packages/scandir/trunk/debian/python-scandir.install 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1 @@
+usr/lib/python2.*/
\ No newline at end of file
Added: packages/scandir/trunk/debian/python3-scandir.install
===================================================================
--- packages/scandir/trunk/debian/python3-scandir.install (rev 0)
+++ packages/scandir/trunk/debian/python3-scandir.install 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1,2 @@
+usr/lib/python3/
+
Added: packages/scandir/trunk/debian/rules
===================================================================
--- packages/scandir/trunk/debian/rules (rev 0)
+++ packages/scandir/trunk/debian/rules 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+PY3REQUESTED := $(shell py3versions -r)
+PY3DEFAULT := $(shell py3versions -d)
+PYTHON3 := $(filter-out $(PY3DEFAULT),$(PY3REQUESTED)) python3
+
+%:
+ dh $@ --with python2,python3 --buildsystem=python_distutils
+
+override_dh_auto_build:
+ # Build for each Python 3 version
+ set -ex; for python in $(PYTHON3); do \
+ $$python setup.py build; \
+ done
+ dh_auto_build
+
+override_dh_auto_install:
+ # The same for install; note the --install-layout=deb option
+ set -ex; for python in $(PYTHON3); do \
+ $$python setup.py install --install-layout=deb --root=debian/tmp; \
+ done
+ dh_auto_install
Property changes on: packages/scandir/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/scandir/trunk/debian/source/format
===================================================================
--- packages/scandir/trunk/debian/source/format (rev 0)
+++ packages/scandir/trunk/debian/source/format 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/scandir/trunk/debian/watch
===================================================================
--- packages/scandir/trunk/debian/watch (rev 0)
+++ packages/scandir/trunk/debian/watch 2013-06-30 11:08:44 UTC (rev 25044)
@@ -0,0 +1 @@
+# No formal upstream release yet
\ No newline at end of file
More information about the Python-modules-commits
mailing list