File: changelog

package info (click to toggle)
xgridfit 2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,996 kB
  • sloc: python: 1,262; xml: 466; sh: 283; makefile: 113; sed: 45
file content (153 lines) | stat: -rw-r--r-- 5,020 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
xgridfit (2.3-4) unstable; urgency=medium

  * debian/control
    - use dh12
    - adjust dependency for python3 (Closes: #938844)
    - set Standards-Version: 4.4.1
    - Rules-Requires-Root: no
  * debian/patches
    - update patches
    - add 0006-use-2to3.patch
    - add 0007-also-specify-usr-not-usr-local.patch
    - add 0008-drop-empty-DESTDIR.patch
  * debian/rules
    - don't override dh_install
  * debian/salsa-ci.yml: add it

 -- Hideki Yamane <henrich@debian.org>  Fri, 03 Jan 2020 14:06:08 +0900

xgridfit (2.3-3) unstable; urgency=medium

  * debian/control
    - Drop unnecessary XS-Python-Version field
    - Update Vcs-* to point salsa.debian.org
    - Set Standards-Version: 4.2.1
  * Use dh11

 -- Hideki Yamane <henrich@debian.org>  Wed, 29 Aug 2018 19:59:03 +0900

xgridfit (2.3-2) unstable; urgency=medium

  * debian/control
    - set Standards-Version: 4.0.0 
    - update Vcs-*
    - set Build-Depends: debhelper (>= 10)
  * debian/compat
    - set 10
  * debian/watch
    - use version 4

 -- Hideki Yamane <henrich@debian.org>  Sun, 09 Jul 2017 20:10:31 +0900

xgridfit (2.3-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * debian/control
    - drop Kęstutis Biliūnas <kebil@kaunas.init.lt> from Uploaders,
      Thanks for your past work (Closes: #704976)
    - add me as Uploaders
    - set Standards-Version: 3.9.5
    - drop obsolete "Dm-Upload-Allowed: yes" field
    - set "Build-Depends: debhelper (>= 9)"
    - add "Build-Depends: python-dev"
    - move svn to git for Vcs-*
    - add "Depends: python-fontforge, python-libxml2"
    - drop Build-Depends-Indep
    - fix "description-synopsis-starts-with-article" and
      "duplicate-long-description"
  * debian/compat
    - set 9
  * debian/rules
    - use --with python2
  * debian/patches
    - add remove_sourceforge-logo-link.patch
    - add fix_manpage_hyphen-used-as-minus-sign.patch
  
 -- Hideki Yamane <henrich@debian.org>  Tue, 14 Jan 2014 13:19:38 +0900

xgridfit (2.2a-2) unstable; urgency=low

  [ Sven Hoexter ]
  * Team upload.
  * Add debian/patches/usr_local.diff to remove the 'local' part hard coded
    in python/xgflib.py. (Closes: #625587)
    Thanks to Sven Hoexter for the patch.

 -- Christian Perrier <bubulle@debian.org>  Fri, 27 May 2011 16:17:19 +0200

xgridfit (2.2a-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - added Build-Depends on python and python-support;
    - added 'XS-Python-Version: >= 2.6' field;
    - bumped Standards-Version to 3.8.4. No changes required.
  * debian/patches: added the patch 002_fix_makefile_clean.diff for
    removing python/build directory.

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Fri, 16 Apr 2010 11:11:28 +0300

xgridfit (2.1-1) unstable; urgency=low

  * New upstream release.
  * debian/patches: removed the patch 001_fix_manpage_xgridfit.diff --
    applied by upstream.
  * Switched to 3.0 (quilt) source format.
  * debian/control:
    - switched to debhelper v7;
    - add ${misc:Depends} to dependencies to properly cope with 
      debhelper-triggerred dependencies;
    - added Depends on python for the xgridfit binary package;
    - bumped Standards-Version to 3.8.3. No changes required.
  * Use a minimal debian/rules file.

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Tue, 22 Dec 2009 21:38:37 +0200

xgridfit (1.19b-1) unstable; urgency=low

  * New upstream release.
  * debian/control: bumped Standards-Version to 3.8.2. No changes required.

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Wed, 24 Jun 2009 18:33:24 +0300

xgridfit (1.18-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - changed section to the new fonts section;
    - bumped Standards-Version to 3.8.1. No changes required.

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Fri, 12 Jun 2009 17:48:44 +0300

xgridfit (1.17a-1) unstable; urgency=low

  * New upstream release
  * debian/menu.doc-base: changed section to Graphics.
  * debian/control:
    - added Build-Depends on quilt for manage a patches. Correspondingly
      changed the file debian/rules and added the directory debian/patches.
    - bumped Standards-Version to 3.8.0. No changes required.
    - added DM-Upload-Allowed: yes.
  * debian/patches: added the patch 001_fix_manpage_xgridfit.diff for
    fixing menpage xgridfit.1 formating.

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Sat, 14 Feb 2009 19:54:16 +0200

xgridfit (1.0a-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - the homepage address removed from extended package description and added
      Homepage field in the source package.
    - added Vcs-Svn and Vcs-Browser fields.
    - bumped Standards-Version to 3.7.3.
  * debian/manpages: removed this file.

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Thu, 06 Dec 2007 11:48:02 +0200

xgridfit (0.6.1-1) unstable; urgency=low

  * Initial release (Closes: #427917, #430916).

 -- Kęstutis Biliūnas <kebil@kaunas.init.lt>  Sun, 08 Jul 2007 13:29:18 +0300