[pyresample] 01/01: Fix clean target
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Sep 16 12:40:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pyresample.
commit f76884906b914b8da3afc0af43289563ed5a1e32
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Sep 16 11:41:50 2017 +0000
Fix clean target
---
debian/changelog | 4 +++-
debian/rules | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7ac2bc8..78f0bad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ pyresample (1.6.0-1) unstable; urgency=medium
- drop dependenct from python3 mock (use the stdlib version)
- add dependency from six
* Refresh all patches
+ * debian/rules
+ - fix clean target
- -- Antonio Valentino <antonio.valentino at tiscali.it> Fri, 15 Sep 2017 06:03:54 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 16 Sep 2017 11:41:15 +0000
pyresample (1.5.0-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 0ec74fe..64bc286 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ endif
override_dh_auto_clean:
dh_auto_clean --buildsystem=pybuild
$(MAKE) -C docs clean
- $(RM) -r build
+ $(RM) -r build pyresample.egg-info pyresample/ewa/*.so
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list