[Pkg-utopia-commits] r1077 - in packages/unstable/gnome-mount/debian: . patches

Michael Biebl biebl at costa.debian.org
Thu Oct 19 21:42:13 UTC 2006


Author: biebl
Date: 2006-10-19 21:42:12 +0000 (Thu, 19 Oct 2006)
New Revision: 1077

Added:
   packages/unstable/gnome-mount/debian/patches/
   packages/unstable/gnome-mount/debian/patches/01-missing_includes.patch
Modified:
   packages/unstable/gnome-mount/debian/changelog
   packages/unstable/gnome-mount/debian/control
   packages/unstable/gnome-mount/debian/copyright
Log:
- Update maintainer email address to biebl at debian.org
- Add patch from dann frazier which fixes implicit pointer conversions


Modified: packages/unstable/gnome-mount/debian/changelog
===================================================================
--- packages/unstable/gnome-mount/debian/changelog	2006-10-19 21:36:00 UTC (rev 1076)
+++ packages/unstable/gnome-mount/debian/changelog	2006-10-19 21:42:12 UTC (rev 1077)
@@ -1,3 +1,14 @@
+gnome-mount (0.5-2) unstable; urgency=low
+
+  * debian/control
+    - Add Depends on hal and eject.
+    - Add a Recommends on cryptsetup for luks encrypted partitions.
+    - Update maintainer email address to biebl at debian.org.
+  * debian/patches/01-missing_includes.patch
+    - Added, fixes implicit pointer conversions. Closes: #393553
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 18 Oct 2006 18:37:45 +0200
+
 gnome-mount (0.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/gnome-mount/debian/control
===================================================================
--- packages/unstable/gnome-mount/debian/control	2006-10-19 21:36:00 UTC (rev 1076)
+++ packages/unstable/gnome-mount/debian/control	2006-10-19 21:42:12 UTC (rev 1077)
@@ -1,13 +1,14 @@
 Source: gnome-mount
 Section: gnome
 Priority: optional
-Maintainer: Michael Biebl <biebl at teco.edu>
+Maintainer: Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs, debhelper (>= 5.0.0), libgnome-keyring-dev (>= 0.4), libgnomeui-dev (>= 2.1.5), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libhal-storage-dev (>= 0.5.8.1), libgtk2.0-dev (>= 2.8.0), libglade2-dev, libxml-parser-perl, libnautilus-extension-dev (>= 2.5.0), libnotify-dev (>= 0.3.0)
 Standards-Version: 3.7.2
 
 Package: gnome-mount
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, hal, eject
+Recommends: cryptsetup
 Description: wrapper for (un)mounting and ejecting storage devices
  The gnome-mount package contains programs for mounting, unmounting and 
  ejecting storage devices. The goal for gnome-mount is to get the appropriate

Modified: packages/unstable/gnome-mount/debian/copyright
===================================================================
--- packages/unstable/gnome-mount/debian/copyright	2006-10-19 21:36:00 UTC (rev 1076)
+++ packages/unstable/gnome-mount/debian/copyright	2006-10-19 21:42:12 UTC (rev 1077)
@@ -1,4 +1,4 @@
-This package was debianized by Michael Biebl <biebl at teco.edu> on
+This package was debianized by Michael Biebl <biebl at debian.org> on
 Tue, 15 Aug 2006 23:58:34 +0200.
 
 It was downloaded from http://people.freedesktop.org/~david/dist/
@@ -28,5 +28,5 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
-The Debian packaging is (C) 2006, Michael Biebl <biebl at teco.edu> and
+The Debian packaging is (C) 2006, Michael Biebl <biebl at debian.org> and
 is licensed under the GPL, see above.

Added: packages/unstable/gnome-mount/debian/patches/01-missing_includes.patch
===================================================================
--- packages/unstable/gnome-mount/debian/patches/01-missing_includes.patch	                        (rev 0)
+++ packages/unstable/gnome-mount/debian/patches/01-missing_includes.patch	2006-10-19 21:42:12 UTC (rev 1077)
@@ -0,0 +1,24 @@
+diff -urN gnome-mount-0.5.orig/src/gnome-mount-properties-view.c gnome-mount-0.5/src/gnome-mount-properties-view.c
+--- gnome-mount-0.5.orig/src/gnome-mount-properties-view.c	2006-08-13 22:17:22.000000000 -0600
++++ gnome-mount-0.5/src/gnome-mount-properties-view.c	2006-10-16 14:15:31.000000000 -0600
+@@ -34,6 +34,7 @@
+ #include <sys/time.h>
+ #include <string.h>
+ #include <gconf/gconf-client.h>
++#include <libgnomevfs/gnome-vfs-utils.h>
+ 
+ #ifdef __FreeBSD__
+ #include <fstab.h>
+diff -urN gnome-mount-0.5.orig/src/gnome-mount-properties.c gnome-mount-0.5/src/gnome-mount-properties.c
+--- gnome-mount-0.5.orig/src/gnome-mount-properties.c	2006-07-16 14:33:58.000000000 -0600
++++ gnome-mount-0.5/src/gnome-mount-properties.c	2006-10-16 14:11:13.000000000 -0600
+@@ -31,6 +31,8 @@
+ #include <libnautilus-extension/nautilus-info-provider.h>
+ #include <libnautilus-extension/nautilus-property-page-provider.h>
+ 
++#include <gtk/gtklabel.h>
++
+ #include "gnome-mount-properties-view.h"
+ 
+ static DBusConnection *dbus_connection;
+




More information about the Pkg-utopia-commits mailing list