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 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
|
xsysinfo (1.7-9) unstable; urgency=low
* debian/control
- Remove Sandro Tosi from the Maintainer field (Close: #634227)
- Add Vcs-Git and Vcs-Browser fields
-- tony mancill <tmancill@debian.org> Thu, 21 Jul 2011 22:26:55 -0700
xsysinfo (1.7-8) unstable; urgency=low
* debian/control
- updated my email address
- bump Standards-Version to 3.8.0
+ added debian/README.source
- added ${misc:Depends} to bin package depends
- uncapitalized short description
* debian/copyright
- updated my email address
-- Sandro Tosi <morph@debian.org> Fri, 06 Feb 2009 00:12:58 +0100
xsysinfo (1.7-7) unstable; urgency=low
* debian/menu
- updated to new menu policy
* debian/control
- bump Standard-Version to 3.7.3
* debian/xsysinfo.man
- moved here since currently at the same level of upstream code
* debian/patches/bts-341866_xsysinfo.man.dpatch
- removed and merged with debian/xsysinfo.man
* debian/rules
- added "xsysinfo" target to make in build target
- added doc installation filenames explicit parameter to dh_installdocs
- used $(MAKE) in build target to allow parallel compilation
- removed patch/unpatch target and added dpatch.make include
* debian/docs
- removed
* debian/patches/30_restore_pristine_code.dpatch
- added to remove direct upstream code changes
* debian/copyright
- clear separation of upstream author, copyright and license
- added local reference to BSD license
* debian/patches/40_bts-441378_fix_buffer_length.dpatch
- added to increase the buffer length, otherwise on amd64 system it
doesn't work (Closes: 441378)
* debian/patches/50_bts-442085_fix_cpu_bar.dpatch
- fix cpu bar under strange load; thanks to Stephan Seidl (Closes: 442085)
* debian/patches/10_bts-413807_fix_memleak.dpatch
- patch renamed to prepend ordering number
* debian/patches/20_bts-383368_fix_warning.dpatch
- patch renamed to prepend ordering number
-- Sandro Tosi <matrixhasu@gmail.com> Mon, 21 Jan 2008 22:58:40 +0100
xsysinfo (1.7-6) unstable; urgency=low
* fix memleak in getloadCB() (closes: #413807)
* added tony mancill to uploaders
-- tony mancill <tmancill@debian.org> Thu, 8 Mar 2007 09:59:28 -0800
xsysinfo (1.7-5) unstable; urgency=low
* fix compile warnings (Closes: #383368)
* patches are now managed via dpatch
-- Sandro Tosi <matrixhasu@gmail.com> Sat, 19 Aug 2006 01:01:36 +0200
xsysinfo (1.7-4) unstable; urgency=low
* New maintainer. (Closes: #224842)
* debian/compat
- Bump to compatibility 5
* debian/control
- Update Maintainer
- Bump to 3.7.2 version of debian policy
- set dependency against debhelper >= 5
- add dependencies against libsm-dev, libice-dev
* debian/copyright
- Updated
- added licence for xsysinfo.man (GPL2, missing: thanks to James Westby
for notice it on #d-mentors@irc.d.o)
* debian/menu
- Just a little reformat
* XSysinfo.ad
- Corrected, reverting previous (now wrong) modification (as stated in
#341866)
* xsysinfo.man
- merged with a patch from BTS so this Closes: #341866 (the patch has been
saved in debian/patch/bts-341866_xsysinfo.man.patch)
* debian/rules
- add xsysinfo.man to dh_installman
-- Sandro Tosi <matrixhasu@gmail.com> Sat, 29 Jul 2006 13:53:29 +0200
xsysinfo (1.7-3) unstable; urgency=low
* QA upload
* Update for the Xorg 7.0 transition: update the menu file to look in
/usr/bin instead of /usr/X11R6/bin, and build-depend accordingly on
xutils-dev to ensure we're using a compatible imake.
* Drop unneeded build-dep on libxp-dev.
-- Steve Langasek <vorlon@debian.org> Fri, 21 Apr 2006 01:09:37 -0700
xsysinfo (1.7-2) unstable; urgency=low
* QA upload
* Update build dependency on libxaw8-dev to libxaw7-dev to comply with XSF
plans
-- David Nusinow <dnusinow@debian.org> Sun, 26 Mar 2006 21:20:03 -0500
xsysinfo (1.7-1) unstable; urgency=low
* QA upload.
* Package is orphaned (see #224842); set maintainer to Debian QA Group.
* New upstream release.
* Remove object files from upstream tarball. Closes: #252172.
* Display swap on 2.6 kernels; thanks to Philip Martin for the patch.
Closes: #227187.
* Rename xsysinfo.1x to xsysinfo.man as this is what the Makefile expects.
* Switch to debhelper 4.
* Replace build dependencies on libxaw7-dev and xlibs-dev with libxaw8-dev
and libxp-dev (the latter only because of #324275).
* Add support for DEB_BUILD_OPTIONS=noopt and DEB_BUILD_OPTIONS=nostrip.
* debian/changelog: Remove obsolete Emacs local variables.
* debian/copyright: Remove outdated list of changes.
* debian/preinst: Remove potato compatibility code.
* Conforms to Standards version 3.6.2.
-- Matej Vela <vela@debian.org> Sun, 21 Aug 2005 14:58:15 +0200
xsysinfo (1.6-13) unstable; urgency=low
* Using libxaw7 and libxaw7-dev (closes: #169988).
* Now compiles from source (closes: #164930).
-- Hugo Haas <hugo@debian.org> Sun, 12 Jan 2003 12:30:27 -0500
xsysinfo (1.6-12.2) unstable; urgency=low
* NMU; added a preinst script to delete
/usr/X11R6/lib/X11/app-defaults/Xsysinfo if it exists and is a symlink.
This is necessary because something made such a symlink in earlier
versions of this package, and it is no longer used. Really Closes: #86333
-- Joey Hess <joeyh@debian.org> Sat, 24 Mar 2001 15:38:23 -0800
xsysinfo (1.6-12.1) unstable; urgency=low
* NMU
* rebuilt against modern xlibs-dev to move app-defaults file
(Closes: #86333)
* rejiggered upstream app-defaults mono and color files to do things the
canonical way (no user-visible difference, aside from the renaming of
the XSysinfo-mono file to XSysinfo; now is the best time to do this
since they are becoming conffiles)
* lintian 1.20.9 clean
* debian/conffiles: add app-defaults file
* debian/control:
- added Build-Depends
- bumped Standards-Version to 3.5.2
* debian/rules:
- remove call to dh_suidregister
-- Branden Robinson <branden@debian.org> Sat, 17 Mar 2001 22:19:41 -0500
xsysinfo (1.6-12) unstable; urgency=low
* Changed priority to optional.
-- Hugo Haas <hugo@debian.org> Wed, 21 Feb 2001 15:51:15 -0500
xsysinfo (1.6-11) unstable; urgency=low
* app-defaults now go in /etc/X11/app-defaults/ (closes: #86333).
-- Hugo Haas <hugo@debian.org> Mon, 19 Feb 2001 10:04:51 -0500
xsysinfo (1.6-10) unstable; urgency=low
* Added a menu entry.
-- Hugo Haas <hugo@debian.org> Tue, 5 Oct 1999 14:03:45 -0400
xsysinfo (1.6-9) unstable; urgency=low
* Modified debian/rules so that it works with the new debhelper
(closes: #44597).
-- Hugo Haas <hugo@debian.org> Wed, 8 Sep 1999 13:42:15 -0400
xsysinfo (1.6-8) unstable; urgency=low
* Separate load meter for each processor in an SMP machine by
Philip Martin <pm@corris.dircon.co.uk>
* Moved the documentation tu /usr/share/doc.
-- Hugo Haas <hugo@debian.org> Sat, 28 Aug 1999 15:32:12 -0400
xsysinfo (1.6-7) unstable; urgency=low
* Added a man page for xsysinfo (closes:#35903).
-- Hugo Haas <hugo@debian.org> Sat, 10 Jul 1999 17:54:45 -0400
xsysinfo (1.6-6) unstable; urgency=low
* Removed the postinst script asking for color support (#37366).
-- Hugo Haas <hugo@debian.org> Fri, 11 Jun 1999 15:16:38 -0400
xsysinfo (1.6-5) unstable; urgency=low
* Applied patch by Ernst Kloppenburg <kloppen@isr.uni-stuttgart.de>: now
correctly indicates swap space used with a 2.2 kernel.
* This package has no upstream maintainer anymore (mail from Ronald Wahl
<rwahl@gmx.net>).
-- Hugo Haas <hugo@debian.org> Tue, 20 Apr 1999 17:24:09 +0100
xsysinfo (1.6-4) unstable; urgency=low
* Defined the color setting as the default choice in the postinst script
(#36134).
-- Hugo Haas <hugo@debian.org> Thu, 15 Apr 1999 20:59:14 +0200
xsysinfo (1.6-3) frozen unstable; urgency=low
* Renamed CHANGES.gz into changelog.gz (lintian error)
-- Hugo Haas <hugo@debian.org> Tue, 14 Apr 1998 15:53:22 +0100
xsysinfo (1.6-2) frozen unstable; urgency=low
* Corrected a typo
* Changed resources (update interval in seconds, not in milli-seconds)
(fixes #20422)
-- Hugo Haas <hugo@debian.org> Mon, 30 Mar 1998 22:21:32 +0100
xsysinfo (1.6-1) unstable; urgency=low
* New maintainer
* New upstream release (#17977)
* Updated to standards 2.4.0.0
* Used debhelper
-- Hugo Haas <hugo@debian.org> Wed, 11 Mar 1998 20:10:21 +0000
xsysinfo (1.5-4) unstable; urgency=LOW
* Fixed mixed libc6 dependencies.
-- Syrus Nemat-Nasser <syrus@ucsd.edu> Thu, 13 Nov 1997 21:53:01 +0100
xsysinfo (1.5-3) unstable; urgency=LOW
* Created a postinst selection of app-defaults between color and mono.
-- Syrus Nemat-Nasser <syrus@ucsd.edu> Wed, 1 Oct 1997 21:19:14 +0000
xsysinfo (1.5-2) unstable; urgency=LOW
* Fixed bugs #12652, #12904, and #13084 (obsolete dependency)
* First version compiled against libc6
* Made the app-defaults to be conffiles
* Made the default app-default selection color instead of mono
-- Syrus Nemat-Nasser <syrus@ucsd.edu> Wed, 1 Oct 1997 21:19:14 +0000
xsysinfo (1.5-1) unstable; urgency=LOW
* Upgraded to new upstream version
* Changed to new source packing scheme
* New maintainer
-- Syrus Nemat-Nasser <syrus@ucsd.edu> Thu, 24 Oct 1996 23:43:04 -0700
Tue May 14 11:53:15 MET DST 1996 Michael Meskes <meskes@debian.org>
xsysinfo (1.2-1):
* Added Debian files
Wed Jun 5 15:09:49 MET DST 1996 Michael Meskes <meskes@debian.org>
xsysinfo (1.2-2):
* Added /usr/doc/xsysinfo directory (Bug#3211)
Sun Jun 30 16:27:17 MET DST 1996 Michael Meskes <meskes@debian.org>
xsysinfo (1.2-3):
* New naming scheme
* Gzip manpage
|