diff --git a/helpers/make-gnome-screenshot b/helpers/make-gnome-screenshot
new file mode 100644
index 0000000000000000000000000000000000000000..ea458e45cddac994b95625af649b2b6a51493031
--- /dev/null
+++ b/helpers/make-gnome-screenshot
@@ -0,0 +1,33 @@
+#!/bin/sh
+#
+#    Copyright (C) 2013  Rubén Rodríguez <ruben@trisquel.info>
+#
+#    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
+QUILT=skip
+COMPONENT=main
+. ./config
+
+rm debian/patches/01_use-ubuntu-help.patch
+sed '/use-ubuntu-help/d' -i debian/patches/series
+
+export QUILT_PATCHES=debian/patches
+quilt push -a
+
+changelog "Revert from using ubuntu-help to default gnome-help"
+compile
+
diff --git a/helpers/make-nautilus b/helpers/make-nautilus
new file mode 100644
index 0000000000000000000000000000000000000000..2c9816a1bebd6e3cf9977c0d7f0b6e68c6516fa8
--- /dev/null
+++ b/helpers/make-nautilus
@@ -0,0 +1,33 @@
+#!/bin/sh
+#
+#    Copyright (C) 2013  Rubén Rodríguez <ruben@trisquel.info>
+#
+#    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
+QUILT=skip
+COMPONENT=main
+. ./config
+
+rm debian/patches/15_use-ubuntu-help.patch
+sed '/use-ubuntu-help/d' -i debian/patches/series
+
+export QUILT_PATCHES=debian/patches
+quilt push -a
+
+changelog "Revert from using ubuntu-help to default gnome-help"
+compile
+
diff --git a/helpers/make-vino b/helpers/make-vino
new file mode 100644
index 0000000000000000000000000000000000000000..d0d42f3c9e5f78c9b8c0d08f48e8c041fa5118e4
--- /dev/null
+++ b/helpers/make-vino
@@ -0,0 +1,33 @@
+#!/bin/sh
+#
+#    Copyright (C) 2013  Rubén Rodríguez <ruben@trisquel.info>
+#
+#    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
+QUILT=skip
+COMPONENT=main
+. ./config
+
+rm debian/patches/06_use-ubuntu-help.patch
+sed '/use-ubuntu-help/d' -i debian/patches/series
+
+export QUILT_PATCHES=debian/patches
+quilt push -a
+
+changelog "Revert from using ubuntu-help to default gnome-help"
+compile
+
diff --git a/helpers/make-yelp b/helpers/make-yelp
index 72203b31a6fc2ec8b4c9bb23526e51bf3d2c2162..098d3341f48ed0f0b1725541d000e355a3fc9e83 100644
--- a/helpers/make-yelp
+++ b/helpers/make-yelp
@@ -17,14 +17,17 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-
+VERSION=3
+QUILT=skip
+COMPONENT=main
 . ./config
 
 rm debian/patches/06_make_ubuntu_docs_default.patch
 sed '/make_ubuntu_docs_default/d' -i debian/patches/series
 
-changelog "Revert from using ubuntu-help to default gnome-help"
+export QUILT_PATCHES=debian/patches
+quilt push -a
 
+changelog "Revert from using ubuntu-help to default gnome-help"
 compile