r16650 - in /desktop/unstable/gnome-system-tools/debian: changelog patches/62_postgresql.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jul 25 18:12:02 UTC 2008


Author: joss
Date: Fri Jul 25 18:12:01 2008
New Revision: 16650

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16650
Log:
62_postgresql.patch: add postgresql-8.3 to supported databases.
Closes: #492355.

Added:
    desktop/unstable/gnome-system-tools/debian/patches/62_postgresql.patch
Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/patches/series

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=16650&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog Fri Jul 25 18:12:01 2008
@@ -8,6 +8,8 @@
   [ Josselin Mouette ]
   * 61_network_auto.patch: patch from Ubuntu/upstream to add "auto" line 
     in /etc/network/interfaces when needed. Closes: #488250.
+  * 62_postgresql.patch: add postgresql-8.3 to supported databases.
+    Closes: #492355.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 08 Jul 2008 18:25:17 +0200
 

Added: desktop/unstable/gnome-system-tools/debian/patches/62_postgresql.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/62_postgresql.patch?rev=16650&op=file
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/62_postgresql.patch (added)
+++ desktop/unstable/gnome-system-tools/debian/patches/62_postgresql.patch Fri Jul 25 18:12:01 2008
@@ -1,0 +1,14 @@
+Debian #492355
+
+Index: gnome-system-tools-2.22.0/src/common/gst-service-role.c
+===================================================================
+--- gnome-system-tools-2.22.0.orig/src/common/gst-service-role.c	2008-07-25 20:10:55.692298812 +0200
++++ gnome-system-tools-2.22.0/src/common/gst-service-role.c	2008-07-25 20:11:08.535714664 +0200
+@@ -146,6 +146,7 @@ static ServiceRole services[] = {
+ 	{ "postgresql-8.0",         GST_ROLE_DATABASE_SERVER },
+ 	{ "postgresql-8.1",         GST_ROLE_DATABASE_SERVER },
+ 	{ "postgresql-8.2",         GST_ROLE_DATABASE_SERVER },
++	{ "postgresql-8.3",         GST_ROLE_DATABASE_SERVER },
+ 	{ "powernowd",              GST_ROLE_CPUFREQ_MANAGEMENT },
+ 	{ "pptpd",                  GST_ROLE_VPN_SERVER },
+ 	{ "proftpd",                GST_ROLE_FILE_SERVER_FTP },

Modified: desktop/unstable/gnome-system-tools/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/series?rev=16650&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/series (original)
+++ desktop/unstable/gnome-system-tools/debian/patches/series Fri Jul 25 18:12:01 2008
@@ -4,3 +4,4 @@
 50_min-max-gid.patch
 60_save_crash.patch
 61_network_auto.patch
+62_postgresql.patch




More information about the pkg-gnome-commits mailing list