--- /tmp/util-linux-2.12p/debian/control	2005-09-15 14:08:34.389568000 +0300
+++ util-linux-2.12p/debian/control	2005-09-15 14:10:49.091090392 +0300
@@ -34,7 +34,7 @@
  messages in other languages than English.
 
 Package: mount
-Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc sh s390 sparc sparc64
+Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc cris sh s390 sparc sparc64
 Essential: yes
 Pre-Depends: ${mount:Depends}
 Description: Tools for mounting and manipulating filesystems
@@ -54,7 +54,7 @@
  Included are: logger, renice, replay, script, wall
 
 Package: fdisk-udeb
-Architecture: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc hurd-i386 sparc s390
+Architecture: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc cris hurd-i386 sparc s390
 Priority: extra
 Section: debian-installer
 Depends: ${cfdisk-udeb:Depends}
--- /tmp/util-linux-2.12p/fdisk/fdiskbsdlabel.h	2002-10-31 15:45:34.000000000 +0200
+++ util-linux-2.12p/fdisk/fdiskbsdlabel.h	2005-09-15 14:17:41.255431888 +0300
@@ -43,7 +43,7 @@
 
 #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec"
 
-#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__)
+#if defined (i386) || defined (__sparc__) || defined (__arm__) || (__cris__) || defined (__mips__) || defined (__s390__) || defined (__sh__) || defined(__x86_64__)
 #define BSD_LABELSECTOR   1
 #define BSD_LABELOFFSET   0
 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
--- /tmp/rules	2005-11-08 11:54:12.000000000 +0200
+++ util-linux-2.12p/debian/rules	2005-11-08 12:40:58.000000000 +0200
@@ -16,7 +16,7 @@
 export arch = $(DEB_HOST_ARCH)
 version := $(shell sed -e '1{;s|^util-linux (\(.*\))\ .*|\1|;q;}' debian/changelog)
 
-fdisk_arch = $(findstring $(arch),alpha i386 powerpc arm mips mipsel hppa ia64 hurd-i386 amd64 s390)
+fdisk_arch = $(findstring $(arch),alpha i386 powerpc arm mips mipsel cris hppa ia64 hurd-i386 amd64 s390)
 sparc = $(findstring $(arch),sparc)
 nohwclock = $(findstring $(arch),s390)
 

