Add ${misc:Depends} to binary dependencies
Packages built with debhelper may introduce additional
binary package dependencies to a package that uses its
functions.  Adding ${misc:Depends} allows debhelper to
add any required dependencies to the package.
Signed-off-by: Clark Rawlins <clark@bit63.org>
			
			
This commit is contained in:
		
							parent
							
								
									cde92985ae
								
							
						
					
					
						commit
						6ff7b56a42
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								debian/control
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/control
									
										
									
									
										vendored
									
									
								
							|  | @ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4), libx11-dev, libxss-dev | ||||||
| 
 | 
 | ||||||
| Package: timeoutd | Package: timeoutd | ||||||
| Architecture: any | Architecture: any | ||||||
| Depends: ${shlibs:Depends} | Depends: ${shlibs:Depends}, ${misc:Depends}  | ||||||
| Conflicts: suidmanager (<< 0.50) | Conflicts: suidmanager (<< 0.50) | ||||||
| Description: Flexible user timeout daemon with X11 support | Description: Flexible user timeout daemon with X11 support | ||||||
|  timeoutd enforces the time restrictions specified for each or all users. |  timeoutd enforces the time restrictions specified for each or all users. | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Clark Rawlins
						Clark Rawlins