Added reproducible_build.patch to make build reproducible
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
||||
python-pygit2 (0.24.0-3) UNRELEASED; urgency=medium
|
||||
|
||||
* d/rules: Changed UPSTREAM_GIT protocol to https
|
||||
* Added reproducible_build.patch to make build reproducible
|
||||
|
||||
-- Ondřej Nový <novy@ondrej.org> Thu, 19 May 2016 21:29:48 +0200
|
||||
|
||||
|
||||
11
debian/patches/reproducible_build.patch
vendored
Normal file
11
debian/patches/reproducible_build.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
libgit2_bin, libgit2_include, libgit2_lib = get_libgit2_paths()
|
||||
|
||||
-pygit2_exts = [os.path.join('src', name) for name in listdir('src')
|
||||
+pygit2_exts = [os.path.join('src', name) for name in sorted(listdir('src'))
|
||||
if name.endswith('.c')]
|
||||
|
||||
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -1,3 +1,4 @@
|
||||
removed-privacy-breach.patch
|
||||
removed-privacy-breach2.patch
|
||||
remove-broken-tests.patch
|
||||
reproducible_build.patch
|
||||
|
||||
Reference in New Issue
Block a user