[pkg-fso-commits] [libphone-utils] 06/10: drop -dbg pkg

Sebastian Reichel sre at moszumanska.debian.org
Sun Aug 28 18:09:11 UTC 2016


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

sre pushed a commit to branch master
in repository libphone-utils.

commit 0657a92bf8cb6fdf6ec759f48ec313ca824302cd
Author: Sebastian Reichel <sre at ring0.de>
Date:   Sun Aug 28 19:24:30 2016 +0200

    drop -dbg pkg
---
 debian/changelog                   |  1 +
 debian/control                     | 13 -------------
 debian/libphone-utils0-dbg.preinst | 19 -------------------
 debian/rules                       |  3 ---
 4 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49ba010..135a781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libphone-utils (0.1+git20110523-3) UNRELEASED; urgency=low
   * Remove deprecated DM-Upload-Allowed
   * Update to Debian Standards Version 3.9.8
   * Switch to canonical and secure VCS urls
+  * Drop -dbg package in favour of auto-generated dbgsym package
 
  -- Sebastian Reichel <sre at debian.org>  Sun, 28 Aug 2016 19:17:59 +0200
 
diff --git a/debian/control b/debian/control
index 13ae62a..27b14c1 100644
--- a/debian/control
+++ b/debian/control
@@ -23,19 +23,6 @@ Description: library for basic phone operations
  and the freesmartphone.org opimd daemon. It is used for handling
  international numbers.
 
-Package: libphone-utils0-dbg
-Section: debug
-Architecture: any
-Depends: libphone-utils0 (= ${binary:Version}),
-         ${misc:Depends}
-Multi-Arch: same
-Description: library for basic phone operations - debug symbols
- This library contains basic functions needed by SHR phone software
- and the freesmartphone.org opimd daemon. It is used for handling
- international numbers.
- .
- This package provides the debug symbols for the library.
-
 Package: libphone-utils-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/libphone-utils0-dbg.preinst b/debian/libphone-utils0-dbg.preinst
deleted file mode 100644
index ed1a5bf..0000000
--- a/debian/libphone-utils0-dbg.preinst
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-set -e
-
-DOCDIR=/usr/share/doc/libphone-utils0-dbg
-
-case "$1" in
-	upgrade)
-		if dpkg --compare-versions "$2" lt "0.1+git20110523-1"; then
-			if [ ! -L $DOCDIR ]; then
-				rm -rf $DOCDIR
-			fi
-		fi
-		;;
-	*)
-		;;
-esac
-
-#DEBHELPER#
diff --git a/debian/rules b/debian/rules
index 7d09865..2654f62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,5 @@
 %:
 	dh $@ --with autoreconf
 
-override_dh_strip:
-	dh_strip -plibphone-utils0 --dbg-package=libphone-utils0-dbg
-
 override_dh_installdocs:
 	dh_installdocs --link-doc=libphone-utils0

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/libphone-utils.git



More information about the pkg-fso-commits mailing list