From cdad605101a3113c60917c80afbec8b0e913a8ca Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Wed, 9 Jul 2008 09:51:33 -0700 Subject: [PATCH] dch-repeat: drop edgy, add intrepid. Update Copyright years. --- dch-repeat | 5 +++-- debian/changelog | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dch-repeat b/dch-repeat index 705aafb..ba831f0 100755 --- a/dch-repeat +++ b/dch-repeat @@ -1,5 +1,6 @@ #!/usr/bin/perl -# Copyright 2007 (C) Kees Cook +# Copyright 2007-2008 (C) Canonical, Ltd +# Author: Kees Cook # 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"; diff --git a/debian/changelog b/debian/changelog index 756254a..95566fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Thu, 03 Jul 2008 19:24:46 +0200 + [ Kees Cook ] + * dch-repeat: drop edgy, add intrepid. Update Copyright years. + + -- Kees Cook Wed, 09 Jul 2008 09:49:26 -0700 ubuntu-dev-tools (0.31) intrepid; urgency=low