[Python-modules-commits] r23131 - in packages (11 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Tue Dec 4 18:41:03 UTC 2012


    Date: Tuesday, December 4, 2012 @ 18:41:00
  Author: davidvilla-guest
Revision: 23131

initial release

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


Property changes on: packages/blessings/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + yes

Added: packages/blessings/trunk/debian/changelog
===================================================================
--- packages/blessings/trunk/debian/changelog	                        (rev 0)
+++ packages/blessings/trunk/debian/changelog	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1,5 @@
+blessings (1.5-1) unstable; urgency=low
+
+  * New package (Closes #)
+
+ -- David Villa Alises <David.Villa at gmail.com>  Tue, 04 Dec 2012 18:35:59 +0100

Added: packages/blessings/trunk/debian/compat
===================================================================
--- packages/blessings/trunk/debian/compat	                        (rev 0)
+++ packages/blessings/trunk/debian/compat	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1 @@
+7

Added: packages/blessings/trunk/debian/control
===================================================================
--- packages/blessings/trunk/debian/control	                        (rev 0)
+++ packages/blessings/trunk/debian/control	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1,22 @@
+Source: blessings
+Maintainer: David Villa Alises <David.Villa at gmail.com>
+Section: python
+Priority: optional
+Build-Depends:
+    python-setuptools (>= 0.6b3),
+    python-all (>= 2.6.6-3),
+    debhelper (>= 7.0.50)
+Standards-Version: 3.9.3
+
+Package: python-blessings
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: simple but powerful module to manage terminal color and styling
+ Large description required
+
+
+## Local Variables:
+##  coding: utf-8
+##  mode: flyspell
+##  ispell-local-dictionary: "american"
+## End:

Added: packages/blessings/trunk/debian/copyright
===================================================================
--- packages/blessings/trunk/debian/copyright	                        (rev 0)
+++ packages/blessings/trunk/debian/copyright	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1,45 @@
+This work was packaged for Debian by:
+
+    David Villa Alises <David.Villa at gmail.com> on  Tue, 04 Dec 2012 18:35:59 +0100
+
+It was downloaded from:
+
+    https://github.com/erikrose/blessings
+
+Upstream Author:
+
+    Erik Rose <grinch at grinchcentral.com>
+
+Copyright:
+
+    Copyright (c) 2011 Erik Rose <grinch at grinchcentral.com>
+
+License:
+
+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.
+
+
+The Debian packaging is:
+
+    Copyright (C) 2012 David Villa Alises <David.Villa at uclm.es>
+
+and is licensed under the GPL version 3, see above.
+
+On Debian systems, the complete text of the BSD can be found in
+`/usr/share/common-licenses/GPL-3'.

Added: packages/blessings/trunk/debian/rules
===================================================================
--- packages/blessings/trunk/debian/rules	                        (rev 0)
+++ packages/blessings/trunk/debian/rules	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build
+	rm -rf *.egg-info


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

Added: packages/blessings/trunk/debian/source/format
===================================================================
--- packages/blessings/trunk/debian/source/format	                        (rev 0)
+++ packages/blessings/trunk/debian/source/format	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/blessings/trunk/debian/watch
===================================================================
--- packages/blessings/trunk/debian/watch	                        (rev 0)
+++ packages/blessings/trunk/debian/watch	2012-12-04 18:41:00 UTC (rev 23131)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/b/blessings/blessings-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list