mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Use ubuntu-distro-info in reverse-build-depends
This commit is contained in:
parent
e84d3ed9db
commit
0dbaa60945
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -10,13 +10,14 @@ ubuntu-dev-tools (0.113) UNRELEASED; urgency=low
|
||||
* Use new *-distro-info in:
|
||||
- bash_completion/pbuilder-dist: To determine pbuilder file names.
|
||||
- dch-repeat.
|
||||
- reverse-build-depends.
|
||||
* pbuilder-dist: Use ubuntutools.logger.
|
||||
* pbuilder-dist-simple: Remove all mention of supporting Debian.
|
||||
(LP: #481223)
|
||||
* pull-debian-source: Rewritten in Python to take advantage of the new
|
||||
ubuntutools library functions.
|
||||
|
||||
-- Stefano Rivera <stefanor@ubuntu.com> Sat, 22 Jan 2011 21:56:24 +0200
|
||||
-- Stefano Rivera <stefano@rivera.za.net> Sat, 22 Jan 2011 22:00:57 +0200
|
||||
|
||||
ubuntu-dev-tools (0.112) unstable; urgency=low
|
||||
|
||||
|
@ -73,7 +73,8 @@ use Pod::Usage;
|
||||
use Data::Dumper;
|
||||
my $progname = basename($0);
|
||||
my $version = '1.0';
|
||||
my $default_distribution = "natty";
|
||||
my $default_distribution = `ubuntu-distro-info --devel`;
|
||||
chomp($default_distribution);
|
||||
my $dctrl = "/usr/bin/grep-dctrl";
|
||||
my $sources_path = "/var/lib/apt/lists/";
|
||||
my $source_pattern = ".*_dists_${default_distribution}_.*Sources\$";
|
||||
|
Loading…
x
Reference in New Issue
Block a user