summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-12-31 14:33:50 +0100
committerGard Spreemann <gspr@nonempty.org>2021-12-31 14:33:50 +0100
commit32cc19ab6c9ac864d917fed434b4efc19da08fe8 (patch)
tree31c6bf9d170bfa2d51dd07a16fa2bd3945dc7341 /debian
parent6a78816caab62e88ee30d4bec63308aaa13e75d8 (diff)
Drop upstreamed patch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0001-Avoid-installing-benchmarks.patch21
-rw-r--r--debian/patches/series1
3 files changed, 7 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog
index 90a334b..c42c8cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-pot (0.8.1.0+dfsg-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Drop upstreamed patch for avoiding benchmark installation.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 31 Dec 2021 14:31:12 +0100
+
python-pot (0.8.1+dfsg-3) unstable; urgency=medium
* Greatly simplify patch that avoids installing benchmarks.
diff --git a/debian/patches/0001-Avoid-installing-benchmarks.patch b/debian/patches/0001-Avoid-installing-benchmarks.patch
deleted file mode 100644
index 566d747..0000000
--- a/debian/patches/0001-Avoid-installing-benchmarks.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Gard Spreemann <gspr@nonempty.org>
-Date: Fri, 31 Dec 2021 11:27:19 +0100
-Subject: Avoid installing benchmarks
-
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 17bf968..d46ae1c 100644
---- a/setup.py
-+++ b/setup.py
-@@ -54,7 +54,7 @@ setup(
- author=u'Remi Flamary, Nicolas Courty',
- author_email='remi.flamary@gmail.com, ncourty@gmail.com',
- url='https://github.com/PythonOT/POT',
-- packages=find_packages(),
-+ packages=find_packages(exclude=["benchmarks"]),
- ext_modules=cythonize(Extension(
- name="ot.lp.emd_wrap",
- sources=["ot/lp/emd_wrap.pyx", "ot/lp/EMD_wrapper.cpp"], # cython/c++ src files
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ff25b3a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Avoid-installing-benchmarks.patch