[Python-modules-commits] r26877 - in packages/python-icalendar/trunk/debian (control rules)
christoph at users.alioth.debian.org
christoph at users.alioth.debian.org
Mon Dec 23 16:33:17 UTC 2013
Date: Monday, December 23, 2013 @ 16:33:17
Author: christoph
Revision: 26877
Add python3 package
Modified:
packages/python-icalendar/trunk/debian/control
packages/python-icalendar/trunk/debian/rules
Modified: packages/python-icalendar/trunk/debian/control
===================================================================
--- packages/python-icalendar/trunk/debian/control 2013-12-23 10:21:52 UTC (rev 26876)
+++ packages/python-icalendar/trunk/debian/control 2013-12-23 16:33:17 UTC (rev 26877)
@@ -5,7 +5,9 @@
Uploaders: Christoph Egger <christoph at debian.org>
Build-Depends: debhelper (>= 8~),
python-all,
+ python3-all,
python-setuptools,
+ python3-setuptools,
python-sphinx,
python-tz,
python-dateutil
@@ -28,3 +30,18 @@
Python.
.
This package contains only Python bindings, no userland scripts.
+
+Package: python3-icalendar
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ ${sphinxdoc:Depends},
+ python3-tz,
+ python3-dateutil
+Provides: ${python:Provides}
+Description: parser/generator of iCalendar files for use with Python
+ The icalendar package is a parser/generator of iCalendar files for use with
+ Python.
+ .
+ This package contains only Python bindings, no userland scripts.
Modified: packages/python-icalendar/trunk/debian/rules
===================================================================
--- packages/python-icalendar/trunk/debian/rules 2013-12-23 10:21:52 UTC (rev 26876)
+++ packages/python-icalendar/trunk/debian/rules 2013-12-23 16:33:17 UTC (rev 26877)
@@ -1,14 +1,16 @@
#!/usr/bin/make -f
+export DH_VERBOSE=1
+
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_build:
- dh_auto_build
+ dh_auto_build -O--buildsystem=pybuild
$(MAKE) -C docs html
override_dh_auto_clean:
- dh_auto_clean
+ dh_auto_clean -O--buildsystem=pybuild
$(MAKE) -C docs clean
rm -fr src/icalendar.egg-info
More information about the Python-modules-commits
mailing list