[med-svn] [ffindex] 03/06: Remove explicit -dbg package

Andreas Tille tille at debian.org
Thu Dec 29 22:15:00 UTC 2016


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

tille pushed a commit to branch master
in repository ffindex.

commit 644f61e80fb74feddbb3a5ff88d29c0e13897581
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 29 23:00:52 2016 +0100

    Remove explicit -dbg package
---
 debian/changelog |  1 +
 debian/control   | 16 ----------------
 debian/rules     |  3 ---
 3 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0091acb..ae8e26d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ffindex (0.9.9.7-2) UNRELEASED; urgency=medium
   [ Andreas Tille ]
   * Moved packaging from SVN to Git
   * Use chrpath to remove rpath since that's a lintian error
+  * Remove explicit -dbg package
 
  -- Canberk Koç <canberkkoc at gmail.com>  Fri, 24 Jun 2016 07:40:53 +0300
 
diff --git a/debian/control b/debian/control
index dc64fe0..73d3517 100644
--- a/debian/control
+++ b/debian/control
@@ -57,19 +57,3 @@ Description: library for simple index/database for huge amounts of small files (
  .
  This package contains the header files and documentation needed to develop
  applications with libffindex.
-
-Package: ffindex-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ffindex (= ${binary:Version}),
-         libffindex0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: simple index/database for huge amounts of small files (debug)
- FFindex is a very simple index/database for huge amounts of small files. The
- files are stored concatenated in one big data file, separated by '\0'. A
- second file contains a plain text index, giving name, offset and length of
- the small files. The lookup is currently done with a binary search on an
- array made from the index file.
- .
- This package provides the detached debug symbols for ffindex and libffindex.
diff --git a/debian/rules b/debian/rules
index 86e980f..5a31018 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,9 +43,6 @@ override_dh_install:
 	dh_install
 	find debian -name ffindex_apply_mpi -exec chrpath \{\} \;
 
-override_dh_strip:
-	dh_strip --dbg-package=ffindex-dbg
-
 # [Laszlo Kajan <lkajan at rostlab.org>]
 # ffindex has an overly large default for FFINDEX_MAX_INDEX_ENTRIES (40000000). In order to require less RAM for testing the package (make check), a more modest value is set below.
 override_dh_auto_test:

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



More information about the debian-med-commit mailing list