[Python-modules-commits] r23444 - in packages/python-flakey/trunk (10 files)

cjohnston-guest at users.alioth.debian.org cjohnston-guest at users.alioth.debian.org
Fri Feb 8 17:11:53 UTC 2013


    Date: Friday, February 8, 2013 @ 17:11:51
  Author: cjohnston-guest
Revision: 23444

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

Added:
  packages/python-flakey/trunk/debian/
  packages/python-flakey/trunk/debian/changelog
  packages/python-flakey/trunk/debian/compat
  packages/python-flakey/trunk/debian/control
  packages/python-flakey/trunk/debian/copyright
  packages/python-flakey/trunk/debian/docs
  packages/python-flakey/trunk/debian/rules
  packages/python-flakey/trunk/debian/source/
  packages/python-flakey/trunk/debian/source/format
  packages/python-flakey/trunk/debian/watch


Property changes on: packages/python-flakey/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-flakey/trunk/debian/changelog
===================================================================
--- packages/python-flakey/trunk/debian/changelog	                        (rev 0)
+++ packages/python-flakey/trunk/debian/changelog	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1,5 @@
+python-flakey (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #699299)
+
+ -- Chris Johnston <chrisjohnston at ubuntu.com>  Tue, 29 Jan 2013 20:46:43 -0500

Added: packages/python-flakey/trunk/debian/compat
===================================================================
--- packages/python-flakey/trunk/debian/compat	                        (rev 0)
+++ packages/python-flakey/trunk/debian/compat	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1 @@
+8

Added: packages/python-flakey/trunk/debian/control
===================================================================
--- packages/python-flakey/trunk/debian/control	                        (rev 0)
+++ packages/python-flakey/trunk/debian/control	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1,19 @@
+Source: python-flakey
+Section: python
+Priority: optional
+Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 8.0.0), python-all, python3-all
+Standards-Version: 3.9.4
+Homepage: https://bitbucket.org/icordasc/flakey
+Vcs-Browser: https://bitbucket.org/icordasc/flakey/src
+Vcs-Hg: https://bitbucket.org/icordasc/flakey
+X-Python-Version: >= 2.6
+X-Python3-Version: >=3.1
+
+Package: python-flakey
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: code checker using pep8 and pyflakes
+ Flakey is a port of pyflakes3k and pyflakes which analyzes Python code 
+ and detects errors in the code.

Added: packages/python-flakey/trunk/debian/copyright
===================================================================
--- packages/python-flakey/trunk/debian/copyright	                        (rev 0)
+++ packages/python-flakey/trunk/debian/copyright	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flakey
+Source: https://bitbucket.org/icordasc/flakey
+
+Files: *
+Copyright: 2005-2011 Divmod, Inc.
+           2012-2013 Ian Cordasco
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Chris Johnston <chrisjohnston at ubuntu.com>
+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.

Added: packages/python-flakey/trunk/debian/docs
===================================================================
--- packages/python-flakey/trunk/debian/docs	                        (rev 0)
+++ packages/python-flakey/trunk/debian/docs	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1 @@
+README

Added: packages/python-flakey/trunk/debian/rules
===================================================================
--- packages/python-flakey/trunk/debian/rules	                        (rev 0)
+++ packages/python-flakey/trunk/debian/rules	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+%:
+	dh $@ --with python2
+
+override_dh_auto_clean:
+	rm -rf flakey.egg-info
+	dh_auto_clean


Property changes on: packages/python-flakey/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-flakey/trunk/debian/source/format
===================================================================
--- packages/python-flakey/trunk/debian/source/format	                        (rev 0)
+++ packages/python-flakey/trunk/debian/source/format	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-flakey/trunk/debian/watch
===================================================================
--- packages/python-flakey/trunk/debian/watch	                        (rev 0)
+++ packages/python-flakey/trunk/debian/watch	2013-02-08 17:11:51 UTC (rev 23444)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/f/flakey/flakey-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list