Hi
   The Debian package has been upgraded and a prerelease can be found on my 
server. Please test if you are interested.
deb-src http://195.198.146.229/debian/ source/
deb http://195.198.146.229/debian/ i386/

To make the the Debian package clean, I had to add the following commands to 
the Debian rules file. Perhaps some of them can be added to the upstream 
Makefile.
rm -f support/cpp/config{args.h,.log,.status}
rm -f sim/ucsim/config.{guess,sub,status,log}
rm -f device/lib/small-stack-auto/Makefile
rm -f as/link/asxxxx_config.h
rm -f device/lib/large/*.asm
rm -f device/lib/medium/*.asm
rm -f device/lib/small/*.asm
rm -f device/lib/small-stack-auto/*.asm
find -type f -name '*.o' -exec rm -f {} \;
find -type f -name '.stamp' -exec rm -f {} \;
find . -name '*.rel' -exec rm -f {} \;
find . -name '*.sym' -exec rm -f {} \;
find . -name '*.lst' -exec rm -f {} \;

The debian error reporter warns of an outdated ltmain.sh script
W: sdcc source: ancient-libtool sim/ucsim/ltmain.sh 1.4.2


Aurelien Jarno wrote manpages for Sdcc since it is a bug in Debian if an 
executable in /usr/bin doesn't have one. I'm wondering if you are interested
in adding these to upstream or if they should continue being only in the 
Debian package.  I will review and update them soon.

I hope the package will be uploaded to Debian soon.

Cheers
Gudjon

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to