~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/cpl60_compat.patch

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-09-27 22:33:01 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140927223301-s3r9kwa8qcyrnlu4
Tags: 3.11-1
* New upstream version
* Build-depend on libcfitsio-dev instead of libcfitsio3-dev. Closes: #761706
* Update uploader e-mail
* Update standards version to 3.9.6. No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Ole Streicher <debian@liska.ath.cx>
2
 
Subject: Remove function that is only in cpl >= 6.3 to establish compability
3
 
 with older (stable) versions and allow backporting.
4
 
--- a/src/er_main.c
5
 
+++ b/src/er_main.c
6
 
@@ -895,7 +895,6 @@
7
 
 
8
 
     cpl_msg_set_domain (PACKAGE);
9
 
     cpl_msg_set_time_off ();
10
 
-    cpl_msg_set_threadid_off ();
11
 
     cpl_msg_set_domain_on ();
12
 
     cpl_msg_set_component_off ();
13