[Python-modules-commits] r18721 - in packages/python-hamcrest/trunk/debian (4 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Sat Sep 24 23:53:14 UTC 2011


    Date: Saturday, September 24, 2011 @ 23:53:12
  Author: davidvilla-guest
Revision: 18721

ready (when the ITP is done)

Added:
  packages/python-hamcrest/trunk/debian/copyright
Modified:
  packages/python-hamcrest/trunk/debian/changelog
  packages/python-hamcrest/trunk/debian/control
  packages/python-hamcrest/trunk/debian/rules

Modified: packages/python-hamcrest/trunk/debian/changelog
===================================================================
--- packages/python-hamcrest/trunk/debian/changelog	2011-09-24 22:50:24 UTC (rev 18720)
+++ packages/python-hamcrest/trunk/debian/changelog	2011-09-24 23:53:12 UTC (rev 18721)
@@ -1,5 +1,6 @@
 pyhamcrest (1.5-1) unstable; urgency=low
 
-  * source package automatically created by stdeb 0.6.0+git
+  * Initial release (Closes: ).
+  * Source package files initially created bt stdeb 0.6.0+git
 
- -- Jon Reid <jon.reid at mac.com>  Sun, 25 Sep 2011 00:30:09 +0200
+ -- David Villa Alises <David.Villa at uclm.es>  Sun, 25 Sep 2011 00:52:34 +0200

Modified: packages/python-hamcrest/trunk/debian/control
===================================================================
--- packages/python-hamcrest/trunk/debian/control	2011-09-24 22:50:24 UTC (rev 18720)
+++ packages/python-hamcrest/trunk/debian/control	2011-09-24 23:53:12 UTC (rev 18721)
@@ -1,23 +1,14 @@
 Source: pyhamcrest
-Maintainer: Jon Reid <jon.reid at mac.com>
+Maintainer: David Villa Alises <David.Villa at uclm.es>
 Section: python
 Priority: optional
 Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 
-Package: python-pyhamcrest
+Package: python-hamcrest
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: Hamcrest framework for matcher objects
- * [Full documentation](http://packages.python.org/PyHamcrest)
- * [Latest package](http://pypi.python.org/pypi/PyHamcrest)
- * [Latest sources](https://github.com/jonreid/PyHamcrest)
- * [Hamcrest information](http://code.google.com/p/hamcrest)
- .
- .
- Introduction
- ============
- .
  PyHamcrest is a framework for writing matcher objects, allowing you to
  declaratively define "match" rules. There are a number of situations where
  matchers are invaluable, such as UI validation, or data filtering, but it is in
@@ -29,3 +20,8 @@
  enough (making the test less valuable since it continues to pass even when the
  thing being tested is broken). Having a tool that allows you to pick out
  precisely the aspect under test and describe the values it should have, to a
+ .
+   * [Full documentation](http://packages.python.org/PyHamcrest)
+   * [Latest package](http://pypi.python.org/pypi/PyHamcrest)
+   * [Latest sources](https://github.com/jonreid/PyHamcrest)
+   * [Hamcrest information](http://code.google.com/p/hamcrest)

Added: packages/python-hamcrest/trunk/debian/copyright
===================================================================
--- packages/python-hamcrest/trunk/debian/copyright	                        (rev 0)
+++ packages/python-hamcrest/trunk/debian/copyright	2011-09-24 23:53:12 UTC (rev 18721)
@@ -0,0 +1,57 @@
+This work was packaged for Debian by:
+
+    David Villa Alises <David.Villa at uclm.es> on Sun, 25 Sep 2011 00:52:34 +0200
+
+It was downloaded from:
+
+    http://code.google.com/p/hamcrest/downloads/list
+
+Upstream Author:
+
+    Joe Walnes <joe.walnes at gmail.com> and others
+
+Copyright:
+
+    Copyright (C) 2011 Joe Walnes <joe.walnes at gmail.com>
+
+
+License:
+
+BSD License
+
+Copyright 2011 hamcrest.org
+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.
+
+Neither the name of Hamcrest 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.
+
+END OF TERMS AND CONDITIONS
+
+The Debian packaging is:
+
+    Copyright (C) 2011 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'.

Modified: packages/python-hamcrest/trunk/debian/rules
===================================================================
--- packages/python-hamcrest/trunk/debian/rules	2011-09-24 22:50:24 UTC (rev 18720)
+++ packages/python-hamcrest/trunk/debian/rules	2011-09-24 23:53:12 UTC (rev 18721)
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Sun, 25 Sep 2011 00:30:09 +0200
-
 %:
 	dh $@ --with python2 --buildsystem=python_distutils
-
-




More information about the Python-modules-commits mailing list