r17884 - in /packages/unstable/gnome-mud/debian: changelog control control.in dirs menu patches/01_fix_desktop_file.patch watch

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Dec 9 14:09:39 UTC 2008


Author: pochu-guest
Date: Tue Dec  9 14:09:38 2008
New Revision: 17884

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17884
Log:
* debian/control.in: Wrap build-depends.
* Update Standards-Version to 3.8.0, no changes needed.
* debian/watch: Don't uupdate.
* debian/menu: Fix lintian warnings.
* debian/patches/01_fix_desktop_file.patch:
  - Update the desktop file to the latest standard.

Added:
    packages/unstable/gnome-mud/debian/patches/01_fix_desktop_file.patch
Modified:
    packages/unstable/gnome-mud/debian/changelog
    packages/unstable/gnome-mud/debian/control
    packages/unstable/gnome-mud/debian/control.in
    packages/unstable/gnome-mud/debian/dirs
    packages/unstable/gnome-mud/debian/menu
    packages/unstable/gnome-mud/debian/watch

Modified: packages/unstable/gnome-mud/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/changelog?rev=17884&op=diff
==============================================================================
--- packages/unstable/gnome-mud/debian/changelog (original)
+++ packages/unstable/gnome-mud/debian/changelog Tue Dec  9 14:09:38 2008
@@ -6,6 +6,12 @@
   [ Emilio Pozuelo Monfort ]
   * Regenerate debian/control to get an updated list of Uploaders.
     Closes: #508202.
+  * debian/control.in: Wrap build-depends.
+  * Update Standards-Version to 3.8.0, no changes needed.
+  * debian/watch: Don't uupdate.
+  * debian/menu: Fix lintian warnings.
+  * debian/patches/01_fix_desktop_file.patch:
+    - Update the desktop file to the latest standard.
 
  -- Loic Minier <lool at dooz.org>  Sat, 13 Jan 2007 23:59:15 +0100
 

Modified: packages/unstable/gnome-mud/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/control?rev=17884&op=diff
==============================================================================
--- packages/unstable/gnome-mud/debian/control (original)
+++ packages/unstable/gnome-mud/debian/control Tue Dec  9 14:09:38 2008
@@ -3,8 +3,18 @@
 Priority: optional
 Maintainer: Jordi Mallach <jordi at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: cdbs (>= 0.4.0), debhelper (>= 4.2.27), libglade2-dev, libgnomeui-dev, libvte-dev (>= 0.10.26), intltool, zlib1g-dev, python-dev, python-gtk2-dev, gnome-pkg-tools, scrollkeeper
-Standards-Version: 3.6.1.0
+Build-Depends: cdbs (>= 0.4.0),
+               debhelper (>= 4.2.27),
+               libglade2-dev,
+               libgnomeui-dev,
+               libvte-dev (>= 0.10.26),
+               intltool,
+               zlib1g-dev,
+               python-dev,
+               python-gtk2-dev,
+               gnome-pkg-tools,
+               scrollkeeper
+Standards-Version: 3.8.0
 
 Package: gnome-mud
 Architecture: any

Modified: packages/unstable/gnome-mud/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/control.in?rev=17884&op=diff
==============================================================================
--- packages/unstable/gnome-mud/debian/control.in (original)
+++ packages/unstable/gnome-mud/debian/control.in Tue Dec  9 14:09:38 2008
@@ -3,8 +3,18 @@
 Priority: optional
 Maintainer: Jordi Mallach <jordi at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.0), debhelper (>= 4.2.27), libglade2-dev, libgnomeui-dev, libvte-dev (>= 0.10.26), intltool, zlib1g-dev, python-dev, python-gtk2-dev, gnome-pkg-tools, scrollkeeper
-Standards-Version: 3.6.1.0
+Build-Depends: cdbs (>= 0.4.0),
+               debhelper (>= 4.2.27),
+               libglade2-dev,
+               libgnomeui-dev,
+               libvte-dev (>= 0.10.26),
+               intltool,
+               zlib1g-dev,
+               python-dev,
+               python-gtk2-dev,
+               gnome-pkg-tools,
+               scrollkeeper
+Standards-Version: 3.8.0
 
 Package: gnome-mud
 Architecture: any

Modified: packages/unstable/gnome-mud/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/dirs?rev=17884&op=diff
==============================================================================
--- packages/unstable/gnome-mud/debian/dirs (original)
+++ packages/unstable/gnome-mud/debian/dirs Tue Dec  9 14:09:38 2008
@@ -1,3 +1,0 @@
-usr/games
-usr/share/gnome-mud
-usr/share/man/man6

Modified: packages/unstable/gnome-mud/debian/menu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/menu?rev=17884&op=diff
==============================================================================
--- packages/unstable/gnome-mud/debian/menu (original)
+++ packages/unstable/gnome-mud/debian/menu Tue Dec  9 14:09:38 2008
@@ -1,4 +1,7 @@
-?package(gnome-mud):needs=X11 section=Games/Adventure \
-  title="GNOME-Mud" command="/usr/games/gnome-mud" \
-  longtitle="GNOME MUD Client" \
-  hints="MUD,Gtk, GNOME"
+?package(gnome-mud): \
+ needs="X11" \
+ section="Games/Adventure" \
+ title="GNOME-Mud" \
+ command="/usr/games/gnome-mud" \
+ longtitle="GNOME MUD Client" \
+ hints="MUD,Gtk,GNOME"

Added: packages/unstable/gnome-mud/debian/patches/01_fix_desktop_file.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/patches/01_fix_desktop_file.patch?rev=17884&op=file
==============================================================================
--- packages/unstable/gnome-mud/debian/patches/01_fix_desktop_file.patch (added)
+++ packages/unstable/gnome-mud/debian/patches/01_fix_desktop_file.patch Tue Dec  9 14:09:38 2008
@@ -1,0 +1,20 @@
+Forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=563846
+
+--- gnome-mud-0.10.7/gnome-mud.desktop.in.orig	2008-12-09 14:32:52.000000000 +0100
++++ gnome-mud-0.10.7/gnome-mud.desktop.in	2008-12-09 14:33:10.000000000 +0100
+@@ -1,13 +1,12 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ _Name=GNOME-Mud
+ _Comment=The GNOME MUD Client
+ Exec=gnome-mud
+-Icon=gnome-mud.png
++Icon=gnome-mud
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+-Categories=GNOME;Application;Game;Adventure;
++Categories=GNOME;Game;
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=gnome-mud
+ X-GNOME-Bugzilla-Component=general

Modified: packages/unstable/gnome-mud/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-mud/debian/watch?rev=17884&op=diff
==============================================================================
--- packages/unstable/gnome-mud/debian/watch (original)
+++ packages/unstable/gnome-mud/debian/watch Tue Dec  9 14:09:38 2008
@@ -1,4 +1,3 @@
 version=2
 ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mud/0.10/ \
-	gnome-mud-(.*)\.tar\.gz \
-	debian uupdate
+	gnome-mud-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list