[gnumeric] Updated debianisation



commit e8dfb5c790a4d38f3f2906d28b634df061a7b6c8
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Tue Dec 1 21:56:20 2009 +0100

    Updated debianisation

 debian/changelog                      |   12 ++++++++++++
 debian/control                        |    6 +++---
 debian/gnumeric-plugins-extra.install |    2 +-
 debian/rules                          |    4 +++-
 4 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 08f68d1..3333e75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+gnumeric (1.9.16-1) unstable; urgency=low
+
+  * [debian/control]
+    * Bumped goffice build dependency as per configure.in .
+    * Added gnumeric Recommends: lp-solve as Linear Programming solving has
+      been moved into a plugin that uses the external lp_solve program.
+  * [debian/rules, debian/control, debian/gnumeric-plugins-extra.install]
+    Disable GDA support as it requires newer GDA packages than are available
+    in unstable.
+
+ -- J.H.M. Dassen (Ray) <jdassen debian org>  Tue, 01 Dec 2009 20:52:06 +0100
+
 gnumeric (1.9.15-1) unstable; urgency=medium
 
   * New upstream development release.
diff --git a/debian/control b/debian/control
index 17e2c96..c6c0a0f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Build-Depends: debhelper (>= 7.0.0), python-central (>= 0.5), dh-buildinfo,
  po-debconf, gettext, bison, flex, rarian-compat | scrollkeeper,
  intltool (>= 0.29), libxml-parser-perl,
  zlib1g-dev, libglib2.0-dev (>= 2.12.0), libgsf-1-dev (>= 1.14.15),
- libgoffice-0-8-dev (>= 0.7.15), libxml2-dev (>= 2.6.10-2),
+ libgoffice-0-8-dev (>= 0.7.16), libxml2-dev (>= 2.6.10-2),
  libpango1.0-dev (>= 1.12.0),
  libgtk2.0-dev (>= 2.12.0), libglade2-dev (>= 1:2.4.0),
  libart-2.0-dev (>= 2.3.16-5),
  pxlib-dev (>= 0.5.1-2+b1), libpsiconv-dev (>= 0.9.8-2), libperl-dev,
- python-dev, python-gtk2-dev, libgda-4.0-dev
+ python-dev, python-gtk2-dev
 Homepage: http://www.gnumeric.org/
 Vcs-git: git://git.gnome.org/gnumeric
 Vcs-Browser: http://git.gnome.org/cgit/gnumeric
@@ -20,7 +20,7 @@ Standards-Version: 3.8.3
 Package: gnumeric
 Architecture: any
 Depends: ${shlibs:Depends}, procps, gsfonts, gnumeric-common (= ${source:Version}), ${misc:Depends}
-Recommends: evince (>= 0.9.0) | evince-gtk (>= 0.9.0)
+Recommends: evince (>= 0.9.0) | evince-gtk (>= 0.9.0), lp-solve
 Suggests: gnumeric-doc (>= ${Upstream-Version}), gnumeric-plugins-extra, epiphany-browser, ttf-liberation | ttf-mscorefonts-installer
 Conflicts: gnumeric1.0, gnumeric1.0-doc, gnumeric-doc (<< ${Upstream-Version})
 Replaces: zh-trans (<< 0.8-1), gnumeric1.0
diff --git a/debian/gnumeric-plugins-extra.install b/debian/gnumeric-plugins-extra.install
index 6de97d2..f40ad6c 100644
--- a/debian/gnumeric-plugins-extra.install
+++ b/debian/gnumeric-plugins-extra.install
@@ -1,4 +1,4 @@
-/usr/lib/gnumeric/*/plugins/gdaif/*
+# /usr/lib/gnumeric/*/plugins/gdaif/*
 # /usr/lib/gnumeric/*/plugins/gnome-db/*
 /usr/lib/gnumeric/*/plugins/gnome-glossary/*
 /usr/lib/gnumeric/*/plugins/paradox/*
diff --git a/debian/rules b/debian/rules
index 03cd50b..1331746 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,9 @@ features+= --enable-ssindex
 # The GnomeDB plugin for gnumeric requires a version of GnomeDB that is not
 # available as packages yet.
 #	Tue, 01 Sep 2009 20:49:41 +0200
-features+= --with-gda --without-gnomedb
+# Likewise for GDA.
+#	Sun, 29 Nov 2009 22:29:18 +0100
+features+= --without-gda --without-gnomedb
 
 # Psion files support
 features+= --with-psiconv



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