Removed reproducible_build.patch (Applied upstream)

This commit is contained in:
Ondřej Nový
2016-06-25 22:46:25 +02:00
parent a7e6bfabd3
commit 9533339b34
3 changed files with 1 additions and 16 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ python-pygit2 (0.24.1-1) UNRELEASED; urgency=medium
* New upstream release
* d/{control,copyright}: Use my @debian.org email address
* Changed Vcs-Browser URL to cgit
* Removed reproducible_build.patch (Applied upstream)
-- Ondřej Nový <onovy@debian.org> Mon, 20 Jun 2016 20:08:33 +0200

View File

@@ -1,15 +0,0 @@
Subject: Make build reproducible
Author: Ondřej Nový <novy@ondrej.org>
Forwarded: https://github.com/libgit2/pygit2/pull/636
--- 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')]

View File

@@ -1,4 +1,3 @@
removed-privacy-breach.patch
removed-privacy-breach2.patch
remove-broken-tests.patch
reproducible_build.patch