When I build git://webconverger.org/git/public/dwm from scratch I get
two different binaries. For example:

hendry@webconverger dwm-5.8.2$ md5sum debian/dwm/usr/bin/*
bfc77f82d8a91c152971b1685a75a826  debian/dwm/usr/bin/dwm.default
4de76bbd9020a2420ae7cb18d165071a  debian/dwm/usr/bin/dwm.web


However when I do the same with:
http://ftp.de.debian.org/debian/pool/main/d/dwm/dwm_5.8.2-3_i386.deb

hendry@webconverger tmp$ ar xv dwm_5.8.2-3_i386.deb
x - debian-binary
x - control.tar.gz
x - data.tar.gz
hendry@webconverger tmp$ tar zxf data.tar.gz
tar: .: Cannot utime: Operation not permitted
tar: .: Cannot change mode to rwxr-xrwt: Operation not permitted
tar: Exiting with failure status due to previous errors
hendry@webconverger tmp$ md5sum ./usr/bin/dwm.*
405b8c2ef9224ef5e60c296211860d3f  ./usr/bin/dwm.default
405b8c2ef9224ef5e60c296211860d3f  ./usr/bin/dwm.web


The problem here, is that the reduced dwm.web binary has some how
become dwm.default. I can reproduce this is I rebuild dwm and I guess
the config.h is left behind and is not removed. This is fix is trivial
and very annoying. Make sure config.h doesn't exist.


Sorry guys,



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to