dch-repeat: drop edgy, add intrepid. Update Copyright years.

This commit is contained in:
Kees Cook 2008-07-09 09:51:33 -07:00
parent dca732d355
commit cdad605101
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/perl
# Copyright 2007 (C) Kees Cook <kees@ubuntu.com>
# Copyright 2007-2008 (C) Canonical, Ltd
# Author: Kees Cook <kees@ubuntu.com>
# License: GPLv2
#
# This script is used to repeat a change log into an older release. It
@ -30,7 +31,7 @@ EOM
exit(0);
}
my @releases = ('dapper', 'edgy', 'feisty', 'gutsy', 'hardy');
my @releases = ('dapper', 'feisty', 'gutsy', 'hardy', 'intrepid');
#Getopt::Long::Configure("bundling", "no_ignore_case");
our $opt_build_tree = "/scratch/ubuntu/build";

5
debian/changelog vendored
View File

@ -4,7 +4,10 @@ ubuntu-dev-tools (0.32) UNRELEASED; urgency=low
* requestsync: Fix bug where requestsync would fall over when requesting
sync for package with no local changes.
-- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com> Thu, 03 Jul 2008 19:24:46 +0200
[ Kees Cook ]
* dch-repeat: drop edgy, add intrepid. Update Copyright years.
-- Kees Cook <kees@ubuntu.com> Wed, 09 Jul 2008 09:49:26 -0700
ubuntu-dev-tools (0.31) intrepid; urgency=low