Skip to content
Snippets Groups Projects
Commit 5de7578c authored by Luis Guzmán's avatar Luis Guzmán
Browse files

console-setup,netcfg: fix revision number on helper.

parent 2a55bce8
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# 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=5.4 VERSION=6
NETINST=true NETINST=true
. ./config . ./config
...@@ -34,6 +34,7 @@ sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config ...@@ -34,6 +34,7 @@ sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config
#Remove ubuntu's dependency. #Remove ubuntu's dependency.
sed -i "s|cdebconf-newt-detect-keys, ||" debian/control sed -i "s|cdebconf-newt-detect-keys, ||" debian/control
#Fix 20console-setup script patch.
patch -p2 < $DATA/modify_20console-setup.patch patch -p2 < $DATA/modify_20console-setup.patch
changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8" changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2.4 VERSION=3
EXTERNAL='deb-src http://ftp.debian.org/debian stable main' EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138 REPOKEY=648ACFD622F3D138
NETINST=true NETINST=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment