mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-04 20:41:29 +00:00
* reverse-build-depends:
- Set default release to karmic.
This commit is contained in:
parent
723abf6259
commit
46c72133dc
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user