mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 02:24:24 +00:00 
			
		
		
		
	Typo fix
This commit is contained in:
		
							parent
							
								
									dcad3f3480
								
							
						
					
					
						commit
						a687b00e18
					
				@ -933,7 +933,7 @@ class Britney:
 | 
			
		||||
        return nuninst
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    # Utility methods for package analisys
 | 
			
		||||
    # Utility methods for package analysis
 | 
			
		||||
    # ------------------------------------
 | 
			
		||||
 | 
			
		||||
    def same_source(self, sv1, sv2):
 | 
			
		||||
 | 
			
		||||
@ -867,7 +867,7 @@
 | 
			
		||||
<a name="l00853"></a>00853         <span class="keywordflow">return</span> nuninst
 | 
			
		||||
<a name="l00854"></a>00854 
 | 
			
		||||
<a name="l00855"></a>00855 
 | 
			
		||||
<a name="l00856"></a>00856     <span class="comment"># Utility methods for package analisys</span>
 | 
			
		||||
<a name="l00856"></a>00856     <span class="comment"># Utility methods for package analysis</span>
 | 
			
		||||
<a name="l00857"></a>00857     <span class="comment"># ------------------------------------</span>
 | 
			
		||||
<a name="l00858"></a>00858 
 | 
			
		||||
<a name="l00859"></a>00859     <span class="keyword">def </span><a class="code" href="classbritney_1_1Britney.html#85d2e45e8431779b62f398c34972ddf1">same_source</a>(self, sv1, sv2):
 | 
			
		||||
@ -1007,7 +1007,7 @@
 | 
			
		||||
<a name="l00993"></a>00993 
 | 
			
		||||
<a name="l00994"></a>00994         <span class="keywordflow">return</span> <span class="keyword">True</span>
 | 
			
		||||
<a name="l00995"></a>00995 
 | 
			
		||||
<a name="l00996"></a>00996     <span class="comment"># Package analisys methods</span>
 | 
			
		||||
<a name="l00996"></a>00996     <span class="comment"># Package analysis methods</span>
 | 
			
		||||
<a name="l00997"></a>00997     <span class="comment"># ------------------------</span>
 | 
			
		||||
<a name="l00998"></a>00998 
 | 
			
		||||
<a name="l00999"></a>00999     <span class="keyword">def </span><a class="code" href="classbritney_1_1Britney.html#f8a6c9adbdec7a5a982dd2b74febcc08">should_remove_source</a>(self, pkg):
 | 
			
		||||
@ -1045,7 +1045,7 @@
 | 
			
		||||
<a name="l01031"></a>01031 <span class="stringliteral"></span>
 | 
			
		||||
<a name="l01032"></a>01032 <span class="stringliteral">        This method checks if a binary package should be upgraded; this can</span>
 | 
			
		||||
<a name="l01033"></a>01033 <span class="stringliteral">        happen also if the binary package is a binary-NMU for the given arch.</span>
 | 
			
		||||
<a name="l01034"></a>01034 <span class="stringliteral">        The analisys is performed for the source package specified by the</span>
 | 
			
		||||
<a name="l01034"></a>01034 <span class="stringliteral">        The analysis is performed for the source package specified by the</span>
 | 
			
		||||
<a name="l01035"></a>01035 <span class="stringliteral">        `src' parameter, checking the architecture `arch' for the distribution</span>
 | 
			
		||||
<a name="l01036"></a>01036 <span class="stringliteral">        `suite'.</span>
 | 
			
		||||
<a name="l01037"></a>01037 <span class="stringliteral">       </span>
 | 
			
		||||
@ -1157,7 +1157,7 @@
 | 
			
		||||
<a name="l01143"></a>01143     <span class="keyword">def </span><a class="code" href="classbritney_1_1Britney.html#94785175a85f44b1afaf3add167a211f">should_upgrade_src</a>(self, src, suite):
 | 
			
		||||
<a name="l01144"></a>01144         <span class="stringliteral">"""Check if source package should be upgraded</span>
 | 
			
		||||
<a name="l01145"></a>01145 <span class="stringliteral"></span>
 | 
			
		||||
<a name="l01146"></a>01146 <span class="stringliteral">        This method checks if a source package should be upgraded. The analisys</span>
 | 
			
		||||
<a name="l01146"></a>01146 <span class="stringliteral">        This method checks if a source package should be upgraded. The analysis</span>
 | 
			
		||||
<a name="l01147"></a>01147 <span class="stringliteral">        is performed for the source package specified by the `src' parameter, </span>
 | 
			
		||||
<a name="l01148"></a>01148 <span class="stringliteral">        checking the architecture `arch' for the distribution `suite'.</span>
 | 
			
		||||
<a name="l01149"></a>01149 <span class="stringliteral">       </span>
 | 
			
		||||
 | 
			
		||||
@ -1603,7 +1603,7 @@ Definition at line <a class="el" href="britney_8py-source.html#l00990">990</a> o
 | 
			
		||||
<p>
 | 
			
		||||
<div class="fragment"><pre class="fragment">Check if source package should be upgraded
 | 
			
		||||
 | 
			
		||||
This method checks if a source package should be upgraded. The analisys
 | 
			
		||||
This method checks if a source package should be upgraded. The analysis
 | 
			
		||||
is performed for the source package specified by the `src' parameter, 
 | 
			
		||||
checking the architecture `arch' for the distribution `suite'.
 | 
			
		||||
       
 | 
			
		||||
@ -1657,7 +1657,7 @@ Definition at line <a class="el" href="britney_8py-source.html#l01134">1134</a>
 | 
			
		||||
 | 
			
		||||
This method checks if a binary package should be upgraded; this can
 | 
			
		||||
happen also if the binary package is a binary-NMU for the given arch.
 | 
			
		||||
The analisys is performed for the source package specified by the
 | 
			
		||||
The analysis is performed for the source package specified by the
 | 
			
		||||
`src' parameter, checking the architecture `arch' for the distribution
 | 
			
		||||
`suite'.
 | 
			
		||||
       
 | 
			
		||||
 | 
			
		||||
@ -743,7 +743,7 @@ Definition at line 990 of file britney.py.\index{britney::Britney@{britney::Brit
 | 
			
		||||
 | 
			
		||||
\footnotesize\begin{verbatim}Check if source package should be upgraded
 | 
			
		||||
 | 
			
		||||
This method checks if a source package should be upgraded. The analisys
 | 
			
		||||
This method checks if a source package should be upgraded. The analysis
 | 
			
		||||
is performed for the source package specified by the `src' parameter, 
 | 
			
		||||
checking the architecture `arch' for the distribution `suite'.
 | 
			
		||||
       
 | 
			
		||||
@ -765,7 +765,7 @@ Definition at line 1134 of file britney.py.\index{britney::Britney@{britney::Bri
 | 
			
		||||
 | 
			
		||||
This method checks if a binary package should be upgraded; this can
 | 
			
		||||
happen also if the binary package is a binary-NMU for the given arch.
 | 
			
		||||
The analisys is performed for the source package specified by the
 | 
			
		||||
The analysis is performed for the source package specified by the
 | 
			
		||||
`src' parameter, checking the architecture `arch' for the distribution
 | 
			
		||||
`suite'.
 | 
			
		||||
       
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user