Migrate to dbgsym debug package.
This commit is contained in:
		
							parent
							
								
									0ab9bb1454
								
							
						
					
					
						commit
						d60a38d65a
					
				
							
								
								
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -4,6 +4,7 @@ cmake (3.5.0-1) UNRELEASED; urgency=medium
 | 
			
		||||
    - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535)
 | 
			
		||||
  * Pass correct buildsystem to dh_auto_test, fixes FTBFS. (Closes: #818040)
 | 
			
		||||
  * Change Vcs-* and Homepage to https URLs.
 | 
			
		||||
  * Migrate to dbgsym debug package.
 | 
			
		||||
 | 
			
		||||
 -- Felix Geyer <fgeyer@debian.org>  Sun, 13 Mar 2016 13:32:32 +0100
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										16
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@ -5,7 +5,7 @@ Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org>
 | 
			
		||||
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
 | 
			
		||||
           Felix Geyer <fgeyer@debian.org>,
 | 
			
		||||
           Mario Lang <mlang@debian.org>
 | 
			
		||||
Build-Depends: debhelper (>= 9.20141010~),
 | 
			
		||||
Build-Depends: debhelper (>= 9.20160114~),
 | 
			
		||||
               dpkg-dev (>= 1.17.14~),
 | 
			
		||||
               libarchive-dev (>= 2.8.0),
 | 
			
		||||
               libbz2-dev,
 | 
			
		||||
@ -111,17 +111,3 @@ Description: extended documentation in various formats for CMake
 | 
			
		||||
 .
 | 
			
		||||
 This package provides additional documentation in various formats like HTML or
 | 
			
		||||
 plain text.
 | 
			
		||||
 | 
			
		||||
Package: cmake-dbg
 | 
			
		||||
Architecture: any
 | 
			
		||||
Section: debug
 | 
			
		||||
Priority: extra
 | 
			
		||||
Pre-Depends: dpkg (>= 1.17.5~)
 | 
			
		||||
Depends: cmake (= ${binary:Version}), ${misc:Depends}
 | 
			
		||||
Description: debugging symbols for CMake
 | 
			
		||||
 CMake is used to control the software compilation process using simple
 | 
			
		||||
 platform and compiler independent configuration files. CMake generates native
 | 
			
		||||
 makefiles and workspaces that can be used in the compiler environment of your
 | 
			
		||||
 choice.
 | 
			
		||||
 .
 | 
			
		||||
 This package provides CMake debugging symbols.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										5
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							@ -65,7 +65,10 @@ override_dh_installdocs-indep:
 | 
			
		||||
override_dh_sphinxdoc:
 | 
			
		||||
	dh_sphinxdoc -pcmake-doc
 | 
			
		||||
 | 
			
		||||
override_dh_strip:
 | 
			
		||||
	dh_strip --dbgsym-migration='cmake-dbg (<< 3.5.0-1~)'
 | 
			
		||||
 | 
			
		||||
%:
 | 
			
		||||
	dh $@ --with=sphinxdoc --parallel --builddirectory=Build --dbg-package=cmake-dbg
 | 
			
		||||
	dh $@ --with=sphinxdoc --parallel --builddirectory=Build
 | 
			
		||||
 | 
			
		||||
.PHONY: override_dh_auto_configure override_dh_auto_clean
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user