r15926 - in /desktop/experimental/gnome-system-tools/debian: changelog control control.in gnome-network-admin.install gnome-network-admin.menu gnome-system-tools.install gnome-system-tools.menu install menu

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon May 12 19:35:21 UTC 2008


Author: lool
Date: Mon May 12 19:35:20 2008
New Revision: 15926

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15926
Log:
* Add a new gnome-network-admin package for network-admin; based on a patch
  by Robert Millan; closes: #460691.
  - Target at experimental for NEW.
  - gnome-network-admin depends on gnome-system-tools for translations.
  - gnome-network-admin replaces gnome-system-tools (<< 2.20.0-3) as it now
    ships the help manual, menu files etc.
  - Add per package debian/*.install and debian/*.menu files; drop
    debian/install and debian/menu.
  - Add a new entry in the control file.

Added:
    desktop/experimental/gnome-system-tools/debian/gnome-network-admin.install
    desktop/experimental/gnome-system-tools/debian/gnome-network-admin.menu
    desktop/experimental/gnome-system-tools/debian/gnome-system-tools.install
    desktop/experimental/gnome-system-tools/debian/gnome-system-tools.menu
Removed:
    desktop/experimental/gnome-system-tools/debian/install
    desktop/experimental/gnome-system-tools/debian/menu
Modified:
    desktop/experimental/gnome-system-tools/debian/changelog
    desktop/experimental/gnome-system-tools/debian/control
    desktop/experimental/gnome-system-tools/debian/control.in

Modified: desktop/experimental/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/changelog?rev=15926&op=diff
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/changelog (original)
+++ desktop/experimental/gnome-system-tools/debian/changelog Mon May 12 19:35:20 2008
@@ -1,3 +1,17 @@
+gnome-system-tools (2.20.0-3) experimental; urgency=low
+
+  * Add a new gnome-network-admin package for network-admin; based on a patch
+    by Robert Millan; closes: #460691.
+    - Target at experimental for NEW.
+    - gnome-network-admin depends on gnome-system-tools for translations.
+    - gnome-network-admin replaces gnome-system-tools (<< 2.20.0-3) as it now
+      ships the help manual, menu files etc.
+    - Add per package debian/*.install and debian/*.menu files; drop
+      debian/install and debian/menu.
+    - Add a new entry in the control file.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 12 May 2008 21:20:56 +0200
+
 gnome-system-tools (2.20.0-2) unstable; urgency=low
 
   [ Sam Morris ]

Modified: desktop/experimental/gnome-system-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/control?rev=15926&op=diff
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/control (original)
+++ desktop/experimental/gnome-system-tools/debian/control Mon May 12 19:35:20 2008
@@ -50,11 +50,26 @@
   * Full integration with the new GNOME Control Center.
   * An user-friendly interface to carry out the main administration tasks.
   * The use of a common user interface in every system.
-  * A common structure that makes easy the development of new system tools. 
- Nowadays there are tools for managing: 
+  * A common structure that makes easy the development of new system tools.
+ Nowadays there are tools for managing:
   - Users and groups
   - Date and time
   - Network configuration
   - Bootloaders
   - Runlevels
 
+Package: gnome-network-admin
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         gnome-system-tools
+Replaces: gnome-system-tools (<< 2.20.0-3)
+Description: GNOME Network Administration Tool
+ The GNOME System Tools are a fully integrated set of tools aimed to make easy
+ the job that means the computer administration on an UNIX or Linux system.
+ They're thought to help from the new Linux or UNIX user to the system
+ administrators.
+ .
+ This package provides network-admin, a program to specify the way your
+ system connects to other computers and to the Internet.
+

Modified: desktop/experimental/gnome-system-tools/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/control.in?rev=15926&op=diff
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/control.in (original)
+++ desktop/experimental/gnome-system-tools/debian/control.in Mon May 12 19:35:20 2008
@@ -50,11 +50,26 @@
   * Full integration with the new GNOME Control Center.
   * An user-friendly interface to carry out the main administration tasks.
   * The use of a common user interface in every system.
-  * A common structure that makes easy the development of new system tools. 
- Nowadays there are tools for managing: 
+  * A common structure that makes easy the development of new system tools.
+ Nowadays there are tools for managing:
   - Users and groups
   - Date and time
   - Network configuration
   - Bootloaders
   - Runlevels
 
+Package: gnome-network-admin
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         gnome-system-tools
+Replaces: gnome-system-tools (<< 2.20.0-3)
+Description: GNOME Network Administration Tool
+ The GNOME System Tools are a fully integrated set of tools aimed to make easy
+ the job that means the computer administration on an UNIX or Linux system.
+ They're thought to help from the new Linux or UNIX user to the system
+ administrators.
+ .
+ This package provides network-admin, a program to specify the way your
+ system connects to other computers and to the Internet.
+

Added: desktop/experimental/gnome-system-tools/debian/gnome-network-admin.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/gnome-network-admin.install?rev=15926&op=file
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/gnome-network-admin.install (added)
+++ desktop/experimental/gnome-system-tools/debian/gnome-network-admin.install Mon May 12 19:35:20 2008
@@ -1,0 +1,4 @@
+debian/pixmaps/network.xpm usr/share/gnome-system-tools/pixmaps/
+debian/tmp/usr/bin/network-admin
+debian/tmp/usr/share/gnome/help/network-admin
+debian/tmp/usr/share/omf/network-admin

Added: desktop/experimental/gnome-system-tools/debian/gnome-network-admin.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/gnome-network-admin.menu?rev=15926&op=file
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/gnome-network-admin.menu (added)
+++ desktop/experimental/gnome-system-tools/debian/gnome-network-admin.menu Mon May 12 19:35:20 2008
@@ -1,0 +1,4 @@
+?package(gnome-system-tools):needs="X11" section="Apps/System"\
+  hints="Network"\
+  title="Network Admin" command="/usr/bin/network-admin"\
+  icon="/usr/share/gnome-system-tools/pixmaps/network.xpm"

Added: desktop/experimental/gnome-system-tools/debian/gnome-system-tools.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/gnome-system-tools.install?rev=15926&op=file
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/gnome-system-tools.install (added)
+++ desktop/experimental/gnome-system-tools/debian/gnome-system-tools.install Mon May 12 19:35:20 2008
@@ -1,0 +1,24 @@
+debian/pixmaps/boot.xpm usr/share/gnome-system-tools/pixmaps/
+debian/pixmaps/disks.xpm usr/share/gnome-system-tools/pixmaps/
+debian/pixmaps/services.xpm usr/share/gnome-system-tools/pixmaps/
+debian/pixmaps/time.xpm usr/share/gnome-system-tools/pixmaps/
+debian/pixmaps/users.xpm usr/share/gnome-system-tools/pixmaps/
+debian/tmp/etc/gconf
+debian/tmp/usr/bin/services-admin
+debian/tmp/usr/bin/shares-admin
+debian/tmp/usr/bin/time-admin
+debian/tmp/usr/bin/users-admin
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/lib/nautilus
+debian/tmp/usr/share/locale
+debian/tmp/usr/share/icons/hicolor
+debian/tmp/usr/share/omf
+debian/tmp/usr/share/gnome-system-tools
+debian/tmp/usr/share/applications/services.desktop
+debian/tmp/usr/share/applications/shares.desktop
+debian/tmp/usr/share/applications/time.desktop
+debian/tmp/usr/share/applications/users.desktop
+debian/tmp/usr/share/gnome/help/services-admin
+debian/tmp/usr/share/gnome/help/shares-admin
+debian/tmp/usr/share/gnome/help/time-admin
+debian/tmp/usr/share/gnome/help/users-admin

Added: desktop/experimental/gnome-system-tools/debian/gnome-system-tools.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-system-tools/debian/gnome-system-tools.menu?rev=15926&op=file
==============================================================================
--- desktop/experimental/gnome-system-tools/debian/gnome-system-tools.menu (added)
+++ desktop/experimental/gnome-system-tools/debian/gnome-system-tools.menu Mon May 12 19:35:20 2008
@@ -1,0 +1,20 @@
+?package(gnome-system-tools):needs="X11" section="Apps/System"\
+  hints="Time"\
+  title="Time Admin" command="/usr/bin/time-admin"\
+  icon="/usr/share/gnome-system-tools/pixmaps/time.xpm"
+
+?package(gnome-system-tools):needs="X11" section="Apps/System"\
+  hints="Network"\
+  title="Shares Admin" command="/usr/bin/shares-admin"\
+  icon="/usr/share/gnome-system-tools/pixmaps/shares.xpm"
+
+?package(gnome-system-tools):needs="X11" section="Apps/System"\
+  hints="Users"\
+  title="User accounts Admin" command="/usr/bin/users-admin"\
+  icon="/usr/share/gnome-system-tools/pixmaps/users.xpm"
+
+?package(gnome-system-tools):needs="X11" section="Apps/System"\
+  hints="RunLevel"\
+  title="Services Admin" command="/usr/bin/services-admin"\
+  icon="/usr/share/gnome-system-tools/pixmaps/services.xpm"
+




More information about the pkg-gnome-commits mailing list