[Pkg-cli-apps-commits] [SCM] longomatch branch, master, updated. debian/0.16.5-1-16-gc09b098
Iain Lane
laney at debian.org
Sun Jun 26 19:15:53 UTC 2011
The following commit has been merged in the master branch:
commit a6c60e8d69375385340edfb657eb7f1f768b4bb0
Author: Iain Lane <laney at debian.org>
Date: Sun Jun 26 14:57:32 2011 +0100
Add new patch to use unicode escape sequences to fix CS1012 error
diff --git a/debian/patches/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch b/debian/patches/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch
new file mode 100644
index 0000000..8a5529e
--- /dev/null
+++ b/debian/patches/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch
@@ -0,0 +1,338 @@
+From: Iain Lane <laney at debian.org>
+Date: Sun, 26 Jun 2011 14:55:46 +0100
+Subject: Fix CS1012 by using unicode escape sequences instead of literals
+
+---
+ .../LongoMatch.Gui.Component.CategoryProperties.cs | 2 +-
+ .../LongoMatch.Gui.Component.PlayerProperties.cs | 6 ++--
+ ...ongoMatch.Gui.Component.ProjectDetailsWidget.cs | 12 ++++----
+ .../LongoMatch.Gui.Component.ProjectListWidget.cs | 2 +-
+ .../LongoMatch.Gui.Component.TaggerWidget.cs | 2 +-
+ .../gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs | 2 +-
+ .../LongoMatch.Gui.Dialog.SnapshotsDialog.cs | 2 +-
+ ...LongoMatch.Gui.Dialog.VideoEditionProperties.cs | 2 +-
+ LongoMatch/gtk-gui/gui.stetic | 30 ++++++++++----------
+ 9 files changed, 30 insertions(+), 30 deletions(-)
+
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -60,7 +60,7 @@
+ this.nameentry.CanFocus = true;
+ this.nameentry.Name = "nameentry";
+ this.nameentry.IsEditable = true;
+- this.nameentry.InvisibleChar = '●';
++ this.nameentry.InvisibleChar = '\u25CF';
+ this.hbox4.Add (this.nameentry);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.nameentry]));
+ w2.Position = 1;
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -230,7 +230,7 @@
+ this.nameentry.CanFocus = true;
+ this.nameentry.Name = "nameentry";
+ this.nameentry.IsEditable = true;
+- this.nameentry.InvisibleChar = '●';
++ this.nameentry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.nameentry);
+ global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.nameentry]));
+ w17.LeftAttach = ((uint)(1));
+@@ -242,7 +242,7 @@
+ this.nationalityentry.CanFocus = true;
+ this.nationalityentry.Name = "nationalityentry";
+ this.nationalityentry.IsEditable = true;
+- this.nationalityentry.InvisibleChar = '●';
++ this.nationalityentry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.nationalityentry);
+ global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.nationalityentry]));
+ w18.TopAttach = ((uint)(6));
+@@ -284,7 +284,7 @@
+ this.positionentry.CanFocus = true;
+ this.positionentry.Name = "positionentry";
+ this.positionentry.IsEditable = true;
+- this.positionentry.InvisibleChar = '●';
++ this.positionentry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.positionentry);
+ global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.positionentry]));
+ w21.TopAttach = ((uint)(2));
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -120,7 +120,7 @@
+ this.competitionentry.CanFocus = true;
+ this.competitionentry.Name = "competitionentry";
+ this.competitionentry.IsEditable = true;
+- this.competitionentry.InvisibleChar = '●';
++ this.competitionentry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.competitionentry);
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.competitionentry]));
+ w1.TopAttach = ((uint)(4));
+@@ -148,7 +148,7 @@
+ this.fileEntry.CanFocus = true;
+ this.fileEntry.Name = "fileEntry";
+ this.fileEntry.IsEditable = false;
+- this.fileEntry.InvisibleChar = '●';
++ this.fileEntry.InvisibleChar = '\u25CF';
+ this.filehbox.Add (this.fileEntry);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.filehbox[this.fileEntry]));
+ w3.Position = 0;
+@@ -325,7 +325,7 @@
+ this.dateEntry.CanFocus = true;
+ this.dateEntry.Name = "dateEntry";
+ this.dateEntry.IsEditable = false;
+- this.dateEntry.InvisibleChar = '●';
++ this.dateEntry.InvisibleChar = '\u25CF';
+ this.hbox5.Add (this.dateEntry);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.dateEntry]));
+ w20.Position = 0;
+@@ -415,7 +415,7 @@
+ this.localTeamEntry.CanFocus = true;
+ this.localTeamEntry.Name = "localTeamEntry";
+ this.localTeamEntry.IsEditable = true;
+- this.localTeamEntry.InvisibleChar = '●';
++ this.localTeamEntry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.localTeamEntry);
+ global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table1[this.localTeamEntry]));
+ w36.LeftAttach = ((uint)(1));
+@@ -435,7 +435,7 @@
+ this.seasonentry.CanFocus = true;
+ this.seasonentry.Name = "seasonentry";
+ this.seasonentry.IsEditable = true;
+- this.seasonentry.InvisibleChar = '●';
++ this.seasonentry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.seasonentry);
+ global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1[this.seasonentry]));
+ w38.TopAttach = ((uint)(3));
+@@ -459,7 +459,7 @@
+ this.visitorTeamEntry.CanFocus = true;
+ this.visitorTeamEntry.Name = "visitorTeamEntry";
+ this.visitorTeamEntry.IsEditable = true;
+- this.visitorTeamEntry.InvisibleChar = '●';
++ this.visitorTeamEntry.InvisibleChar = '\u25CF';
+ this.table1.Add (this.visitorTeamEntry);
+ global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table1[this.visitorTeamEntry]));
+ w40.TopAttach = ((uint)(1));
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -51,7 +51,7 @@
+ this.filterEntry.CanFocus = true;
+ this.filterEntry.Name = "filterEntry";
+ this.filterEntry.IsEditable = true;
+- this.filterEntry.InvisibleChar = '●';
++ this.filterEntry.InvisibleChar = '\u25CF';
+ this.hbox1.Add (this.filterEntry);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.filterEntry]));
+ w3.Position = 1;
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -64,7 +64,7 @@
+ this.entry1.CanFocus = true;
+ this.entry1.Name = "entry1";
+ this.entry1.IsEditable = true;
+- this.entry1.InvisibleChar = '•';
++ this.entry1.InvisibleChar = '\u2022';
+ this.hbox1.Add (this.entry1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry1]));
+ w6.Position = 0;
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -64,7 +64,7 @@
+ this.entry1.CanFocus = true;
+ this.entry1.Name = "entry1";
+ this.entry1.IsEditable = true;
+- this.entry1.InvisibleChar = '●';
++ this.entry1.InvisibleChar = '\u25CF';
+ this.table1.Add (this.entry1);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
+ w3.LeftAttach = ((uint)(1));
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -44,7 +44,7 @@
+ this.entry1.CanFocus = true;
+ this.entry1.Name = "entry1";
+ this.entry1.IsEditable = true;
+- this.entry1.InvisibleChar = '●';
++ this.entry1.InvisibleChar = '\u25CF';
+ this.table1.Add (this.entry1);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
+ w2.TopAttach = ((uint)(1));
+Index: longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs 2011-06-26 14:58:00.795179698 +0100
++++ longomatch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs 2011-06-26 15:03:30.772239906 +0100
+@@ -199,7 +199,7 @@
+ this.fileentry.CanFocus = true;
+ this.fileentry.Name = "fileentry";
+ this.fileentry.IsEditable = false;
+- this.fileentry.InvisibleChar = '●';
++ this.fileentry.InvisibleChar = '\u25CF';
+ this.hbox3.Add (this.fileentry);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fileentry]));
+ w15.Position = 0;
+Index: longomatch/LongoMatch/gtk-gui/gui.stetic
+===================================================================
+--- longomatch.orig/LongoMatch/gtk-gui/gui.stetic 2011-06-26 14:58:00.805179305 +0100
++++ longomatch/LongoMatch/gtk-gui/gui.stetic 2011-06-26 15:03:30.772239906 +0100
+@@ -33,7 +33,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnEdited" />
+ </widget>
+ <packing>
+@@ -80,7 +80,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">False</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnEdited" />
+ </widget>
+ <packing>
+@@ -369,7 +369,7 @@
+ <property name="MemberName">dateEntry</property>
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">False</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnEdited" />
+ </widget>
+ <packing>
+@@ -508,7 +508,7 @@
+ <property name="MemberName">localTeamEntry</property>
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnEdited" />
+ </widget>
+ <packing>
+@@ -547,7 +547,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnEdited" />
+ </widget>
+ <packing>
+@@ -590,7 +590,7 @@
+ <property name="MemberName">visitorTeamEntry</property>
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnEdited" />
+ </widget>
+ <packing>
+@@ -916,7 +916,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnFilterentryChanged" />
+ </widget>
+ <packing>
+@@ -2253,7 +2253,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnNameentryChanged" />
+ </widget>
+ <packing>
+@@ -2664,7 +2664,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ </widget>
+ <packing>
+ <property name="LeftAttach">1</property>
+@@ -3193,7 +3193,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">False</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ </widget>
+ <packing>
+ <property name="Position">0</property>
+@@ -3311,7 +3311,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">1</property>
+@@ -4070,7 +4070,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnNameentryChanged" />
+ </widget>
+ <packing>
+@@ -4092,7 +4092,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnNationalityentryChanged" />
+ </widget>
+ <packing>
+@@ -4168,7 +4168,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">●</property>
++ <property name="InvisibleChar">\u25CF</property>
+ <signal name="Changed" handler="OnPositionentryChanged" />
+ </widget>
+ <packing>
+@@ -5562,7 +5562,7 @@
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="IsEditable">True</property>
+- <property name="InvisibleChar">•</property>
++ <property name="InvisibleChar">\u2022</property>
+ <signal name="Activated" handler="OnEntry1Activated" />
+ </widget>
+ <packing>
+Index: longomatch/po/POTFILES.skip
+===================================================================
+--- longomatch.orig/po/POTFILES.skip 2011-06-26 15:03:41.371824464 +0100
++++ longomatch/po/POTFILES.skip 2011-06-26 15:03:56.521230718 +0100
+@@ -16,3 +16,11 @@
+ CesarPlayer/Capturer/GvcUseType.cs
+ LongoMatch/Time/DrawingsList.cs
+ LongoMatch/longomatch.desktop.in
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.PlayerProperties.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectDetailsWidget.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.ProjectListWidget.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.EntryDialog.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.SnapshotsDialog.cs
++.pc/0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch/LongoMatch/gtk-gui/LongoMatch.Gui.Dialog.VideoEditionProperties.cs
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..acd69f0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-CS1012-by-using-unicode-escape-sequences-instead.patch
--
longomatch
More information about the Pkg-cli-apps-commits
mailing list