dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

can't convert deb arch to noarch #66

Closed stsp closed 1 year ago

stsp commented 1 year ago
diff --git a/debian/control b/debian/control
index 67307d3..5a366f1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
 Homepage: https://github.com/dosemu2/comcom32

 Package: comcom32
-Architecture: i386 amd64
+Architecture: noarch
 Depends:
 Description: 32-bit command.com
  comcom32 is a 32-bit command.com.

After that:

$ debuild -A
...
dpkg-genbuildinfo: ошибка: binary build with no binary artifacts found; .buildinfo is meaningless

@skitt what does this error mean? :)

skitt commented 1 year ago

It means, indirectly, that you need to say Architecture: all; noarch doesn’t exist in Debian ;-).

stsp commented 1 year ago

Thanks. :)