rev 15081 - in kde-extras/krecipes/trunk/debian: . patches

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Fri Jul 3 15:10:47 UTC 2009


Author: santa-guest
Date: 2009-07-03 15:10:45 +0000 (Fri, 03 Jul 2009)
New Revision: 15081

Added:
   kde-extras/krecipes/trunk/debian/patches/
   kde-extras/krecipes/trunk/debian/patches/fix_desktop_file.patch
   kde-extras/krecipes/trunk/debian/patches/series
Modified:
   kde-extras/krecipes/trunk/debian/changelog
   kde-extras/krecipes/trunk/debian/control
   kde-extras/krecipes/trunk/debian/rules
Log:
Patch to add main category to the desktop file


Modified: kde-extras/krecipes/trunk/debian/changelog
===================================================================
--- kde-extras/krecipes/trunk/debian/changelog	2009-07-03 14:15:30 UTC (rev 15080)
+++ kde-extras/krecipes/trunk/debian/changelog	2009-07-03 15:10:45 UTC (rev 15081)
@@ -9,8 +9,9 @@
   * Added myself as uploader
   * Bump to standars 3.82, no changes needed
   * Install KRAZY file (documentation)
+  * Patch to add main category to the desktop file
 
- -- José Manuel Santamaría Lema <panfaust at gmail.com>  Fri, 03 Jul 2009 07:39:38 +0200
+ -- José Manuel Santamaría Lema <panfaust at gmail.com>  Fri, 03 Jul 2009 16:32:42 +0200
 
 krecipes (1.0~beta2-1) unstable; urgency=low
 

Modified: kde-extras/krecipes/trunk/debian/control
===================================================================
--- kde-extras/krecipes/trunk/debian/control	2009-07-03 14:15:30 UTC (rev 15080)
+++ kde-extras/krecipes/trunk/debian/control	2009-07-03 15:10:45 UTC (rev 15081)
@@ -4,9 +4,9 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Matthias Julius <mdeb at julius-net.net>,
  José Manuel Santamaría Lema <panfaust at gmail.com>
-Build-Depends: cdbs, debhelper (>= 7), cmake, pkg-kde-tools, kdelibs5-dev,
- libsqlite3-dev, libmysqlclient15-dev, libpq-dev, libqimageblitz-dev,
- libxml2-dev, libxslt1-dev
+Build-Depends: cdbs, quilt, debhelper (>= 7), cmake, pkg-kde-tools,
+ kdelibs5-dev, libsqlite3-dev, libmysqlclient15-dev, libpq-dev,
+ libqimageblitz-dev, libxml2-dev, libxslt1-dev
 Standards-Version: 3.8.2
 Homepage: http://krecipes.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-kde/kde-extras/krecipes/trunk/

Added: kde-extras/krecipes/trunk/debian/patches/fix_desktop_file.patch
===================================================================
--- kde-extras/krecipes/trunk/debian/patches/fix_desktop_file.patch	                        (rev 0)
+++ kde-extras/krecipes/trunk/debian/patches/fix_desktop_file.patch	2009-07-03 15:10:45 UTC (rev 15081)
@@ -0,0 +1,15 @@
+# Description: Trivial patch to add main category to desktop file, it fixes a
+#  lintian warning.
+# Author: José Manuel Santamaría Lema
+# Forwarded: No, it's fixed in upstream's svn.
+--- krecipes-2.0~alpha1.orig/src/krecipes.desktop
++++ krecipes-2.0~alpha1/src/krecipes.desktop
+@@ -10,7 +10,7 @@
+ Exec=krecipes %i -caption "%c"
+ Icon=krecipes
+ Type=Application
+-Categories=Qt;KDE;Database;X-KDE-More;
++Categories=Utility;Qt;KDE;Database;X-KDE-More;
+ X-DocPath=krecipes/index.html
+ GenericName=Cooking Book
+ GenericName[be]=Кніга рэцэптаў

Added: kde-extras/krecipes/trunk/debian/patches/series
===================================================================
--- kde-extras/krecipes/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/krecipes/trunk/debian/patches/series	2009-07-03 15:10:45 UTC (rev 15081)
@@ -0,0 +1 @@
+fix_desktop_file.patch

Modified: kde-extras/krecipes/trunk/debian/rules
===================================================================
--- kde-extras/krecipes/trunk/debian/rules	2009-07-03 14:15:30 UTC (rev 15080)
+++ kde-extras/krecipes/trunk/debian/rules	2009-07-03 15:10:45 UTC (rev 15081)
@@ -6,6 +6,7 @@
 
 include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 install/krecipes-data::
 	install -D -m 644 -g root -o root debian/krecipes.xpm debian/tmp/usr/share/pixmaps/krecipes.xpm




More information about the pkg-kde-commits mailing list