mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
update-maintainer: Prefer updating control.in to control; this is used by
some Debian packages, notably those maintained by pkg-gnome.
This commit is contained in:
parent
d281ff0428
commit
4550abc30e
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -8,8 +8,10 @@ ubuntu-dev-tools (0.80) UNRELEASED; urgency=low
|
|||||||
for example, the new package's changelog hasn't yet been published on p.d.o
|
for example, the new package's changelog hasn't yet been published on p.d.o
|
||||||
* update-maintainer: Also check if package is in experimental when looking
|
* update-maintainer: Also check if package is in experimental when looking
|
||||||
who to update maintainer to.
|
who to update maintainer to.
|
||||||
|
* update-maintainer: Prefer updating control.in to control; this is used by
|
||||||
|
some Debian packages, notably those maintained by pkg-gnome.
|
||||||
|
|
||||||
-- Iain Lane <laney@ubuntu.com> Thu, 24 Sep 2009 12:35:28 +0100
|
-- Iain Lane <laney@ubuntu.com> Thu, 24 Sep 2009 12:36:36 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.79) karmic; urgency=low
|
ubuntu-dev-tools (0.79) karmic; urgency=low
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
import ubuntutools.packages
|
import ubuntutools.packages
|
||||||
|
|
||||||
valid_locations = ["debian/control", "control"]
|
valid_locations = ["debian/control.in", "control.in", "debian/control", "control"]
|
||||||
control_file_found = False
|
control_file_found = False
|
||||||
|
|
||||||
# Check changelog file exists.
|
# Check changelog file exists.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user