Re: Verifying integrity of .deb file

2012-05-24 Thread Uttam
Claudius Hubig chubig.net> writes: [snip] > Do you want to verify the downloaded .deb or do you want to verify > the content on your machine? The latter can be done with debsums, as > you mentioned. If setting up a repository is not a good idea for you > (for whatever reasons), you might want to

Re: Verifying integrity of .deb file

2012-05-23 Thread Claudius Hubig
Hello Uttam, Uttam wrote: > Hello, > > I am currently generating a custom deb file and distributing it over > http. What are the options to verify the integrity of .deb files on the > machine where I have installed the .deb? Do you want to verify the downloaded .deb or do you want to verify th

Re: Verifying integrity of .deb file

2012-05-23 Thread Uttam
Darac Marjal darac.org.uk> writes: > > On Tue, May 22, 2012 at 10:28:35PM +, Uttam wrote: > > Hello, > > > > I am currently generating a custom deb file and distributing it over > > http. What are the options to verify the integrity of .deb files on the > > machine where I have installed t

Re: Verifying integrity of .deb file

2012-05-23 Thread Darac Marjal
On Tue, May 22, 2012 at 10:28:35PM +, Uttam wrote: > Hello, > > I am currently generating a custom deb file and distributing it over > http. What are the options to verify the integrity of .deb files on the > machine where I have installed the .deb? One way to do that would be to set up a re

Verifying integrity of .deb file

2012-05-22 Thread Uttam
Hello, I am currently generating a custom deb file and distributing it over http. What are the options to verify the integrity of .deb files on the machine where I have installed the .deb? Currently I have the following options: 1. Use debsums - Verifies integrity of installed files bu