r44920 - in /packages/rheolef/trunk/debian: changelog control
saramito-guest at users.alioth.debian.org
saramito-guest at users.alioth.debian.org
Thu May 31 08:35:58 UTC 2012
Author: saramito-guest
Date: Thu May 31 08:35:57 2012
New Revision: 44920
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44920
Log:
armel armhf: architectures not considered
Modified:
packages/rheolef/trunk/debian/changelog
packages/rheolef/trunk/debian/control
Modified: packages/rheolef/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/changelog?rev=44920&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/changelog (original)
+++ packages/rheolef/trunk/debian/changelog Thu May 31 08:35:57 2012
@@ -1,3 +1,9 @@
+rheolef (6.1-2) unstable; urgency=low
+
+ * control: armel & armhf architectures not considered (compilation failed)
+
+ -- Pierre Saramito <pierre.saramito at imag.fr> Thu, 31 May 2012 10:28:07 +0200
+
rheolef (6.1-1) unstable; urgency=low
* New upstream release 6.1 (minor changes):
Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=44920&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Thu May 31 08:35:57 2012
@@ -18,7 +18,9 @@
Package: librheolef1
Section: libs
-Architecture: any
+Architecture: amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc
+#Architecture-not-consideded: armel armhf
+#Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: rheolef-doc
Description: efficient Finite Element environment - shared library
@@ -51,7 +53,9 @@
Package: librheolef-dev
Section: libdevel
-Architecture: any
+Architecture: amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc
+#Architecture-not-consideded: armel armhf
+#Architecture: any
Depends: librheolef1(= ${binary:Version}), rheolef(= ${binary:Version}), libboost-dev, libboost-iostreams-dev, libboost-serialization-dev,
libsuitesparse-dev, ${misc:Depends}
Recommends: rheolef-doc(= ${binary:Version})
@@ -120,7 +124,9 @@
Package: rheolef
Section: math
-Architecture: any
+Architecture: amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc
+#Architecture-not-consideded: armel armhf
+#Architecture: any
Depends: ${shlibs:Depends}, librheolef1(= ${binary:Version}), ${misc:Depends}
Recommends: librheolef-dev, rheolef-doc, gnuplot, tcl-vtk | vtk-tcl, gmsh, mayavi2 | mayavi, paraview, ffmpeg
Description: efficient Finite Element environment
More information about the debian-science-commits
mailing list