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 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
|
packagesearch (2.7.10) unstable; urgency=medium
* fixed build because of included Makefile
-- Benjamin Mesing <ben@debian.org> Fri, 19 Oct 2018 21:50:28 +0200
packagesearch (2.7.9) unstable; urgency=medium
* fixed build because of CHAR_WIDTH
-- Benjamin Mesing <ben@debian.org> Fri, 28 Sep 2018 16:32:54 +0200
packagesearch (2.7.8) unstable; urgency=medium
* fix build for non-amd64, second try
-- Benjamin Mesing <ben@debian.org> Sat, 04 Nov 2017 19:52:14 +0100
packagesearch (2.7.7) unstable; urgency=medium
* fix build on QT5 (Closes: #880356)
-- Benjamin Mesing <ben@debian.org> Wed, 01 Nov 2017 21:35:41 +0100
packagesearch (2.7.6) unstable; urgency=low
* updated to QT5, Closes: #875079
* do not show short description in long description field
-- Benjamin Mesing <ben@debian.org> Sun, 01 Oct 2017 22:49:32 +0200
packagesearch (2.7.5) unstable; urgency=medium
* fixed compile bugs against latest libept (Closes: #798143, #798808)
-- Benjamin Mesing <ben@debian.org> Sun, 20 Sep 2015 20:51:40 +0200
packagesearch (2.7.4) unstable; urgency=low
* removed reference to ept::axi an ept::popcon(Closes: #727627)
* updated dependency to latest version of libwibble (>=1 << 2)
-- Benjamin Mesing <ben@debian.org> Mon, 28 Oct 2013 17:27:02 +0100
packagesearch (2.7.3) unstable; urgency=low
* fixed packagesearch to show the correct long description (Closes: #676812)
-- Benjamin Mesing <bensmail@gmx.net> Thu, 28 Jun 2012 23:00:34 +0200
packagesearch (2.7.2) unstable; urgency=low
* changed RunCommandInXterm to use /usr/bin/uxterm, because
only there I can guarantee consistent behaviour (Closes: #676811)
* make apt default package management tool
* inform user to configure to use apt if aptitude
is not available (Closes: #676810)
* fixed several multiarch issues
-- Benjamin Mesing <bensmail@gmx.net> Tue, 12 Jun 2012 21:03:37 +0200
packagesearch (2.7.1) unstable; urgency=medium
* changed debian build infrastructure to use debhelper
-- Benjamin Mesing <bensmail@gmx.net> Sun, 20 May 2012 11:45:28 +0200
packagesearch (2.7) unstable; urgency=high
* compiled against latest version of libept/libapt (Closes: #669215)
* fixed compiler error caused by xapian having a slots member
variable (Closes: #639076)
* added support for displaying the "Homepage" field (Closes: #598193)
* Implemented support for viewing screenshots
-- Benjamin Mesing <bensmail@gmx.net> Sat, 19 May 2012 21:40:09 +0200
packagesearch (2.6) unstable; urgency=low
* New upstream release
- explicitly list all required libraries (Closes: #555881)
- use apt-xapian as search backend (significantly faster)
- searching for similar packages is now based on full text description
- ported to libept 1.0 (Closes: #581003)
-- Benjamin Mesing <bensmail@gmx.net> Sat, 03 Jul 2010 21:31:05 +0200
packagesearch (2.5) unstable; urgency=low
* New upstream release
- Command execution should now work on dash (and any other
posix conform shell) when finished successfully or unsuccessfully
(Closes: #539255)
- changed dependency on libept-dev >= 0.5.22 with fixed package
iteration this should fix #442310 (Closes: #442310)
- other bugfixes and improvements (see CHANGELOG file)
-- Benjamin Mesing <bensmail@gmx.net> Sun, 08 Nov 2009 10:01:40 +0100
packagesearch (2.4) unstable; urgency=low
* New upstream release
- prevent crashes when underlying libept changes (Closes: #439938)
- reduced height of entries in the package list (Closes: #470554)
- allow selecting between apt and aptitude for installation
- fixed typos in README (Closes: #471921)
-- Benjamin Mesing <bensmail@gmx.net> Wed, 25 Jun 2008 11:01:06 +0200
packagesearch (2.3) unstable; urgency=medium
* New upstream release (fully ported to QT4)
- compiled against latest libapt (Closes: #466888)
- fixed text formatting issue of "Package Description" (Closes: #424913)
- fixed Makefiles to zero out QMAKE_LFLAGS (removes --no-undefined)
so that the plugins compile again (Closes: #458884)
- fixed build-script for manpage (Closes: #458577)
- tag selection is now triggered by double-clicking (Closes: #447261)
- updated section for menu entry (changed in recent policy)
-- Benjamin Mesing <bensmail@gmx.net> Sun, 02 Mar 2008 10:20:28 +0100
packagesearch (2.2.6) unstable; urgency=medium
* ported to libept > 0.5.1 (Closes: #429005) (thanks Enrico)
* corrected rule to build makefile (Closes: #418770)
-- Benjamin Mesing <bensmail@gmx.net> Sat, 14 Jul 2007 17:26:26 +0200
packagesearch (2.2.5) unstable; urgency=low
* fixed crash when selecting non-existent package (caused by the
debtags plugin, Closes: #408051)
-- Benjamin Mesing <bensmail@gmx.net> Tue, 23 Jan 2007 11:30:15 +0100
packagesearch (2.2.4) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Sun, 3 Dec 2006 15:24:36 +0100
packagesearch (2.2.3) unstable; urgency=low
* New upstream release
- delete line ending when reading from apt-file list and
apt-file search/dpkg -S (Closes: #398692)
-- Benjamin Mesing <bensmail@gmx.net> Wed, 15 Nov 2006 08:47:20 +0100
packagesearch (2.2.2) unstable; urgency=low
* Bugfix release
- added build dependency on libept >= 0.4.4 which no longer throws an exception
if there is no user .debtags directory available (Closes: #395568),
also added dependency on apt >= 0.6.46.1, which should remedy failures
in loading the apt-plugin (Closes: #395568)
-- Benjamin Mesing <bensmail@gmx.net> Mon, 31 Oct 2006 18:29:29 +0100
packagesearch (2.2.1) unstable; urgency=low
* does not use apt-index-watcher any more, uses debtags update --reindex
instead
-- Benjamin Mesing <bensmail@gmx.net> Wed, 25 Oct 2006 20:23:21 +0200
packagesearch (2.2) unstable; urgency=medium
* New upstream release
- uses libept as new backend (instead of libapt-front)
Closes: #389462 debtags handling is improved in libept
- added build dependency onto additional -dev library packages
libsqlite0-dev libglib2.0-dev required by libqt4 4.2 (Closes: #391933)
-- Benjamin Mesing <bensmail@gmx.net> Sat, 9 Oct 2006 23:00:45 +0200
packagesearch (2.1.1-0.1) unstable; urgency=medium
* NMU for release critical bug.
* Move docbook-to-man from Build-Depends to Build-Depends-Indep
(Closes: #389150, #389237).
-- Thijs Kinkhorst <thijs@debian.org> Fri, 6 Oct 2006 14:24:41 +0200
packagesearch (2.1.1) unstable; urgency=low
* Bug fix release
- adds a .desktop file (Closes: #319875, 382197)
- use x-terminal-emulator instead of hard coded xterm
- show the part before the : for grouped tags
- build-depends on libapt-front 0.3.10 since this one builds fine on
all architectures, and fixes a bug in the vocabulary processing
-- Benjamin Mesing <bensmail@gmx.net> Sun, 17 Sep 2006 10:59:31 +0200
packagesearch (2.1) unstable; urgency=low
* New upstream release
- removed obsolete instantiation.cpp file (Closes: #357355,
already fixed before in NMU)
- switched backend to use libapt-front in main program and
relevant plugins (Closes: #364551, #348493)
- prepared for gcc 4.1 (Closes: #369424)
- checks for debtags availability before trying to open (Closes: #355625)
-- Benjamin Mesing <bensmail@gmx.net> Mon, 1 June 2006 13:49:02 +0100
packagesearch (2.0.6-0.1) unstable; urgency=high
* Non-maintainer upload.
* Fix duplicate template instantiation, thanks to Ben Hutchings and Martin
Michlmayr. (Closes: #357355, #360553).
* Urgency set to high due to RC bug fix.
-- Pierre Habouzit <madcoder@debian.org> Thu, 25 May 2006 15:27:25 +0200
packagesearch (2.0.6) unstable; urgency=low
* build depend on libmysqlclient15-dev now (Closes: #343788)
* fixed crashes when using filesearch or listing for non-installed files
-- Benjamin Mesing <bensmail@gmx.net> Mon, 13 Feb 2006 11:34:02 +0100
packagesearch (2.0.5) unstable; urgency=medium
* don't try to load a non-available icon for the application (Closes: #346565)
* if /usr/X11R6/bin/xterm is not found try /usr/bin/xterm (Closes: #346560)
-- Benjamin Mesing <bensmail@gmx.net> Mon, 9 Jan 2006 16:43:19 -0500
packagesearch (2.0.4) unstable; urgency=low
* New upstream release
* removed arm, hppa and m68k workarounds (closes #343013)
-- Benjamin Mesing <bensmail@gmx.net> Sun, 11 Dec 2005 19:37:41 -0500
packagesearch (2.0.3) unstable; urgency=low
* changed makefile to fix FTBS on arm, hppa and m68k (should close
#329884)
-- Benjamin Mesing <bensmail@gmx.net> Mon, 17 Oct 2005 10:14:11 -0400
packagesearch (2.0.2) unstable; urgency=low
* New upstream release
- changed debtags plugin to use apt-front as backend (thanks Enrico :-)
- linking against new libtagcoll and new libapt-front should finally
close bug 324032, because they contain PIC code
- added workaround for gcc bug, which should close 329884
-> did not work
-- Benjamin Mesing <bensmail@gmx.net> Thu, 29 Sep 2005 13:09:35 +0200
packagesearch (2.0.1) unstable; urgency=low
* bugfix release
- forward and backward icons now displayed
- build-dep on libmysql15-dev and libtagcoll-pic added
-- Benjamin Mesing <bensmail@gmx.net> Sun, 11 Sep 2005 12:15:14 +0200
packagesearch (2.0) unstable; urgency=low
* his links against the -pic versions of debtags/tagcoll,
I am not sure if this closes bug 324032, but I believe so -
checking back with the submitter
* linked against the latest version of libapt (Closes: #323939)
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Fri, 9 Sep 2005 13:54:08 +0200
packagesearch (1.3) unstable; urgency=low
* removed dependency to libapt (Closes: #316628)
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Wed, 29 Jun 2005 21:14:01 +0200
packagesearch (1.2) unstable; urgency=low
* New upstream release (excerpt from the changelog file)
- added --help and --version options (Closes: #299015)
- fixed display of command output (correct handling of CR/LF and CR only,
no unneccesary scrolling) (Closes: #299015)
Thanks to Ross Boylan for his bug reports
-- Benjamin Mesing <bensmail@gmx.net> Tue, 22 Mar 2005 11:07:09 +0100
packagesearch (1.1) unstable; urgency=low
* New upstream release
* the new version comes with a new backend not using libapt any more
but using the kpackage approach of parsing the output of apt-get dumpavail
now (Closes: #291761)
-- Benjamin Mesing <bensmail@gmx.net> Mon, 14 Mar 2005 11:19:20 +0100
packagesearch (1.0.1) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Fri, 21 Jan 2005 16:13:13 +0100
packagesearch (1.0) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Sun, 31 Oct 2004 14:04:01 +0100
packagesearch (0.6) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Tue, 21 Sep 2004 15:18:07 +0200
packagesearch (0.5) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Mon, 16 Aug 2004 15:16:41 +0200
packagesearch (0.4.1) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Wed, 4 Aug 2004 14:28:50 +0200
packagesearch (0.4) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Tue, 3 Aug 2004 20:35:59 +0200
packagesearch (0.3) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Wed, 28 Jul 2004 13:37:56 +0200
packagesearch (0.2) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Thu, 15 Jul 2004 14:42:14 +0200
packagesearch (0.1) unstable; urgency=low
* New upstream release
-- Benjamin Mesing <bensmail@gmx.net> Sun, 6 Jun 2004 16:25:19 +0200
packagesearch (0.0.3) unstable; urgency=low
*
-- Benjamin Mesing <bensmail@gmx.net> Wed, 26 May 2004 18:48:02 +0200
packagesearch (0.0.2-1) unstable; urgency=low
* Initial Release.
*
-- Benjamin Mesing <bensmail@gmx.net> Tue, 27 Apr 2004 19:40:58 +0200
|