[Reproducible-builds] [dh-python] 132/183: install PyDist fallback files
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 185f94c288536904051b6ebc0848cf1b5ac56697
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sat Sep 28 14:55:40 2013 +0200
install PyDist fallback files
---
Makefile | 4 +++-
debian/changelog | 1 +
pydist/Makefile | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 267963a..4963552 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ install:
$(DESTDIR)$(PREFIX)/share/debhelper/autoscripts/ \
$(DESTDIR)$(PREFIX)/share/perl5/Debian/Debhelper/Sequence/ \
$(DESTDIR)$(PREFIX)/share/perl5/Debian/Debhelper/Buildsystem/ \
- $(DESTDIR)$(PREFIX)/share/dh-python/dhpython/build
+ $(DESTDIR)$(PREFIX)/share/dh-python/dhpython/build \
+ $(DESTDIR)$(PREFIX)/share/dh-python/dist
+ $(INSTALL) -m 644 pydist/*_fallback $(DESTDIR)$(PREFIX)/share/dh-python/dist/
$(INSTALL) -m 644 dhpython/*.py $(DESTDIR)$(PREFIX)/share/dh-python/dhpython/
$(INSTALL) -m 644 dhpython/build/*.py $(DESTDIR)$(PREFIX)/share/dh-python/dhpython/build/
$(INSTALL) -m 755 pybuild $(DESTDIR)$(PREFIX)/share/dh-python/
diff --git a/debian/changelog b/debian/changelog
index e0779a5..d8c97c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dh-python (1.20130929-1) UNRELEASED; urgency=low
* Revert python-docutils build dependency change (to avoid circular
dependencies)
+ * Install PyDist fallback files
-- Piotr Ożarowski <piotr at debian.org> Sat, 28 Sep 2013 14:51:58 +0200
diff --git a/pydist/Makefile b/pydist/Makefile
index 34848e6..2e919af 100644
--- a/pydist/Makefile
+++ b/pydist/Makefile
@@ -5,7 +5,7 @@ clean:
#rm -f dist_fallback
rm -f README.PyDist.html
-dist_fallback: sources.list
+dist_fallback:
python3 ./generate_fallback_list.py --skip-sensible-names
README.PyDist.html: README.PyDist
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list