nano: bump security update 0.1
This commit is contained in:
parent
5412a1bae7
commit
d602065589
1 changed files with 6 additions and 1 deletions
|
|
@ -23,10 +23,15 @@
|
||||||
# or fetch such packages from Debian in order to build the required udeb packages.
|
# or fetch such packages from Debian in order to build the required udeb packages.
|
||||||
##
|
##
|
||||||
|
|
||||||
VERSION=0
|
VERSION=1
|
||||||
NETINST=true
|
NETINST=true
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
# Set version number due to source origin change
|
||||||
|
export FULLVERSION="$(sed 's|ubuntu0.1||' <<< $FULLVERSION)"
|
||||||
|
|
||||||
|
changelog "Fetch and build as udeb dependency for debian-installer."
|
||||||
|
head -n1 debian/changelog | grep -q ubuntu && echo "error: update upstream version" && exit
|
||||||
|
|
||||||
changelog "Rebuild upstream to get udeb dependency for debian-installer."
|
changelog "Rebuild upstream to get udeb dependency for debian-installer."
|
||||||
package
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue