File: changelog

package info (click to toggle)
monajat 2.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,944 kB
  • ctags: 196
  • sloc: python: 1,442; makefile: 131; xml: 6
file content (159 lines) | stat: -rw-r--r-- 6,420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
monajat (2.6.5-1) unstable; urgency=medium

  * New upstream release.
  * Update URL in watch file.
  * debian/control:
    + Replaced python-gtk2 & python-notify with python-gobject in
      monajat-applet's Depends
    + Update Standards-Version to 3.9.5
    + Add intltool to Build-Deps
  * debian/copyright: Update copyright years.
  * debian/gbp.conf: Remove compression field.
  * Dropped fix_locale.diff patch, as it is included upstream.
  * debian/rules: Replace overrides for dh_auto_build & dh_auto_clean with
    overrides for dh_auto_{clean,build,install} to run them with
    python_distutils & makefile build systems.
  * Added separate_pyinstall.diff patch to separate python build/install calls
    from Makefile

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sat, 12 Apr 2014 19:05:04 +0200

monajat (2.6.3-2) unstable; urgency=low

  * debian/control:
    + Remove python-eggtrayicon from Depends (Closes: #702106)
    + Bumped Standards-Version to 3.9.4
    + Remove obsolete DMUA field
    + Use canonical URIs in VCS-* fields
  * Updated copyright format & years
  * Bumped compat level to 9

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sat, 18 May 2013 17:07:04 +0200

monajat (2.6.3-1) unstable; urgency=low

  * New upstream release.
  * Remove drop_cmp_to_key.diff as it is included in new upstream release.
  * Updated fix_locale.diff to set language after several trials
  * debian/control: Set monajat transitional package to be of priority extra
    and in the oldlibs section

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sat, 26 Nov 2011 23:49:32 +0200

monajat (2.6.2-2) unstable; urgency=low

  * Added drop_cmp_to_key.diff patch to drop import of cmp_to_key, it isn't
    supported by Python 2.6 and it's not used anyways (Closes: #646441)
  * Added fix_locale.diff patch to fix locale setting logic (Closes: #646483)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Wed, 26 Oct 2011 08:14:11 +0200

monajat (2.6.2-1) unstable; urgency=low

  * New upstream release.
  * Removed patches applied upstream: fix-lang-selection.diff,
    remove-timeout-to-fix-lp-844680.patch
  * debian/copyright: Updated copyright format & years

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sat, 22 Oct 2011 09:40:19 +0200

monajat (2.6.1-3) unstable; urgency=low

  * debian/gbp.conf: Set pristine-tar to true
  * Added remove-timeout-to-fix-lp-844680.patch patch to remove timeout which
    causes Monajat to crash in Oneiric (LP: #844680)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 11 Sep 2011 09:01:53 +0200

monajat (2.6.1-2) unstable; urgency=low

  * debian/control: Added libitl0 to python-monajat's Depends
  * Added fix-lang-selection.diff patch from upstream to fix language
    selection.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Mon, 15 Aug 2011 23:43:04 +0200

monajat (2.6.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    + Set DMUA upon request by sponsor (Mehdi Dogguy)
    + Bumped Standards-Version to 3.9.2
    + Use Breaks instead of Conflicts with version
    + Added X-Python-Version field
  * Switch to dh_python2
    + Removed debian/pyversions
    + debian/control:
      - Drop Provides: ${python:Provides}
      - Drop python-support from Build-Deps
      - Bumped python-all Build-Dep to (>= 2.6.6-3~)
    + debian/rules:
      - added --with python2 to dh call.
      - Override dh_python2 to process monajat-screenlet, as dh_python2 does
        not check shebangs in weird locations.
  * Bumped compat level to 8
  * debian/python-monajat.install: Added monajat/itl.py
  * debian/monajat-data.install: Install monajat-data/*.db
  * debian/monajat-applet.install: Added monajat-data/athan.ogg
  * debian/copyright: Updated copyright years.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 07 Aug 2011 00:51:28 +0200

monajat (2.3.2-1) unstable; urgency=low

  * New upstream release. (Closes: #562180)
  * Removed desktop.diff patch as it got applied upstream.
  * debian/control:
    + Remove XB-Python-Version fields
    + Removed python-setuptools for Build-Dep
  * Override dh_auto_clean to remove locale directory on clean
  * debian/watch: Change URL to ojuba git page, since it automatically
    generates release tarballs.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Fri, 18 Jun 2010 17:22:28 +0300

monajat (2.3.1-0ubuntu1) lucid; urgency=low

  * New upstream release. (LP: #506085)
  * Code is re-written in python, hence packaging changed accordingly.
  * Added manpages for monajat-applet & monajat-mod
  * Added patch desktop.diff to:
    + Remove Encoding field.
    + Add X-Islamic-Software category.
    + Replace irrevelant categories with Utility.
  * debian/copyright: Updated & converted to machine-readable format.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Mon, 21 Dec 2009 10:36:41 +0200

monajat (1.2-0ubuntu2) jaunty; urgency=low

  * debian/control:
    + Use ${java:Depends} instead of explicitly listing Java dependencies.
      (need workaround for swt)
    + Build-Depend on debhelper >= 7.3.3~ to support ant build-system
    + Build-Depend on javahelper >= 0.20~ to support dh --with javahelper
  * debian/rules:
    + Removed override for dh_auto_{build|clean}
    + Removed overrided binary target.
    + Added override for jh_depends.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Tue, 14 Jul 2009 22:27:53 +0300

monajat (1.2-0ubuntu1) karmic; urgency=low

  [Fadi Al-katout (cutout)]
  * Initial release. (LP: #309766)

  [أحمد المحمودي (Ahmed El-Mahmoudy)]
  * New upstream release.
    + Re-added applicationProperties.xml & upstream copyright file.
    + Full GPL2+ text in COPYING.
  * debian/rules: Simplified rules file.
  * Bumped compat level to 7
  * debian/watch: simpler watch file.
  * debian/control:
    + Build-Depend on debhelper >= 7.0.50~ to support override targets.
    + Updated Standards-Version to 3.8.2
    + Depend on the free ttf-liberation instead of msttcorefonts.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Tue, 14 Jul 2009 14:29:56 +0300