File: changelog

package info (click to toggle)
tess 0.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 388 kB
  • ctags: 50
  • sloc: sh: 2,837; makefile: 168
file content (123 lines) | stat: -rw-r--r-- 4,252 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
tess (0.3.0-7) unstable; urgency=medium

  * QA (group) upload
  * d/control: 
    + Remove myself from the Uploaders list
    + Set Maintainer to Debian QA Group (orhpaned package)

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 16 Jul 2016 16:52:25 -0300

tess (0.3.0-6) unstable; urgency=low

  * debian/control:
    + Bump Standards-Version to 3.8.1 (add debian/README.source file telling
      that quilt is used to obtain the upstream sources patched for Debian)
    + The package is now maintained with Git at alioth.debian.org.  Add
      Vcs-Git field and change Vcs-Browser accordingly.
    + Fix Lintian warning debhelper-but-no-misc-depends
    + Bump build dependency on debhelper to >= 7
  * debian/compat: Set compatibility level of debhelper to 7
  * debian/patches/dest-sl-files-install-dir.patch: Add description (fix
    Lintian warning)
  * debian/watch: Add file for uscan

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 26 Apr 2009 13:25:05 +0200

tess (0.3.0-5) unstable; urgency=low

  * Switch from CDBS' simple-patchsys to quilt
  * debian/control: Moved libslang2-dev and slsh into Build-Depends-Indep

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 17 Mar 2008 16:36:36 +0100

tess (0.3.0-4) unstable; urgency=low

  * debian/control: Changed architecture of slang-tess package to "all"
    instead of "any", since this is actually an architecture-independent
    package.  Thanks to Raphael Geissert and his script for spotting this.

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 08 Jan 2008 09:00:21 +0100

tess (0.3.0-3) unstable; urgency=low

  * debian/control:
    + Added Vcs-Svn, Vcs-Browser, and Homepage fields
    + Dropped the Homepage pseudo-header from the extended description
    + Bumped Standards-Version to 3.7.3

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 15 Dec 2007 22:36:52 +0100

tess (0.3.0-2) unstable; urgency=low

  * debian/patches/dest-sl-files-install-dir.patch: Instead of using the
    hack in debian/rules introduced in the last version, use a patch to
    admin/Makefile.in.  That way, if/when the upstream author fixes the
    problem, I will notice that my changes must be reverted.

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 28 Mar 2007 02:02:25 +0200

tess (0.3.0-1) unstable; urgency=low

  * New upstream release.  The value of the DEB_MAKE_INSTALL_TARGET
    variable in debian/rules is adjusted, in order to fix a bug in the
    upstream admin/Makefile.in file.

  * debian/control:
    + Added space before pseudo-header Homepage, complying with the Debian
      Best Packaging Practices.
    + Added XS-Vcs-Svn and XS-Vcs-Browser

  * debian/rules: Dropped useless Depends fields

 -- Rafael Laboissiere <rafael@debian.org>  Wed, 28 Mar 2007 00:57:42 +0200

tess (0.1.2.r3-3) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * debian/control:
    - Added slsh to build-depends, such that the package will build
      automatically from source (closes: #338931)
    - Removed obsolete build-dependencies on xsltproc and docbook-xsl

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Mon, 14 Nov 2005 11:14:02 +0100

tess (0.1.2.r3-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * New upstream release
  * debian/control: Changed the maintainer to
    pkg-jed-sl-modules@lists.alioth.debian.org
  * debian/rules: Dropped clean target, since the upstream "make
    distclean" does not let files behind
  * debian/watch: Added uscan file

 -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>  Tue,  8 Nov 2005 23:01:33 +0100

tess (0.1.2.r2-1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * First official Debian release (closes: #337254)

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Fri,  4 Nov 2005 11:48:51 +0100

tess (0.1.2-0.1) unstable; urgency=low

   +++ Changes by Rafael Laboissiere

  * Initial release

 -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org>  Mon, 31 Oct 2005 18:56:51 +0100

Local Variables:
eval: (add-local-hook
  'debian-changelog-add-version-hook
  (lambda ()
    (save-excursion
      (forward-line -1)
      (beginning-of-line)
      (insert "\n   [ "
        (or (getenv "DEBFULLNAME") (user-full-name)) " ]"))))
End: