From 3aeb7c88b5e502e92ed1d55b0462a7a7ed77b2da Mon Sep 17 00:00:00 2001 From: Nathan Handler Date: Thu, 21 May 2009 03:11:02 +0000 Subject: [PATCH] Revert changes from revision 397 --- debian/changelog | 8 +------- update-maintainer | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 17d5ff2..561990c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,17 +35,11 @@ ubuntu-dev-tools (0.74) UNRELEASED; urgency=low - Convert to getopt so that '--section main' works as well as '--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 ] * ubuntutools/lp/functions.py: - Simplify isLPTeamMember. - -- Nathan Handler Sat, 16 May 2009 19:09:21 +0000 + -- Nathan Handler Thu, 21 May 2009 03:09:42 +0000 ubuntu-dev-tools (0.73) karmic; urgency=low diff --git a/update-maintainer b/update-maintainer index 7504d90..b23ead7 100755 --- a/update-maintainer +++ b/update-maintainer @@ -86,7 +86,7 @@ for file in control control.in control.real; do fi done -if ! head -1 $DEBIANDIR/changelog | egrep -q '(*ubuntu.*|*build.*)' +if ! head -1 $DEBIANDIR/changelog | grep -q '(*ubuntu.*)' then echo "Latest changelog entry has no Ubuntu version number." >&2 exit 1