Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							15a52f669d 
							
						 
					 
					
						
						
							
							Ignore some source-contains-cmake-cache-file lintian checks  
						
						
						
						
					 
					
						2020-10-19 12:56:29 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							f56e23e90b 
							
						 
					 
					
						
						
							
							Update not-installed file for moved docdir  
						
						
						
						
					 
					
						2020-10-19 12:56:05 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							d42666f6e0 
							
						 
					 
					
						
						
							
							Cherry-pick commit to build with -D_FILE_OFFSET_BITS=64 on 32bit archs.  
						
						... 
						
						
						
						* Cherry-pick commit to build with -D_FILE_OFFSET_BITS=64 on 32bit archs.
  - Add Compile_with_FILE_OFFSET_BITS_64_on_32-bit_Linux.patch
  - Closes : #965046  
						
						
					 
					
						2020-10-15 21:24:37 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							5d657d6d13 
							
						 
					 
					
						
						
							
							New upstream release  
						
						
						
						
					 
					
						2020-10-15 20:22:12 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							f6e4137c89 
							
						 
					 
					
						
						
							
							Add changelog entries  
						
						
						
						
					 
					
						2020-10-15 20:02:57 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							d568813c8d 
							
						 
					 
					
						
						
							
							Merge branch 'bug-972252' into 'master'  
						
						... 
						
						
						
						B-D on libarchive >=3.3.3 (Closes : #972252 )
See merge request cmake-team/cmake!5  
						
						
					 
					
						2020-10-15 18:01:51 +00:00 
						 
				 
			
				
					
						
							
							
								Tobias Frost 
							
						 
					 
					
						
						
						
						
							
						
						
							5314c3c64f 
							
						 
					 
					
						
						
							
							B-D on libarchive >=3.3.3 ( Closes :  #972252 )  
						
						
						
						
					 
					
						2020-10-15 12:35:35 +02:00 
						 
				 
			
				
					
						
							
							
								Kyle Edwards 
							
						 
					 
					
						
						
						
						
							
						
						
							297094e070 
							
						 
					 
					
						
						
							
							Set --docdir to actual destination  
						
						... 
						
						
						
						CMake 3.19 adds a link to the CMake reference manual in the help
menu, which attempts to open the local file if it exists, and falls
back to the internet if it does not. It searches for this local file
based on CMAKE_DOC_DIR. However, CMAKE_DOC_DIR was not being set to
the actual destination. Change CMAKE_DOC_DIR to reflect the actual
destination so that the CMake GUI can find it. 
						
						
					 
					
						2020-10-13 17:36:00 -04:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							2e4702f156 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2020-08-30 14:49:17 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							cdbe32ea97 
							
						 
					 
					
						
						
							
							Update install files.  
						
						
						
						
					 
					
						2020-08-30 14:41:15 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							1bd875710c 
							
						 
					 
					
						
						
							
							Drop FindPkgConfig_also_handle_isystem.patch, applied upstream.  
						
						
						
						
					 
					
						2020-08-30 12:17:48 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							a0bfc57b0c 
							
						 
					 
					
						
						
							
							New upstream release.  
						
						
						
						
					 
					
						2020-08-30 11:55:53 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							273e39ca6f 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2020-05-09 15:57:59 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							9e83145922 
							
						 
					 
					
						
						
							
							Explicity build-depend on python3-sphinx again.  
						
						
						
						
					 
					
						2020-05-09 15:40:31 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							d43308f431 
							
						 
					 
					
						
						
							
							Handle -isystem from pkg-config correctly.  
						
						... 
						
						
						
						* Handle -isystem from pkg-config correctly. (Closes : #959064 )
  - Cherry-pick upstream patch in FindPkgConfig_also_handle_isystem.patch 
						
						
					 
					
						2020-05-09 14:42:12 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							6ccbf19744 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2020-04-19 21:12:14 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							79675c9256 
							
						 
					 
					
						
						
							
							Swap sphinx build-dep alternatives  
						
						
						
						
					 
					
						2020-04-19 18:07:19 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							f759497dac 
							
						 
					 
					
						
						
							
							Build-depend on python3-sphinxcontrib.qthelp for sphinx >= 2.0  
						
						... 
						
						
						
						Closes : #955120  
					
						2020-04-14 19:12:34 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							0fe9fc10a1 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2020-02-02 16:02:06 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							ea3d87ec5a 
							
						 
					 
					
						
						
							
							New upstream release.  
						
						... 
						
						
						
						Closes : #949964  
					
						2020-02-01 23:33:45 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							d9d23e1578 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2019-11-12 23:58:02 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							51cea565b5 
							
						 
					 
					
						
						
							
							Close bug requesting new upstream version.  
						
						
						
						
					 
					
						2019-11-12 20:11:17 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							81a45a4313 
							
						 
					 
					
						
						
							
							Pass --fail-missing to dh_missing.  
						
						
						
						
					 
					
						2019-11-12 20:10:00 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							b1391a24aa 
							
						 
					 
					
						
						
							
							Switch to debhelper compat level 12.  
						
						
						
						
					 
					
						2019-11-12 20:09:30 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							308f30b893 
							
						 
					 
					
						
						
							
							Disable FIleAPI json-extra test for now as it doesn't seem critical and fails with libjsoncpp 1.7.4.  
						
						
						
						
					 
					
						2019-11-12 18:57:51 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							3272d46942 
							
						 
					 
					
						
						
							
							Replace deprecated ADTTMP variable in autopkgtests.  
						
						
						
						
					 
					
						2019-11-12 18:51:53 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							70238b5cee 
							
						 
					 
					
						
						
							
							Install new manpage.  
						
						
						
						
					 
					
						2019-11-12 18:50:27 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							6f69e63cc0 
							
						 
					 
					
						
						
							
							New upstream release.  
						
						
						
						
					 
					
						2019-11-12 18:50:19 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							df6e46f2ab 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2019-02-10 11:57:03 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							f8b73d2ed1 
							
						 
					 
					
						
						
							
							New upstream release.  
						
						
						
						
					 
					
						2019-02-03 13:16:25 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							2aa5a59bee 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2018-12-14 19:20:11 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							5c76e62aa5 
							
						 
					 
					
						
						
							
							New upstream release.  
						
						
						
						
					 
					
						2018-12-14 19:07:23 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							beae0d647a 
							
						 
					 
					
						
						
							
							Release to unstable.  
						
						
						
						
					 
					
						2018-11-30 07:36:23 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							3ff5677656 
							
						 
					 
					
						
						
							
							Close bug fixed in upstream release.  
						
						
						
						
					 
					
						2018-11-29 20:58:54 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							1dd73b21bb 
							
						 
					 
					
						
						
							
							Remove duplicate BSD-2-clause copyright section.  
						
						
						
						
					 
					
						2018-11-29 20:50:55 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							b4a2aa2845 
							
						 
					 
					
						
						
							
							Drop FindBoost_add_-lpthread_#563479.diff, fixed upstream.  
						
						
						
						
					 
					
						2018-11-29 20:30:06 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							a056325156 
							
						 
					 
					
						
						
							
							New upstream release.  
						
						
						
						
					 
					
						2018-11-29 20:27:59 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							0cb70a0f7b 
							
						 
					 
					
						
						
							
							Update changelog.  
						
						
						
						
					 
					
						2018-11-29 20:26:24 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							3cf5a2808e 
							
						 
					 
					
						
						
							
							Merge branch 'experimental'  
						
						
						
						
					 
					
						2018-11-29 20:25:38 +01:00 
						 
				 
			
				
					
						
							
							
								Lisandro Damián Nicanor Pérez Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							8951796741 
							
						 
					 
					
						
						
							
							Print a usage message when invoked without parameters.  
						
						... 
						
						
						
						Thanks Felix Geyer for the tip. 
						
						
					 
					
						2018-11-14 10:39:45 -03:00 
						 
				 
			
				
					
						
							
							
								Lisandro Damián Nicanor Pérez Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							6bde31bd62 
							
						 
					 
					
						
						
							
							Also set QMAKE_EXECUTABLE.  
						
						... 
						
						
						
						While not strictly-cmake it will help to simplify qmake usage withing CMake
while crosbuilding. 
						
						
					 
					
						2018-11-14 10:38:39 -03:00 
						 
				 
			
				
					
						
							
							
								Lisandro Damián Nicanor Pérez Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							098b7be968 
							
						 
					 
					
						
						
							
							Add copyright entry in debian/copyright.  
						
						
						
						
					 
					
						2018-11-14 10:30:03 -03:00 
						 
				 
			
				
					
						
							
							
								Lisandro Damián Nicanor Pérez Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							448b721421 
							
						 
					 
					
						
						
							
							Add year of copyright in license.  
						
						
						
						
					 
					
						2018-11-14 10:29:41 -03:00 
						 
				 
			
				
					
						
							
							
								Lisandro Damián Nicanor Pérez Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							2effed0989 
							
						 
					 
					
						
						
							
							Add Helmut Grohne's script to generate toolchain files  
						
						
						
						
					 
					
						2018-11-10 13:20:31 -03:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							a640d12917 
							
						 
					 
					
						
						
							
							Release to experimental.  
						
						
						
						
					 
					
						2018-10-28 14:29:07 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							0c2e7dda2f 
							
						 
					 
					
						
						
							
							Install cpack-generators(7) man page.  
						
						
						
						
					 
					
						2018-10-28 14:11:52 +01:00 
						 
				 
			
				
					
						
							
							
								Jelmer Vernooij 
							
						 
					 
					
						
						
						
						
							
						
						
							6ff6a33024 
							
						 
					 
					
						
						
							
							Trim trailing whitespace.  
						
						... 
						
						
						
						Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html  for more details. 
						
						
					 
					
						2018-10-28 11:29:52 +00:00 
						 
				 
			
				
					
						
							
							
								Jelmer Vernooij 
							
						 
					 
					
						
						
						
						
							
						
						
							7479e394e7 
							
						 
					 
					
						
						
							
							Use secure copyright file specification URI.  
						
						... 
						
						
						
						Fixes lintian: insecure-copyright-format-uri
See https://lintian.debian.org/tags/insecure-copyright-format-uri.html  for more details. 
						
						
					 
					
						2018-10-28 11:29:49 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							cbdb05ae2f 
							
						 
					 
					
						
						
							
							Drop patches that have been applied upstream.  
						
						
						
						
					 
					
						2018-10-28 12:15:47 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Geyer 
							
						 
					 
					
						
						
						
						
							
						
						
							0adc4700dd 
							
						 
					 
					
						
						
							
							New upstream release candidate.  
						
						
						
						
					 
					
						2018-10-28 12:15:39 +01:00