[python-fabio] 57/73: fix the build system

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:12 UTC 2016


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

picca pushed a commit to branch master
in repository python-fabio.

commit 88d0f74eb9ce93549830bb07cd5da93c1e8b89bd
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Wed Jul 22 16:25:35 2015 +0200

    fix the build system
---
 debian/patches/0001-fix-the-build-system.patch | 27 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0001-fix-the-build-system.patch b/debian/patches/0001-fix-the-build-system.patch
new file mode 100644
index 0000000..e417b18
--- /dev/null
+++ b/debian/patches/0001-fix-the-build-system.patch
@@ -0,0 +1,27 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?=
+ <picca at synchrotron-soleil.fr>
+Date: Wed, 22 Jul 2015 16:25:16 +0200
+Subject: fix the build system
+
+---
+ setup.py | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 324a907..3223f82 100644
+--- a/setup.py
++++ b/setup.py
+@@ -327,11 +327,8 @@ if __name__ == "__main__":
+           download_url="http://sourceforge.net/projects/fable/files/fabio/",
+           ext_package="fabio",
+           ext_modules=extensions,
+-          packages=["fabio", "fabio.third_party", "fabio.test"],
+-          package_dir={"fabio": "fabio-src",
+-                       "fabio.third_party": "third_party",
+-                       "fabio.test": "test"
+-                       },
++          packages=packages,
++          package_dir=package_dir,
+           test_suite="test",
+           cmdclass=cmdclass,
+           scripts=script_files,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dfcd9d7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-the-build-system.patch

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



More information about the debian-science-commits mailing list