* reverse-build-depends:

- Set default release to karmic.
This commit is contained in:
Colin Watson 2009-04-27 14:01:06 +01:00
parent 723abf6259
commit 46c72133dc
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -16,6 +16,8 @@ ubuntu-dev-tools (0.73) UNRELEASED; urgency=low
- Drop EOLed gutsy and add karmic. - Drop EOLed gutsy and add karmic.
* pull-lp-source: * pull-lp-source:
- Set default release to karmic. - Set default release to karmic.
* reverse-build-depends:
- Set default release to karmic.
-- Nathan Handler <nhandler@ubuntu.com> Mon, 20 Apr 2009 22:32:13 +0000 -- Nathan Handler <nhandler@ubuntu.com> Mon, 20 Apr 2009 22:32:13 +0000

View File

@ -75,7 +75,7 @@ my $progname = basename($0);
my $version = '1.0'; my $version = '1.0';
my $dctrl = "/usr/bin/grep-dctrl"; my $dctrl = "/usr/bin/grep-dctrl";
my $sources_path = "/var/lib/apt/lists/"; my $sources_path = "/var/lib/apt/lists/";
my $source_pattern = ".*_dists_jaunty_.*Sources\$"; my $source_pattern = ".*_dists_karmic_.*Sources\$";
my @source_files; my @source_files;
my $sources_count=0; my $sources_count=0;
my $opt_debug; my $opt_debug;
@ -115,7 +115,7 @@ Options:
-d, --debug Enable the debug mode -d, --debug Enable the debug mode
-m, --print-maintainer Print the maintainer information (experimental) -m, --print-maintainer Print the maintainer information (experimental)
--distribution distribution Select a distribution to search for build-depends --distribution distribution Select a distribution to search for build-depends
(Default: jaunty) (Default: karmic)
--only-main Ignore universe and multiverse --only-main Ignore universe and multiverse
EOT EOT