[med-svn] [librostlab] 01/02: debhelper 10, drop explicit debug package

Andreas Tille tille at debian.org
Tue Jun 20 07:22:20 UTC 2017


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

tille pushed a commit to branch master
in repository librostlab.

commit 594be304cdb0036bb916345abb58aa11276dbe4e
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jun 20 09:15:05 2017 +0200

    debhelper 10, drop explicit debug package
---
 debian/changelog |  2 ++
 debian/compat    |  2 +-
 debian/control   | 20 +-------------------
 debian/rules     |  9 +++------
 4 files changed, 7 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c983720..239d3c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ librostlab (1.0.20-7) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * update Build-Depends from latex-xcolor to texlive-latex-recommended
     Closes: #865257
+  * debhelper 10
+  * drop explicit debug package
 
  -- Andreas Tille <tille at debian.org>  Tue, 20 Jun 2017 09:05:07 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index fa03052..22a7808 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
            Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                dh-autoreconf,
                doxygen,
                graphviz,
@@ -87,21 +87,3 @@ Description: C++ library for computational biology (documentation)
   * umask resource
  .
  This package contains html documentation.
-
-Package: librostlab3-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: librostlab3 (= ${binary:Version}),
-         ${misc:Depends}
-Description: debugging symbols for librostlab
- The library provides the following facilities:
-  * current working directory resource
-  * exception with stack backtrace
-  * file lock resource
-  * passwd and group structures for C++
-  * effective uid and gid resource
-  * rostlab::bio::seq class with stream input operator for FASTA format
-  * umask resource
- .
- This package provides the detached debug symbols for librostlab.
diff --git a/debian/rules b/debian/rules
index 02a7683..e430807 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,22 +5,19 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf --with linktree --parallel
+	dh $@ --with autoreconf --with linktree
 
 override_dh_auto_configure:
-	dh_auto_configure --parallel -- --enable-doxygen-dot --enable-doxygen-pdf
+	dh_auto_configure -- --enable-doxygen-dot --enable-doxygen-pdf
 
 override_dh_auto_build:
-	dh_auto_build --parallel
+	dh_auto_build
 	$(MAKE) -C lib doxygen-doc
 
 override_dh_installdocs:
 	dh_installdocs
 	find debian -name "*_*.md5" -delete
 
-override_dh_strip:
-	dh_strip --dbg-package=librostlab3-dbg
-
 override_dh_compress:
 	dh_compress -Xlibrostlab.tag
 

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



More information about the debian-med-commit mailing list