diff --git a/src/deforaos-package.sh b/src/deforaos-package.sh index 02f9ea1..6964e5f 100755 --- a/src/deforaos-package.sh +++ b/src/deforaos-package.sh @@ -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 }