[SCM] mate-desktop Debian package branch, master, updated. debian/1.6.1-3-18-gb8b8587
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Mar 6 09:44:21 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-desktop.git;a=commitdiff;h=0594d51
The following commit has been merged in the master branch:
commit 0594d51764ecd26bbb64d80186d22a3699a78d0e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Mar 6 10:34:01 2014 +0100
Split up mate-desktop-dbg into two bin:packages.
---
debian/changelog | 10 ++++++++--
debian/control | 22 ++++++++++++++++++++--
debian/rules | 5 +++--
3 files changed, 31 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e3d13c1..30852b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-mate-desktop (1.8.0+dfsg1-1) UNRELEASED; urgency=low
+mate-desktop (1.8.0+dfsg1-2) UNRELEASED; urgency=low
+
+ * Split up mate-desktop-dbg into two bin:packages.
+
+ -- Mike Gabriel <sunweaver at debian.org> Thu, 06 Mar 2014 10:33:29 +0100
+
+mate-desktop (1.8.0+dfsg1-1) unstable; urgency=low
* New upstream release.
* Repack upstream tarball.
@@ -22,7 +28,7 @@ mate-desktop (1.8.0+dfsg1-1) UNRELEASED; urgency=low
* debian/mate-desktop-common.install: Adapt to new upstream release.
* lintian: Remove unused overrides.
- -- Mike Gabriel <sunweaver at debian.org> Wed, 05 Mar 2014 23:16:41 +0100
+ -- Mike Gabriel <sunweaver at debian.org> Thu, 06 Mar 2014 10:17:22 +0100
mate-desktop (1.6.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 76ebf2d..0aa80cd 100644
--- a/debian/control
+++ b/debian/control
@@ -127,10 +127,9 @@ Package: mate-desktop-dbg
Section: debug
Priority: extra
Architecture: any
-Multi-Arch: same
+Multi-Arch: foreign
Depends: ${misc:Depends},
mate-desktop (= ${binary:Version}),
- libmate-desktop-2-17 (= ${binary:Version}),
Description: Library with common API for various MATE modules (debugging symbols)
The MATE component mate-desktop contains the libmate-desktop library, the
mate-about program, as well as some desktop-wide documents.
@@ -139,6 +138,25 @@ Description: Library with common API for various MATE modules (debugging symbols
on the desktop, but that cannot live in the platform for various
reasons.
.
+ This package contains the debugging symbols for the mate-about executable.
+ They are installed into /usr/lib/debug and will automatically be used
+ by gdb.
+
+Package: libmate-desktop-2-17-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libmate-desktop-2-17 (= ${binary:Version}),
+Description: Library with common API for various MATE modules (library debugging symbols)
+ The MATE component mate-desktop contains the libmate-desktop library, the
+ mate-about program, as well as some desktop-wide documents.
+ .
+ The libmate-desktop library provides an API shared by several applications
+ on the desktop, but that cannot live in the platform for various
+ reasons.
+ .
This package contains the debugging symbols for the mate-desktop library.
They are installed into /usr/lib/debug and will automatically be used
by gdb.
diff --git a/debian/rules b/debian/rules
index f1e110d..2b580c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,8 @@ override_dh_auto_configure:
--enable-gtk-doc
override_dh_strip:
- dh_strip --dbg-package=mate-desktop-dbg
+ dh_strip -pmate-desktop --dbg-package=mate-desktop-dbg
+ dh_strip -plibmate-desktop-2-17 --dbg-package=libmate-desktop-2-17-dbg
get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
@
@@ -46,4 +47,4 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
| XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
- && $(RM) -r "$(PKG)-$(VER)"
\ No newline at end of file
+ && $(RM) -r "$(PKG)-$(VER)"
--
mate-desktop Debian package
More information about the pkg-mate-commits
mailing list