[Pkg-haskell-commits] darcs: tools: Update copyright

Joachim Breitner mail at joachim-breitner.de
Tue Jun 11 10:25:24 UTC 2013


Sun Jul  5 21:10:15 UTC 2009  Joachim Breitner <mail at joachim-breitner.de>
  * Update copyright

    M ./haskell-pkg-infos.py -5 +4

Sun Jul  5 21:10:15 UTC 2009  Joachim Breitner <mail at joachim-breitner.de>
  * Update copyright
diff -rN -u old-tools/haskell-pkg-infos.py new-tools/haskell-pkg-infos.py
--- old-tools/haskell-pkg-infos.py	2013-06-11 10:24:33.558551714 +0000
+++ new-tools/haskell-pkg-infos.py	2013-06-11 10:25:24.654576206 +0000
@@ -1,14 +1,13 @@
 #!/usr/bin/python
 # encoding:utf8
 #
-# Copyright (C) 2007, Stefano Zacchiroli <zack at debian.org>
+# Copyright (C) 2009, Joachim Breitner <nomeata at debian.org>
 #
-# Created: Thu, 12 Jul 2007 00:44:10 +0200 zack
-# Last Modified: $Date: 2008-02-14 15:35:37 +0000 (Thu, 14 Feb 2008) $
+# Inspired by debian-ocaml-status.py written by Stefano Zacchiroli <zack at debian.org>
 #
 # This program is free software: you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free Software
-# Foundation, either version 3 of the License, or (at your option) any later
+# Foundation, either version 2 of the License, or (at your option) any later
 # version.
 
 import bz2
@@ -109,7 +108,7 @@
             if len(rel) != 1:
                 continue # the dependencies we care about are not optional
             opt = rel[0]
-            if opt['name'] in self.haskell_lib_to_source:
+            if opt['name'] in self.haskell_lib_to_source || opt['name'] == ghc6:
                 if opt['version']:
                     (relop,v) = opt['version']
                     available = self.packages[opt['name']]['version']




More information about the Pkg-haskell-commits mailing list