------------------------------------------------------------ revno: 2231 author: Daniel Baumann <daniel.baum...@progress-technologies.net> committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Wed 2010-12-08 22:32:15 +0100 message: support squeeze backports modified: changelog rules
=== modified file 'changelog' --- a/changelog 2010-12-07 13:47:02 +0000 +++ b/changelog 2010-12-08 21:32:15 +0000 @@ -1,6 +1,9 @@ libreoffice (1:3.3.0~rc1-2) UNRELEASED; urgency=low - * re-enable sdbc-postgresql + * debian/rules: + - re-enable sdbc-postgresql + - add conditional for squeeze-backports (Daniel Baumann) + (closes: #606368) -- Rene Engelhard <r...@debian.org> Tue, 07 Dec 2010 10:10:55 +0100
=== modified file 'rules' --- a/rules 2010-12-07 13:47:02 +0000 +++ b/rules 2010-12-08 21:32:15 +0000 @@ -88,6 +88,10 @@ LENNY_BACKPORT=y endif +ifeq "$(DISTREL)" "squeeze" + SQUEEZE_BACKPORT=y +endif + ######### # Default package configuration # @@ -395,6 +399,13 @@ USE_SYSTEM_LIBWPS=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