Updated grub2 for flidas build

This commit is contained in:
Ruben Rodriguez 2016-11-27 18:31:31 +00:00
parent 24dea1d1ff
commit 359faf61b8
2 changed files with 4 additions and 11 deletions

View file

@ -55,6 +55,7 @@ find $3 -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execd
}
changelog(){
head -n 1 debian/changelog | grep -q $UPSTREAM-security && REPO=$CODENAME-security || REPO=$CODENAME
PKGVERSION=$(dpkg-parsechangelog --show-field Version)
echo | dch -D $REPO -v ${PKGVERSION}+${REVISION}trisquel${VERSION} "$1"
# Make sure the changelog file is identical between archs