[med-svn] [Git][med-team/bedops][master] 3 commits: less debug info to avoid running out of address space

Andreas Tille gitlab at salsa.debian.org
Tue Mar 27 08:41:55 UTC 2018


Andreas Tille pushed to branch master at Debian Med / bedops


Commits:
47c508bc by Andreas Tille at 2018-03-27T10:06:31+02:00
less debug info to avoid running out of address space

- - - - -
72d1f25e by Andreas Tille at 2018-03-27T10:10:31+02:00
bedops-doc: Breaks: bedops

- - - - -
c594f054 by Andreas Tille at 2018-03-27T10:31:50+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+bedops (2.4.32+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Adrian Bunk ]
+  * less debug info to avoid running out of address space
+    Closes: #894156
+
+  [ Andreas Tille ]
+  * bedops-doc: Breaks: bedops (<= 2.4.32) (due to separated documentation)
+    Closes: #894143
+
+ -- Andreas Tille <tille at debian.org>  Tue, 27 Mar 2018 10:10:36 +0200
+
 bedops (2.4.32+dfsg-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Section: doc
 Depends: ${misc:Depends},
          libjs-sphinxdoc,
          libjs-mathjax
+Breaks: bedops (<= 2.4.32)
 Description: high-performance genomic feature operations (documentation)
  BEDOPS is a suite of tools to address common questions raised in genomic
  studies, mostly with regard to overlap and proximity relationships between


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,15 @@ include /usr/share/dpkg/pkg-info.mk
 
 include /usr/share/dpkg/default.mk
 
+include /usr/share/dpkg/architecture.mk
+
+# less debug info to avoid running
+# out of address space
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+  export DEB_CFLAGS_MAINT_APPEND = -g1
+  export DEB_CXXFLAGS_MAINT_APPEND = -g1
+endif
+
 docpkg := $(DEB_SOURCE)-doc
 
 %:



View it on GitLab: https://salsa.debian.org/med-team/bedops/compare/00e99e2d0fd6c4f9e97ed9c6692cc7bb1a80b984...c594f054f4c9a516291fbbea97e6ba73759f77a5

---
View it on GitLab: https://salsa.debian.org/med-team/bedops/compare/00e99e2d0fd6c4f9e97ed9c6692cc7bb1a80b984...c594f054f4c9a516291fbbea97e6ba73759f77a5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180327/5cc2d657/attachment-0001.html>


More information about the debian-med-commit mailing list