mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-06 14:31:30 +00:00
dch-repeat: drop edgy, add intrepid. Update Copyright years.
This commit is contained in:
parent
dca732d355
commit
cdad605101
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/perl
|
#!/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
|
# License: GPLv2
|
||||||
#
|
#
|
||||||
# This script is used to repeat a change log into an older release. It
|
# This script is used to repeat a change log into an older release. It
|
||||||
@ -30,7 +31,7 @@ EOM
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
my @releases = ('dapper', 'edgy', 'feisty', 'gutsy', 'hardy');
|
my @releases = ('dapper', 'feisty', 'gutsy', 'hardy', 'intrepid');
|
||||||
|
|
||||||
#Getopt::Long::Configure("bundling", "no_ignore_case");
|
#Getopt::Long::Configure("bundling", "no_ignore_case");
|
||||||
our $opt_build_tree = "/scratch/ubuntu/build";
|
our $opt_build_tree = "/scratch/ubuntu/build";
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -4,7 +4,10 @@ ubuntu-dev-tools (0.32) UNRELEASED; urgency=low
|
|||||||
* requestsync: Fix bug where requestsync would fall over when requesting
|
* requestsync: Fix bug where requestsync would fall over when requesting
|
||||||
sync for package with no local changes.
|
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
|
ubuntu-dev-tools (0.31) intrepid; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user