Updated grub2 for flidas build
This commit is contained in:
parent
24dea1d1ff
commit
359faf61b8
2 changed files with 4 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue