[cdftools] 216/228: Remove M-A stuff

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:51 UTC 2015


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

mckinstry pushed a commit to branch master
in repository cdftools.

commit 1217386e0943adb9bfe5842b16db389185959a85
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri May 24 11:04:19 2013 +0100

    Remove M-A stuff
---
 debian/control | 1 -
 debian/rules   | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/debian/control b/debian/control
index 8fcbc0e..b76ff30 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Homepage: http://servforge.legi.grenoble-inp.fr/projects/CDFTOOLS
 
 Package: cdftools
 Architecture: any
-Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Diagnostic tools for NEMO netCDF output
  CDFTOOLS is a diagnostic package written in fortran 90 for the analysis
diff --git a/debian/rules b/debian/rules
index dcd7085..02543cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
 
 # export DH_VERBOSE=1
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-BINDIR=debian/cdftools/usr/bin/$(DEB_HOST_MULTIARCH)
-
 # The magic debhelper  rule
 %:
 	dh $@ 
@@ -17,10 +14,6 @@ override_dh_auto_make:
 	$(MAKE)
 	$(MAKE) -c DOC pdf
 
-override_dh_auto_install:
-	mkdir -p $(BINDIR)
-	cp ./bin/* $(BINDIR)
-
 override_dh_auto_clean:
 	rm -f make.macro  *.mod *.o DOC/*.pdf DOC/*.docs
 	rm -fr bin

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



More information about the debian-science-commits mailing list