[Python-modules-commits] r20924 - in packages/python3-dateutil/trunk/debian (copyright rules)

takluyver-guest at users.alioth.debian.org takluyver-guest at users.alioth.debian.org
Sun Mar 25 00:34:16 UTC 2012


    Date: Sunday, March 25, 2012 @ 00:34:14
  Author: takluyver-guest
Revision: 20924

More tweaks in response to review on debian-python

Modified:
  packages/python3-dateutil/trunk/debian/copyright
  packages/python3-dateutil/trunk/debian/rules

Modified: packages/python3-dateutil/trunk/debian/copyright
===================================================================
--- packages/python3-dateutil/trunk/debian/copyright	2012-03-24 20:42:38 UTC (rev 20923)
+++ packages/python3-dateutil/trunk/debian/copyright	2012-03-25 00:34:14 UTC (rev 20924)
@@ -10,6 +10,12 @@
 Copyright: 2012 Thomas Kluyver <thomas at kluyver.me.uk>
 License: BSD-3-Clause
 
+Files: dateutil/zoneinfo/zoneinfo-2011d.tar.gz
+Copyright: 2011 The Internet Assigned Numbers Authority (IANA)
+License: public-domain
+ The time-zone database is public domain; see
+ http://www.iana.org/time-zones/repository/tz-link.html
+
 License: BSD-3-Clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions

Modified: packages/python3-dateutil/trunk/debian/rules
===================================================================
--- packages/python3-dateutil/trunk/debian/rules	2012-03-24 20:42:38 UTC (rev 20923)
+++ packages/python3-dateutil/trunk/debian/rules	2012-03-25 00:34:14 UTC (rev 20924)
@@ -16,7 +16,7 @@
 	done
 
 override_dh_auto_install:
-	set -ex; \
+	set -e; \
 	for python in $(PY3VERS); do \
 		$$python setup.py install --install-layout=deb \
 			--root=$(CURDIR)/debian//python3-dateutil; \
@@ -26,6 +26,7 @@
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
 	for python in $(PY3VERS); do \
 		$$python test.py; \
 	done




More information about the Python-modules-commits mailing list