[pybtex] 35/108: Drop work-around for 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 dfbdb92f6d66035dff451a26c0d77d4e5ef4453b
Author: Jakub Wilk <jwilk at debian.org>
Date: Wed Apr 21 09:07:21 2010 +0000
Drop work-around for bug #575377.
---
debian/changelog | 3 ++-
debian/rules | 6 ------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 98a2388..01c59c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ pybtex (0.13.2-2) UNRELEASED; urgency=low
* Fix a typo in debian/rules. Thanks to Michael Fladischer for spotting
that.
+ * Drop work-around for bug #575377.
- -- Jakub Wilk <jwilk at debian.org> Tue, 30 Mar 2010 13:19:30 +0200
+ -- Jakub Wilk <jwilk at debian.org> Wed, 21 Apr 2010 11:06:30 +0200
pybtex (0.13.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ddca4f7..8f07b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,12 +31,6 @@ override_dh_installchangelogs:
> docs/changelog
dh_installchangelogs docs/changelog
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
- # 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
-
.PHONY: build build-arch build-indep binary binary-arch binary-indep clean
build build-arch build-indep binary binary-indep clean:
dh $(@)
--
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