How hard would it be to implement something like this: Type: Multi Packages: %n-docs (= %v-%r), %n-bin (= %v-%r), %n-shlib(= %v-%r), etc Package-script: %n-%v-%r.info #this is a master sh(?) script, which makes all the debs in Packages before removing the directory/going on etc...
sorry, I have not done any major hacking to fink yet. On a better note, I have rebuilt gtk, and some packages that were linked to old libraries <---> #!/bin/sh #got this from Max. libs=`find /sw/lib -name "*.dylib" -type f` trouble="" for p in $libs; do if (otool -L "$p" | grep -q "50.0.0"); then trouble="$trouble $p" fi done dpkg -S $trouble | cut -f1 -d: | sort | uniq <---> and then updated everything from unstable. using xfree-base, xfree-server, everything gnome (gnome-vfs-ssl),and gnumeric. Everything is working, from gmc (the fil e thing) gnome-termnial, and everything else (havent checked some applets) seem to be working great. Great job everyone! -Chris Zubrzycki --------------------------------------- I think you've been smoking Cocoa instead of coding with it.... _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel