[Pkg-cli-apps-commits] r4566 - in /packages/gnome-do-plugins/trunk/debian: changelog patches/01_firefox_iceweasel_rename.dpatch
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Fri Feb 27 17:43:42 UTC 2009
Author: laney-guest
Date: Fri Feb 27 17:43:42 2009
New Revision: 4566
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4566
Log:
debian/patches/01_firefox_iceweasel_rename: The profiles file is called
profiles.ini and not profile.ini. Update accordingly.
Modified:
packages/gnome-do-plugins/trunk/debian/changelog
packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch
Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=4566&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Fri Feb 27 17:43:42 2009
@@ -1,4 +1,4 @@
-gnome-do-plugins (0.8.0.2+dfsg-1) jaunty; urgency=low
+gnome-do-plugins (0.8.0.2+dfsg-1) UNRELEASED; urgency=low
[ Christopher James Halse Rogers ]
* New upstream version
@@ -29,8 +29,10 @@
* debian/control: Add ${misc:Depends} build-dep
* debian/rules: Do not fail if configure is missing (e.g. clean twice in a
row)
+ * debian/patches/01_firefox_iceweasel_rename: The profiles file is called
+ profiles.ini and not profile.ini. Update accordingly.
- -- Christopher James Halse Rogers <raof at ubuntu.com> Thu, 05 Feb 2009 16:58:51 +1100
+ -- Christopher James Halse Rogers <raof at ubuntu.com> Fri, 27 Feb 2009 17:41:46 +0000
gnome-do-plugins (0.6.0.1+dfsg-1) experimental; urgency=low
Modified: packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch?rev=4566&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch (original)
+++ packages/gnome-do-plugins/trunk/debian/patches/01_firefox_iceweasel_rename.dpatch Fri Feb 27 17:43:42 2009
@@ -19,9 +19,9 @@
- path = Path.Combine (home, ".mozilla/firefox/profiles.ini");
+ path = Path.Combine (home, ".mozilla");
+ if (Directory.Exists (Path.Combine (path, "firefox"))) {
-+ path = Path.Combine (path, "firefox/profile.ini");
++ path = Path.Combine (path, "firefox/profiles.ini");
+ } else if (Directory.Exists (Path.Combine (path, "iceweasel"))) {
-+ path = Path.Combine (path, "iceweasel/profile.ini");
++ path = Path.Combine (path, "iceweasel/profiles.ini");
+ }
using (StreamReader r = File.OpenText (path)) {
while (null != (line = r.ReadLine ())) {
More information about the Pkg-cli-apps-commits
mailing list