Also set the distribution when using "dch"
This commit is contained in:
parent
8932e7fb35
commit
5c55b3fd08
|
@ -210,7 +210,8 @@ _debian_changelog()
|
|||
#FIXME really implement
|
||||
[ -z "$DEBFULLNAME" ] && DEBFULLNAME="$FULLNAME"
|
||||
[ -z "$DEBEMAIL" ] && DEBEMAIL="$EMAIL"
|
||||
$DCH --create --package "$pkgname" --newversion "$VERSION-$revision"
|
||||
$DCH --create --distribution "unstable" \
|
||||
--package "$pkgname" --newversion "$VERSION-$revision"
|
||||
#XXX ignore errors if the command is not installed
|
||||
[ $? -eq 127 ] && return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user