From de91dd7c3480801a85be2a0e114335a027495b1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Thu, 13 Oct 2022 05:31:16 +0000
Subject: [PATCH] aramo-udeb-rebuild-list: add helpers for udeb repository

---
 helpers/config                            |  5 ++++
 helpers/make-bogl                         | 32 +++++++++++++++++++++++
 helpers/make-busybox                      | 32 +++++++++++++++++++++++
 helpers/make-console-setup                | 32 +++++++++++++++++++++++
 helpers/make-cryptsetup                   | 32 +++++++++++++++++++++++
 helpers/make-debian-ports-archive-keyring | 32 +++++++++++++++++++++++
 helpers/make-dmraid                       | 32 +++++++++++++++++++++++
 helpers/make-fribidi                      | 32 +++++++++++++++++++++++
 helpers/make-fuse                         | 32 +++++++++++++++++++++++
 helpers/make-haveged                      | 32 +++++++++++++++++++++++
 helpers/make-kbd                          | 32 +++++++++++++++++++++++
 helpers/make-kmod                         | 32 +++++++++++++++++++++++
 helpers/make-libdebian-installer          | 32 +++++++++++++++++++++++
 helpers/make-libzstd                      | 32 +++++++++++++++++++++++
 helpers/make-lowmem                       | 32 +++++++++++++++++++++++
 helpers/make-lvm2                         | 32 +++++++++++++++++++++++
 helpers/make-lzo2                         | 32 +++++++++++++++++++++++
 helpers/make-mdadm                        | 32 +++++++++++++++++++++++
 helpers/make-micro-evtd                   | 32 +++++++++++++++++++++++
 helpers/make-mountmedia                   | 32 +++++++++++++++++++++++
 helpers/make-multipath-tools              | 32 +++++++++++++++++++++++
 helpers/make-nano                         | 32 +++++++++++++++++++++++
 helpers/make-ntfs-3g                      | 32 +++++++++++++++++++++++
 helpers/make-open-iscsi                   | 32 +++++++++++++++++++++++
 helpers/make-os-prober                    | 32 +++++++++++++++++++++++
 helpers/make-partconf                     | 32 +++++++++++++++++++++++
 helpers/make-parted                       | 32 +++++++++++++++++++++++
 helpers/make-pciutils                     | 32 +++++++++++++++++++++++
 helpers/make-pcmciautils                  | 32 +++++++++++++++++++++++
 helpers/make-pcre3                        | 32 +++++++++++++++++++++++
 helpers/make-popt                         | 32 +++++++++++++++++++++++
 helpers/make-qcontrol                     | 32 +++++++++++++++++++++++
 helpers/make-rdate                        | 32 +++++++++++++++++++++++
 helpers/make-reiserfsprogs                | 32 +++++++++++++++++++++++
 helpers/make-s390-netdevice               | 32 +++++++++++++++++++++++
 helpers/make-screen                       | 32 +++++++++++++++++++++++
 helpers/make-systemd                      | 32 +++++++++++++++++++++++
 helpers/make-user-setup                   | 32 +++++++++++++++++++++++
 helpers/make-util-linux                   | 32 +++++++++++++++++++++++
 helpers/make-wget                         | 32 +++++++++++++++++++++++
 helpers/make-wireless-regdb               | 32 +++++++++++++++++++++++
 helpers/make-xfsprogs                     | 32 +++++++++++++++++++++++
 42 files changed, 1317 insertions(+)
 create mode 100644 helpers/make-bogl
 create mode 100644 helpers/make-busybox
 create mode 100644 helpers/make-console-setup
 create mode 100644 helpers/make-cryptsetup
 create mode 100644 helpers/make-debian-ports-archive-keyring
 create mode 100644 helpers/make-dmraid
 create mode 100644 helpers/make-fribidi
 create mode 100644 helpers/make-fuse
 create mode 100644 helpers/make-haveged
 create mode 100644 helpers/make-kbd
 create mode 100644 helpers/make-kmod
 create mode 100644 helpers/make-libdebian-installer
 create mode 100644 helpers/make-libzstd
 create mode 100644 helpers/make-lowmem
 create mode 100644 helpers/make-lvm2
 create mode 100644 helpers/make-lzo2
 create mode 100644 helpers/make-mdadm
 create mode 100644 helpers/make-micro-evtd
 create mode 100644 helpers/make-mountmedia
 create mode 100644 helpers/make-multipath-tools
 create mode 100644 helpers/make-nano
 create mode 100644 helpers/make-ntfs-3g
 create mode 100644 helpers/make-open-iscsi
 create mode 100644 helpers/make-os-prober
 create mode 100644 helpers/make-partconf
 create mode 100644 helpers/make-parted
 create mode 100644 helpers/make-pciutils
 create mode 100644 helpers/make-pcmciautils
 create mode 100644 helpers/make-pcre3
 create mode 100644 helpers/make-popt
 create mode 100644 helpers/make-qcontrol
 create mode 100644 helpers/make-rdate
 create mode 100644 helpers/make-reiserfsprogs
 create mode 100644 helpers/make-s390-netdevice
 create mode 100644 helpers/make-screen
 create mode 100644 helpers/make-systemd
 create mode 100644 helpers/make-user-setup
 create mode 100644 helpers/make-util-linux
 create mode 100644 helpers/make-wget
 create mode 100644 helpers/make-wireless-regdb
 create mode 100644 helpers/make-xfsprogs

diff --git a/helpers/config b/helpers/config
index 5da7c081..4578d8a8 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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..8c44495f
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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 00000000..937d4ded
--- /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
-- 
GitLab