[Python-apps-commits] r3020 - in packages/vitables/trunk/debian (control copyright rules)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Sat May 30 03:20:15 UTC 2009


    Date: Saturday, May 30, 2009 @ 03:20:13
  Author: xnox-guest
Revision: 3020

Control: remode libservlet; Updated copyright; Rules switched to lazy assignment.

Modified:
  packages/vitables/trunk/debian/control
  packages/vitables/trunk/debian/copyright
  packages/vitables/trunk/debian/rules

Modified: packages/vitables/trunk/debian/control
===================================================================
--- packages/vitables/trunk/debian/control	2009-05-28 23:23:34 UTC (rev 3019)
+++ packages/vitables/trunk/debian/control	2009-05-30 03:20:13 UTC (rev 3020)
@@ -11,8 +11,7 @@
                xsltproc,
                docbook,
                docbook-xsl,
-               fop,
-               libservlet2.4-java
+               fop
 Standards-Version: 3.8.1
 Homepage: http://vitables.berlios.de
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/vitables/trunk/ 

Modified: packages/vitables/trunk/debian/copyright
===================================================================
--- packages/vitables/trunk/debian/copyright	2009-05-28 23:23:34 UTC (rev 3019)
+++ packages/vitables/trunk/debian/copyright	2009-05-30 03:20:13 UTC (rev 3020)
@@ -1,44 +1,15 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=428
-Upstream-Name: ViTables
-Upstream-Maintainer: Vicent Mas <vmas at users.berlios.de>
-Upstream-Source: http://developer.berlios.de/project/showfiles.php?group_id=10366
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48
+Name: ViTables
+Maintainer: Vicent Mas <vmas at users.berlios.de>
+Source: http://developer.berlios.de/project/showfiles.php?group_id=10366
 
 Files: *
-Copyright: Copyright (C) 2005, 2006, 2007 Carabos Coop. V. All rights reserved
-           Copyright (C) 2008, 2009 Vicent Mas. All rights reserved
+Copyright: 2005, 2006, 2007 Carabos Coop. V. All rights reserved
+           2008, 2009 Vicent Mas. All rights reserved
 License: GPL-3+
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-3' file.
 
-Files: preferences/test_preferences.py
-       preferences/test_vtconfig.py
-       preferences/__init__.py
-       scripts/tutorial3.py
-       scripts/MDobjects.py
-       scripts/create-large-table.py
-       h5db/test_dbManager.py
-       h5db/test_dbView.py
-       h5db/test_dbDoc.py
-       h5db/__init__.py
-       make.sh
-       root_package/test_query.py
-       root_package/test_actions.py
-       root_package/__init__.py
-       root_package/test_commandLine.py
-       posterIcons.py
-       common.py
-       __init__.py
-       nodes/test_groupDoc.py
-       nodes/test_unimplementedDoc.py
-       nodes/test_nodeDoc.py
-       nodes/__init__.py
-       nodes/test_arrayDoc.py
-       nodes/test_tableDoc.py
-       create_samples.py
-       test_all.py
-Copyright: No copyright, UNKNOWN
-License: unknown
-
 Files: debian/*
 Copyright: Copyright 2009, Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>
 License: GPL-3+

Modified: packages/vitables/trunk/debian/rules
===================================================================
--- packages/vitables/trunk/debian/rules	2009-05-28 23:23:34 UTC (rev 3019)
+++ packages/vitables/trunk/debian/rules	2009-05-30 03:20:13 UTC (rev 3020)
@@ -28,9 +28,9 @@
 	make -C doc clean
 
 #hg revno 96
-rev_id := e80739d79701
-name := vitables-$(rev_id)
-TEMP_DIR := $(shell mktemp -d)
+rev_id = e80739d79701
+name = vitables-$(rev_id)
+TEMP_DIR = $(shell mktemp -d)
 
 #ugly but can be called from any directory
 get-orig-source:




More information about the Python-apps-commits mailing list