[python-fabio] 05/08: remove applyed patches

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


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

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

commit a340460836c9d0d556778ebb6948115826ae4186
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Mon Jan 4 11:39:36 2016 +0100

    remove applyed patches
---
 debian/changelog                               |  8 ++++++++
 debian/patches/0001-fix-the-build-system.patch | 27 --------------------------
 debian/patches/series                          |  1 -
 3 files changed, 8 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f894d2..a4976fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-fabio (0.3.0+dfsg-1) unstable; urgency=medium
+
+  * Imported Upstream version 0.3.0+dfsg
+  * debian/patchs
+    - 0001-fix-the-build-system.patch (removed)
+
+ -- Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>  Mon, 04 Jan 2016 11:34:23 +0100
+
 python-fabio (0.2.2+dfsg-3) unstable; urgency=medium
 
   * debian/control
diff --git a/debian/patches/0001-fix-the-build-system.patch b/debian/patches/0001-fix-the-build-system.patch
deleted file mode 100644
index e417b18..0000000
--- a/debian/patches/0001-fix-the-build-system.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
deleted file mode 100644
index dfcd9d7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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