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

Bug#606368: libreoffice: Patch to support squeeze backports



Package: libreoffice
Severity: wishlist
Tags: patch

Hi,

please consider applying the attached patch to support squeeze backports.

Regards,
Daniel

--
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@progress-technologies.net
Internet:       http://people.progress-technologies.net/~daniel.baumann/
>From 3189decfe858c67ae2875b0a85567adef019e5d5 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-technologies.net>
Date: Wed, 8 Dec 2010 18:30:09 +0100
Subject: [PATCH] Adding support for squeeze-backports in rules.

---
 debian/rules |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4bf09b7..c02978d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,10 @@ ifeq "$(DISTREL)" "lenny"
  LENNY_BACKPORT=y
 endif
 
+ifeq "$(DISTREL)" "squeeze"
+ SQUEEZE_BACKPORT=y
+endif
+
 #########
 # Default package configuration
 #
@@ -395,6 +399,13 @@ endif
   USE_SYSTEM_TEXTCAT_DATA=n
 endif
 
+# Debian Squeeze
+ifeq "$(SQUEEZE_BACKPORT)" "y"
+  USE_SYSTEM_LIBWPD=n
+  USE_SYSTEM_LIBWPG=n
+  USE_SYSTEM_LIBWPS=n
+endif
+
 # the archive only accepts bzip2 compressed members on 3.0 (quilt)
 ifeq "$(DEBSRC_VERSION)" "3.0"
   USE_BZIP_COMPRESS=y
-- 
1.7.2.3


Reply to: