[Python-modules-commits] r21177 - in packages/pytest/trunk/debian (copyright py.test.sh rules)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Wed Apr 11 13:02:15 UTC 2012
Date: Wednesday, April 11, 2012 @ 13:02:11
Author: laarmen-guest
Revision: 21177
* Correct license name to Python-2.0
* Replace tabs with spaces in the script
* Override dh_compress to exclude changelog.html.gz
Modified:
packages/pytest/trunk/debian/copyright
packages/pytest/trunk/debian/py.test.sh
packages/pytest/trunk/debian/rules
Modified: packages/pytest/trunk/debian/copyright
===================================================================
--- packages/pytest/trunk/debian/copyright 2012-04-11 01:19:47 UTC (rev 21176)
+++ packages/pytest/trunk/debian/copyright 2012-04-11 13:02:11 UTC (rev 21177)
@@ -58,7 +58,7 @@
Files: distribute_setup.py
Copyright: 2006-2011 The Fellowship of the Packaging
-License: Python
+License: Python-2.0
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
--------------------------------------------
.
Modified: packages/pytest/trunk/debian/py.test.sh
===================================================================
--- packages/pytest/trunk/debian/py.test.sh 2012-04-11 01:19:47 UTC (rev 21176)
+++ packages/pytest/trunk/debian/py.test.sh 2012-04-11 13:02:11 UTC (rev 21177)
@@ -8,6 +8,6 @@
exec python$PYVERSION -c "import sys ; from pkg_resources import load_entry_point ; sys.argv[0]='/usr/bin/$0' ; sys.exit(load_entry_point('pytest==$UPSTREAMVERSION', 'console_scripts', 'py.test')())" $@
else
- echo "Please install the python$PYVERSION package." >&2
+ echo "Please install the python$PYVERSION package." >&2
exit 1
fi
Modified: packages/pytest/trunk/debian/rules
===================================================================
--- packages/pytest/trunk/debian/rules 2012-04-11 01:19:47 UTC (rev 21176)
+++ packages/pytest/trunk/debian/rules 2012-04-11 13:02:11 UTC (rev 21177)
@@ -29,6 +29,9 @@
sed -i 's/py\.test/py.test-3/g' debian/py.test-3.1
PYTHONPATH=`pwd` make -C doc/ html
+override_dh_compress:
+ dh_compress -X.html
+
override_dh_install:
# Only install for the default versions.
python$(PYDEFAULT) setup.py install --skip-build --no-compile \
More information about the Python-modules-commits
mailing list