mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 01:11:29 +00:00
Revert changes from revision 397
This commit is contained in:
parent
d134469ed3
commit
3aeb7c88b5
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -35,17 +35,11 @@ ubuntu-dev-tools (0.74) UNRELEASED; urgency=low
|
|||||||
- Convert to getopt so that '--section main' works as well as
|
- Convert to getopt so that '--section main' works as well as
|
||||||
'--section=main'.
|
'--section=main'.
|
||||||
|
|
||||||
[ Nathan Handler ]
|
|
||||||
* update-maintainer:
|
|
||||||
- Make change proposed by Bryce Harrington to make the script recognize
|
|
||||||
versions that end in buildX as valid Ubuntu versions, and thus allow it
|
|
||||||
to work with fakesyncs. (LP: #376623)
|
|
||||||
|
|
||||||
[ Anders Kaseorg ]
|
[ Anders Kaseorg ]
|
||||||
* ubuntutools/lp/functions.py:
|
* ubuntutools/lp/functions.py:
|
||||||
- Simplify isLPTeamMember.
|
- Simplify isLPTeamMember.
|
||||||
|
|
||||||
-- Nathan Handler <nhandler@ubuntu.com> Sat, 16 May 2009 19:09:21 +0000
|
-- Nathan Handler <nhandler@ubuntu.com> Thu, 21 May 2009 03:09:42 +0000
|
||||||
|
|
||||||
ubuntu-dev-tools (0.73) karmic; urgency=low
|
ubuntu-dev-tools (0.73) karmic; urgency=low
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ for file in control control.in control.real; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if ! head -1 $DEBIANDIR/changelog | egrep -q '(*ubuntu.*|*build.*)'
|
if ! head -1 $DEBIANDIR/changelog | grep -q '(*ubuntu.*)'
|
||||||
then
|
then
|
||||||
echo "Latest changelog entry has no Ubuntu version number." >&2
|
echo "Latest changelog entry has no Ubuntu version number." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user