#!/usr/bin/env python
# Wrapper for Debian Security team
-# Copyright (C) 2002, 2003 James Troup <james@nocrew.org>
-# $Id: amber,v 1.9 2004-10-13 15:58:13 rmurray Exp $
+# Copyright (C) 2002, 2003, 2004 James Troup <james@nocrew.org>
+# $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
# Cruft checker for overrides
# Copyright (C) 2000, 2001, 2002, 2004 James Troup <james@nocrew.org>
-# $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
# 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;