summaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-05 12:18:47 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-05 12:23:37 -0300
commitfb2e08389e5cfe437a09b36765395050471967ba (patch)
treea24541380a4514cdd1747d0d0f2f6a49230260a8 /docs/chapters
parent48076daddb097752adb43c61059f9c6c0032dca2 (diff)
docs: drop the section about how to unapply patches
dpkg since 1.16.5 does this automatically and even oldoldstable has this version.
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/patches.sgml37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/chapters/patches.sgml b/docs/chapters/patches.sgml
index 6f5bde52..de2828ba 100644
--- a/docs/chapters/patches.sgml
+++ b/docs/chapters/patches.sgml
@@ -254,41 +254,4 @@
non fast-forward updates.
</para>
</sect1>
-
-
- <sect1 id="gbp.patches.30quilt">
- <title>Working with 3.0 (quilt) packages</title>
- <para>
- The 3.0 (quilt) format applies the patches
- in <filename>debian/patches</filename> automatically when building a
- source package. If you want your debian branch to contain the
- unpatched source there are several ways to handle this:
- </para>
- <itemizedlist>
-
- <listitem>
- <para>
- Using <filename>debian/source/local-options</filename>:
- You can use <option>unapply-patches</option> in
- <filename>debian/source/local-options</filename> to unapply the patches after
- the build.
- <filename>/usr/share/doc/git-buildpackage/examples/gbp-configure-unpatched-source</filename>
- will this set up for you when run from inside a git repository of a Debian
- package.
- </para>
- </listitem>
-
- <listitem>
- <para>
- Using <option>--git-export-dir</option>: If you are using
- option <option>--git-export-dir</option> already there is no
- problem since the unpatched source tree gets exported before
- being built (and patched by dpkg-source). Since this implies
- an extra copy of the whole source tree (which might be slow
- for big projects) and it is not really necessary when using
- pbuilder the next method might be more appropriate.
- </para>
- </listitem>
- </itemizedlist>
- </sect1>
</chapter>