[numba] 04/20: let deb/clean handle egg-info/
Daniel Stender
stender at moszumanska.debian.org
Fri Dec 23 15:33:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository numba.
commit 64bf83920428fcd18c8a653800d5480f57cc1518
Author: Daniel Stender <stender at debian.org>
Date: Wed Dec 21 11:36:05 2016 +0100
let deb/clean handle egg-info/
---
debian/changelog | 4 +++-
debian/clean | 1 +
debian/source/options | 1 -
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6ee22fc..7f81008 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ numba (0.23.1-2) UNRELEASED; urgency=medium
+ bumped standards to 3.9.8 (no changes needed).
+ added missing llvmlite to binary package deps.
* add deb/gbp.conf.
+ * let deb/clean handle egg-info/ (added), not deb/source/options
+ (dropped).
- -- Daniel Stender <stender at debian.org> Wed, 21 Dec 2016 11:30:44 +0100
+ -- Daniel Stender <stender at debian.org> Wed, 21 Dec 2016 11:34:56 +0100
numba (0.23.1-1) experimental; urgency=medium
diff --git a/debian/clean b/debian/clean
index 978c3d6..37798d6 100644
--- a/debian/clean
+++ b/debian/clean
@@ -7,3 +7,4 @@ numba/_npymath_exports.*.so
numba/npyufunc/_internal.*.so
numba/npyufunc/workqueue.*.so
numba/typeconv/_typeconv.*.so
+numba*.egg-info/
\ No newline at end of file
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 6e88e49..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1 +0,0 @@
-extend-diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numba.git
More information about the debian-science-commits
mailing list