On Tue, 2007-11-20 at 10:18 +0100, ext Andrea Grandi wrote: > Hi, > > > So you have a URL for the orig.tar.gz, diff.gz and .dsc files ? Please > > feel free to send them to me. I'd like to have a look myself. > > you can find them here: http://ftp.debian.org/debian/pool/non-free/s/spim/ > The original website is this: http://pages.cs.wisc.edu/~larus/spim.html > > Thanks for your help :)
I used http://ftp.debian.org/debian/pool/non-free/s/spim/spim_7.3-1.dsc I only had to comment the xspim related parts (In addition to flex and bison) but I managed to build a good package under both Chinook x86 and armel. Unfortunately, I can't release a package that I didn't check using lintian and didn't install to verify it will work (Debian developers' nonsense :-)) Attached a patch. Please tell me if you have problems. -- Localization Engineer OSSO - Nokia Multimedia
diff -Naur spim-7.3.orig/debian/control spim-7.3/debian/control --- spim-7.3.orig/debian/control 2007-11-20 11:31:50.000000000 +0200 +++ spim-7.3/debian/control 2007-11-20 11:28:31.000000000 +0200 @@ -2,7 +2,7 @@ Section: non-free/electronics Priority: extra Maintainer: Debian QA Group <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), bison, flex, xutils, libx11-dev, libxt-dev, x-dev, libxaw7-dev +Build-Depends: debhelper (>= 5), libx11-dev, libxt-dev, libxaw7-dev Standards-Version: 3.7.2 Package: spim diff -Naur spim-7.3.orig/debian/install spim-7.3/debian/install --- spim-7.3.orig/debian/install 2007-11-20 11:31:50.000000000 +0200 +++ spim-7.3/debian/install 2007-11-20 11:29:43.000000000 +0200 @@ -1,2 +1,2 @@ -spim/spim xspim/xspim usr/bin +spim/spim usr/bin CPU/exceptions.s usr/lib/spim diff -Naur spim-7.3.orig/debian/rules spim-7.3/debian/rules --- spim-7.3.orig/debian/rules 2007-11-20 11:31:50.000000000 +0200 +++ spim-7.3/debian/rules 2007-11-20 11:28:53.000000000 +0200 @@ -17,1080 +17,7 @@ dh_testdir cd spim && $(MAKE) spim - cd xspim && xmkmf && $(MAKE) xspim +# cd xspim && xmkmf && $(MAKE) xspim touch build-stamp
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
