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 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582
|
scite (4.1.3-1) unstable; urgency=medium
* New upstream version 4.1.3
* Update Standards-Version to 4.3.0 (No changes required)
* Refresh patches
* Add lintian override for spelling error 'ment'
-- Andreas Rönnquist <gusnan@debian.org> Thu, 10 Jan 2019 14:08:25 +0100
scite (4.1.2-1) unstable; urgency=medium
[ Andreas Rönnquist ]
* New upstream version 4.1.2
- Fixes povray syntax on Linux (Closes: #587229)
[ Ondřej Nový ]
* d/watch: Use https protocol
-- Andreas Rönnquist <gusnan@debian.org> Tue, 02 Oct 2018 14:50:26 +0200
scite (4.1.1-1) unstable; urgency=medium
* New upstream version 4.1.1
* Update standards version to 4.2.1, no changes required
* Remove empty tests (Closes: #907597)
-- Andreas Rönnquist <gusnan@debian.org> Sun, 09 Sep 2018 13:35:49 +0200
scite (4.1.0-1) unstable; urgency=medium
* New upstream version 4.1.0
* Build with Debian packaged Lua 5.3
-- Andreas Rönnquist <gusnan@debian.org> Tue, 19 Jun 2018 23:02:30 +0200
scite (4.0.5-2) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #900016)
+ Let dh_auto_build pass cross tools to make.
+ cross.patch: make pkg-config subtsitutable.
[ Antonio Valentino ]
* Refresh all patches.
[ Andreas Rönnquist ]
* Use DEP-14 branch naming (debian/master and upstream/latest)
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 24 May 2018 19:41:57 +0200
scite (4.0.5-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* debian/control
- improve package description
- Add myself to uploaders
* debian/watch
- Remove checking for zip
-- Andreas Rönnquist <gusnan@debian.org> Fri, 11 May 2018 14:21:56 +0200
scite (4.0.4-1) unstable; urgency=medium
* New upstream release.
* Standard version bumped to 4.0.4 (no change).
* Set compat to 11.
* Switch to salsa and git-buildpackage, update Vcs-* fields.
* Update the watch file.
* debian/patches
- refresh and renumber all patches
- new spelling.patch
- new patch to add the "Keywords" entry to the desktop file
* debian/rules
- do not parse the debian changelog
- enable all hardening flags
* Install a link for the SciTE.1 man page.
* Add autopkgtest to test installability.
* Move images into the debian/images folder.
* Install scintilla doc (new debian/install file)
* Do not use remote resources in html files.
* Drop debian/missing-sources: no longer necessary.
* Add a gbp.conf file in the debian directory.
* Add upstream metadata.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 15 Apr 2018 07:24:39 +0000
scite (4.0.0-1) unstable; urgency=medium
* New upstream release
* Standard version bumped to 4.0.0 (no change)
* debian/patches
- drop desktop_file.patch (no longer necessary)
- refresh remaining patches
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 16 Aug 2017 17:11:14 +0000
scite (3.7.2-1) unstable; urgency=medium
* New upstream release
* Refresh all patches
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 06 Jan 2017 13:21:06 +0000
scite (3.7.0-1) unstable; urgency=medium
* New upstream release
* debian/patches
- refresh all patches
- fix cme warnings
* debian/copyright
- fix format URL
-- Antonio Valentino <antonio.valentino@tiscali.it> Mon, 31 Oct 2016 16:18:30 +0000
scite (3.6.6-1) unstable; urgency=medium
* New upstream release
* Refresh all patches
* debian/rules
- update clean target (do not remove orig files bundled in the
orig archive)
* debian/copyright
- disambiguate license for lua (use expat)
* debian/control
- standard version bump to 3.9.8
- refromatting (with the cme tool)
- fix VCS URI
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 02 Jun 2016 18:38:09 +0000
scite (3.6.0-1) unstable; urgency=medium
* New upstream release
* Refresh all patches
* Standards version bumped to 3.9.6 (no change)
* Implemented reproducible build
-- Antonio Valentino <antonio.valentino@tiscali.it> Mon, 17 Aug 2015 12:20:12 +0200
scite (3.5.0-1) unstable; urgency=medium
* New upstream release
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 14 Aug 2014 17:12:34 +0000
scite (3.4.2-1) unstable; urgency=medium
* New uptream release
* All patches have been refreshed
* debian/copyright
- updated copyright entries
- copyright file converted in DEP-5 format
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 24 May 2014 21:39:26 +0000
scite (3.4.1-1) unstable; urgency=low
* New upstream release
* Standard version bumped to 3.9.5 (no change)
* debian/patch
- drop link_libdl.patch (applied upstream)
- refresh all remainimg patches
- new patch (do_not_use_remote_logo.patch) to avoid the
"privacy-breach-logo" error detected by lintian
* Added missing source (debian/missing-sources/scintilla/include/Face.py)
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 03 Apr 2014 20:11:51 +0000
scite (3.3.5-1) unstable; urgency=low
* new upstream release
* debian/control:
- provide the editor virtual package (closes: #398753)
- move the Homepage field to the source section (silence cme warnings)
* debian/patches:
- refresh all patches
- new patch for linking libdl.so even on kfreensd-* and hurd
(closes: #722260). Thanks to Pino Toscano.
* debian/rules:
- avoid to remove "scintilla/src/Editor.cxx.orig" that is in the orig
archive (override_dh_clean)
- small refinements to the override_dh_auto_clean target
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 31 Aug 2013 09:26:55 +0000
scite (3.3.4-1) unstable; urgency=low
* new upstream release
* standard version bumped to 3.9.4 (no changes)
* drop disable_background_save.patch (applied upstream)
* use canonical vcs filed in the control file
* compat have been set to 9 (automatically enables hardening flags)
* new patch (hardening_flags.patch) that ensures that hardening flags are
actually used in the makefiles
* new patch for fixing the desktop file (removed deprecated entries and
values, added missing Keywords entry)
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 20 Aug 2013 19:34:22 +0200
scite (3.3.1-1) unstable; urgency=low
* new upstream release
-- Michael Vogt <mvo@debian.org> Wed, 08 May 2013 21:37:16 +0200
scite (3.2.4-1) experimental; urgency=low
* new upstream release
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 17 Jan 2013 21:13:29 +0100
scite (3.2.3-1) experimental; urgency=low
* new upstream release (closes: #683743)
* updated watch file
* standard version bumped to 3.9.3
* buld against GTK3 instead of GTK2 (closes: #654959)
* use "gnomeprefix" instead of "prefix" in override_dh_auto_install
in oreder to allow correct installation of the desktop file
* install scite manpage
* drop disable_background_save.patch (applied upstream)
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 24 Oct 2012 19:54:43 +0200
scite (3.0.2-3) unstable; urgency=low
[ Michael Vogt ]
* add missing man-page (closes: #690429)
[ Antonio Valentino ]
* install global configuration files under /etc (closes: #119604)
* disable background save in order to avoid save failures and data
loss (closes: #682320)
* Antonio Valentino added to uploaders
-- Michael Vogt <mvo@debian.org> Wed, 24 Oct 2012 17:02:07 +0200
scite (3.0.2-2) unstable; urgency=low
* debian/scite.desktop, debian/Scite32M.xpm:
- dropped, use upstream version instead (closes: #653200)
-- Michael Vogt <mvo@debian.org> Tue, 03 Jan 2012 18:47:49 +0100
scite (3.0.2-1) unstable; urgency=low
* new upstream release (closes: #618346)
* move to debhelper 8, drop dpatch
* drop custom desktop file and config customization patches
-- Michael Vogt <mvo@debian.org> Mon, 19 Dec 2011 09:00:56 +0100
scite (2.25-1) unstable; urgency=low
* new upstream release #618346
-- Michael Vogt <mvo@debian.org> Thu, 14 Apr 2011 12:05:44 +0200
scite (2.03-1) unstable; urgency=low
* new upstream version (closes: #570096)
* debian/patches/02_config.dpatch:
- refreshed
* debian/patches/03_nolua_ftbfs_fix.dpatch:
- dropped, no longer needed
-- Michael Vogt <mvo@debian.org> Tue, 16 Feb 2010 21:08:57 +0100
scite (1.76-1) unstable; urgency=low
* New upstream release
* ack NMU (thanks!), closes: 476850
-- Michael Vogt <mvo@debian.org> Fri, 25 Apr 2008 16:46:19 +0200
scite (1.75-1.1) unstable; urgency=low
* Non-maintainer upload.
* Apply patch from Ubuntu by Michael Bienia to fix FTBFS on the platforms
where Lua support is disabled (like amd64). (Closes: #456351)
-- Paul Wise <pabs@debian.org> Sat, 19 Apr 2008 19:56:40 +0800
scite (1.75-1) unstable; urgency=low
* New upstream release (closes: #410654, #446411)
-- Michael Vogt <mvo@debian.org> Mon, 10 Dec 2007 11:46:50 +0100
scite (1.71-1) unstable; urgency=low
* New upstream release (closes: #380090)
-- Michael Vogt <mvo@debian.org> Sun, 3 Sep 2006 10:34:09 +0200
scite (1.69-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Fri, 2 Jun 2006 09:24:12 +0200
scite (1.68-2) unstable; urgency=low
* Drop DH_COMPAT, we use debian/compat now
* Upgrade debhelper build-dependency
* Include ScintillaHistory.html as the package changelog (closes: #237682)
* Update copyright information
* Add homepage to package description
* Bump Standards-Version (no changes)
[Thanks to Paul Wise for the patch]
-- Michael Vogt <mvo@debian.org> Tue, 23 May 2006 20:43:36 +0800
scite (1.68-1) unstable; urgency=low
* New upstream release (closes: #360305), the
rebuild closes: #355404 as well
* added watch file and updated copyright download url
(thanks to Paul Wise)
* debian/scite.desktop: changed to "exec=scite %F"
-- Michael Vogt <mvo@debian.org> Sun, 2 Apr 2006 10:54:26 +0200
scite (1.67-1) unstable; urgency=low
* New upstream release
* debian/patches/02_config:
- redone, didn't applied cleanly
-- Michael Vogt <mvo@debian.org> Sat, 17 Dec 2005 12:36:14 +0100
scite (1.66-1) unstable; urgency=low
* New upstream release
* removed debian/patches/03_new_pango,04_amd64, both are now
upstream
-- Michael Vogt <mvo@debian.org> Wed, 7 Sep 2005 10:46:57 +0200
scite (1.64-2) unstable; urgency=low
* debian/patches/03_new_pango:
- support for the new pango (closes: #320975,#323634)
* debian/patches/04_amd65
- make it build on amd64 (closes: #296996)
-- Michael Vogt <mvo@debian.org> Fri, 26 Aug 2005 12:24:31 +0200
scite (1.64-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Mon, 6 Jun 2005 09:56:52 +0200
scite (1.63-3) unstable; urgency=low
* build-depends on dpatch now
-- Michael Vogt <mvo@debian.org> Fri, 6 May 2005 12:50:14 +0200
scite (1.63-2) unstable; urgency=low
* use dpatch now
* remove a bad .desktop file
-- Michael Vogt <mvo@debian.org> Fri, 6 May 2005 12:31:02 +0200
scite (1.63-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Tue, 12 Apr 2005 10:33:57 +0200
scite (1.62-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Wed, 10 Nov 2004 10:19:38 +0100
scite (1.61-2) unstable; urgency=low
* added desktop file (thanks to Teofilo Ruiz Suarez)
(closes: #266344)
-- Michael Vogt <mvo@debian.org> Wed, 18 Aug 2004 07:51:16 +0200
scite (1.61-1) unstable; urgency=low
* New upstream release
* Disable Lua extensions new in 1.60 on 64bit platforms.
Code is just broken (Closes: #249844)
(thans to Frank Lichtenheld)
* new scite supports drag'n'drop for selected text again
(closes: #259709)
-- Michael Vogt <mvo@debian.org> Mon, 2 Aug 2004 11:39:24 +0200
scite (1.60-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Mon, 10 May 2004 16:08:12 +0200
scite (1.59-2) unstable; urgency=low
* added latex mode (closes: #241230)
-- Michael Vogt <mvo@debian.org> Fri, 2 Apr 2004 17:21:41 +0200
scite (1.59-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Sun, 29 Feb 2004 18:14:38 +0100
scite (1.58-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Wed, 14 Jan 2004 14:08:58 +0100
scite (1.57-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Sun, 30 Nov 2003 20:47:42 +0100
scite (1.55-1) unstable; urgency=low
* New upstream release
* should autobuild again (closes: #206543)
* typo in description fixed (closes: #211500)
* changed "netscape" to "x-www-browser" for help invocation
(closes: #204072)
-- Michael Vogt <mvo@debian.org> Sat, 27 Sep 2003 12:59:49 +0200
scite (1.54-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Tue, 19 Aug 2003 11:52:47 +0200
scite (1.53-2) unstable; urgency=low
* updated build-depends to libgtk2.0-dev (closes: #193603)
-- Michael Vogt <mvo@debian.org> Sat, 17 May 2003 08:58:10 +0200
scite (1.53-1) unstable; urgency=low
* New upstream release
* build with gtk2 now (closes: #193458)
-- Michael Vogt <mvo@debian.org> Fri, 16 May 2003 11:14:45 +0200
scite (1.51-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Sun, 23 Feb 2003 00:19:03 +0100
scite (1.49-1) unstable; urgency=low
* New upstream release
-- Michael Vogt <mvo@debian.org> Tue, 5 Nov 2002 23:51:39 +0100
scite (1.48-2) unstable; urgency=low
* fixed a upstream g++-3.1 build failure (closes: #161361)
-- Michael Vogt <mvo@debian.org> Thu, 19 Sep 2002 12:22:25 +0200
scite (1.48-1) unstable; urgency=low
* new upstream version (closes: #160586)
* new debian maintainer (closes: #159616)
-- Michael Vogt <mvo@debian.org> Wed, 18 Sep 2002 01:19:25 +0200
scite (1.46-1) unstable; urgency=low
* New upstream release
* Fixed broken toolbar (Closes: #115903)
* Rebuilt to /usr (Closes: #144728)
* Moved more of the Debian specific stuff into 'rules' rather
than modifying the makefiles.
-- Aubin Paul <aubin@debian.org> Thu, 20 Jun 2002 19:07:05 -0400
scite (1.44-1) unstable; urgency=low
* New upstream Release
-- Aubin Paul <aubin@punknews.org> Wed, 13 Feb 2002 21:18:07 -0500
scite (1.41-1) unstable; urgency=low
* New upstream Release
-- Aubin Paul <aubin@punknews.org> Tue, 6 Nov 2001 13:12:27 -0500
scite (1.40-1) unstable; urgency=low
* New upstream Release
-- Aubin Paul <aubin@punknews.org> Fri, 26 Oct 2001 15:02:18 -0400
scite (1.39-2) unstable; urgency=low
* Made some changes to comply with updated policy.
-- Aubin Paul <aubin@punknews.org> Tue, 18 Sep 2001 16:30:33 -0400
scite (1.39-1) unstable; urgency=low
* New Upstream Release
-- Aubin Paul <aubin@punknews.org> Tue, 18 Sep 2001 13:43:39 -0400
scite (1.38-3) unstable; urgency=low
* Rebuilt to fix small packaging bug.
-- Aubin Paul <aubin@punknews.org> Fri, 27 Jul 2001 09:59:25 -0400
scite (1.38-2) unstable; urgency=low
* Small bug fix to allow compilation with GCC-3.0 and GCC-2.9x (Closes: #104813)
-- Aubin Paul <aubin@punknews.org> Tue, 24 Jul 2001 15:05:09 -0400
scite (1.38-1) unstable; urgency=low
* New upstream release
-- Aubin Paul <aubin@punknews.org> Thu, 5 Jul 2001 14:00:16 -0400
scite (1.37-1) unstable; urgency=low
* Additional fixes for GTK+ > 1.2.9
-- Aubin Paul <aubin@debian.org> Mon, 16 Apr 2001 19:22:23 -0400
scite (1.36-20010325cvs-1) unstable; urgency=low
* Fixes for GTK-1.2.9 issues from CVS (Closes: #90632)
-- Aubin Paul <aubin@debian.org> Mon, 16 Apr 2001 19:22:23 -0400
scite (1.36-2) unstable; urgency=low
* Additional 64-bit Changes. Sorry.
-- Aubin Paul <aubin@debian.org> Fri, 2 Mar 2001 00:25:21 -0500
scite (1.36-1) unstable; urgency=low
* New upstream Release
* Fixes for 64-bit Architectures (Closes: #85384)
-- Aubin Paul <aubin@debian.org> Thu, 18 Jan 2000 18:34:06 -0500
scite (1.35-1) unstable; urgency=low
* New upstream Release
-- Aubin Paul <aubin@punknews.org> Thu, 18 Jan 2000 18:34:06 -0500
scite (1.34-2) unstable; urgency=low
* Fixed Build-Depends line
-- Aubin Paul <aubin@punknews.org> Thu, 18 Jan 2000 18:34:06 -0500
scite (1.34-1) unstable; urgency=low
* Initial Release.
-- Aubin Paul <aubin@punknews.org> Wed, 6 Dec 2000 23:00:06 -0500
|