[Python-apps-commits] r2796 - in packages/cgmail/trunk/debian (2 files)
xnox-guest at users.alioth.debian.org
xnox-guest at users.alioth.debian.org
Sun Apr 26 13:27:04 UTC 2009
Date: Sunday, April 26, 2009 @ 13:27:03
Author: xnox-guest
Revision: 2796
* debian/patches/
- remove-feedparser.patch
Removes lib/feedparser.py (lintian tag convenience copy of code)
- remove-encoding-desktop-files.patch
Removes encoding key (UTF-8) from desktop files (lintian tag)
Added:
packages/cgmail/trunk/debian/patches/remove-encoding-desktop-files.patch
Modified:
packages/cgmail/trunk/debian/changelog
Modified: packages/cgmail/trunk/debian/changelog
===================================================================
--- packages/cgmail/trunk/debian/changelog 2009-04-26 13:08:03 UTC (rev 2795)
+++ packages/cgmail/trunk/debian/changelog 2009-04-26 13:27:03 UTC (rev 2796)
@@ -6,8 +6,11 @@
* debian/rules
- Switched to cdbs and python-support
- added utils.mk to use list-missing target in pbuilder
- * debian/patches/remove-feedparser.patch
- - Removes lib/feedparser.py (lintian tag convenience copy of code)
+ * debian/patches/
+ - remove-feedparser.patch
+ Removes lib/feedparser.py (lintian tag convenience copy of code)
+ - remove-encoding-desktop-files.patch
+ Removes encoding key (UTF-8) from desktop files (lintian tag)
* debian/control:
- added VCS tags pointing to PAPT SVN
- improved description
@@ -18,7 +21,7 @@
* debian/NEWS added (with correct formatting)
* debian/watch removed extra empty line
- -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com> Sat, 18 Apr 2009 22:25:01 +0000
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com> Sun, 26 Apr 2009 13:13:46 +0000
cgmail (0.4.1-1) unstable; urgency=low
Added: packages/cgmail/trunk/debian/patches/remove-encoding-desktop-files.patch
===================================================================
--- packages/cgmail/trunk/debian/patches/remove-encoding-desktop-files.patch (rev 0)
+++ packages/cgmail/trunk/debian/patches/remove-encoding-desktop-files.patch 2009-04-26 13:27:03 UTC (rev 2796)
@@ -0,0 +1,21 @@
+# Removes Encoding key from desktop files as per lintian tag
+diff -Nur -x '*.orig' -x '*~' cgmail-0.5/data/cgmail.desktop cgmail-0.5.new/data/cgmail.desktop
+--- cgmail-0.5/data/cgmail.desktop 2008-01-17 17:14:16.000000000 +0000
++++ cgmail-0.5.new/data/cgmail.desktop 2009-04-26 14:12:00.998881383 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=cGmail
+ Comment=Gnome mail checker
+ Exec=cgmail
+diff -Nur -x '*.orig' -x '*~' cgmail-0.5/data/cgmailservice.desktop cgmail-0.5.new/data/cgmailservice.desktop
+--- cgmail-0.5/data/cgmailservice.desktop 2008-01-17 17:14:16.000000000 +0000
++++ cgmail-0.5.new/data/cgmailservice.desktop 2009-04-26 14:12:10.966881402 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ Version=1.0
+-Encoding=UTF-8
+ Name=cGmail email checker
+ Exec=cgmailservice
+ X-GNOME-Autostart-enabled=true
More information about the Python-apps-commits
mailing list