[Python-modules-commits] r30033 - in packages/blinker/trunk (12 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Aug 2 18:20:41 UTC 2014


    Date: Saturday, August 2, 2014 @ 18:20:40
  Author: kitterman
Revision: 30033

[svn-inject] Applying Debian modifications (1.3.dfsg1-1) to trunk

Added:
  packages/blinker/trunk/debian/
  packages/blinker/trunk/debian/changelog
  packages/blinker/trunk/debian/compat
  packages/blinker/trunk/debian/control
  packages/blinker/trunk/debian/copyright
  packages/blinker/trunk/debian/python-blinker.docs
  packages/blinker/trunk/debian/python-blinker.links
  packages/blinker/trunk/debian/repack.sh
  packages/blinker/trunk/debian/rules
  packages/blinker/trunk/debian/source/
  packages/blinker/trunk/debian/source/format
  packages/blinker/trunk/debian/watch


Property changes on: packages/blinker/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/blinker/trunk/debian/changelog
===================================================================
--- packages/blinker/trunk/debian/changelog	                        (rev 0)
+++ packages/blinker/trunk/debian/changelog	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,19 @@
+blinker (1.3.dfsg1-1) unstable; urgency=low
+
+  * New upstream version 1.3.dfsg1
+  * Move package under Debian Python Modules Team
+  * Add Homepage to debian/control
+
+ -- Ondřej Surý <ondrej at debian.org>  Tue, 10 Sep 2013 16:18:38 +0200
+
+blinker (1.2.dfsg1-1) unstable; urgency=low
+
+  * Initial packaging. (Closes: #702231)
+  * Imported Upstream version 1.2.dfsg1
+  * Update copyright with _saferef and sphinx licenses
+  * Add repack script to remove *.js files from upstream tarball
+  * Add documentation and setup correct sphinxdoc links
+  * Update docs to include link to rst files and also add AUTHORS and
+    README file
+
+ -- Ondřej Surý <ondrej at debian.org>  Mon, 15 Apr 2013 10:46:16 +0200

Added: packages/blinker/trunk/debian/compat
===================================================================
--- packages/blinker/trunk/debian/compat	                        (rev 0)
+++ packages/blinker/trunk/debian/compat	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1 @@
+7

Added: packages/blinker/trunk/debian/control
===================================================================
--- packages/blinker/trunk/debian/control	                        (rev 0)
+++ packages/blinker/trunk/debian/control	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,18 @@
+Source: blinker
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Surý <ondrej at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
+Standards-Version: 3.9.4
+Homepage: http://pythonhosted.org/blinker/
+
+Package: python-blinker
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Fast, simple object-to-object and broadcast signaling library
+ Blinker provides a fast dispatching system that allows any number of
+ interested parties to subscribe to events, or "signals".
+ .
+ Signal receivers can subscribe to specific senders or receive signals
+ sent by any sender.

Added: packages/blinker/trunk/debian/copyright
===================================================================
--- packages/blinker/trunk/debian/copyright	                        (rev 0)
+++ packages/blinker/trunk/debian/copyright	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,95 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blinker
+Source: https://pypi.python.org/pypi/blinker
+
+Files: *
+Copyright: 2013 The Blinker authors and contributors (see AUTHORS file)
+License: Expat
+
+Files: blinker/_saferef.py tests/test_saferef.py
+Copyright: 2006 Patrick K. O'Brien, Mike C. Fletcher, Matthew R. Scott
+License: BSD3
+
+Files: docs/html/_static/*.css
+Copyright (c) 2007-2011 by the Sphinx team (see AUTHORS file).
+License: BSD
+
+Files: debian/*
+Copyright: 2013 Ondřej Surý <ondrej at debian.org>
+License: Expat
+
+License: Expat
+ 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.
+
+License: BSD3
+ 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 the <ORGANIZATION> 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.
+
+License: BSD
+ 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.
+ .
+ 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/blinker/trunk/debian/python-blinker.docs
===================================================================
--- packages/blinker/trunk/debian/python-blinker.docs	                        (rev 0)
+++ packages/blinker/trunk/debian/python-blinker.docs	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,3 @@
+docs/html
+AUTHORS
+README

Added: packages/blinker/trunk/debian/python-blinker.links
===================================================================
--- packages/blinker/trunk/debian/python-blinker.links	                        (rev 0)
+++ packages/blinker/trunk/debian/python-blinker.links	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,5 @@
+/usr/share/javascript/sphinxdoc/1.0/underscore.js /usr/share/doc/python-blinker/html/_static/underscore.js
+/usr/share/javascript/sphinxdoc/1.0/jquery.js /usr/share/doc/python-blinker/html/_static/jquery.js
+/usr/share/javascript/sphinxdoc/1.0/searchtools.js /usr/share/doc/python-blinker/html/_static/searchtools.js
+/usr/share/javascript/sphinxdoc/1.0/doctools.js /usr/share/doc/python-blinker/html/_static/doctools.js
+/usr/share/doc/python-blinker/html/_sources /usr/share/doc/python-blinker/rst

Added: packages/blinker/trunk/debian/repack.sh
===================================================================
--- packages/blinker/trunk/debian/repack.sh	                        (rev 0)
+++ packages/blinker/trunk/debian/repack.sh	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+# Repackage upstream source to exclude non-distributable files.
+# Should be called as "repack sh --upstream-source <version> <file>
+# (for example, via uscan).
+
+set -e
+set -u
+
+if [ $# -ne 3 ]; then
+        echo "Usage: $0 --upstream-source <version> <file>"
+        exit 1
+fi
+
+OPT_VERSION=$2
+OPT_FILE=$3
+TMPDIR=`mktemp -d`
+trap "rm -rf $TMPDIR" QUIT INT EXIT
+
+echo "Repackaging $OPT_FILE"
+
+orig_file_path=$(readlink --canonicalize $OPT_FILE)
+package_name=$(dpkg-parsechangelog | sed -n 's/^Source: //p')
+dfsg_directory=${package_name}_${OPT_VERSION}.dfsg1
+dfsg_file_path=$(dirname ${orig_file_path})/${dfsg_directory}.orig.tar.gz
+
+zcat "${orig_file_path}" | \
+tar --wildcards \
+    --delete '*/_static/*.js' | \
+gzip -c > $dfsg_file_path
+
+echo "File $OPT_FILE repackaged successfully to $dfsg_file_path"


Property changes on: packages/blinker/trunk/debian/repack.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/blinker/trunk/debian/rules
===================================================================
--- packages/blinker/trunk/debian/rules	                        (rev 0)
+++ packages/blinker/trunk/debian/rules	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Mon, 04 Mar 2013 11:44:57 +0100
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


Property changes on: packages/blinker/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/blinker/trunk/debian/source/format
===================================================================
--- packages/blinker/trunk/debian/source/format	                        (rev 0)
+++ packages/blinker/trunk/debian/source/format	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/blinker/trunk/debian/watch
===================================================================
--- packages/blinker/trunk/debian/watch	                        (rev 0)
+++ packages/blinker/trunk/debian/watch	2014-08-02 18:20:40 UTC (rev 30033)
@@ -0,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+opts=dversionmangle=s/\.dfsg\d+$// \
+https://pypi.python.org/packages/source/b/blinker/blinker-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list