badbear1727 / rur-ple

Automatically exported from code.google.com/p/rur-ple
GNU General Public License v2.0
0 stars 0 forks source link

deb packages only works on i386 #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download package
2. run dpkg -i

What is the expected output? What do you see instead?
Package should install or complain about unmet dependencies, instead, we
have the following:
debgdium:/home/gdium/Desktop# dpkg -i rur-ple_1.0.1_all.deb 
dpkg: error processing rur-ple_1.0.1_all.deb (--install):
 package architecture (i386) does not match system (mipsel)
Errors were encountered while processing:
 rur-ple_1.0.1_all.deb

What version of the product are you using? On what operating system?
Package: rur-ple_1.0.1_all.deb

Original issue reported on code.google.com by julienfo...@gmail.com on 17 Mar 2010 at 3:03

GoogleCodeExporter commented 9 years ago
Hint for whoever makes the debs (the debian directory is not in svn):

In debian/control change the Architecture: from "any" to "all", since there are 
no compiled binaries in there.

Also, add "export DH_ALWAYS_EXCLUDE=.svn" somewhere near the beginning while at 
it :)

Original comment by radu...@gmail.com on 10 Dec 2012 at 7:00