[Python-modules-commits] r8653 - in packages/python-repoze.who-plugins/trunk (2 files)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sat May 30 22:51:02 UTC 2009
Date: Saturday, May 30, 2009 @ 22:51:02
Author: zack
Revision: 8653
add last modification timestamps, for inter-package comparisons
Modified:
packages/python-repoze.who-plugins/trunk/debian/get-orig-source.mk
packages/python-repoze.who-plugins/trunk/setup.py
Modified: packages/python-repoze.who-plugins/trunk/debian/get-orig-source.mk
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/get-orig-source.mk 2009-05-30 22:49:27 UTC (rev 8652)
+++ packages/python-repoze.who-plugins/trunk/debian/get-orig-source.mk 2009-05-30 22:51:02 UTC (rev 8653)
@@ -3,6 +3,8 @@
# Copyright © 2009 Stefano Zacchiroli <zack at debian.org>
# License: GNU GPL version 3 or above
+# Created: Sat, 30 May 2009 11:58:16 +0200
+# Last-Modified: Sun, 31 May 2009 00:46:12 +0200
# TODO: does not yet fully implement policy wrt get-orig-source:
# - the target cannot be invoked from any dir (rely on "debian/")
Modified: packages/python-repoze.who-plugins/trunk/setup.py
===================================================================
--- packages/python-repoze.who-plugins/trunk/setup.py 2009-05-30 22:49:27 UTC (rev 8652)
+++ packages/python-repoze.who-plugins/trunk/setup.py 2009-05-30 22:51:02 UTC (rev 8653)
@@ -2,6 +2,10 @@
# Multiplexer for invoking multiple setup.py in subdir
# Copyright (C) 2009 Stefano Zacchiroli <zack at debian.org>
# License: GNU GPL version 3 or above
+
+# Created: Sat, 30 May 2009 14:47:04 +0200
+# Last-Modified: Sat, 30 May 2009 14:47:04 +0200
+
import os, string, sys
if not os.environ.has_key('SUBDIRS') or not os.environ['SUBDIRS']:
More information about the Python-modules-commits
mailing list