On Fri, 04 Jan 2002 18:20:07 Tim Heath wrote: > I have heard that dselect and apt-get have been ported to cygwin. I am > very interested in this package distribution and management system. Can > anyone please tell me how to setup a .deb package on cygwin that I might > deploy on a client machine that is running cygwin with dselect/apt-get? > I am super interested in this. Also, how will the three levels of > stability that debian uses be configured/supported ( potato, woody, sid > )? The debian package system is superior to any packaging system I have > seen commercial or free. I really want to use it.
I'm sorry to break it to you, but the Debian GNU/win32 system is not available yet, and won't be for some time. The following things need to happen still: 1-we finish building a Debian base system on cygwin 2-the port is accepted officially in Debian. 3-we build the complete archive for Sid and create install/uninstallation method 4-the port is accepted as a valid candidate for Debian release (and packages start to feed testing) 5-the port is released (and a stable release appears) If you don't care of being in the bleeding edge, step 1 would be enough for you to build your own packages as long as they don't have lots of broken dependencies. When you need to have a more complete system to build your stuff, step 2 is necessary. Also some help would be appreciated. Regards, -- ---------------------------------------------------- Robert Millan Debian/GNU user zeratul2 wanadoo es http://getyouriso.dyndns.org/ ---------------------------------------------------- Join us in civil disobedience and distribute DeCSS!! ---------------------------------------------------- /* efdtt.c Author: Charles M. Hannum <[EMAIL PROTECTED]> */ /* Length: 434 bytes (excluding unnecessary newlines) */ /* Usage is: cat title-key scrambled.vob | efdtt >clear.vob */ /* title-key can be read from the DVD by css-auth. (see livid.org) */ #define m(i)(x[i]^s[i+84])<< unsigned char x[5],y,s[2048];main(n){for(read(0,x,5);read(0,s,n=2048);write(1,s ,n))if(s[y=s[13]%8+20]/16%4==1){int i=m(1)17^256+m(0)8,k=m(2)0,j=m(4)17^m(3)9^k *2-k%8^8,a=0,c=26;for(s[y]-=16;--c;j*=2)a=a*2^i&1,i=i/2^j&1<<24;for(j=127;++j<n ;c=c>y)c+=y=i^i/8^i>>4^i>>12,i=i>>8^y<<17,a^=a>>14,y=a^a*8^a<<6,a=a>>8^y<<9,k=s [j],k="7Wo~'G_\216"[k&7]+2^"cr3sfw6v;*k+>/n."[k>>4]*2^k*257/8,s[j]=k^(k&k*2&34) *6^c+~y;}}

