libgsf r965 - trunk/debian



Author: jdassen
Date: Thu Mar  6 07:14:01 2008
New Revision: 965
URL: http://svn.gnome.org/viewvc/libgsf?rev=965&view=rev

Log:
Updated debianisation

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/libgsf-1-dev.doc-base
   trunk/debian/rules

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Thu Mar  6 07:14:01 2008
@@ -1,3 +1,19 @@
+libgsf (1.14.8-1) unstable; urgency=low
+
+   * New upstream release.
+   * [debian/rules] No longer exclude win32.h on dh_install; upstream now only
+     tries to install it on win32 platforms.
+   * [debian/control]
+     * Bumped debhelper build dependency to match compatibility level
+       specified in debian/compat.
+     * Updated Standards-Version.
+   * [doc/gsf-office-thumbnailer.1, doc/gsf.1] Fixed lintian warnings:
+     corrected font reference and switched to .URL for hyperlinks.
+   * [debian/libgsf-1-dev.doc-base] Changed section to fit in the new section
+     hierarchy.
+
+ -- J.H.M. Dassen (Ray) <jdassen debian org>  Thu, 06 Mar 2008 07:57:05 +0100
+
 libgsf (1.14.7-2) unstable; urgency=low
 
   * [debian/control]

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control	(original)
+++ trunk/debian/control	Thu Mar  6 07:14:01 2008
@@ -2,14 +2,14 @@
 Section: libs
 Priority: optional
 Maintainer: J.H.M. Dassen (Ray) <jdassen debian org>
-Build-Depends: debhelper (>> 3.0.0), dh-buildinfo,
+Build-Depends: debhelper (>= 4), dh-buildinfo,
  gtk-doc-tools (>= 1.2-1.2),
  libglib2.0-dev (>= 2.8.0), libxml2-dev (>= 2.6.10-1),
  libbonobo2-dev (>= 2.6.0-2), libgnomevfs2-dev (>= 2.6.1.1-3),
  libbz2-dev
 Vcs-Svn: svn://svn.gnome.org/svn/libgsf/trunk
 Vcs-Browser: http://svn.gnome.org/viewcvs/libgsf/trunk/
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgsf-gnome-1-dev
 Section: libdevel
@@ -32,7 +32,7 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libgsf-gnome-1-114 (= ${Source-Version})
+Depends: libgsf-gnome-1-114 (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: libgsf-1-114-dbg
 Description: Structured File Library - debugging files for GNOME
  This package contains the files for debugging (applications that use the)

Modified: trunk/debian/libgsf-1-dev.doc-base
==============================================================================
--- trunk/debian/libgsf-1-dev.doc-base	(original)
+++ trunk/debian/libgsf-1-dev.doc-base	Thu Mar  6 07:14:01 2008
@@ -4,7 +4,7 @@
 Abstract: Reference manual for the GNOME Structured File Library.
  The GNOME Structured File Library (GSF) is an I/O abstraction for reading/
  writing compound files.
-Section: Apps/Programming
+Section: Programming/C
 
 Format: HTML
 Index: /usr/share/doc/libgsf-1-dev/html/gsf/index.html

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	(original)
+++ trunk/debian/rules	Thu Mar  6 07:14:01 2008
@@ -179,7 +179,7 @@
 	# and directories should belong to a package.
 endif
 
-	dh_install --sourcedir=debian/tmp --fail-missing -Xindex.sgml -Xwin32.h
+	dh_install --sourcedir=debian/tmp --fail-missing -Xindex.sgml
 
 # This single target is used to build all the packages, all at once, or
 # one at a time. So keep in mind: any options passed to commands here will



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