[pluma] 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 16:08:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch master
in repository pluma.
commit 815e081c2df6591365853ee1db93bca76327cba7
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Mon May 30 19:08:46 2016 +0300
debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
debian/control | 28 ----------------------------
debian/rules | 2 +-
2 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/debian/control b/debian/control
index 8a3c2a3..aa23e2e 100644
--- a/debian/control
+++ b/debian/control
@@ -104,34 +104,6 @@ Description: official text editor of the MATE desktop environment (development f
.
This package contains the development files for building Pluma plugins.
-Package: pluma-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: pluma (= ${binary:Version}),
- ${misc:Depends},
-Description: official text editor of the MATE desktop environment (debugging symbols)
- Pluma is a text editor which supports most standard editor features,
- extending this basic functionality with other features not usually
- found in simple text editors. Pluma is a graphical application which
- supports editing multiple text files in one window (known sometimes as
- tabs or MDI).
- .
- Pluma fully supports international text through its use of the
- Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
- highlighting of source code, auto indentation and printing and print preview
- support.
- .
- Pluma is also extensible through its plugin system, which currently
- includes support for spell checking, comparing files, viewing CVS
- ChangeLogs, and adjusting indentation levels.
- .
- This package contains debugging symbols for Pluma. It is
- provided to help debugging problems.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
Package: pluma-doc
Section: doc
Architecture: all
diff --git a/debian/rules b/debian/rules
index bda0409..2451247 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
override_dh_strip:
- dh_strip --dbg-package=pluma-dbg
+ dh_strip --dbgsym-migration='pluma-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/pluma.git
More information about the pkg-mate-commits
mailing list