Removed reproducible_build.patch (Applied upstream)
This commit is contained in:
		
							
								
								
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										15
									
								
								debian/patches/reproducible_build.patch
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								debian/patches/reproducible_build.patch
									
									
									
									
										vendored
									
									
								
							@@ -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')]
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/patches/series
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/patches/series
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,3 @@
 | 
			
		||||
removed-privacy-breach.patch
 | 
			
		||||
removed-privacy-breach2.patch
 | 
			
		||||
remove-broken-tests.patch
 | 
			
		||||
reproducible_build.patch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user