This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository cycle.

commit aa0061f121d0a930b3ce9e33de4c1d94ee7f2a78
Author: Andreas Tille <ti...@debian.org>
Date:   Fri Feb 2 19:14:43 2018 +0100

    DEP3
---
 debian/changelog                          | 1 +
 debian/patches/01_directories.patch       | 4 ++++
 debian/patches/02_dialogs_fix.patch       | 4 ++++
 debian/patches/03a_dialogs_message.patch  | 4 ++++
 debian/patches/03b_dialogs_strings.patch  | 4 ++++
 debian/patches/04_cal_year_strings.patch  | 4 ++++
 debian/patches/05a_report_year_ical.patch | 4 ++++
 debian/patches/05b_export_to_ical.patch   | 4 ++++
 debian/patches/06a_save_load.patch        | 4 ++++
 debian/patches/06b_enter_your_name.patch  | 4 ++++
 10 files changed, 37 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f777bae..e21f1a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ cycle (0.3.1-13) UNRELEASED; urgency=medium
   * debhelper 11
   * Remove old menu file since there is a desktop file
   * d/rules: Short dh
+  * DEP3
 
  -- Andreas Tille <ti...@debian.org>  Fri, 02 Feb 2018 16:45:51 +0100
 
diff --git a/debian/patches/01_directories.patch 
b/debian/patches/01_directories.patch
index 5382952..3a200d9 100644
--- a/debian/patches/01_directories.patch
+++ b/debian/patches/01_directories.patch
@@ -1,3 +1,7 @@
+Author: Ana Guerrero López
+Last-Update: 2007-12-04 11:00:14 +0000
+Description: Set directories as per Debian policy
+
 --- a/set_dir.py
 +++ b/set_dir.py
 @@ -1,5 +1,5 @@
diff --git a/debian/patches/02_dialogs_fix.patch 
b/debian/patches/02_dialogs_fix.patch
index 904b225..3654983 100644
--- a/debian/patches/02_dialogs_fix.patch
+++ b/debian/patches/02_dialogs_fix.patch
@@ -1,3 +1,7 @@
+Author: Ana Guerrero López
+Last-Update: 2007-12-04 11:00:14
+Description: Fix diaglogs
+
 --- a/dialogs.py
 +++ b/dialogs.py
 @@ -181,20 +181,20 @@ def get_users():
diff --git a/debian/patches/03a_dialogs_message.patch 
b/debian/patches/03a_dialogs_message.patch
index 26541c3..d6a0ee3 100644
--- a/debian/patches/03a_dialogs_message.patch
+++ b/debian/patches/03a_dialogs_message.patch
@@ -1,3 +1,7 @@
+Authoe: Ana Guerrero López, Miriam Ruiz
+Last-Update: 2013-04-04 23:21:41 +0000
+Description: Line breaks in dialog message
+
 --- a/dialogs.py
 +++ b/dialogs.py
 @@ -320,11 +320,11 @@ def get_new_file_name():
diff --git a/debian/patches/03b_dialogs_strings.patch 
b/debian/patches/03b_dialogs_strings.patch
index f9f847c..5851780 100644
--- a/debian/patches/03b_dialogs_strings.patch
+++ b/debian/patches/03b_dialogs_strings.patch
@@ -1,3 +1,7 @@
+Author: Ana Guerrero López
+Last-Update: 2007-12-04 11:00:14
+Description: Enhance dialog strings
+
 --- a/dialogs.py
 +++ b/dialogs.py
 @@ -375,9 +375,9 @@ class Legend_Dlg(wx.Dialog):
diff --git a/debian/patches/04_cal_year_strings.patch 
b/debian/patches/04_cal_year_strings.patch
index d5bbf64..417a834 100644
--- a/debian/patches/04_cal_year_strings.patch
+++ b/debian/patches/04_cal_year_strings.patch
@@ -1,3 +1,7 @@
+Author: Ana Guerrero López
+Last-Update: 2007-12-04 11:00:14
+Description: Fix calendar string format
+
 --- a/cal_year.py
 +++ b/cal_year.py
 @@ -70,7 +70,7 @@ class Month_Cal(wx.calendar.CalendarCtrl
diff --git a/debian/patches/05a_report_year_ical.patch 
b/debian/patches/05a_report_year_ical.patch
index 343abe5..ffcea7e 100644
--- a/debian/patches/05a_report_year_ical.patch
+++ b/debian/patches/05a_report_year_ical.patch
@@ -1,3 +1,7 @@
+Authoe: Ana Guerrero López
+Last-Update: 2007-12-04 11:00:14
+Description: Report as ical
+
 --- a/cal_year.py
 +++ b/cal_year.py
 @@ -630,6 +630,52 @@ def report_year(year):
diff --git a/debian/patches/05b_export_to_ical.patch 
b/debian/patches/05b_export_to_ical.patch
index d3c7cbb..bbaa0f0 100644
--- a/debian/patches/05b_export_to_ical.patch
+++ b/debian/patches/05b_export_to_ical.patch
@@ -1,3 +1,7 @@
+Author: Ana Guerrero López
+Last-Update: 2007-12-04 11:00:14
+Description: Export to ical
+
 --- a/cycle.py
 +++ b/cycle.py
 @@ -104,10 +104,13 @@ class MyFrame(wx.Frame):
diff --git a/debian/patches/06a_save_load.patch 
b/debian/patches/06a_save_load.patch
index 71d42a2..6e7f54e 100644
--- a/debian/patches/06a_save_load.patch
+++ b/debian/patches/06a_save_load.patch
@@ -1,3 +1,7 @@
+Author: Miriam Ruiz
+Last-Update: 2013-04-04 23:21:41 +0000
+Description: Use hashlib when saving / loading
+
 --- a/save_load.py
 +++ b/save_load.py
 @@ -12,7 +12,7 @@ warnings.filterwarnings("ignore",
diff --git a/debian/patches/06b_enter_your_name.patch 
b/debian/patches/06b_enter_your_name.patch
index 89265ce..4c00af7 100644
--- a/debian/patches/06b_enter_your_name.patch
+++ b/debian/patches/06b_enter_your_name.patch
@@ -1,3 +1,7 @@
+Author: Miriam Ruiz
+Last-Update: 2013-04-04 23:46:44 +0000
+Description: Fix spelling
+
 --- a/dialogs.py
 +++ b/dialogs.py
 @@ -326,7 +326,7 @@ def ask_name(parent=None):

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/cycle.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to