File: changelog

package info (click to toggle)
xless 1.7-14.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: ansic: 3,135; makefile: 40
file content (150 lines) | stat: -rw-r--r-- 5,113 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
xless (1.7-14.4) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules: Add missing targets (Closes: #999105)
  * debian/control: Depends on debhelper-compat (= 13) (Closes: #965907)
  * debian/compat: removed

 -- Bill Allombert <ballombe@debian.org>  Tue, 14 Dec 2021 22:13:04 +0100

xless (1.7-14.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply patch from Navin to fix FTBFS with new libc (Closes: #818830)
  * debian/rules: 
    - use dh_prep instead of dh_clean -k
    - call dh_strip with --no-automatic-dbgsym

 -- Bill Allombert <ballombe@debian.org>  Sun, 24 Jul 2016 11:40:24 +0200

xless (1.7-14.2) unstable; urgency=low

  * Non-maintainer upload.
  * Makefile.debian: 
    - Add -lXt to LIBS, remove -lXext -lICE. (Closes: #713445)
  * debian/rules: fix clean target
  * Add #include <stdlib.h> to C files using exit()
  * Remove postinst (/usr/doc transition is completed)

 -- Bill Allombert <ballombe@debian.org>  Mon, 07 Oct 2013 23:52:09 +0200

xless (1.7-14.1) unstable; urgency=low

  * Non-maintainer upload.
  * Apply patch from Angel Abad <angelabad@gmail.com> to build with
    the --no-add-needed option. (Closes: #556711)
  * debian/control: Add ${misc:Depends}.
  * debian/control: Remove leading article from short description.

 -- Ansgar Burchardt <ansgar@debian.org>  Fri, 29 Jul 2011 18:16:36 +0200

xless (1.7-14) unstable; urgency=low

  * Change maintainer e-mail address.
  * Fix lintian warnings
    - debian-rules-ignores-make-clean-error
    - debian-rules-sets-DH_COMPAT
  * Bump Standards-Version to 3.7.3 (without modification).
  * Added Vcs-* fields (debian/control).
  * Added debian/watch.
  * Update debhelper compat to 5.
    - Update Build-Deps accordingly.
  * Updating information in debian/copyright.
  * Improving package description in debian/control, thanks to the suggestion
    of Richard Braakman. (Closes: #19009).
  * Added a menu entry for xless. (Closes: #47571).

 -- Felipe Augusto van de Wiel (faw) <faw@debian.org>  Sun, 27 Jan 2008 16:30:39 -0600

xless (1.7-13) unstable; urgency=low

  * New Maintainer. (Closes: #352549).
  * Acknowledge NMUs.
    - Thanks Daniel (Closes: #127257).
    - Thanks Amaya (Closes: #166813, #359606).
  * Fixing changelog typo.
  * Update copyright info about package maintainer.
  * Removing debian/xless.1, upstream souce code already contains a manpage.
    - Changing debian/rules to dh_installman xless.man
  * Changing Makefile.debian to not use /usr/X11R6
    - Following the new X.Org structure and also Debian Policy
  * Removing debian/conffiles
    - DH_COMPAT=3 (or higher) already add any files in /etc as conffiles,
      considering this, there is no need to add them manually (and lintian
      will complain that they are duplicated).

 -- Felipe Augusto van de Wiel (faw) <felipe@cathedrallabs.org>  Sun, 30 Jul 2006 00:55:48 -0300

xless (1.7-12.2) unstable; urgency=low

  * Non-maintainer upload.
  * Get rid of the /usr/doc link in postinst (Closes: #359606).
  * Applied patch from Peter De Wachter <pdewacht@vub.ac.be>, so that the
    scrollbars work again (Closes: #166813).
  * Revamped packaging a bit, DH_COMPAT is now 4
  * Updated Standards-Version
  * Changed dh_installmanpages to dh_installman

 -- Amaya Rodrigo Sastre <amaya@debian.org>  Sun, 16 Jul 2006 16:57:02 +0200

xless (1.7-12.1) unstable; urgency=low

  * NMU to remove depends on xaw-wrappers (Closes: #127257)
  * add build-depends on libxaw7-dev
  * bump standards to 3.5.6.0

 -- Daniel Glassey <wdg@debian.org>  Fri,  1 Feb 2002 20:19:03 +0000

xless (1.7-12) unstable; urgency=low

  * moved app-defaults to the new location (closes: #86312)
  * app-defaults fixes (closes: #71181)
  * man page (closes: #86987)

 -- Randolph Chung <tausq@debian.org>  Sat, 24 Feb 2001 14:01:43 -0700

xless (1.7-10) unstable; urgency=low

  * new maintainer
  * New non-xmkmf Makefile in Makefile.debian
  * Uses regexp library in glibc, instead of its own

 -- Randolph Chung <tausq@debian.org>  Sun, 1 May 1999 23:12:20 -0400

xless (1.7-9) unstable; urgency=low 
 
   * Depends on xaw-wrappers  
   * Compiled against glibc2.1    
   * closes: #35908      
   * Removed strncpy prototype from regexp/regsub.c, things play nice with glibc2.1 on m68k now. (Thanks haggie)

 -- Erick Kinnee <cerb@debian.org>  Sat, 19 Dec 1998 14:09:49 -0500
 
xless (1.7-7) unstable; urgency=low

  * Fixed non-removal of 'debian/files' and 'debian/substvars' from source package.

 -- Erick Kinnee <cerb@debian.org>  Sat, 04 Dec 1998 20:49:00 -0600
   
xless (1.7-6) unstable; urgency=low

  * new maintainer
  
 -- Erick Kinnee <ekinnee1@airmail.net>  Sun, 15 Nov 1998 15:31:10 -0600

xless (1.7-5) unstable; urgency=low

  * fixed xless.h to point to a correct default editor and correct print
    command
  * applied offix patch (allows drag and drop) 
  * compiled with libc6
  
 -- Igor Grobman <igor@debian.org>  Thu, 1 Aug 1997 14:30:06 -0500

xless (1.7-4) unstable; urgency=low

 	* converted to new debian format
 	* new maintainer

 -- Igor Grobman <igor@vaca.net>  Mon, 17 Feb 1997 11:30:30 -0500