summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2017-07-23 19:29:07 +0530
committerVasudev Kamath <vasudev@copyninja.info>2017-07-23 19:29:07 +0530
commita4deedc30b4a5c274253f9ce8f8be90d9376e6b8 (patch)
treee5f3b4f1b28eb1307a5a55fa4b04c739d66b853e
parent860451be3dbcddf6f5c5a355392c50ec1b3f3c77 (diff)
Add DEP-3 headers to patches.
-rw-r--r--debian/patches/no-version-in-setup.patch8
-rw-r--r--debian/patches/noextraversion.patch6
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/no-version-in-setup.patch b/debian/patches/no-version-in-setup.patch
index f14b501..901feff 100644
--- a/debian/patches/no-version-in-setup.patch
+++ b/debian/patches/no-version-in-setup.patch
@@ -1,3 +1,11 @@
+Description: Manually enter version number
+ This patch comments out version number generation logic of upstream as it is
+ partially broken due to missing _version.py file.
+ .
+ This patch should be removed once that is fixed.
+Author: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
+Last-Update: 2016-11-12
+Forwaded: not-needed
diff --git a/setup.py b/setup.py
index e4fb8b4..813a46b 100644
--- a/setup.py
diff --git a/debian/patches/noextraversion.patch b/debian/patches/noextraversion.patch
index 641ffa2..85325b5 100644
--- a/debian/patches/noextraversion.patch
+++ b/debian/patches/noextraversion.patch
@@ -1,3 +1,9 @@
+Description: Comment out version calculating logic
+ Since the required file for this logic is missing this will break the build.
+ This should be dropped once the version logic is fixed upstream.
+Author: Micah Anderson <micah@riseup.net>
+Last-Updated: 2016-11-12
+Forwarded: not-needed
diff --git a/setup.py b/setup.py
index e4fb8b4..00ddd18 100644
--- a/setup.py