[mate-utils] 01/01: debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Mon May 30 15:58:48 UTC 2016


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

gnugr-guest pushed a commit to branch master
in repository mate-utils.

commit 278f36b6e7d1677e8590c154c0613636e701c1c4
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Mon May 30 18:58:25 2016 +0300

    debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
 debian/control | 41 -----------------------------------------
 debian/rules   |  4 ++--
 2 files changed, 2 insertions(+), 43 deletions(-)

diff --git a/debian/control b/debian/control
index 094166f..e2cf3ca 100644
--- a/debian/control
+++ b/debian/control
@@ -64,28 +64,6 @@ Description: MATE desktop utilities (common files)
  .
  This package contains the architecture independent files.
 
-Package: mate-utils-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mate-utils (= ${binary:Version}),
-         ${misc:Depends},
-Description: MATE desktop utilities (debugging symbols)
- This package contains all the tools bundled as MATE utilities:
-  - mate-disk-usage-analyzer, a disk usage analyser
-  - mate-dictionary, a program which can look up the definition of words
-    over the internet (including a panel applet to do the same)
-  - mate-search-tool, with which one can find files by name or content
-  - mate-system-log, a log viewing application
-  - mate-screenshot, a tool to take desktop screenshots and save them into
-    a file
- .
- This package contains debugging symbols for the MATE desktop utilities.
- It is provided to help debugging problems.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
 Package: libmatedict6
 Section: libs
 Architecture: any
@@ -115,22 +93,3 @@ Description: MATE desktop utilities (matedict development files)
  .
  This package provides the development files of the MATE dictionary library.
 
-Package: libmatedict6-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Provides: libmatedict-dbg,
-Depends: libmatedict6 (= ${binary:Version}),
-         ${misc:Depends},
-Breaks: mate-utils-dbg (<< 1.8.0),
-Replaces: mate-utils-dbg (<< 1.8.0),
-Description: MATE desktop utilities (matedict debugging symbols)
- The MATE dictionary is a program which can look up the definition of words
- over the internet (including a panel applet to do the same). MATE
- dictionary is included in the MATE utilities bundle.
- .
- This package contains debugging symbols for the MATE dictionary library.
- It is provided to help debugging problems.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
diff --git a/debian/rules b/debian/rules
index 6c88334..c55c7a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ override_dh_auto_configure:
 		--with-gtk=3.0
 
 override_dh_strip:
-	dh_strip -pmate-utils --dbg-package=mate-utils-dbg
-	dh_strip -plibmatedict6 --dbg-package=libmatedict6-dbg
+	dh_strip -pmate-utils --dbgsym-migration='mate-utils-dbg (<< 1.14.0-2~)'
+	dh_strip -plibmatedict6 --dbgsym-migration='libmatedict6-dbg (<< 1.14.0-2~)'
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-utils.git



More information about the pkg-mate-commits mailing list