r21761 - in /desktop/unstable/gnome-system-tools/debian: changelog control patches/03_duplicated_field_desktop_file.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Oct 3 14:47:39 UTC 2009


Author: pochu
Date: Sat Oct  3 14:47:38 2009
New Revision: 21761

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21761
Log:
* debian/patches/03_duplicated_field_desktop_file.patch:
  - New patch, remove duplicated Version field from a desktop file.

Added:
    desktop/unstable/gnome-system-tools/debian/patches/03_duplicated_field_desktop_file.patch
Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/control
    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=21761&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog [utf-8] Sat Oct  3 14:47:38 2009
@@ -1,4 +1,4 @@
-gnome-system-tools (2.28.0-1) UNRELEASED; urgency=low
+gnome-system-tools (2.28.0-1) unstable; urgency=low
 
   * New upstream release.
     - debian/patches/18_disable_uid.patch,
@@ -29,8 +29,10 @@
     debian/pixmaps/disks.xpm,
     debian/rules:
     - boot-admin and disks-admin are gone for good, remove related stuff.
-
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 01 Oct 2009 15:31:46 +0200
+  * debian/patches/03_duplicated_field_desktop_file.patch:
+    - New patch, remove duplicated Version field from a desktop file.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 03 Oct 2009 14:52:30 +0200
 
 gnome-system-tools (2.22.2-1) unstable; urgency=low
 

Modified: desktop/unstable/gnome-system-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/control?rev=21761&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/control [utf-8] Sat Oct  3 14:47:38 2009
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>,
            Niv Sardi <xaiki at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,
@@ -10,27 +10,27 @@
                quilt,
                debhelper (>= 5),
                liboobs-1-dev (>= 2.21.3),
-               libgtk2.0-dev (>= 2.11.3),
+               libgtk2.0-dev (>= 2.16),
                cracklib2-dev,
                libglib2.0-dev (>= 2.15.2),
                libgconf2-dev (>= 2.2.0),
                libdbus-1-dev (>= 0.32),
-               libpolkit-dbus-dev (>= 0.5),
+               libpolkit-gtk-1-dev (>= 0.92),
+               system-tools-backends-dev (>= 2.8),
                gettext,
                libxml-parser-perl,
                gnome-pkg-tools,
                scrollkeeper,
                gnome-doc-utils (>= 0.3.2),
                pkg-config
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 
 Package: gnome-system-tools
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          perl,
-         policykit-gnome,
-         system-tools-backends (>= 2.6.0-3)
+         system-tools-backends (>= 2.8.1)
 Recommends: gnome-control-center (>= 1:2.10.1-1)
 Suggests: ntp
 Replaces: ximian-setup-tools, gnome-network-admin

Added: desktop/unstable/gnome-system-tools/debian/patches/03_duplicated_field_desktop_file.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/03_duplicated_field_desktop_file.patch?rev=21761&op=file
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/03_duplicated_field_desktop_file.patch (added)
+++ desktop/unstable/gnome-system-tools/debian/patches/03_duplicated_field_desktop_file.patch [utf-8] Sat Oct  3 14:47:38 2009
@@ -1,0 +1,21 @@
+From 8de8d5b94de3b6946b833c2e667882eb42973cc8 Mon Sep 17 00:00:00 2001
+From: Emilio Pozuelo Monfort <pochu27 at gmail.com>
+Date: Fri, 2 Oct 2009 13:53:52 +0200
+Subject: [PATCH 1/2] Remove duplicated Version field in desktop file
+
+---
+ src/users/users.desktop.in.in |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/src/users/users.desktop.in.in b/src/users/users.desktop.in.in
+index b76c6ac..df591af 100644
+--- a/src/users/users.desktop.in.in
++++ b/src/users/users.desktop.in.in
+@@ -12,4 +12,3 @@ X-GNOME-Bugzilla-Product=gnome-system-tools
+ X-GNOME-Bugzilla-Component=users-admin
+ X-GNOME-Bugzilla-Version=@VERSION@
+ StartupNotify=true
+-Version=1.0
+-- 
+1.6.4.3
+

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=21761&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-system-tools/debian/patches/series [utf-8] Sat Oct  3 14:47:38 2009
@@ -1,5 +1,6 @@
 01_wait_for_backends.patch
 02_dont_check_for_nautilus_when_not_building_it.patch
+03_duplicated_field_desktop_file.patch
 10_disable_interfaces.patch
 11_dont_show_shares.patch
 40_more-groups.patch




More information about the pkg-gnome-commits mailing list