Re: a simple script for restoring downloaded debs

2014-07-22 Thread songbird
Jörg-Volker Peetz wrote: > songbird wrote on 07/19/2014 16:23: >> Jörg-Volker Peetz wrote: > >>> Why not copy all files back and order something like "apt-get autoclean" to >>> get >>> rid of the older packages? >> >> it's

Re: a simple script for restoring downloaded debs

2014-07-21 Thread songbird
Curt wrote: >Chris Bannister wrote: >> >> Are you aware of snapshot.debian.org? Save yourself time and anxiety. :) yes aware. no anxiety. > I believe he wants to keep things local due to a slow and/or problematic > internet connection. right. songbird -- To UNSUBSCRIBE, email to d

Re: a simple script for restoring downloaded debs

2014-07-20 Thread Curt
On 2014-07-20, Chris Bannister wrote: > > Are you aware of snapshot.debian.org? Save yourself time and anxiety. :) > I believe he wants to keep things local due to a slow and/or problematic internet connection. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject o

Re: a simple script for restoring downloaded debs

2014-07-20 Thread Chris Bannister
On Sat, Jul 19, 2014 at 10:23:15AM -0400, songbird wrote: > >songbird wrote: > > >> the other night i accidentally deleted the debs i > >> normally keep in the /var/cache/apt/archives directory > >> and while i do keep a backup of them in another > >>

Re: a simple script for restoring downloaded debs

2014-07-19 Thread Jörg-Volker Peetz
songbird wrote on 07/19/2014 16:23: > Jörg-Volker Peetz wrote: >> Why not copy all files back and order something like "apt-get autoclean" to >> get >> rid of the older packages? > > it's a rather huge archive (i think about 18000 > debs), but ye

Re: a simple script for restoring downloaded debs

2014-07-19 Thread songbird
Andrei POPESCU wrote: >songbird wrote: >> Andrei POPESCU wrote: >> >songbird wrote: >> >> the other night i accidentally deleted the debs i >> >> normally keep in the /var/cache/apt/archives directory >> >=3D2E..=3D20 >> >> so here

Re: a simple script for restoring downloaded debs

2014-07-19 Thread songbird
Jörg-Volker Peetz wrote: >songbird wrote: >> the other night i accidentally deleted the debs i >> normally keep in the /var/cache/apt/archives directory >> and while i do keep a backup of them in another >> directory it is along with all the previous versions >>

Re: a simple script for restoring downloaded debs

2014-07-19 Thread Jörg-Volker Peetz
songbird wrote on 07/18/2014 06:02: > the other night i accidentally deleted the debs i > normally keep in the /var/cache/apt/archives directory > and while i do keep a backup of them in another > directory it is along with all the previous versions > too, so it isn't as

Re: a simple script for restoring downloaded debs

2014-07-18 Thread Andrei POPESCU
On Vi, 18 iul 14, 10:49:13, songbird wrote: > Andrei POPESCU wrote: > >songbird wrote: > >> the other night i accidentally deleted the debs i > >> normally keep in the /var/cache/apt/archives directory > >=2E..=20 > >> so here is round 1 of the script

Re: a simple script for restoring downloaded debs

2014-07-18 Thread songbird
Andrei POPESCU wrote: >songbird wrote: >> the other night i accidentally deleted the debs i >> normally keep in the /var/cache/apt/archives directory >=2E..=20 >> so here is round 1 of the script (which gets 90% of >> the packages back for me from my backup a

Re: a simple script for restoring downloaded debs

2014-07-18 Thread Andrei POPESCU
On Vi, 18 iul 14, 00:02:43, songbird wrote: > the other night i accidentally deleted the debs i > normally keep in the /var/cache/apt/archives directory ... > so here is round 1 of the script (which gets 90% of > the packages back for me from my backup archive at > /myarchiv

Re: a simple script for restoring downloaded debs

2014-07-17 Thread songbird
songbird wrote: ... and the next version, which gets me down to 61 missing files. it is getting late so i'll have to take another look at this again later... = #!/bin/sh # # debarch="/archives/debian/jessie" dest="/var/cache/apt/archives" pkglist=`dpkg -l | egrep '^ii ' | cut --de

Re: a simple script for restoring downloaded debs

2014-07-17 Thread songbird
songbird wrote: ok, figured the four that are missing and generating null file names are local or obsolete packages that i have installed... that i can work around. new version of script (with some simple changes to make things go faster and to make it more flexible for other uses): = #

a simple script for restoring downloaded debs

2014-07-17 Thread songbird
the other night i accidentally deleted the debs i normally keep in the /var/cache/apt/archives directory and while i do keep a backup of them in another directory it is along with all the previous versions too, so it isn't as easy as just copying them. instead i have to figure out whi

Re: building .debs with "+b1" on the end

2014-07-08 Thread Jonathan Dowland
On Tue, Jul 08, 2014 at 04:15:48AM -0400, Brian Sammon wrote: > dpkg-buildpackage definitely doesn't have (at least, I don't see it in the > manpage) anything as simple and straightforward as sbuild's "--binNMU" > option. But I'd be interested in hearing recipes for doing this with > dpkg-buildpac

Re: building .debs with "+b1" on the end

2014-07-08 Thread Brian Sammon
On Mon, 07 Jul 2014 21:08:32 +0200 Sven Joachim wrote: > On 2014-07-07 20:51 +0200, Brian Sammon wrote: > > > So I would have to install/learn "sbuild". > > If you just want to rebuild packages locally, this is not really > necessary. Are you saying there's another way to do what I want to do?

Re: building .debs with "+b1" on the end

2014-07-08 Thread Brian Sammon
On Mon, 7 Jul 2014 20:39:06 +0100 Jonathan Dowland wrote: > On Mon, Jul 07, 2014 at 02:51:40PM -0400, Brian Sammon wrote: > > So I would have to install/learn "sbuild". > > sbuild can be used to do it, but you don't need sbuild. I think > dpkg-buildpackage would be sufficient, dpkg-buildpackag

Re: building .debs with "+b1" on the end

2014-07-07 Thread Jonathan Dowland
On Mon, Jul 07, 2014 at 02:51:40PM -0400, Brian Sammon wrote: > So I would have to install/learn "sbuild". sbuild can be used to do it, but you don't need sbuild. I think dpkg-buildpackage would be sufficient, but you'd ideally do it in a chroot of some sort, which sbuild manages. Another tool to

Re: building .debs with "+b1" on the end

2014-07-07 Thread Sven Joachim
On 2014-07-07 20:51 +0200, Brian Sammon wrote: > On Mon, 7 Jul 2014 15:55:22 +0100 > Jonathan Dowland wrote: > >> Packages in the archive with a "+bN" version suffix, such as "+b1", have be >> 'binNMUd': essentially rebuilt without any source changes because the >> environment has changed (such a

Re: building .debs with "+b1" on the end

2014-07-07 Thread Brian Sammon
On Mon, 7 Jul 2014 15:55:22 +0100 Jonathan Dowland wrote: > Packages in the archive with a "+bN" version suffix, such as "+b1", have be > 'binNMUd': essentially rebuilt without any source changes because the > environment has changed (such as a version bump of a library dependency). Ah! Thank y

Re: building .debs with "+b1" on the end

2014-07-07 Thread Jonathan Dowland
Packages in the archive with a "+bN" version suffix, such as "+b1", have been 'binNMUd': essentially rebuilt without any source changes because the environment has changed (such as a version bump of a library dependency). In your case it would be worthwhile documenting the fact your package differ

Re: building .debs with "+b1" on the end

2014-07-07 Thread Karl E. Jorgensen
Hi On Mon, Jul 07, 2014 at 01:37:17AM -0400, Brian Sammon wrote: > I want to re-build a package for personal use, and have a special version > number for my custom build. > > Since I'm not planning on customizing the source or the debian control files, > I think the ideal choice is to build a b

building .debs with "+b1" on the end

2014-07-06 Thread Brian Sammon
; on the end. An example of this sort of thing is the current wheezy package of "libcrypt-blowfish-perl" (https://packages.debian.org/wheezy/libcrypt-blowfish-perl) As near as I can tell, the 2.12-1+b2 .debs of this package was created after the 2.12-1 .debs, but from the same source

Re: Why lintian overrides shipped in (binary) debs?

2012-12-23 Thread Sven Joachim
kages. >> In that case, why lintian overrides are shipped in (binary) debs? Because lintian checks the binary debs for errors/warnings. > Please file a bug against the package concerned. Erm no, shipping lintian overrides is not a bug per se. Cheers, Sven -- To UNSU

Re: Why lintian overrides shipped in (binary) debs?

2012-12-23 Thread Chris Bannister
On Sun, Dec 23, 2012 at 02:09:24PM +0200, Regid Ichira wrote: > Isn't lintian meant to be used at build time? Isn't it a sort of > post build depends? > In that case, why lintian overrides are shipped in (binary) debs? Please file a bug against the package concerned.

Why lintian overrides shipped in (binary) debs?

2012-12-23 Thread Regid Ichira
Isn't lintian meant to be used at build time? Isn't it a sort of post build depends? In that case, why lintian overrides are shipped in (binary) debs? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Re: installing .debs from hdd

2011-06-13 Thread Freeman
On Sun, Jun 12, 2011 at 01:27:49PM -0700, Robert Holtzman wrote: > On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote: > > On 12/06/11 06:22, Robert Holtzman wrote: > > > How can I install multiple debs residing in a directory on my hard > > > drive

Re: installing .debs from hdd

2011-06-13 Thread Robert Holtzman
On Mon, Jun 13, 2011 at 01:06:06PM +1000, Scott Ferguson wrote: .snip > > > http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html > man dpkg > dpkg --help > > Easy to miss given that much of the introductory documentation focuses > on high-level package management tool

Re: installing .debs from hdd

2011-06-12 Thread Scott Ferguson
On 13/06/11 06:27, Robert Holtzman wrote: > On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote: >> On 12/06/11 06:22, Robert Holtzman wrote: >>> How can I install multiple debs residing in a directory on my hard drive? >>> Unless I missed it, running a s

Re: installing .debs from hdd

2011-06-12 Thread Robert Holtzman
On Sun, Jun 12, 2011 at 10:24:37PM +0100, Brian wrote: > On Sun 12 Jun 2011 at 13:27:49 -0700, Robert Holtzman wrote: > > > That did the trick. Thanks. BTW, where in the docs does it mention this > > situation and point to dpkg? I would love to know where I missed it. > > Debian Reference. Sectio

Re: installing .debs from hdd

2011-06-12 Thread Brian
On Sun 12 Jun 2011 at 13:27:49 -0700, Robert Holtzman wrote: > That did the trick. Thanks. BTW, where in the docs does it mention this > situation and point to dpkg? I would love to know where I missed it. Debian Reference. Section 2.4.1. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: installing .debs from hdd

2011-06-12 Thread Wayne Topa
On 06/12/2011 04:27 PM, Robert Holtzman wrote: On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote: On 12/06/11 06:22, Robert Holtzman wrote: How can I install multiple debs residing in a directory on my hard drive? Unless I missed it, running a search, the Debian Reference manual

Re: installing .debs from hdd

2011-06-12 Thread Robert Holtzman
On Sun, Jun 12, 2011 at 06:45:04AM +1000, Scott Ferguson wrote: > On 12/06/11 06:22, Robert Holtzman wrote: > > How can I install multiple debs residing in a directory on my hard drive? > > Unless I missed it, running a search, the Debian Reference manual and the > > Ma

Re: installing .debs from hdd

2011-06-11 Thread Frank McCormick
On Sat, 11 Jun 2011 13:22:50 -0700 Robert Holtzman wrote: > How can I install multiple debs residing in a directory on my hard drive? > Unless I missed it, running a search, the Debian Reference manual and the > Maintainers Guide shows nothing applicable. Any pointers appreciated.

Re: installing .debs from hdd

2011-06-11 Thread Brad Rogers
On Sat, 11 Jun 2011 13:22:50 -0700 Robert Holtzman wrote: Hello Robert, > How can I install multiple debs residing in a directory on my hard > drive? http://www.debian.org/doc/manuals/repository-howto/repository-howto will show you how. -- Regards _ / ) "The

Re: installing .debs from hdd

2011-06-11 Thread Scott Ferguson
On 12/06/11 06:22, Robert Holtzman wrote: > How can I install multiple debs residing in a directory on my hard drive? > Unless I missed it, running a search, the Debian Reference manual and the > Maintainers Guide shows nothing applicable. Any pointers appreciated. > # dpkg

installing .debs from hdd

2011-06-11 Thread Robert Holtzman
How can I install multiple debs residing in a directory on my hard drive? Unless I missed it, running a search, the Debian Reference manual and the Maintainers Guide shows nothing applicable. Any pointers appreciated. -- Bob Holtzman If you think you're getting free lunch, check the pri

How to tell cdbs to work only on 2 out of 7 debs in debian/control?

2011-05-21 Thread Regid Ichira
debian/control of the nut source package has about 7 binary debs, say A ... G. They are built using cdbs. What should I put in debian/rules in order to have it build only A and B? I have tried with DH_OPTIONS and DH_LISTPACKAGES. It didn't work. I always end up with all the 7 binary

Re: changelog of debs not available online: Was there a substantial change?

2011-04-13 Thread kuLa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/04/11 11:30, Regid Ichira wrote: > In the last 2 weeks, or so, I am not able to read the changelogs of debs > online. An example from today: > > Not Found > The requested URL > /changelogs/pool/main/f/fakeroot

changelog of debs not available online: Was there a substantial change?

2011-04-13 Thread Regid Ichira
In the last 2 weeks, or so, I am not able to read the changelogs of debs online. An example from today: Not Found The requested URL /changelogs/pool/main/f/fakeroot/fakeroot_1.15.1-1/changelog was not found on this server. Apache

Re: just fetch .debs without installing

2010-05-13 Thread Christopher Judd
On Thursday 13 May 2010 13:07:34 Mihamina Rakotomandimby wrote: > > Wolodja Wentland : > >> What is the optoin to pass to apt-get in order to make it just fetch > >> the .debs without installing them? > > > >It has already been pointed out that -d/--download-o

Re: just fetch .debs without installing

2010-05-13 Thread Boyd Stephen Smith Jr.
On Thursday 13 May 2010 12:07:34 Mihamina Rakotomandimby wrote: > > Wolodja Wentland : > >> What is the optoin to pass to apt-get in order to make it just fetch > >> the .debs without installing them? > > > >It has already been pointed out that -d/--download-o

Re: just fetch .debs without installing

2010-05-13 Thread Sjoerd Hardeman
Op 13-05-10 19:07, Mihamina Rakotomandimby schreef: >> Wolodja Wentland : >>> What is the optoin to pass to apt-get in order to make it just fetch >>> the .debs without installing them? >> It has already been pointed out that -d/--download-only is the correct >>

Re: just fetch .debs without installing

2010-05-13 Thread Mihamina Rakotomandimby
> Wolodja Wentland : >> What is the optoin to pass to apt-get in order to make it just fetch >> the .debs without installing them? >It has already been pointed out that -d/--download-only is the correct >option to pass to apt-get in order to keep apt-get from installing >r

Re: just fetch .debs without installing

2010-05-13 Thread Wolodja Wentland
On Thu, May 13, 2010 at 11:10 +0300, Mihamina Rakotomandimby wrote: > What is the optoin to pass to apt-get in order to make it just fetch > the .debs without installing them? It has already been pointed out that -d/--download-only is the correct option to pass to apt-get in order to keep a

Re: just fetch .debs without installing

2010-05-13 Thread Tom H
On Thu, May 13, 2010 at 4:10 AM, Mihamina Rakotomandimby wrote: > > What is the optoin to pass to apt-get in order to make it just fetch > the .debs without installing them? "--download-only" -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subj

Re: just fetch .debs without installing

2010-05-13 Thread Camaleón
On Thu, 13 May 2010 11:10:14 +0300, Mihamina Rakotomandimby wrote: > Manao ahoana, Hello, Bonjour, おはよう ございます! :-) > What is the optoin to pass to apt-get in order to make it just fetch the > .debs without installing them? "man apt-get" says: *** -d, --download-only Dow

just fetch .debs without installing

2010-05-13 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour, What is the optoin to pass to apt-get in order to make it just fetch the .debs without installing them? Misaotra, Thanks, Merci. -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche & Developpe

Re: Old .debs

2009-07-23 Thread Lisi Reisz
On Thursday 23 July 2009 15:06:24 I Rattan wrote: > Where can I find older .deb files for openoffice? I > would like to install 2.4 or so (current installed > version 3.1.1 has problems with display of .php > files). Which version of Debian are you using? Lenny has OOo 2.4.1. Lisi -- To UNSUB

Re: Old .debs

2009-07-23 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I Rattan wrote: > > Where can I find older .deb files for openoffice? I > would like to install 2.4 or so (current installed > version 3.1.1 has problems with display of .php > files). What happens, if you just rename .php to .txt? Does this work wit

Re: Old .debs

2009-07-23 Thread Kumar Appaiah
On Thu, Jul 23, 2009 at 10:06:24AM -0400, I Rattan wrote: > > Where can I find older .deb files for openoffice? I > would like to install 2.4 or so (current installed > version 3.1.1 has problems with display of .php > files). Maybe http://snapshot.debian.net would help. HTH. Kumar -- To UNSU

Old .debs

2009-07-23 Thread I Rattan
Where can I find older .deb files for openoffice? I would like to install 2.4 or so (current installed version 3.1.1 has problems with display of .php files). -ishwar -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@

Re: installing .debs in $HOME

2009-06-23 Thread Sven Joachim
o solve is e.g., Dreamhost, where there are 1000 > debs installed, but root is not willing to install packages just for one > user's request. So perhaps there could be a way for the user to "install > the debs himself, on his own account", just like he can already "compil

installing .debs in $HOME

2009-06-22 Thread jidanni
Wouldn't it be neat if users without root privileges could just install packages anyway on their account. Maybe they could make an entire file tree, (including /home/nurdsome/home/nurdsome/ ?). The problem I'm trying to solve is e.g., Dreamhost, where there are 1000 debs installed, b

Re: What is the best way to manage 3rd party debs?

2008-08-25 Thread Osamu Aoki
On Wed, Aug 13, 2008 at 09:08:07AM +0200, Aniruddha wrote: > On Tue, 2008-08-12 at 20:44 -0300, martin f krafft wrote: > > also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.2023 -0300]: > > > If I understand your correctly I can install deb from any 3rd party > > > provider without fear of b0

Re: What is the best way to manage 3rd party debs?

2008-08-25 Thread Osamu Aoki
On Wed, Aug 13, 2008 at 09:12:01AM +0200, Aniruddha wrote: > On Tue, 2008-08-12 at 20:25 -0400, Joey Hess wrote: > > martin f krafft wrote: > > If these examples didn't make sense to someone, don't install third party > > packages from untrusted sources, no matter how much checking you do.. > > >

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Aniruddha
On Wed, 2008-08-13 at 09:08 +0200, Aniruddha wrote: > Thanks, I'm beginning to understand now. To make it more concrete I've > written down what I think is the correct procedure to check deb files: > > 1) Run 'dpkg-deb -e *.deb' and read postinst, postrm, preinst, prerm to > check if it contains t

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Aniruddha
ed, unpack the image to get back to a clean test environment. > That is the only practical way to test the stability of debs in the manner > you're looking for because it is no longer you trying to theorize what might > happen. It is now you directly observing what does happen. A

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Aniruddha
On Wed, 2008-08-13 at 23:50 +0900, Osamu Aoki wrote: > PS: Please remember that installing package created by someone is giving > packager a full root authority of your machine. > > Thanks for the tips and for helping me to remind the dangers ^^ . -- Regards, Aniruddha -- To UNSUBSCRIB

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Steve C. Lamb
nd. The true answer was given 2 days ago and still applies now. If you don't trust the source of the deb, don't install it. Period. There are many methods of checking what debs might do but many of them really are you checking source. However instead of source of the program it&#x

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Osamu Aoki
On Wed, Aug 13, 2008 at 09:12:01AM +0200, Aniruddha wrote: > On Tue, 2008-08-12 at 20:25 -0400, Joey Hess wrote: > > martin f krafft wrote: > > If these examples didn't make sense to someone, don't install third party > > packages from untrusted sources, no matter how much checking you do.. > > >

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Aniruddha
On Tue, 2008-08-12 at 20:25 -0400, Joey Hess wrote: > martin f krafft wrote: > If these examples didn't make sense to someone, don't install third party > packages from untrusted sources, no matter how much checking you do.. > I'm not worried about purposeful malicious intent (otherwise I would ju

Re: What is the best way to manage 3rd party debs?

2008-08-13 Thread Aniruddha
On Tue, 2008-08-12 at 20:44 -0300, martin f krafft wrote: > also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.2023 -0300]: > > If I understand your correctly I can install deb from any 3rd party > > provider without fear of b0rking my system. If this is true I don't > > understand why you wa

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Joey Hess
martin f krafft wrote: > If you install a third party deb, you should inspect its contents > exactly to make sure it doesn't touch files in /etc. Also check the > hooks. If there are no problems, then it's probably safe. Did you know that dpkg will not install /var/lib/dpkg/info/* if it's in the p

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Mumia W..
On 08/12/2008 03:42 PM, Aniruddha wrote: On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote: If 3rd party deb doesn't contain 'Replaces' field, dpkg will refuse any try to break any file owned by existing packages. That sounds good, but what about a deb created by checkinstall? Acc

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread martin f krafft
also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.2023 -0300]: > If I understand your correctly I can install deb from any 3rd party provider > without fear of b0rking my system. If this is true I don't understand why you > warn > against checkinstall. checkinstall is used to create deb fi

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
On Tue, 2008-08-12 at 20:05 -0300, martin f krafft wrote: > also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.1958 -0300]: > > I don't know how the debs are packaged, for all I know they can > > wreck my system. Or are are there safety features in place that > &

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread martin f krafft
also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.1958 -0300]: > I don't know how the debs are packaged, for all I know they can > wreck my system. Or are are there safety features in place that > prevents that from happening? dpkg will prevent them from overwriting fil

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
> > packages it creates can only install files, and checkinstall > > > does not care where it installs them. You can overwrite files > > > in home directories with checkinstall, among other things. > > > > I wonder what you recommend as the best way to install 3r

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread martin f krafft
s not care where it installs them. You can overwrite files > > in home directories with checkinstall, among other things. > > I wonder what you recommend as the best way to install 3rd party > debs (such as cedega, nero, barry)? What is a safe way to install > them without risk o

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
th checkinstall, among other things. I wonder what you recommend as the best way to install 3rd party debs (such as cedega, nero, barry)? What is a safe way to install them without risk of b0rking my system) ? If it was up to me I'd install them as a local user in my home folder just as I do

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread martin f krafft
also sprach Aniruddha <[EMAIL PROTECTED]> [2008.08.12.1742 -0300]: > On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote: > > If 3rd party deb doesn't contain 'Replaces' field, dpkg will > > refuse any try to break any file owned by existing packages. > > That sounds good, but what about

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Eugene V. Lyubimkin
Aniruddha wrote: > On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote: >> If 3rd party deb doesn't contain 'Replaces' field, dpkg will refuse any try >> to break any >> file owned by existing packages. >> > > That sounds good, but what about a deb created by checkinstall? > According to

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
On Tue, 2008-08-12 at 22:49 +0300, Eugene V. Lyubimkin wrote: > If 3rd party deb doesn't contain 'Replaces' field, dpkg will refuse any try > to break any > file owned by existing packages. > That sounds good, but what about a deb created by checkinstall? According to Martin Krafft this can stil

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Eugene V. Lyubimkin
Aniruddha wrote: > On Tue, 2008-08-12 at 14:41 -0400, Hubert Chathi wrote: >>> No, they can't. Not without your expressed consent... >> [...] >> >> They can't, if they just use the normal Debian archive contents. >> However, packages can do all sorts of things via installation scripts. >> >> T

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
On Tue, 2008-08-12 at 14:41 -0400, Hubert Chathi wrote: > > No, they can't. Not without your expressed consent... > [...] > > They can't, if they just use the normal Debian archive contents. > However, packages can do all sorts of things via installation scripts. > > Then again, the package

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Hubert Chathi
On Tue, 12 Aug 2008 12:52:07 -0400, "Steve C. Lamb" <[EMAIL PROTECTED]> said: > On Tue, Aug 12, 2008 at 06:46:51PM +0200, Aniruddha wrote: >> They can overwrite existing (core) system files and possibly cause >> other harm. > No, they can't. Not without your expressed consent... [...] They

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
be completely replaced, and the deinstallation of the package > re- > moves the file, breaking the system in half. Therefor I can imagine that debs not created by Debian devs can contain possible disastrous changes. -- Regards, Aniruddha -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: What is the best way to manage 3rd party debs?

2008-08-12 Thread Steve C. Lamb
On Tue, Aug 12, 2008 at 06:46:51PM +0200, Aniruddha wrote: > They can overwrite existing (core) system files and possibly cause other > harm. No, they can't. Not without your expressed consent... [EMAIL PROTECTED]:~} dpkg --force-help dpkg forcing options - control behaviour when problems fo

What is the best way to manage 3rd party debs?

2008-08-12 Thread Aniruddha
There are several 3rd party debs (nero, cedega, barry) I want to install. However from a security pov it doesn't seem wise to just blindly install a deb. They can overwrite existing (core) system files and possibly cause other harm. So here are some solutions I've come up with. 1

Re: meaning & behaviour of "Replaces" in debs

2008-07-29 Thread [EMAIL PROTECTED]
Sven Many thanks -- the link fully answers my question Cheers Jim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: meaning & behaviour of "Replaces" in debs

2008-07-29 Thread Sven Joachim
On 2008-07-29 11:57 +0200, [EMAIL PROTECTED] wrote: > On my debian/testing machine I have a 3rd party package > gerris-snapshot (the debian gerris package is very old). > And ... > > > apt-cache show libgsl0-dev > > Package: libgsl0-dev > : > Version: 1.11-2 > : > Depends: libgsl0ldbl

meaning & behaviour of "Replaces" in debs

2008-07-29 Thread [EMAIL PROTECTED]
Hi all On my debian/testing machine I have a 3rd party package gerris-snapshot (the debian gerris package is very old). And ... > apt-cache show libgsl0-dev Package: libgsl0-dev : Version: 1.11-2 : Depends: libgsl0ldbl (= 1.11-2) > apt-cache show libgsl0ldbl Version: 1.11-2 R

Re: debs and gcc version

2008-04-09 Thread Georgi Naplatanov
Thank you for the answers. I want to use something like strings from binutils packages, something like strings binary_file | grep gcc , but seem that these strings are removed from binaries. Best regards Georgi Kamaraju S Kusumanchi wrote: > Georgi Naplatanov wrote: > >> Hello, list. >> >> Is

Re: debs and gcc version

2008-04-09 Thread Kamaraju S Kusumanchi
Georgi Naplatanov wrote: > Hello, list. > > Is there a way/program to guess gcc version used for compilation of some > debian package ? > I am not aware of any such program. But if all you wanted to know is the gcc version used, then you can take a look at the build logs provided at http://b

debs and gcc version

2008-04-09 Thread Georgi Naplatanov
Hello, list. Is there a way/program to guess gcc version used for compilation of some debian package ? Best regards Georgi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Download debs of installed packages

2007-07-31 Thread Bob Proulx
Rage Callao wrote: > How do I download the .debs of packages already installed in my system > without having to reinstall them first via apt? > > The command I'm using right now is: > > apt-get --yes --reinstall install `cat package_list.txt` > > where package_

Re: Download debs of installed packages

2007-07-30 Thread Hugo Vanwoerkom
Rage Callao wrote: Hi, How do I download the .debs of packages already installed in my system without having to reinstall them first via apt? The command I'm using right now is: apt-get --yes --reinstall install `cat package_list.txt` where package_list.txt contains the package name

Re: Download debs of installed packages

2007-07-30 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/30/07 01:12, Rage Callao wrote: > Hi, > > How do I download the .debs of packages already installed in my system > without having to reinstall them first via apt? > > The command I'm using right now is: > > apt-

Download debs of installed packages

2007-07-29 Thread Rage Callao
Hi, How do I download the .debs of packages already installed in my system without having to reinstall them first via apt? The command I'm using right now is: apt-get --yes --reinstall install `cat package_list.txt` where package_list.txt contains the package names per line. TIA --

Re: archive debs missing on US mirror

2007-07-22 Thread Joey Hess
Marty wrote: > For years I have used rsync to maintain my debian archive mirror. Lately a > number of unstable .debs, always the latest versions, seem to be missing > from > from debian/pool/main on ftp.debian.org, in spite of their md5sums > appearing in the list at debian/ind

archive debs missing on US mirror

2007-07-22 Thread Marty
For years I have used rsync to maintain my debian archive mirror. Lately a number of unstable .debs, always the latest versions, seem to be missing from from debian/pool/main on ftp.debian.org, in spite of their md5sums appearing in the list at debian/indices/md5sums.gz. An example is

Re: Compiling Debs on AMD vs. Intel and 32bit vs. 64bit

2007-03-16 Thread martin f krafft
First off, please don't cross-post. An amd64 host can be used to build i386 packages with ease (using e.g. schroot), whereas amd64 packages cannot easily be built on an i386 host. Thus, I suggest an amd64 machine with an i386 chroot. -- Please do not send copies of list mail to me; I read the li

Re: program to build .debs from compiled source code?

2007-02-11 Thread Stephen Cormier
On February 11, 2007 09:09:13 pm Bruno Buys wrote: > I'm looking for checkinstall (was using it under sarge) at etch for > amd64, but it seems to be absent. Which program can I use to build debs > > >from compiled programs? According to apt-cache it is only in unstable here

program to build .debs from compiled source code?

2007-02-11 Thread Bruno Buys
I'm looking for checkinstall (was using it under sarge) at etch for amd64, but it seems to be absent. Which program can I use to build debs from compiled programs? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: FF 1.5.0.8 SRC DEBs

2006-12-18 Thread Daniel Baumann
Ron Johnson wrote: > Anyone know where I can get them from? snapshot.debian.net -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROT

FF 1.5.0.8 SRC DEBs

2006-12-17 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Anyone know where I can get them from? (FF2 has too many quirks, and I've reverted.) - -- Ron Johnson, Jr. Jefferson LA USA Is "common sense" really valid? For example, it is "common sense" to white-power racists that whites are superior to bl

Re: Checking integrity of cached debs

2006-12-06 Thread Joey Hess
Winston Smith wrote: > In other words, is the check done after the download, before the > installation, or both? apt does check the validity of cached debs before installing them. If a deb is corrupt it will remove it from the cache and re-download it before installing. I don't know

Re: Checking integrity of cached debs

2006-12-05 Thread Roberto C. Sanchez
On Sat, Dec 02, 2006 at 05:05:30PM -0500, Winston Smith wrote: > Does apt-get check the integrity of cached debs before installing them? > For example, if I did > > apt-get --download-only install > > which downloads the package to the file > > /var/cache/apt/archiv

Re: Checking integrity of cached debs

2006-12-04 Thread Winston Smith
Winston Smith wrote: > Is there an easy way to check the integrity of cached debs and remove > corrupt ones? Also, is there an easy way to check the integrity of the > unchanging parts of installed packages? Jhair Tocancipa Triana wrote: > You can install debsums for that, > &g

  1   2   3   4   5   6   7   8   9   >