[med-svn] [pdb2pqr] 02/02: add patch to remove debug-file-with-no-debug-symbols lintian check warning

Tatiana Malygina latticetower-guest at moszumanska.debian.org
Wed Jun 15 02:16:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

latticetower-guest pushed a commit to branch master
in repository pdb2pqr.

commit 8335beaff400ecef6337858a10349db138a2de90
Author: latticetower-guest <merlettaia at gmail.com>
Date:   Wed Jun 15 05:06:08 2016 +0300

    add patch to remove debug-file-with-no-debug-symbols lintian check warning
---
 debian/changelog                            |  1 +
 debian/patches/fix_no_debug_symbols_warning | 23 +++++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 72b7a10..53c73e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pdb2pqr (2.1.1+dfsg-2) UNRELEASED; urgency=medium
   * found parameter set when error raised (described in `pdb2pka-test` 
     in testsuite), updated d/docs
   * fixed `pdb2pqr-test` - now should work ok (haven't checked with apbs yet)
+  * add patch to remove debug-file-with-no-debug-symbols warning (turn on debug)
 
  -- Tatiana Malygina <merlettaia at gmail.com>  Mon, 13 Jun 2016 15:31:19 +0000
 
diff --git a/debian/patches/fix_no_debug_symbols_warning b/debian/patches/fix_no_debug_symbols_warning
new file mode 100644
index 0000000..cdaa449
--- /dev/null
+++ b/debian/patches/fix_no_debug_symbols_warning
@@ -0,0 +1,23 @@
+Author: Tatiana Malygina <merlettaia at gmail.com>
+Last-Update: 2016-06-15
+Description: this fix prevents debug-file-with-no-debug-symbols warning from 
+appearing during lintian run
+
+--- pdb2pqr.orig/build_config.py
++++ pdb2pqr/build_config.py
+@@ -58,7 +58,7 @@
+ #Set to True to build compiled extentions with debug headers.
+ #Defaults to False
+ 
+-#DEBUG=True
++DEBUG=True
+ 
+ #CXXFLAGS
+ #Set to add extra CXX flags to the build.
+@@ -78,4 +78,4 @@
+ # Requires swig on the the user path.
+ # Defaults to False
+ 
+-#REBUILD_SWIG=True
+\ No newline at end of file
++#REBUILD_SWIG=True
diff --git a/debian/patches/series b/debian/patches/series
index d177cfc..5e9fcfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix-hashbangs.patch
 no_privacy_breach_logo.patch
 do_not_try_to_build_removed_js_target.patch
 fix_hardening_no_relro
+fix_no_debug_symbols_warning

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pdb2pqr.git



More information about the debian-med-commit mailing list