]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
[rmurray] teach control_overrides about untouchable suites.
[dak.git] / ChangeLog
index b9e570319cc576cdcd8e8690c07d2615f693cd1e..f9f45f97c0a1c2345da3a96f261fc0abbd71dc91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,35 @@
 2007-02-08  Ryan Murray  <rmurray@debian.org>
 
+       * dak/control_overrides.py (main): refuse to operate on
+       untouchable suites.
+
+       * config/debian/pseudo-packages.maintainers: drop install,
+       installation, boot-floppy, slink-cd, potato-cd and
+       nonus.debian.org.  Update base.
+       * config/debian/pseudo-packages.description: likewise.
+
+       * daklib/utils.py (re_srchasver): new regex.
+       (parse_changes): use regex to split 'Source (Version)' style
+       Source fields into 'source' and 'source-version'.
+
        * config/debian/cron.daily: use $base instead of hardcoding path
        name.
 
        * scripts/debian/mkfilesindices: source 'vars' file and use it's
        variables instead of hardcoding path names.
 
+       * config/debian/apt.conf: switch from /org to /srv.
+       * config/debian/apt.conf.buildd: likewise.
+       * config/debian/apt.conf.stable: likewise.
+       * config/debian/cron.daily: likewise.
+       * config/debian/cron.hourly: likewise.
+       * config/debian/cron.monthly: likewise.
+       * config/debian/cron.unchecked: likewise.
+       * config/debian/cron.weekly: likewise.
+       * config/debian/dak.conf: likewise.
+       * config/debian/vars: likewise.
+       * scripts/debian/mkfilesindices: likewise.
+       
 2007-02-08  James Troup  <james@nocrew.org>
 
        * dak/process_unchecked.py (check_signed_by_key): new function to