diff --git a/helpers/config b/helpers/config
index 5da7c081e230f7dbbded6d006a575b3ff0237628..4578d8a8b2323b42dd0837b94fcaf690c4441b81 100755
--- a/helpers/config
+++ b/helpers/config
@@ -68,7 +68,12 @@ find ${@:3} -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -e
 changelog(){
 head -n 1 debian/changelog | grep -q $UPSTREAM-security && REPO=$CODENAME-security || REPO=$CODENAME
 [ "$BACKPORT" = true ] || [ "$BACKPORTS" = true ] && REPO=${CODENAME}-backports
+#Name convention issue "+" breaking packages build like console-setup, using "-" instead.
+if [ "$NAME_CI" = true ];then
+echo | dch -D $REPO -v `pkgversion`-${REVISION}trisquel${VERSION} "$1"
+else
 echo | dch -D $REPO -v `pkgversion`+${REVISION}trisquel${VERSION} "$1"
+fi
 
 # Make sure the changelog file is identical between archs
 /bin/sed "/-- Trisquel/s/.*/ -- Trisquel GNU\/Linux developers <trisquel-devel@listas.trisquel.info>  $DATE/" -i debian/changelog
diff --git a/helpers/make-bogl b/helpers/make-bogl
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-bogl
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-busybox b/helpers/make-busybox
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-busybox
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-console-setup b/helpers/make-console-setup
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-console-setup
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-cryptsetup b/helpers/make-cryptsetup
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-cryptsetup
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-debian-ports-archive-keyring b/helpers/make-debian-ports-archive-keyring
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-debian-ports-archive-keyring
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-dmraid b/helpers/make-dmraid
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-dmraid
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-fribidi b/helpers/make-fribidi
new file mode 100644
index 0000000000000000000000000000000000000000..8c44495fe3bf5d1e40286becadf48df7536fd1a7
--- /dev/null
+++ b/helpers/make-fribidi
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-fuse b/helpers/make-fuse
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-fuse
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-haveged b/helpers/make-haveged
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-haveged
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-kbd b/helpers/make-kbd
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-kbd
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-kmod b/helpers/make-kmod
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-kmod
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-libdebian-installer b/helpers/make-libdebian-installer
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-libdebian-installer
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-libzstd b/helpers/make-libzstd
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-libzstd
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-lowmem b/helpers/make-lowmem
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-lowmem
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-lvm2 b/helpers/make-lvm2
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-lvm2
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-lzo2 b/helpers/make-lzo2
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-lzo2
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-mdadm b/helpers/make-mdadm
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-mdadm
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-micro-evtd b/helpers/make-micro-evtd
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-micro-evtd
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-mountmedia b/helpers/make-mountmedia
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-mountmedia
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-multipath-tools b/helpers/make-multipath-tools
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-multipath-tools
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-nano b/helpers/make-nano
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-nano
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-ntfs-3g b/helpers/make-ntfs-3g
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-ntfs-3g
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-open-iscsi b/helpers/make-open-iscsi
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-open-iscsi
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-os-prober b/helpers/make-os-prober
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-os-prober
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-partconf b/helpers/make-partconf
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-partconf
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-parted b/helpers/make-parted
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-parted
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-pciutils b/helpers/make-pciutils
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-pciutils
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-pcmciautils b/helpers/make-pcmciautils
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-pcmciautils
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-pcre3 b/helpers/make-pcre3
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-pcre3
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-popt b/helpers/make-popt
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-popt
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-qcontrol b/helpers/make-qcontrol
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-qcontrol
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-rdate b/helpers/make-rdate
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-rdate
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-reiserfsprogs b/helpers/make-reiserfsprogs
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-reiserfsprogs
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-s390-netdevice b/helpers/make-s390-netdevice
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-s390-netdevice
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-screen b/helpers/make-screen
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-screen
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-systemd b/helpers/make-systemd
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-systemd
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-user-setup b/helpers/make-user-setup
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-user-setup
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-util-linux b/helpers/make-util-linux
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-util-linux
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-wget b/helpers/make-wget
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-wget
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-wireless-regdb b/helpers/make-wireless-regdb
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-wireless-regdb
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile
diff --git a/helpers/make-xfsprogs b/helpers/make-xfsprogs
new file mode 100644
index 0000000000000000000000000000000000000000..937d4dedffa89f3703d104242bd90edba5a06280
--- /dev/null
+++ b/helpers/make-xfsprogs
@@ -0,0 +1,32 @@
+#!/bin/sh
+#
+#    Copyright (C) 2022  Luis Guzmán <ark@switnet.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+##
+# This helper is part of a series of packages that are now droppped on upstream
+# Ubuntu, therefore in order to build a working debian-installer we now rebuild
+# or fetch such packages from Debian in order to build the required udeb packages.
+##
+
+VERSION=0
+NETINST=true
+. ./config
+
+
+changelog "Rebuild upstream to get udeb dependency for debian-installer."
+compile