[Reportbug-commits] r544 - in trunk (checks/compare_pseudo-pkgs_lists.py debian/changelog)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Jun 16 23:31:19 UTC 2008


    Date: Monday, June 16, 2008 @ 23:31:17
  Author: morph-guest
Revision: 544

updated ftp-master url

Modified:
  trunk/checks/compare_pseudo-pkgs_lists.py
  trunk/debian/changelog

Modified: trunk/checks/compare_pseudo-pkgs_lists.py
===================================================================
--- trunk/checks/compare_pseudo-pkgs_lists.py	2008-06-15 11:35:43 UTC (rev 543)
+++ trunk/checks/compare_pseudo-pkgs_lists.py	2008-06-16 23:31:17 UTC (rev 544)
@@ -17,7 +17,7 @@
 dictparse = re.compile(r'([^\s]+)\s+(.+)',re.IGNORECASE)
 
 ftpmaster_list = {}
-pseudo = urllib.urlopen('http://ftp-master.debian.org/bzr/ftpmaster-dak/config/debian/pseudo-packages.description')
+pseudo = urllib.urlopen('http://ftp-master.debian.org/pseudo-packages.description')
 for l in pseudo:
     m = dictparse.search(l)
     ftpmaster_list[m.group(1)] = m.group(2)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-15 11:35:43 UTC (rev 543)
+++ trunk/debian/changelog	2008-06-16 23:31:17 UTC (rev 544)
@@ -3,6 +3,9 @@
   [ Sandro Tosi ]
   * debian/control
     - bump Standards-Version to 3.8.0 (no changes needed)
+  * checks/compare_pseudo-pkgs_lists.py
+    - updated ftp-master url (previous was on brz, but ftp-master moved to
+      git and there is no web file access)
 
   [ Sandro Tosi, Ben Finney ]
   * reportbug
@@ -30,7 +33,7 @@
     - test/*.py
       - Ensure programs and modules don't cause ImportError.
 
- -- Ben Finney <ben+debian at benfinney.id.au>  Sun, 15 Jun 2008 18:37:15 +1000
+ -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 17 Jun 2008 01:26:45 +0200
 
 reportbug (3.41) unstable; urgency=high
 




More information about the Reportbug-commits mailing list