gnumeric r16715 - branches/gnumeric-1-8/debian



Author: jdassen
Date: Sat Jul 12 13:45:43 2008
New Revision: 16715
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16715&view=rev

Log:
Updated debianisation

Added:
   branches/gnumeric-1-8/debian/compat
Modified:
   branches/gnumeric-1-8/debian/changelog
   branches/gnumeric-1-8/debian/control
   branches/gnumeric-1-8/debian/copyright
   branches/gnumeric-1-8/debian/gnumeric.preinst
   branches/gnumeric-1-8/debian/rules

Modified: branches/gnumeric-1-8/debian/changelog
==============================================================================
--- branches/gnumeric-1-8/debian/changelog	(original)
+++ branches/gnumeric-1-8/debian/changelog	Sat Jul 12 13:45:43 2008
@@ -1,3 +1,20 @@
+gnumeric (1.8.3-3) unstable; urgency=low
+
+  * Pulled in updates from SVN gnumeric-1-8 branch.
+  * [debian/compat] New.
+  * [debian/rules] No longer set DH_COMPAT.
+  * [gnumeric.preinst] Added debhelper token.
+  * [debian/copyright] Fixed copyright-without-copyright-notice.
+  * [debian/control]
+    * Changed fonts suggestion now that the Liberation fonts are available in
+      main and the Microsoft Corefonts installer package has been renamed.
+      (Closes: #490039)
+    * Updated Standards-Version.
+    * Cleaned up build dependencies to fix build-depends-on-1-revision lintian
+      warning.
+
+ -- J.H.M. Dassen (Ray) <jdassen debian org>  Sat, 12 Jul 2008 15:20:19 +0200
+
 gnumeric (1.8.3-2) unstable; urgency=low
 
   * [debian/control] Reintroduced intltool build dependency.

Added: branches/gnumeric-1-8/debian/compat
==============================================================================
--- (empty file)
+++ branches/gnumeric-1-8/debian/compat	Sat Jul 12 13:45:43 2008
@@ -0,0 +1 @@
+4

Modified: branches/gnumeric-1-8/debian/control
==============================================================================
--- branches/gnumeric-1-8/debian/control	(original)
+++ branches/gnumeric-1-8/debian/control	Sat Jul 12 13:45:43 2008
@@ -8,10 +8,10 @@
  zlib1g-dev, libglib2.0-dev (>= 2.6.0), libgsf-1-dev (>= 1.14.6),
  libgoffice-0-6-dev, libxml2-dev (>= 2.6.10-2),
  libpango1.0-dev (>= 1.8.1),
- libgtk2.0-dev (>= 2.10.0), libglade2-dev (>= 1:2.4.0-1),
+ libgtk2.0-dev (>= 2.10.0), libglade2-dev (>= 1:2.4.0),
  libart-2.0-dev (>= 2.3.16-5),
- libgconf2-dev (>= 2.6.2-1), libbonobo2-dev (>= 2.6.2-4),
- libbonoboui2-dev (>= 2.6.1-1),
+ libgconf2-dev (>= 2.6.2), libbonobo2-dev (>= 2.6.2-4),
+ libbonoboui2-dev (>= 2.6.1),
  libgnome2-dev (>= 2.4.0-2), libgnomeui-dev (>= 2.4.0-2),
  libgsf-gnome-1-dev (>= 1.14.2),
  pxlib-dev (>= 0.5.1-2+b1), libpsiconv-dev (>= 0.9.8-2), libperl-dev,
@@ -19,13 +19,13 @@
 Homepage: http://www.gnumeric.org/
 Vcs-Svn: svn://svn.gnome.org/svn/gnumeric/trunk
 Vcs-Browser: http://svn.gnome.org/viewcvs/gnumeric/trunk/
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: gnumeric
 Architecture: any
 Depends: ${shlibs:Depends}, procps, gsfonts, gnumeric-common (= ${source:Version}), ${misc:Depends}
 Recommends: evince (>= 0.9.0)
-Suggests: gnumeric-doc (>= ${Upstream-Version}), gnumeric-plugins-extra, epiphany-browser, msttcorefonts
+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
 XS-Python-Version: current

Modified: branches/gnumeric-1-8/debian/copyright
==============================================================================
--- branches/gnumeric-1-8/debian/copyright	(original)
+++ branches/gnumeric-1-8/debian/copyright	Sat Jul 12 13:45:43 2008
@@ -3,7 +3,8 @@
 
 Gnumeric sources can now be found at http://www.gnome.org/gnumeric/ .
 
-Contributors to Gnumeric are listed in the file 'AUTHORS'.
+Gnumeric is Copyright 1998-2008 by the Gnumeric contributors.
+The contributors to Gnumeric are listed in the file 'AUTHORS'.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of version 2 of the GNU General Public License as published

Modified: branches/gnumeric-1-8/debian/gnumeric.preinst
==============================================================================
--- branches/gnumeric-1-8/debian/gnumeric.preinst	(original)
+++ branches/gnumeric-1-8/debian/gnumeric.preinst	Sat Jul 12 13:45:43 2008
@@ -31,4 +31,7 @@
 fi
 
 db_stop
+
+#DEBHELPER#
+
 exit 0

Modified: branches/gnumeric-1-8/debian/rules
==============================================================================
--- branches/gnumeric-1-8/debian/rules	(original)
+++ branches/gnumeric-1-8/debian/rules	Sat Jul 12 13:45:43 2008
@@ -15,9 +15,6 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 # Try to preserve timestamps as much as possible
 export INSTALL=/usr/bin/install -p
 



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