[Collab-qa-commits] r59 - fileconflicts

Filippo Giunchedi filippo at alioth.debian.org
Fri Mar 16 01:18:54 CET 2007


Author: filippo
Date: 2007-03-16 00:18:54 +0000 (Fri, 16 Mar 2007)
New Revision: 59

Modified:
   fileconflicts/Makefile
   fileconflicts/README.txt
   fileconflicts/get-conflicts.py
   fileconflicts/parse-contents.py
   fileconflicts/query-contents.py
Log:
add id svn:keywords as well


Modified: fileconflicts/Makefile
===================================================================
--- fileconflicts/Makefile	2007-03-16 00:13:23 UTC (rev 58)
+++ fileconflicts/Makefile	2007-03-16 00:18:54 UTC (rev 59)
@@ -1,3 +1,4 @@
+# $Id$
 all: testing-conflicts unstable-conflicts
 
 testing-conflicts: testing/Packages.gz testing.db testing-whitelist


Property changes on: fileconflicts/Makefile
___________________________________________________________________
Name: svn:keywords
   + id

Modified: fileconflicts/README.txt
===================================================================
--- fileconflicts/README.txt	2007-03-16 00:13:23 UTC (rev 58)
+++ fileconflicts/README.txt	2007-03-16 00:18:54 UTC (rev 59)
@@ -14,3 +14,5 @@
 clashes with alternatives (e.g. bitchx{-ssl})
 
 -- filippo (@) debian.org
+
+$Id$


Property changes on: fileconflicts/README.txt
___________________________________________________________________
Name: svn:keywords
   + id

Modified: fileconflicts/get-conflicts.py
===================================================================
--- fileconflicts/get-conflicts.py	2007-03-16 00:13:23 UTC (rev 58)
+++ fileconflicts/get-conflicts.py	2007-03-16 00:18:54 UTC (rev 59)
@@ -2,6 +2,7 @@
 # released under the GPLv2
 # author: Filippo Giunchedi <filippo at debian.org>
 # outputs packages with common files but no Conflicts (as in: the field is not present)
+# $Id$
 import os,apt_pkg,sys,cPickle
 
 # comment this line if using python >= 2.4


Property changes on: fileconflicts/get-conflicts.py
___________________________________________________________________
Name: svn:keywords
   + id

Modified: fileconflicts/parse-contents.py
===================================================================
--- fileconflicts/parse-contents.py	2007-03-16 00:13:23 UTC (rev 58)
+++ fileconflicts/parse-contents.py	2007-03-16 00:18:54 UTC (rev 59)
@@ -2,6 +2,7 @@
 # released under the GPLv2
 # author: Filippo Giunchedi <filippo at debian.org>
 # parses Contents.gz into a cpickled-.db file for later use
+# $Id$
 import re, gzip, sys, cPickle
 
 dup_re = re.compile("^(\S+)\s+(\S+,\S+)+$")


Property changes on: fileconflicts/parse-contents.py
___________________________________________________________________
Name: svn:keywords
   + id

Modified: fileconflicts/query-contents.py
===================================================================
--- fileconflicts/query-contents.py	2007-03-16 00:13:23 UTC (rev 58)
+++ fileconflicts/query-contents.py	2007-03-16 00:18:54 UTC (rev 59)
@@ -2,6 +2,7 @@
 # released under the GPLv2
 # author: Filippo Giunchedi <filippo at debian.org>
 # queries the given db for optional package 
+# $Id$
 import cPickle, sys
 
 def main():


Property changes on: fileconflicts/query-contents.py
___________________________________________________________________
Name: svn:keywords
   + id




More information about the Collab-qa-commits mailing list