diff --git a/debian/changelog b/debian/changelog index 4bce255..69fa116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Mon, 20 Jun 2016 20:08:33 +0200 diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch deleted file mode 100644 index eed25f9..0000000 --- a/debian/patches/reproducible_build.patch +++ /dev/null @@ -1,15 +0,0 @@ -Subject: Make build reproducible -Author: Ondřej Nový -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')] - - diff --git a/debian/patches/series b/debian/patches/series index eedfee1..6346436 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ removed-privacy-breach.patch removed-privacy-breach2.patch remove-broken-tests.patch -reproducible_build.patch