[Python-modules-commits] [autopep8] 01/01: Make the build reproducible Thanks to Chris Lamb for the patch (Closes: #870131

Sylvestre Ledru sylvestre at moszumanska.debian.org
Tue Aug 29 07:39:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository autopep8.

commit a9bdfe8950043d671b379b151f6de73ab7275f98
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Tue Aug 29 09:39:33 2017 +0200

    Make the build reproducible Thanks to Chris Lamb for the patch (Closes: #870131
---
 debian/changelog                 |  2 ++
 debian/patches/reproducible.diff | 13 +++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b2eee53..e798776 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ autopep8 (1.3.2-1) unstable; urgency=medium
 
   * Upload in unstable
   * Standards-Version updated to 4.1.0
+  * Make the build reproducible
+    Thanks to Chris Lamb for the patch (Closes: #870131
 
  -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 29 Aug 2017 09:14:17 +0200
 
diff --git a/debian/patches/reproducible.diff b/debian/patches/reproducible.diff
new file mode 100644
index 0000000..31f0d90
--- /dev/null
+++ b/debian/patches/reproducible.diff
@@ -0,0 +1,13 @@
+diff --git a/autopep8.py b/autopep8.py
+index fb32e12..a0ececf 100755
+--- a/autopep8.py
++++ b/autopep8.py
+@@ -3226,7 +3226,7 @@ def create_parser():
+                         default=DEFAULT_CONFIG,
+                         help='path to a global pep8 config file; if this file '
+                              'does not exist then this is ignored '
+-                             '(default: {0})'.format(DEFAULT_CONFIG))
++                             '(default: ~/.config)')
+     parser.add_argument('--ignore-local-config', action='store_true',
+                         help="don't look for and apply local config files; "
+                              'if not passed, defaults are updated with any '
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7418fb2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+reproducible.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/autopep8.git



More information about the Python-modules-commits mailing list