From f44f9847376809dd74cae13a6b311583d77d6bd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Mon, 11 Feb 2013 14:58:22 +0100
Subject: [PATCH] Added gnome-screenshot nautilus and vino to revert from yelp
 using ubuntu-docs

---
 helpers/make-gnome-screenshot | 33 +++++++++++++++++++++++++++++++++
 helpers/make-nautilus         | 33 +++++++++++++++++++++++++++++++++
 helpers/make-vino             | 33 +++++++++++++++++++++++++++++++++
 helpers/make-yelp             |  9 ++++++---
 4 files changed, 105 insertions(+), 3 deletions(-)
 create mode 100644 helpers/make-gnome-screenshot
 create mode 100644 helpers/make-nautilus
 create mode 100644 helpers/make-vino

diff --git a/helpers/make-gnome-screenshot b/helpers/make-gnome-screenshot
new file mode 100644
index 00000000..ea458e45
--- /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 00000000..2c9816a1
--- /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 00000000..d0d42f3c
--- /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 72203b31..098d3341 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
 
-- 
GitLab