summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2016-07-16 17:21:00 -0400
committerFelipe Sateler <fsateler@debian.org>2016-07-16 17:42:06 -0400
commit0067a75b8ae120e37f26cd5bbcecd0b5317d39f7 (patch)
tree3d00302731955c5079677f16b27b90ac6994b552
parenta6c3bc70093e6abd32e99c15c61d9f12ffaadb83 (diff)
Use gbp pq for patches
-rw-r--r--debian/patches/2000-stripped-opcodes.diff17
-rw-r--r--debian/patches/Don-t-build-the-opcodes-we-deleted.patch26
-rw-r--r--debian/patches/series2
3 files changed, 27 insertions, 18 deletions
diff --git a/debian/patches/2000-stripped-opcodes.diff b/debian/patches/2000-stripped-opcodes.diff
deleted file mode 100644
index 0c08747..0000000
--- a/debian/patches/2000-stripped-opcodes.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: These opcodes were stripped from the manual at repack time.
-Author: Felipe Sateler <fsateler@debian.org>
---- a/opcodes/top.xml
-+++ b/opcodes/top.xml
-@@ -809,12 +809,6 @@
- &opcodespvsynth;
- &opcodespvswarp;
- &opcodespvs2tab;
-- &opcodespyassign;
-- &opcodespycall;
-- &opcodespyeval;
-- &opcodespyexec;
-- &opcodespyinit;
-- &opcodespyrun;
- &opcodespwd;
- &opcodesqinf;
- &opcodesqnan;
diff --git a/debian/patches/Don-t-build-the-opcodes-we-deleted.patch b/debian/patches/Don-t-build-the-opcodes-we-deleted.patch
new file mode 100644
index 0000000..d67d49e
--- /dev/null
+++ b/debian/patches/Don-t-build-the-opcodes-we-deleted.patch
@@ -0,0 +1,26 @@
+From: Felipe Sateler <fsateler@debian.org>
+Date: Sat, 16 Jul 2016 16:55:45 -0400
+Subject: Don't build the opcodes we deleted
+
+These opcodes were stripped from the manual at repack time.
+---
+ opcodes/top.xml | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/opcodes/top.xml b/opcodes/top.xml
+index 2db4b72..6402cc0 100644
+--- a/opcodes/top.xml
++++ b/opcodes/top.xml
+@@ -809,12 +809,6 @@
+ &opcodespvsynth;
+ &opcodespvswarp;
+ &opcodespvs2tab;
+- &opcodespyassign;
+- &opcodespycall;
+- &opcodespyeval;
+- &opcodespyexec;
+- &opcodespyinit;
+- &opcodespyrun;
+ &opcodespwd;
+ &opcodesqinf;
+ &opcodesqnan;
diff --git a/debian/patches/series b/debian/patches/series
index 27b1972..bc722c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-2000-stripped-opcodes.diff
+Don-t-build-the-opcodes-we-deleted.patch