[Python-modules-commits] r19952 - in packages/pyhamcrest/trunk/debian (5 files)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Mon Jan 9 16:11:45 UTC 2012


    Date: Monday, January 9, 2012 @ 16:11:43
  Author: davidvilla-guest
Revision: 19952

patch to add examples

Added:
  packages/pyhamcrest/trunk/debian/patches/
  packages/pyhamcrest/trunk/debian/patches/examples.diff
  packages/pyhamcrest/trunk/debian/patches/series
Modified:
  packages/pyhamcrest/trunk/debian/control
  packages/pyhamcrest/trunk/debian/rules

Modified: packages/pyhamcrest/trunk/debian/control
===================================================================
--- packages/pyhamcrest/trunk/debian/control	2012-01-09 14:42:50 UTC (rev 19951)
+++ packages/pyhamcrest/trunk/debian/control	2012-01-09 16:11:43 UTC (rev 19952)
@@ -1,12 +1,17 @@
 Source: pyhamcrest
-Maintainer: David Villa Alises <David.Villa at uclm.es>
 Section: python
 Priority: optional
+Maintainer: David Villa Alises <David.Villa at uclm.es>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
 Standards-Version: 3.9.2
+Homepage: http://code.google.com/p/hamcrest
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyhamcrest
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyhamcrest/trunk/
 
+
 Package: python-hamcrest
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: Hamcrest framework for matcher objects
  PyHamcrest is a framework for writing matcher objects, allowing you to
@@ -20,8 +25,3 @@
  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/pyhamcrest/trunk/debian/patches/examples.diff
===================================================================
--- packages/pyhamcrest/trunk/debian/patches/examples.diff	                        (rev 0)
+++ packages/pyhamcrest/trunk/debian/patches/examples.diff	2012-01-09 16:11:43 UTC (rev 19952)
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -42,6 +42,8 @@
+     url = 'http://code.google.com/p/hamcrest/',
+     download_url = 'http://pypi.python.org/packages/source/P/PyHamcrest/PyHamcrest-%s.tar.gz' % __version__,
+     packages = find_packages(),
++    data_files = [('share/python-hamcrest/examples',
++                   [os.path.join('examples', x) for x in os.listdir('examples')])],
+     test_suite = 'hamcrest-unit-test.alltests',
+     provides = ['hamcrest'],
+     long_description=read('README.md'),

Added: packages/pyhamcrest/trunk/debian/patches/series
===================================================================
--- packages/pyhamcrest/trunk/debian/patches/series	                        (rev 0)
+++ packages/pyhamcrest/trunk/debian/patches/series	2012-01-09 16:11:43 UTC (rev 19952)
@@ -0,0 +1 @@
+examples.diff

Modified: packages/pyhamcrest/trunk/debian/rules
===================================================================
--- packages/pyhamcrest/trunk/debian/rules	2012-01-09 14:42:50 UTC (rev 19951)
+++ packages/pyhamcrest/trunk/debian/rules	2012-01-09 16:11:43 UTC (rev 19952)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2 --with quilt




More information about the Python-modules-commits mailing list