Place the default changelog entry in a dedicated variable
This commit is contained in:
parent
7ba1e9ab5b
commit
e538b82e4b
@ -63,6 +63,7 @@ DEPEND_pkgconfig=0
|
||||
DEPEND_xgettext=0
|
||||
#method-specific
|
||||
DEBIAN_FILES="compat control copyright rules"
|
||||
DEBIAN_MESSAGE="Package generated automatically by deforaos-package.sh"
|
||||
DEBIAN_PREFIX="deforaos-"
|
||||
PKGSRC_PREFIX="deforaos-"
|
||||
PKGSRC_ROOT="/usr/pkgsrc"
|
||||
@ -265,7 +266,7 @@ _debian_changelog()
|
||||
DEBFULLNAME="$DEBFULLNAME" DEBEMAIL="$DEBEMAIL" $DCH --create \
|
||||
--distribution "unstable" \
|
||||
--package "$pkgname" --newversion "$VERSION-$revision" \
|
||||
"Package generated automatically by deforaos-package.sh"
|
||||
"$DEBIAN_MESSAGE"
|
||||
ret=$?
|
||||
|
||||
#XXX ignore errors if the command is not installed
|
||||
|
Loading…
Reference in New Issue
Block a user