From 0d9edbe6803843685e3dc5ab2c7db027408a8574 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sat, 27 Nov 2004 19:23:40 +0000 Subject: [PATCH] sync --- amber | 4 ++-- cindy | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/amber b/amber index 01276f77..8e2469d6 100755 --- a/amber +++ b/amber @@ -1,8 +1,8 @@ #!/usr/bin/env python # Wrapper for Debian Security team -# Copyright (C) 2002, 2003 James Troup -# $Id: amber,v 1.9 2004-10-13 15:58:13 rmurray Exp $ +# Copyright (C) 2002, 2003, 2004 James Troup +# $Id: amber,v 1.10 2004-11-27 19:23:40 troup Exp $ # 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 diff --git a/cindy b/cindy index 7f9c43c4..50f0e676 100755 --- a/cindy +++ b/cindy @@ -2,7 +2,7 @@ # Cruft checker for overrides # Copyright (C) 2000, 2001, 2002, 2004 James Troup -# $Id: cindy,v 1.12 2004-11-27 16:08:21 troup Exp $ +# $Id: cindy,v 1.13 2004-11-27 19:23:40 troup Exp $ # 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 @@ -28,6 +28,12 @@ # plan for accepted to be in the DB. # ###################################################################### +# NB[2]: cindy entirely breaks for suites that share overrides, +# e.g. experimental in Debian. + +# NB[3]: cindy ENTIRELY breaks for 'source-only'-upload based distros +# like Ubuntu. Go Cindy. + ################################################################################ import pg, sys; -- 2.39.5