diff --git a/helpers/make-khronos-api b/helpers/make-khronos-api
new file mode 100644
index 0000000000000000000000000000000000000000..bbfa2338f7a5041ce559299094cb4df3a30301b2
--- /dev/null
+++ b/helpers/make-khronos-api
@@ -0,0 +1,29 @@
+#!/bin/sh
+#
+#    Copyright (C) 2020 Luis Guzman <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
+#
+
+VERSION=1
+EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main'
+REPOKEY=04EE7237B7D453EC
+BACKPORT=true
+
+. ./config
+
+changelog "Backported from debian old stable backports"
+
+compile
diff --git a/helpers/make-lmms b/helpers/make-lmms
index de0dd7f13512855fc778945ee9f5d7e2a3e5df33..72f9cb36d5c98a43276aef620920d545da55cc3c 100644
--- a/helpers/make-lmms
+++ b/helpers/make-lmms
@@ -21,6 +21,7 @@ VERSION=1
 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
 REPOKEY="3B4FE6ACC0B21F32"
 BACKPORTS=true
+DEPENDS=wine
 
 . ./config
 
diff --git a/helpers/make-unicode-data b/helpers/make-unicode-data
new file mode 100644
index 0000000000000000000000000000000000000000..bbfa2338f7a5041ce559299094cb4df3a30301b2
--- /dev/null
+++ b/helpers/make-unicode-data
@@ -0,0 +1,29 @@
+#!/bin/sh
+#
+#    Copyright (C) 2020 Luis Guzman <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
+#
+
+VERSION=1
+EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main'
+REPOKEY=04EE7237B7D453EC
+BACKPORT=true
+
+. ./config
+
+changelog "Backported from debian old stable backports"
+
+compile
diff --git a/helpers/make-wine b/helpers/make-wine
new file mode 100644
index 0000000000000000000000000000000000000000..33971c38b4e39ff9aaf2f6589250d0c49c8e6ba6
--- /dev/null
+++ b/helpers/make-wine
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+#    Copyright (C) 2020 Luis Guzman <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
+#
+
+VERSION=1
+EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main'
+REPOKEY=04EE7237B7D453EC
+BACKPORT=true
+DEPENDS=khronos-api,unicode-data
+
+. ./config
+
+changelog "Backported from debian old stable backports"
+
+compile