mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* update-maintainer: Default to main if rmadison gives no section output.
This commit is contained in:
parent
27b04b6237
commit
a23532c0fb
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,8 +1,12 @@
|
||||
ubuntu-dev-tools (0.24) UNRELEASED; urgency=low
|
||||
|
||||
[ Soren Hansen ]
|
||||
* Handle epochs properly in submittodebian.
|
||||
|
||||
-- Soren Hansen <soren@ubuntu.com> Fri, 14 Dec 2007 17:30:04 +0100
|
||||
[ Luke Yelavich ]
|
||||
* update-maintainer: Default to main if rmadison gives no section output.
|
||||
|
||||
-- Luke Yelavich <themuso@ubuntu.com> Sat, 15 Dec 2007 15:48:33 +1100
|
||||
|
||||
ubuntu-dev-tools (0.23) hardy; urgency=low
|
||||
|
||||
|
@ -68,7 +68,7 @@ if [ -z "$section" ]; then
|
||||
echo "--section argument. Run $0 --help for more information." >&2
|
||||
exit 1
|
||||
fi
|
||||
section=$(echo $pkgline | grep -Eo "main|universe|multiverse|restricted")
|
||||
section=$(echo $pkgline | grep -Eo "main|universe|multiverse|restricted") || section=main
|
||||
fi
|
||||
case $section in
|
||||
"main"|"restricted") email="Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user