r35815 - /packages/scilab/trunk/debian/rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Tue Sep 8 22:24:57 UTC 2009


Author: sylvestre-guest
Date: Tue Sep  8 22:24:57 2009
New Revision: 35815

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35815
Log:
* typo
* armel mgmt

Modified:
    packages/scilab/trunk/debian/rules

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=35815&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Tue Sep  8 22:24:57 2009
@@ -6,10 +6,10 @@
 
 DEB_AUTO_UPDATE_AUTOCONF=yes
 
-# Detect the arch (with the namming of Sun)
+# Detect the arch (with the naming of Sun)
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-archdir_map	:= amd64=amd64 i386=i386 lpia=i386 powerpc=ppc sparc=sparc ia64=ia64
+archdir_map	:= amd64=amd64 i386=i386 lpia=i386 powerpc=ppc sparc=sparc ia64=ia64 armel=arm
 archdir		:= $(strip $(patsubst $(DEB_HOST_ARCH)=%, %, \
 			$(filter $(DEB_HOST_ARCH)=%, $(archdir_map))))
 




More information about the debian-science-commits mailing list