r30443 - in /desktop/unstable/gnome-control-center/debian: changelog patches/02_https.patch patches/03_ppd_h.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 14 12:01:08 UTC 2011


Author: biebl
Date: Fri Oct 14 12:01:07 2011
New Revision: 30443

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30443
Log:
Refresh patches.

Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/patches/02_https.patch
    desktop/unstable/gnome-control-center/debian/patches/03_ppd_h.patch

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=30443&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog [utf-8] Fri Oct 14 12:01:07 2011
@@ -14,6 +14,7 @@
     - Strip debian/tmp/ from .install files.
   * debian/control.in:
     - Update Vcs-* URLs.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 14 Oct 2011 13:50:15 +0200
 

Modified: desktop/unstable/gnome-control-center/debian/patches/02_https.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/02_https.patch?rev=30443&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/02_https.patch [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/patches/02_https.patch [utf-8] Fri Oct 14 12:01:07 2011
@@ -9,11 +9,11 @@
 ---
 (limited to 'panels/info')
 
-diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
-index 2283896..f4dba1b 100644
---- a/panels/info/cc-info-panel.c
-+++ b/panels/info/cc-info-panel.c
-@@ -922,7 +922,7 @@ default_app_changed (GtkAppChooserButton *button,
+Index: gnome-control-center-3.0.2/panels/info/cc-info-panel.c
+===================================================================
+--- gnome-control-center-3.0.2.orig/panels/info/cc-info-panel.c	2011-05-24 10:36:24.000000000 +0200
++++ gnome-control-center-3.0.2/panels/info/cc-info-panel.c	2011-10-14 14:00:35.066648003 +0200
+@@ -910,7 +910,7 @@
      }
  
    /* Set https support for the browser as well */
@@ -22,5 +22,3 @@
      {
        if (g_app_info_set_as_default_for_type (info, "x-scheme-handler/https", &error) == FALSE)
          {
---
-cgit v0.9.0.2

Modified: desktop/unstable/gnome-control-center/debian/patches/03_ppd_h.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/03_ppd_h.patch?rev=30443&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/03_ppd_h.patch [utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/patches/03_ppd_h.patch [utf-8] Fri Oct 14 12:01:07 2011
@@ -5,11 +5,11 @@
 
 cups/ppd.h is not included by cups/cups.h since CUPS 1.5.
 ---
-diff --git a/configure.ac b/configure.ac
-index 24a2f8b..f8d5ff1 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -147,7 +147,7 @@ if test x"$enable_cups" != x"no" ; then
+Index: gnome-control-center-3.0.2/configure.ac
+===================================================================
+--- gnome-control-center-3.0.2.orig/configure.ac	2011-05-24 10:49:08.000000000 +0200
++++ gnome-control-center-3.0.2/configure.ac	2011-10-14 14:00:39.578591281 +0200
+@@ -145,7 +145,7 @@
    CUPS_API_MAJOR=`echo $ECHO_N $CUPS_API_VERSION | cut -d . -f 1`
    CUPS_API_MINOR=`echo $ECHO_N $CUPS_API_VERSION | cut -d . -f 2`
  
@@ -18,10 +18,10 @@
                     AC_MSG_ERROR([CUPS headers not found but CUPS support requested]))
  
    if ! test $CUPS_API_MAJOR -gt 1 -o \
-diff --git a/panels/printers/pp-new-printer-dialog.c b/panels/printers/pp-new-printer-dialog.c
-index a6164fa..d972c4d 100644
---- a/panels/printers/pp-new-printer-dialog.c
-+++ b/panels/printers/pp-new-printer-dialog.c
+Index: gnome-control-center-3.0.2/panels/printers/pp-new-printer-dialog.c
+===================================================================
+--- gnome-control-center-3.0.2.orig/panels/printers/pp-new-printer-dialog.c	2011-05-09 12:31:40.000000000 +0200
++++ gnome-control-center-3.0.2/panels/printers/pp-new-printer-dialog.c	2011-10-14 14:00:39.582591231 +0200
 @@ -31,6 +31,7 @@
  #include <gtk/gtk.h>
  
@@ -30,10 +30,10 @@
  
  #include "pp-new-printer-dialog.h"
  #include "pp-utils.h"
-diff --git a/panels/printers/pp-utils.c b/panels/printers/pp-utils.c
-index 07ccfc3..faa29b9 100644
---- a/panels/printers/pp-utils.c
-+++ b/panels/printers/pp-utils.c
+Index: gnome-control-center-3.0.2/panels/printers/pp-utils.c
+===================================================================
+--- gnome-control-center-3.0.2.orig/panels/printers/pp-utils.c	2011-05-09 12:31:40.000000000 +0200
++++ gnome-control-center-3.0.2/panels/printers/pp-utils.c	2011-10-14 14:00:39.582591231 +0200
 @@ -25,6 +25,7 @@
  #include <glib/gstdio.h>
  #include <gtk/gtk.h>
@@ -42,5 +42,3 @@
  #include <dbus/dbus-glib.h>
  
  #include "pp-utils.h"
---
-cgit v0.9.0.2




More information about the pkg-gnome-commits mailing list