[flexpart] 21/26: Include -7 bits that got dropped

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 12:42:17 UTC 2015


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

mckinstry pushed a commit to tag debian/9.02-10
in repository flexpart.

commit a582fc7415c1f9f5e2f839fed83f2f9732bc5a9b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Dec 18 10:55:49 2013 +0000

    Include -7 bits that got dropped
---
 debian/flexpart.postrm | 17 -----------------
 debian/rules           |  2 ++
 2 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/flexpart.postrm b/debian/flexpart.postrm
deleted file mode 100755
index 2bf8dc1..0000000
--- a/debian/flexpart.postrm
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    remove|disappear)
-	update-alternatives --remove flexpart /usr/bin/flexpart
-        ;;
-    configure|abort-remove|abort-deconfigure|abort-upgrade)
-        # Nothing to undo
-        ;;
-    *)
-        echo "$0: Undocumented call: \"$@\"" >&2
-        exit 1
-        ;;
-esac
diff --git a/debian/rules b/debian/rules
index 9697e73..6b69172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@ override_dh_auto_build:
 	$(MAKE) -f makefile.gfs_gfortran LDFLAGS=$(LDFLAGS) FCFLAGS=$(FCFLAGS)
 	rm -f *.o *.mod
 	$(MAKE) -f makefile.ecmwf_gfortran LDFLAGS=$(LDFLAGS) FCFLAGS=$(FCFLAGS)
+	rm -f ./options/SPECIES/spec_overview
+	find options -type f -exec chmod -x {} \;
 
 override_dh_auto_clean:
 	$(MAKE) -f makefile.gfs_gfortran clean

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



More information about the debian-science-commits mailing list