[milter-manager-commit] milter-manager/milter-manager at 89fe3b1 [master] package debian: Add missing `-g` option

Zurück zum Archiv-Index

Kenji Okimoto null+****@clear*****
Thu Jun 15 11:47:08 JST 2017


Kenji Okimoto	2017-06-15 11:47:08 +0900 (Thu, 15 Jun 2017)

  New Revision: 89fe3b17d246f2cb2a954be54f2772a00d6637e5
  https://github.com/milter-manager/milter-manager/commit/89fe3b17d246f2cb2a954be54f2772a00d6637e5

  Message:
    package debian: Add missing `-g` option
    
    In previous version, debian/rules overwrites CFLAGS, and we cannot
    create debug symbols for some packages.
    
    See https://lintian.debian.org/tags/debug-file-with-no-debug-symbols.html

  Modified files:
    package/debian/rules

  Modified: package/debian/rules (+2 -0)
===================================================================
--- package/debian/rules    2017-06-15 10:54:11 +0900 (d96c3e3)
+++ package/debian/rules    2017-06-15 11:47:08 +0900 (fad0f84)
@@ -5,6 +5,8 @@
 #export DH_VERBOSE=1
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
+# Keep debug symbols
+export CFLAGS += -g
 # search rbgobject.h
 export CFLAGS += -I$(ruby -rrbconfig -e 'print RbConfig::CONFIG["vendorarchdir"]')
 # Workaround ev.h path
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the milter-manager-commit mailing list
Zurück zum Archiv-Index