[mate-user-share] 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:49:10 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-user-share.

commit 4f701c7899eeba6d59d5ba324f1d39d57f8f3cac
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Mon May 30 18:49:00 2016 +0300

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

diff --git a/debian/control b/debian/control
index a86c0b1..c09b052 100644
--- a/debian/control
+++ b/debian/control
@@ -74,30 +74,3 @@ Description: User level public file sharing via WebDAV or ObexFTP (common files)
  .
  This package contains the architecture independent files.
 
-Package: mate-user-share-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: mate-user-share (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends},
-Description: User level public file sharing via WebDAV or ObexFTP (debugging symbols)
- MATE user share is a small tool that binds together various free
- software projects to bring easy to use user-level file sharing to the
- masses.
- .
- The program is meant to run in the background when the user is logged
- in, and when file sharing is enabled a webdav server is started that
- shares the $HOME/Public folder. The share is then published to all
- computers on the local network using mDNS/rendezvous, so that it shows
- up in the Network location in GNOME.
- .
- The dav server used is Apache, so you need that installed. Avahi or
- Howl is used for mDNS support, so you need to have that installed and
- mDNSResolver running.
- .
- This package contains debugging symbols for the MATE user share tool.
- 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 aa0e0ec..e578166 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ include /usr/share/dpkg/buildflags.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_DH_STRIP_ARGS_ALL = --dbgsym-migration='mate-user-share-dbg (<< 1.14.0-2~)'
+
 DEB_BUILD_PARALLEL = 1
 
 DEB_CONFIGURE_SCRIPT := ./autogen.sh

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



More information about the pkg-mate-commits mailing list