[Python-modules-commits] [simplejson] 01/01: Don't override DEB_BUILD_OPTIONS

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Apr 15 13:37:13 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository simplejson.

commit 0ecfecd862e7809e30de6ae40f53ca911bc091fc
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Apr 15 15:36:58 2016 +0200

    Don't override DEB_BUILD_OPTIONS
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a9af5e0..1fe70eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_OPTIONS=noddebs
-
 export PYBUILD_DESTDIR_python2=debian/python-simplejson/
 export PYBUILD_DESTDIR_python2-dbg=debian/python-simplejson-dbg/
 export PYBUILD_DESTDIR_python3=debian/python3-simplejson/
@@ -19,3 +17,6 @@ build-indep:
 
 override_dh_sphinxdoc:
 	dh_sphinxdoc -p python-simplejson-doc
+
+override_dh_strip:
+	dh_strip --no-automatic-dbgsym

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/simplejson.git



More information about the Python-modules-commits mailing list