[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 03/03: readd lost move of sal.py/cppu.py and libuno*.so.3-gdb.py into uno-libs3-dbg (closes: #788848)



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

rene pushed a commit to branch debian-experimental-5.0
in repository libreoffice.

commit 44b0afe950daf395b271790a40300478a1544693
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Jun 17 09:27:51 2015 +0200

    readd lost move of sal.py/cppu.py and libuno*.so.3-gdb.py into uno-libs3-dbg (closes: #788848)
---
 changelog |  4 +++-
 rules     | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 0ce7214..80e0d38 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,4 @@
-libreoffice (1:5.0.0~rc1~git20150615-1) UNRELEASED; urgency=medium
+libreoffice (1:5.0.0~rc1~git20150616-1) UNRELEASED; urgency=medium
 
   * New upstream snapshot
     - fixes "Can't use a hash as a reference" deprecation warning/error in
@@ -8,6 +8,8 @@ libreoffice (1:5.0.0~rc1~git20150615-1) UNRELEASED; urgency=medium
     0.9.1 from master
 
   * debian/rules:
+    - readd lost move of sal.py/cppu.py and libuno*.so.3-gdb.py
+      into uno-libs3-dbg (closes: #788848)
     - build-depend on liborcus >= 0.9.0
 
  -- Rene Engelhard <rene@debian.org>  Tue, 16 Jun 2015 20:10:01 +0200
diff --git a/rules b/rules
index b5e41eb..9f832d1 100755
--- a/rules
+++ b/rules
@@ -3084,7 +3084,18 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 	mkdir -p $(PKGDIR)-dbg/usr/share/libreoffice/gdb
 	mv $(CURDIR)/debian/tmp/usr/share/libreoffice/gdb/libreoffice \
 		$(PKGDIR)-dbg/usr/share/libreoffice/gdb
-	# FIXME. Move stuff which was in ure-dbg back to it here.
+	# FIXME: or better ure-dbg (ure/lib?). Then again ure is a link which is in -common
+	# anyways...
+	mkdir -p debian/uno-libs3-dbg/usr/share/gdb/auto-load/$(OODIR)/program
+	mv $(PKGDIR)-dbg/usr/share/gdb/auto-load/$(OODIR)/program/libuno_cppu.so.3-gdb.py \
+		debian/uno-libs3-dbg/usr/share/gdb/auto-load/$(OODIR)/program
+	mv $(PKGDIR)-dbg/usr/share/gdb/auto-load/$(OODIR)/program/libuno_sal.so.3-gdb.py \
+		debian/uno-libs3-dbg/usr/share/gdb/auto-load/$(OODIR)/program
+	mkdir -p debian/uno-libs3-dbg/usr/share/libreoffice/gdb/libreoffice
+	mv $(PKGDIR)-dbg/usr/share/libreoffice/gdb/libreoffice/cppu.py \
+		debian/uno-libs3-dbg/usr/share/libreoffice/gdb/libreoffice
+	mv $(PKGDIR)-dbg/usr/share/libreoffice/gdb/libreoffice/sal.py \
+		debian/uno-libs3-dbg/usr/share/libreoffice/gdb/libreoffice
 endif
 else
 	dh_strip -s

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


Reply to: