Learn More About This
Directory
This directory sponsored by SIQL, a Spider Makers company...
1. apt-rpm Allow-Duplicated causes apt-rpm to ignore package upgrades
- distro2.conectiva.com.br
- apt-rpm Allow-Duplicated causes apt-rpm to ignore package upgrades.
- Previous message: apt-rpm Allow-Duplicated causes apt-rpm to ignore package upgrades .
- Next message: apt-rpm Allow-Duplicated causes apt-rpm to ignore package upgrades .
- On Tue, 29 Jun 2004, Jim Faulkner wrote: > > Apt-rpm ignores all updates for packages named in the Allow-Duplicated > option. ... conf: > Allow-Duplicated { > "^kernel$"; > "^kernel-doc$"; > "^kernel-source$"; > "^gpg-pubkey$"; > }; > > Apt-rpm will not tell me about any kernel, kernel-doc, kernel-source, or > gpg-pubkey upgrades available that are newer than the versions I have > installed. ... Is this expected behavior? Is there an > Allow-Duplicated-like option that does not cause apt to ignore updates? That's indeed expected behavior. Marking packages as Allow-Duplicated means each new version shows up an entirel different package so there's nothing to upgrade from apt's point of view. That said, there *are* things you can do about it: there's "allow-duplicated" Lua-script to handle those packages transparently in contrib/ directory of the apt sources which works for some distros. ... org/apt/lua/upgrade-virtual/ (in fact if you're using FC you could save yourself some trouble and grab a readily built package with the allow-duplicated handling built in from http://www. ...
- Previous message: apt-rpm Allow-Duplicated causes apt-rpm to ignore package upgrades .
- Next message: apt-rpm Allow-Duplicated causes apt-rpm to ignore package upgrades .
2. Translators code duplicated? (weird question)
- lists.gnu.org
- Top All Lists Advanced Date Prev Date Next Thread Prev Thread Next Date Index Thread Index Translators code duplicated? (weird question).
- Translators code duplicated? (weird question).
- same major but different minor), the code for the driver is not duplicated (well, it couldn't be duplicated anyway). ...
- Translators code duplicated? (weird question), Ludovic Courtès <= .
- Re: Translators code duplicated? (weird question), Neal H Walfield, 2002/01/23 .
- Re: Translators code duplicated? (weird question), Thomas Bushnell, BSG, 2002/01/23 .
- Re: Translators code duplicated? (weird question), Ludovic Courtès, 2002/01/25 .
- Re: Translators code duplicated? (weird question), Marcus Brinkmann, 2002/01/25 .
- Next by Date: Re: Translators code duplicated? (weird question) .
- Next by thread: Re: Translators code duplicated? (weird question) .
3. Re: Translators code duplicated? (weird question)
- lists.gnu.org
- Top All Lists Advanced Date Prev Date Next Thread Prev Thread Next Date Index Thread Index Re: Translators code duplicated? (weird question).
- Re: Translators code duplicated? (weird question).
- Translators code duplicated? (weird question), Ludovic Courtès, 2002/01/23 .
- Re: Translators code duplicated? (weird question), Neal H Walfield, 2002/01/23 .
- Re: Translators code duplicated? (weird question), Thomas Bushnell, BSG <= .
- Re: Translators code duplicated? (weird question), Ludovic Courtès, 2002/01/25 .
- Re: Translators code duplicated? (weird question), Marcus Brinkmann, 2002/01/25 .
- Previous by thread: Re: Translators code duplicated? (weird question) .
- Next by thread: Re: Translators code duplicated? (weird question) .
4. Determine Duplicate Elements
- www.math.montana.edu
5. Bug #890 duplicated conversion URLs to hyperlinks
- www.mhonarc.org
- Bug #890 duplicated conversion URLs to hyperlinks.
- Subject: Bug #890 duplicated conversion URLs to hyperlinks.
- 9 Fixed Release: Summary: duplicated conversion URLs to hyperlinks Original Submission: http://xxx/ in mail body will be converted to <a href="<a href="http://xxx/">http://xxx/</a>"><a href="http://xxx/">http://xxx/</a></a> if chareset is iso-2022-jp. ...
- Bug #890 duplicated conversion URLs to hyperlinks, nobody <= .
- Bug #890 duplicated conversion URLs to hyperlinks, nobody .
- Next by Date: Bug #890 duplicated conversion URLs to hyperlinks, nobody.
- Next by Thread: Bug #890 duplicated conversion URLs to hyperlinks, nobody.
6. Duplicated List...
- mail.python.org
- Duplicated List. ...
- Previous message: Duplicated List. ...
- Next message: Duplicated List. ...
- append('xxx') >>>> a > 1, 2, 3, 1, 2, 3, 'x', 'xxx' >>>> b > 1, 2, 3, 1, 2, 3, 'x', 'xxx' , 10, 20, 30 > > Duplicated List work above. ...
- Previous message: Duplicated List. ...
- Next message: Duplicated List. ...
7. R-help archive May 2004: Re: R delete duplicated from data.fr
- tolstoy.newcastle.edu.au
- Re: R delete duplicated from data. ...
- In reply to: Christian Schulz: " R delete duplicated from data. ...
- Next in thread: Christian Schulz: "Re: R delete duplicated from data. ...
- Reply: Christian Schulz: "Re: R delete duplicated from data. ...
- > what i'm doing wrong delete duplicated rows with same MEMEBRNO. ...
- februar <- dmsegment !duplicated(dmsegment$MEMBERNO), .
- 199 but duplicated MEMBERNO didn't left .
- In reply to: Christian Schulz: " R delete duplicated from data. ...
- Next in thread: Christian Schulz: "Re: R delete duplicated from data. ...
- Reply: Christian Schulz: "Re: R delete duplicated from data. ...
8. Re: _rsync duplicated options in completion
- www.zsh.org
- Re: _rsync duplicated options in completion.
- Subject: Re: _rsync duplicated options in completion .
- On May 15, 1:52pm, Wayne Davison wrote: } Subject: _rsync duplicated options in completion } } I've noticed that the _rsync completer duplicates most (all?) of the } options. ...
- PATCH: Re: _rsync duplicated options in completion .
- Re: _rsync duplicated options in completion .
- _rsync duplicated options in completion .
- Re: _rsync duplicated options in completion .
9. Visual Detection of Duplicated Code
- www.iam.unibe.ch
- Visual Detection of Duplicated Code .
- Detecting duplicated code is a difficult task because of the large amount of data to be checked and the fact that a priori it is unknown which code part has been duplicated. ...
- Why we need to deal with Duplicated Code .
- Duplicated code is a phenomenon that occurs frequently in large systems. ...
- In reverse engineering, we are interested in detecting and subsequently removing unjustified duplicated code for the following reasons: .
- Refactoring duplicated code into one function reduces the size of the code and subsequently also of the executable. ...
- The detection of duplicated code is a difficult task because the amount of data to be checked is large, often thousand of lines of code in separate files. Furthermore, we do not know a priori what has been duplicated. ...
- Moreover, DUPLOC offers a batchmode which allows to search for duplicated code in the whole of a system offline. A report file, called a map , is then generated which lists all the occurrences of duplicated code in the system. ...
- The visual presentation of the duplicated code allows the user to detect structures or configurations of dots that are unknown or new. ...
- The tool can help in detecting occurrences of duplicated code. ... This implies that it does not discover duplicated functionality. ...
- This tools does not support exploration and navigation through the duplicated code. ...
- A Program for Identifying Duplicated Code. ...
- Visual Detection of Duplicated Code .
10. Re: st: duplicated schemes
- www.stata.com
- Date Prev Date Next Thread Prev Thread Next Date Index Thread Index Re: st: duplicated schemes.
- Re: st: duplicated schemes.
- > I just checked what schemes I have installed and got some odd > results with many schemes apparently duplicated > . ...
- Previous by thread: st: duplicated schemes .
- Next by thread: st: RE: duplicated schemes .
11. RE: Text for Almost Duplicated LSP
- www1.ietf.org
- Date Prev Date Next Thread Prev Thread Next Date Index Thread Index RE: Text for Almost Duplicated LSP.
- Subject: RE: Text for Almost Duplicated LSP .
- RE: Text for Almost Duplicated LSP .
- RE: Text for Almost Duplicated LSP .
- Prev by Date: RE: Text for Almost Duplicated LSP .
- Next by Date: RE: Text for Almost Duplicated LSP .
- Previous by thread: RE: Text for Almost Duplicated LSP .
- Next by thread: RE: Text for Almost Duplicated LSP .
12. duplicated __classid decls.
- mail.gnome.org
- Date Prev Date Next Thread Prev Thread Next Thread Index Date Index Author Index duplicated __classid decls.
- Subject: duplicated __classid decls. ...
- Re: duplicated __classid decls. ...
- Re: duplicated __classid decls. ...
Other related topics:
Do you have a great site about Duplicated? Is
your Duplicated site listed here?
Would you like a prefered placement of your site in this directory?
It's easy! First place, the HTML from the box below on your page that
you would like listed in this directory.
Then use our link submission request with
your name, your contact information, and the URL of your site that has
a link to this directory. After we
verify your link to us, we'll make sure your site stays in our directory,
and we'll give it prefered placement here also.
Here is how to make a simple text link to us. Just copy the code in this
box to your website:
We can also develop a custom Guide To The Internet for your site. Please
request your own
custom Guide To The Internet.
This custom Guide To The Internet produced by
Siql. Visit us today, and find out how to get your own
custom guide to the Internet, and how to get your site
listed in our guides.
Copyright 1995-2005 by Siql. All
Rights Reserved.