[pyferret] 02/02: Standards-Version: 4.1.1; no changes required

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 14:43:08 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository pyferret.

commit 81f7a8d0902ba5c77566361565af9a6eff689baa
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Oct 4 15:51:17 2017 +0100

    Standards-Version: 4.1.1; no changes required
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b251f6..39153b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pyferret (7.2-2) UNRELEASED; urgency=medium
 
-  * Standards-Version: 4.1.0; no changes required
+  * Standards-Version: 4.1.1; no changes required
+  * Fix find in clean target to delete properly. Closes: #876723
 
  -- Alastair McKinstry <mckinstry at debian.org>  Fri, 29 Sep 2017 09:44:53 +0100
 
diff --git a/debian/control b/debian/control
index 4bb447f..25e23cc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: pyferret
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Homepage: http://ferret.pmel.noaa.gov/Ferret/documentation/pyferret
 Vcs-Git: git://git.debian.org/git/debian-science/packages/pyferret.git
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
diff --git a/debian/rules b/debian/rules
index 16e7a62..a0b1d9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ override_dh_auto_install:
 	for p in $(PY2) $(PY3) ; do \
 		$(MAKE) HOSTTYPE=debian PYTHON_EXE=$$p clean all install ; \
 		done
-	find debian -name '*.pyo' -o -name '*.pyc' -delete
+	find debian \( -name '*.pyo' -o -name '*.pyc' \) -delete
 	find debian -type d -name __pycache__ -delete
 	dh_numpy
 	dh_numpy3

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



More information about the debian-science-commits mailing list