[SCM] mate-window-manager Debian package branch, master, updated. 93125dc4e007ccd45a7c12a1d1f5a90acc856e89
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Jan 21 18:39:57 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/marco.git;a=commitdiff;h=73c0997
The following commit has been merged in the master branch:
commit 73c0997f4216c3fc18cb0b2c89d67472d0d4a387
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jan 21 19:15:43 2014 +0100
enable multiarch support, split up library dbg package from marco-dbg
---
debian/control | 21 ++++++++++++++++++++-
debian/rules | 3 ++-
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index a524088..d812e09 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,6 @@ Priority: extra
Architecture: any
Depends: ${misc:Depends},
marco (= ${binary:Version}),
- libmarco-private0 (= ${binary:Version}),
Description: lightweight GTK+ window manager for MATE (debugging symbols)
This package contains debugging symbols for marco and the
libmarco-private0 library. It is provided to help debugging problems.
@@ -73,6 +72,7 @@ Description: lightweight GTK+ window manager for MATE (debugging symbols)
Package: libmarco-private0
Section: libs
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
Breaks: mate-window-manager (<= 1.0.0-2),
@@ -85,9 +85,28 @@ Description: library for marco window manager
.
This package contains the library.
+
+Package: libmarco-private0-dbg
+Section: debug
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libmarco-private0 (= ${binary:Version}),
+Breaks: marco-dbg (<= 1.6.2-1~),
+Replaces: marco-dbg (<= 1.6.2-1~),
+Description: library for marco window manager (debugging symbols)
+ Marco is a small window manager, using GTK+ to do everything. It is
+ developed mainly for the MATE Desktop.
+ .
+ This package contains debugging symbols for the library.
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
+
Package: libmarco-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libmarco-private0 (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index e0052e2..7186166 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,8 @@ override_dh_auto_configure:
--disable-scrollkeeper
override_dh_strip:
- dh_strip --dbg-package=marco-dbg
+ dh_strip -pmarco --dbg-package=marco-dbg
+ dh_strip -plibmarco-private0 --dbg-package=libmarco-private0-dbg
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
--
mate-window-manager Debian package
More information about the pkg-mate-commits
mailing list