[pybtex] 33/108: Document that PKG-INFO mangling is to work-around bug #575377.

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:27 UTC 2017


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

stender pushed a commit to branch master
in repository pybtex.

commit 5ed3f5bfeb4e628a45cb72504aa36f7503c5c1e2
Author: Jakub Wilk <jwilk at debian.org>
Date:   Tue Mar 30 06:59:49 2010 +0000

    Document that PKG-INFO mangling is to work-around bug #575377.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b4c4cd8..0d63909 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,7 @@ override_dh_installchangelogs:
 
 .PHONY: override_dh_pysupport
 override_dh_pysupport:
-# For some reason PKG-INFO files differ between Python versions.
-# Let's leave only ony copy.
+	# Work-around for bug #575377:
 	find debian/ -name PKG-INFO | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name PKG-INFO | head -n 1)
 	dh_pysupport
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list