#!/usr/bin/env python
# Check utils.parse_changes()'s .dsc file validation
-# Copyright (C) 2000 James Troup <james@nocrew.org>
-# $Id: test.py,v 1.1 2001-01-28 09:06:44 troup Exp $
+# Copyright (C) 2000, 2006 James Troup <james@nocrew.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
#!/usr/bin/env python
# Check utils.parse_changes()'s for handling empty files
-# Copyright (C) 2000 James Troup <james@nocrew.org>
-# $Id: test.py,v 1.1 2001-03-02 02:31:07 troup Exp $
+# Copyright (C) 2000, 2006 James Troup <james@nocrew.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
# Check utils.parse_changes()'s for handling of multi-line fields
# Copyright (C) 2000, 2006 James Troup <james@nocrew.org>
-# $Id: test.py,v 1.2 2002-10-16 02:47:32 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
#!/usr/bin/env python
# Check utils.extract_component_from_section()
-# Copyright (C) 2000 James Troup <james@nocrew.org>
-# $Id: test.py,v 1.3 2002-10-16 02:47:32 troup Exp $
+# Copyright (C) 2000, 2006 James Troup <james@nocrew.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
#!/usr/bin/env python
# Check utils.parse_changes() correctly ignores data outside the signed area
-# Copyright (C) 2004 James Troup <james@nocrew.org>
-# $Id: test.py,v 1.3 2004-03-11 00:22:19 troup Exp $
+# Copyright (C) 2004, 2006 James Troup <james@nocrew.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
# -*- coding: utf-8 -*-
# Test utils.fix_maintainer()
-# Copyright (C) 2004 James Troup <james@nocrew.org>
-# $Id: test.py,v 1.2 2004-06-23 23:11:51 troup Exp $
+# Copyright (C) 2004, 2006 James Troup <james@nocrew.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
# Logging functions
# Copyright (C) 2001, 2002, 2006 James Troup <james@nocrew.org>
-# $Id: logging.py,v 1.4 2005-11-15 09:50:32 ajt 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
# Utility functions
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 James Troup <james@nocrew.org>
-# $Id: utils.py,v 1.73 2005-03-18 05:24:38 troup Exp $
################################################################################
#! /bin/sh
-# $Id: copyoverrides,v 1.2 2001-01-10 06:01:07 troup Exp $
set -e
. $SCRIPTVARS
#!/bin/sh
# Update the md5sums file
-# $Id: mkchecksums,v 1.2 2000-12-20 08:15:35 troup Exp $
set -e
. $SCRIPTVARS
#!/bin/sh
# Update the ls-lR.
-# $Id: mklslar,v 1.3 2001-09-24 21:47:54 rmurray Exp $
set -e
. $SCRIPTVARS
#! /bin/sh
-# $Id: mkmaintainers,v 1.3 2004-02-27 20:09:51 troup Exp $
echo
echo -n 'Creating Maintainers index ... '