Re: dpkg-repack question

2006-04-06 Thread Hugo Vanwoerkom
Roberto C. Sanchez wrote: Hugo Vanwoerkom wrote: Hi, The md5sum of your recreated package does not match the md5sum of the package in the archive (according to the package listing downloaded from the archive). Since they both have identical version numbers, apt is (rightly) convinced that y

Re: dpkg-repack question

2006-04-05 Thread Roberto C. Sanchez
Hugo Vanwoerkom wrote: > Hi, > > Dpkg-repack creates a .deb out of an already installed package. > > So I wrote a program to do a dpkg -l &>file and with file as input call > dpkg-repack for each package in file. > > The result is a file with all the installed packages as .debs. > > So you woul

dpkg-repack question

2006-04-05 Thread Hugo Vanwoerkom
Hi, Dpkg-repack creates a .deb out of an already installed package. So I wrote a program to do a dpkg -l &>file and with file as input call dpkg-repack for each package in file. The result is a file with all the installed packages as .debs. So you would think that if you reinstalled the whol