[Python-apps-commits] r2797 - in packages/cgmail/trunk/debian (2 files)
xnox-guest at users.alioth.debian.org
xnox-guest at users.alioth.debian.org
Sun Apr 26 18:51:39 UTC 2009
Date: Sunday, April 26, 2009 @ 18:51:38
Author: xnox-guest
Revision: 2797
remove-help-from-install
Prevents installation of help, because there is no help
Added:
packages/cgmail/trunk/debian/patches/remove-help-from-install.patch
Modified:
packages/cgmail/trunk/debian/changelog
Modified: packages/cgmail/trunk/debian/changelog
===================================================================
--- packages/cgmail/trunk/debian/changelog 2009-04-26 13:27:03 UTC (rev 2796)
+++ packages/cgmail/trunk/debian/changelog 2009-04-26 18:51:38 UTC (rev 2797)
@@ -11,6 +11,8 @@
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)
+ - remove-help-from-install
+ Prevents installation of help, because there is no help
* debian/control:
- added VCS tags pointing to PAPT SVN
- improved description
@@ -21,7 +23,7 @@
* debian/NEWS added (with correct formatting)
* debian/watch removed extra empty line
- -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com> Sun, 26 Apr 2009 13:13:46 +0000
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com> Sun, 26 Apr 2009 18:47:43 +0000
cgmail (0.4.1-1) unstable; urgency=low
Added: packages/cgmail/trunk/debian/patches/remove-help-from-install.patch
===================================================================
--- packages/cgmail/trunk/debian/patches/remove-help-from-install.patch (rev 0)
+++ packages/cgmail/trunk/debian/patches/remove-help-from-install.patch 2009-04-26 18:51:38 UTC (rev 2797)
@@ -0,0 +1,12 @@
+# Prevents installation of help, because there is no GNOME OMF help.
+diff -Nur -x '*.orig' -x '*~' cgmail-0.5/setup.cfg cgmail-0.5.new/setup.cfg
+--- cgmail-0.5/setup.cfg 2008-01-17 17:14:16.000000000 +0000
++++ cgmail-0.5.new/setup.cfg 2009-04-26 19:46:51.585567660 +0100
+@@ -1,6 +1,6 @@
+ [build]
+ i18n=True
+-help=True
++help=False
+ icons=True
+
+ [build_i18n]
More information about the Python-apps-commits
mailing list