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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.0.1_rc1-2-82-g1309fd5



The following commit has been merged in the debian-experimental-4.1 branch:
commit fd5c32f7b502c5b2f81c2559182602c66d0880f6
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Mar 13 01:42:43 2013 +0100

    initial non-working(!) liblibreoffice stuff

diff --git a/control.liblibreoffice.in b/control.liblibreoffice.in
new file mode 100644
index 0000000..52cd0be
--- /dev/null
+++ b/control.liblibreoffice.in
@@ -0,0 +1,16 @@
+Package: liblibreofficeFIXME
+Section: libs
+Priority: extra
+Architecture: %OOO_ARCHS%
+Depends: libreoffice-core, ${misc:Depends}, ${shlibs:Depends}
+Description: foo
+ bar
+
+Package: liblibreoffice-dev
+Section: libdevel
+Priority: extra
+Architecture: %OOO_ARCHS%
+Depends: liblibreofficeFIXME (= ${Source:Version}), ${misc:Depends}, ${shlibs:D
+Description: foo
+ bar
+
diff --git a/liblibreofficeFIXME.shlibs b/liblibreofficeFIXME.shlibs
new file mode 100644
index 0000000..5bb4bee
--- /dev/null
+++ b/liblibreofficeFIXME.shlibs
@@ -0,0 +1 @@
+liblibreoffice	FIXME	liblibreofficeFIXME
diff --git a/rules b/rules
index 6d5ea06..e7df512 100755
--- a/rules
+++ b/rules
@@ -329,6 +329,7 @@ ifeq "$(USE_UCPP)" "y"
   SYSTEM_STUFF += ucpp
 endif
 ENABLE_MERGELIBS=n
+PACKAGE_LIBLIBREOFFICE=n
 
 # Default flags to pass to configure
 CONFIGURE_FLAGS= \
@@ -1465,6 +1466,9 @@ endif
 ifeq "$(PACKAGE_LIBRELOGO)" "y"
 	cat debian/control.librelogo.in >> debian/control
 endif
+ifeq "$(PACKAGE_LIBLIBREOFFICE)" "y"
+	cat debian/control.liblibreoffice.in >> debian/control
+endif
 
 	perl -pi -e "s,%OOO_ARCHS%,$(OOO_ARCHS),g" debian/control
 	perl -pi -e "s,%OOO_BASE_ARCHS%,$(OOO_BASE_ARCHS),g" debian/control

-- 
LibreOffice packaging repository


Reply to: