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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.0_rc3-1-10-ga0e23e4



The following commit has been merged in the debian-experimental-3.5 branch:
commit 5ce2823521134405e0c566bb64c072aa0f6372b5
Author: Rene Engelhard <rene@debian.org>
Date:   Sat Feb 11 14:21:33 2012 +0000

    install  found .gdb-py files into respective -dbg packages

diff --git a/changelog b/changelog
index d1c0a79..d2bda2f 100644
--- a/changelog
+++ b/changelog
@@ -5,7 +5,10 @@ libreoffice (1:3.5.0-1) UNRELEASED; urgency=low
   * debian/patches/no-rcX-in-final.diff: don't show rc3, it's not a rc
     amymore...
 
- -- Rene Engelhard <rene@debian.org>  Fri, 10 Feb 2012 20:40:28 +0000
+  * debian/rules:
+    - install found .gdb-py files into respective -dbg packages 
+
+ -- Rene Engelhard <rene@debian.org>  Sat, 11 Feb 2012 14:20:38 +0000
 
 libreoffice (1:3.5.0~rc3-1) experimental; urgency=low
 
diff --git a/rules b/rules
index 541eeb7..7d88353 100755
--- a/rules
+++ b/rules
@@ -2764,6 +2764,13 @@ ifeq "$(BUILD_DBG_PACKAGE)" "y"
 	# dh_strip --dbg-package= is not idempotent, force copying of the binaries
 	# again...
 	rm -f $(STAMP_DIR)/install-arch
+	# install .gdb-py
+	for i in `find $(SOURCE_TREE)/solver/ -name "*-gdb.py"`; do \
+		if echo $$i | grep -q uno_; then pkg=uno-libs3; path=usr/lib/ure/lib; \
+		else pkg=libreoffice; path=usr/lib/libreoffice/program; fi; \
+		mkdir -p debian/$$pkg-dbg/usr/lib/debug/$$path && \
+		install -m644 $$i debian/$$pkg-dbg/usr/lib/debug/$$path/`basename $$i`; \
+	done
 else
 	dh_strip -s
 endif

-- 
LibreOffice packaging repository


Reply to: