[Python-modules-commits] r32077 - in packages/fuzzywuzzy/trunk (8 files)

edward at users.alioth.debian.org edward at users.alioth.debian.org
Thu Mar 26 21:59:41 UTC 2015


    Date: Thursday, March 26, 2015 @ 21:59:40
  Author: edward
Revision: 32077

[svn-inject] Applying Debian modifications (0.5.0-1) to trunk

Added:
  packages/fuzzywuzzy/trunk/debian/
  packages/fuzzywuzzy/trunk/debian/changelog
  packages/fuzzywuzzy/trunk/debian/compat
  packages/fuzzywuzzy/trunk/debian/control
  packages/fuzzywuzzy/trunk/debian/copyright
  packages/fuzzywuzzy/trunk/debian/rules
  packages/fuzzywuzzy/trunk/debian/source/
  packages/fuzzywuzzy/trunk/debian/source/format


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

Added: packages/fuzzywuzzy/trunk/debian/changelog
===================================================================
--- packages/fuzzywuzzy/trunk/debian/changelog	                        (rev 0)
+++ packages/fuzzywuzzy/trunk/debian/changelog	2015-03-26 21:59:40 UTC (rev 32077)
@@ -0,0 +1,5 @@
+fuzzywuzzy (0.5.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #781282)
+
+ -- Edward Betts <edward at 4angle.com>  Thu, 26 Mar 2015 21:20:50 +0000

Added: packages/fuzzywuzzy/trunk/debian/compat
===================================================================
--- packages/fuzzywuzzy/trunk/debian/compat	                        (rev 0)
+++ packages/fuzzywuzzy/trunk/debian/compat	2015-03-26 21:59:40 UTC (rev 32077)
@@ -0,0 +1 @@
+9

Added: packages/fuzzywuzzy/trunk/debian/control
===================================================================
--- packages/fuzzywuzzy/trunk/debian/control	                        (rev 0)
+++ packages/fuzzywuzzy/trunk/debian/control	2015-03-26 21:59:40 UTC (rev 32077)
@@ -0,0 +1,23 @@
+Source: fuzzywuzzy
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Edward Betts <edward at 4angle.com>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python3-all, dh-python, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/seatgeek/fuzzywuzzy
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/fuzzywuzzy/trunk
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/fuzzywuzzy/trunk
+
+Package: python-fuzzywuzzy
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Fuzzy string matching in Python
+ Various methods for fuzzy matching of strings in Python.
+
+Package: python3-fuzzywuzzy
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Fuzzy string matching in Python (Python 3 version)
+ Various methods for fuzzy matching of strings in Python.

Added: packages/fuzzywuzzy/trunk/debian/copyright
===================================================================
--- packages/fuzzywuzzy/trunk/debian/copyright	                        (rev 0)
+++ packages/fuzzywuzzy/trunk/debian/copyright	2015-03-26 21:59:40 UTC (rev 32077)
@@ -0,0 +1,52 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fuzzywuzzy
+Upstream-Contact: Adam Cohen <adam at seatgeek.com>
+Source: https://github.com/seatgeek/fuzzywuzzy
+
+Files: debian/*
+Copyright: 2015, Edward Betts
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: *
+Copyright: Copyright 2014 SeatGeek, Inc.
+License: MIT
+ Copyright (c) 2014 SeatGeek, Inc.
+ .
+ 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.

Added: packages/fuzzywuzzy/trunk/debian/rules
===================================================================
--- packages/fuzzywuzzy/trunk/debian/rules	                        (rev 0)
+++ packages/fuzzywuzzy/trunk/debian/rules	2015-03-26 21:59:40 UTC (rev 32077)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=fuzzywuzzy
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild


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

Added: packages/fuzzywuzzy/trunk/debian/source/format
===================================================================
--- packages/fuzzywuzzy/trunk/debian/source/format	                        (rev 0)
+++ packages/fuzzywuzzy/trunk/debian/source/format	2015-03-26 21:59:40 UTC (rev 32077)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list