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
|
rkward (0.7.0b-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix shell error in debian/rules. Closes: #911710
-- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 28 Oct 2018 12:14:47 +0100
rkward (0.7.0b-1) unstable; urgency=low
* New upstream release
Includes missing translation files in rkward-data
* Replace kdoctools-dev dependency with libkf5doctools-dev
closes: #895875
* Depend on r-api-3.5 when built against r-base-core >= 3.5.0
* Do not depend on r-api-3.4 when built against r-base-core < 3.4.0
* Remove explicit specification of C compiler
closes: #900591
-- Thomas Friedrichsmeier <thomas.friedrichsmeier@kdemail.net> Sat, 02 Jun 2018 09:00:00 +0100
rkward (0.7.0-1) unstable; urgency=low
* New upstream release
* The divergently licenced qwinhost-files are no longer part of this release,
simplifying copyright
* Package now based on kf5-libraries, instead of KDE 4
closes: #531086
* Add dependency on r-api-3.4 to ease handling of future non-compatible
changes in R
closes: #877283
* Use dh_auto_configure for basic setup
* Remove debian/rkward.menu, as package provides a FreeDesktop entry
* Update VCS-browser, watch, and some other urls
* Update standards version to 4.1.4
* Add lintian overrides for r-data-without-readme-source and
desktop-command-not-in-package
* Make rkward binary package depend on identical version rkward-data package
* Increase debhelper compat level to 11
* Use SOURCE_DATE_EPOCH for build timestamp, instead of parsing changelog
-- Thomas Friedrichsmeier <thomas.friedrichsmeier@kdemail.net> Sat, 14 Apr 2018 13:00:00 +0100
rkward (0.6.5-1) unstable; urgency=low
* new upstream release
(unchanged with respect to ~rc1)
* fix debian/watch file
* always use build-time version of r-base-core as runtime dependency, even
if most builds would actually be backwards compatible
* switch to dh-based rules file. This also fixes missing separation between
arch-dependent and arch-independent build targets
* Make build really reproducible (fix for earlier attempt upstream)
closes: #783290
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 04 Apr 2016 11:00:00 +0100
rkward (0.6.5~rc1-1) unstable; urgency=low
* new upstream release
* split architecture independent files into new rkward-data package
* bump standards version to 3.9.7 (no changes needed)
* strip testing locale "x-test" from package
* add override for false-positive source-contains-prebuilt-javascript-object
lintian warnings
* make existing lintian overrides work with lintian 2.5.42
* Adjust copyright file to changed filenames in rkward/qwinhost
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 29 Mar 2016 11:00:00 +0100
rkward (0.6.4-1) unstable; urgency=low
* new upstream release
* add override for false-positive source-is-missing lintian warnings
* remove obsolete README.Debian file
* increase debhelper compatibility level to 9 (no changes needed)
* replace dh_clean -k with dh_prep
* remove legacy rules dealing with R versions prior to 3.0.0
* upstream has replaced KHTMLPart with QWebKit. As Qt4WebKit is scheduled for
removal, revert this change, here. Change to 3.0 (quilt) format for this.
* Make build reproducible (thanks to Philip Rinn)
closes: #783290
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 16 Dec 2015 10:30:00 +0100
rkward (0.6.3-1) unstable; urgency=low
* new upstream release
* Ajdust to move of homepage to rkward.kde.org, and vcs to git.kde.org
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sat, 07 Mar 2015 13:30:00 +0100
rkward (0.6.2~rc1-2) unstable; urgency=low
* bump standards version to 3.9.6 (no changes needed)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Fri, 17 Oct 2014 10:30:00 +0100
rkward (0.6.2~rc1-1) unstable; urgency=low
* new upstream release
* avoid duplicate cmake run during build
* upstream increased lowest supported R version to 2.8.0
* bump standards version to 3.9.4 (no changes needed)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Thu, 16 Oct 2014 13:30:00 +0100
rkward (0.6.1-1) unstable; urgency=low
* upstream release 0.6.1-rc1 was made available as 0.6.1 without changes
* new upload to build against R 3.0.0 on most architectures
* when built against r-base-core >= 3.0.0, depend on r-base-core <= 3.0.0
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Thu, 07 May 2013 12:30:00 +0100
rkward (0.6.1~rc1-1) unstable; urgency=low
* new upstream release
* re-add Vcs-Browser field
* fix year in changelog (previous upload had 2012 instead of 2013)
* add runtime dependency on r-base-core < 3.0.0 unless compiled with >= 3.0.0
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Thu, 28 Mar 2013 09:30:00 +0100
rkward (0.6.0-3) unstable; urgency=low
* correctly treat -pre releases in debian/watch (thanks to Bart Martens)
* remove obsolete DM-Upload-Allowed field
* update Vcs-Svn field to changed repository URL
* remove Vcs-Browser field, as there is no useful repository browser, ATM
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 15 Jan 2012 12:30:00 +0100
rkward (0.6.0-2) unstable; urgency=low
* make sure to include CPPFLAGS and LDFLAGS in call to cmake
* correct path to qwinhost files in debian/copyright
* correct syntax in debian/copyright (thanks to Laszlo Kajan)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sat, 24 Nov 2012 14:15:00 +0200
rkward (0.6.0-1) unstable; urgency=low
* new upstream release
* remove support for building on Ubuntu hardy
* more accurate copyright file
closes: #689982
* bump standards version to 3.9.4 (no changes needed)
* Add Vcs-Browser and Vcs-Svn fields
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 24 Oct 2012 15:30:00 +0200
rkward (0.5.7-2) unstable; urgency=low
* new upload to force rebuild against R 2.14.0~x on i386
closes: #646047 (failure to load rkward package)
* add dependency on r-base-core < 2.14 if built against R < 2.14.0
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 25 Oct 2011 14:30:00 +0200
rkward (0.5.7-1) unstable; urgency=low
* new upstream release
* provide build-arch and build-indep targets
* include buildflags as instructed by the dpkg developers
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 23 Oct 2011 15:30:00 +0200
rkward (0.5.6-1) unstable; urgency=low
* new upstream release
* remove empty directory removal rkwardtests/inst. Now fixed upstream.
* remove man page links to rkward.bin and rkward.rbackend. These
auxiliary binaries are no longer installed in the system path.
* remove debian man page. Man page is now supplied upstream.
* drop explicit dependency on libphonon-dev.
* fix lintian warning "description-synopsis-starts-with-article"
* bump standards version to 3.9.2 (no changes needed)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 30 May 2011 15:30:00 +0200
rkward (0.5.5-2) unstable; urgency=low
* Remove empty directory rkwardtests/inst
fixes FTBFS with (the current alpha of) R 2.13.0
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 20 Mar 2011 14:30:00 +0200
rkward (0.5.5-1) unstable; urgency=low
* new upstream release
* add man-page link for new binary rkward.rbackend
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 15 Mar 2011 14:30:00 +0200
rkward (0.5.4-1) unstable; urgency=low
* new upstream release
* bump standards version to 3.9.1 (no changes needed)
* no more need to remove svncopy.sh-script in rules
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 04 Oct 2010 14:30:00 +0200
rkward (0.5.3-2) unstable; urgency=low
* correct usage of hyphens vs. minus signs in the man page
* correct the watch file
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Fri, 07 May 2010 14:30:00 +0200
rkward (0.5.3-1) unstable; urgency=low
* new upstream release
closes: #556321 (failed to link against thread-library, explicitly)
* add watch file (thanks to Julien Lavergne and Scott Howard)
closes: #569114
* remove svncopy.sh-script included in upstream release tarball by accident
* remove obsolete runtime dependency on php5-cli
* add dependency on ${misc:Depends} as recommended by debhelper
* bump standards version to 3.8.4 (no changes needed)
* add Homepage field
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Fri, 30 Apr 2010 14:30:00 +0200
rkward (0.5.2-1) unstable; urgency=low
* new upstream release
closes: #551306 (added support for the new dynamic help system)
* Add "DM-Upload-Allowed: yes" in control
* bump standards version to 3.8.3 (no changes needed)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 26 Oct 2009 14:30:00 +0200
rkward (0.5.1-2) unstable; urgency=low
* drop alternative depend on php4-cli as this is no longer part of any
current debian based distribution
* more accurate detection of patch-needing Ubuntu
Hardy systems (thanks to Meik Michalke)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 18 Aug 2009 14:30:00 +0200
rkward (0.5.1-1) unstable; urgency=low
* new upstream release
* bump standards version to 3.8.2 (no changes needed)
* dropped notice on development status from description
* added notice on differing copyright and additional
LGPL licence of some files
* better version detection (thanks to Meik Michalke)
* added conditional patch to support Ubuntu hardy (thanks to Meik Michalke)
* decrease debhelper compat level to 6, in order to support Ubuntu hardy
* revert to using dh_clean -k in order to comply with compat level 6
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 04 Aug 2009 14:30:00 +0200
rkward (0.5.0d-3) unstable; urgency=low
* build-depend on libx11-dev
closes: #529024
* use dh_prep instead of deprecated dh_clean -k
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 19 May 2009 14:30:00 +0200
rkward (0.5.0d-2) unstable; urgency=low
* bumped standards version to 3.8.1
* increased debhelper compat-level to 7
* upload to unstable (repeat closes because 0.5.0d-1 was not uploaded)
closes: #520969
closes: #491110
closes: #501649
closes: #527649 (included missing Rdevices.h; actually fixed in 0.5.0c)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 11 May 2009 14:30:00 +0200
rkward (0.5.0d-1) unstable; urgency=low
* new upstream release
* upload to unstable (repeat closes because 0.5.0c-1 was not uploaded)
closes: #520969
closes: #491110
closes: #501649
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 10 May 2009 21:30:00 +0200
rkward (0.5.0c-1) experimental; urgency=low
* new upstream release
closes: #520969 (added support for R 2.9.0)
* query kde4-config to set the correct installation paths
closes: #491110 (resource files were not found)
closes: #501649 (plugin files were not found)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 30 Mar 2009 20:30:00 +0200
rkward (0.5.0b-1) unstable; urgency=low
* new upstream release
closes: #475175
closes: #463348
closes: #475982
closes: #455709
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 20 Apr 2008 21:30:00 +0200
rkward (0.5.0a-1) experimental; urgency=low
* new upstream release
* remove some obsolete comments in rules
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 23 Jan 2008 16:30:00 +0200
rkward (0.5.0-1) experimental; urgency=low
* new upstream release
closes: #455709
* adjusted to build with KDE4 libraries / CMake
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 21 Jan 2008 20:30:00 +0200
rkward (0.4.9a-1) unstable; urgency=low
* new upstream release
closes: #475175
closes: #463348
closes: #475982
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 20 Apr 2008 21:30:00 +0200
rkward (0.4.9-2) unstable; urgency=low
* remove --ignore-missing-info parameter again (dpkg-shlibdeps 1.14.12
does not need it, anymore)
* when uploaded to main archive, this
closes: #460745
* bumped standards to 3.7.3 (no changes necessary)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 16 Jan 2008 17:30:00 +0200
rkward (0.4.9-1) unstable; urgency=low
* new upstream release
* add --ignore-missing-info paramater to dpkg-shlibdeps, as libR.so will not be found
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 14 Jan 2008 20:30:00 +0200
rkward (0.4.8a-2) unstable; urgency=low
* quote the R CMD config calls, as they may also contain compiler arguments
(thanks to Meik Michalke for a patch)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Thu, 14 Nov 2007 13:30:00 +0200
rkward (0.4.8a-1) unstable; urgency=low
* new upstream release
* document --disable-stack-check and --debugger options in the manual page
* use the compilers specified by R CMD config
closes: #450618
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 11 Nov 2007 13:30:00 +0200
rkward (0.4.8-1) unstable; urgency=low
* new upstream release
closes: #417519
* adjust rkward.menu to new naming policy
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 03 Oct 2007 13:30:00 +0200
rkward (0.4.7a-2) unstable; urgency=low
* force gcc 4.2 to match r-base-core
closes: #432377
* merge upstream fix for R 2.6
closes: #442059
* changed distclean rule in debian/rules to only ignore missing Makefiles
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Fri, 14 Sep 2007 13:30:00 +0200
rkward (0.4.7a-1) unstable; urgency=low
* new upstream release
closes: #422541
* the code to generate the correct r-base-core dependencies should now be POSIX shell compliant
* remove unused (and uncommented) dh_* scripts from rules
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 07 May 2007 13:30:00 +0200
rkward (0.4.7-2) unstable; urgency=low
* explicitely create installation directory for rkward R package
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 11 Apr 2007 15:30:00 +0200
rkward (0.4.7-1) unstable; urgency=low
* new upstream release
closes: #415561 (filename completion)
closes: #418686 (failure to work with R 2.5.0)
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 11 Apr 2007 13:30:00 +0200
rkward (0.4.6-1) unstable; urgency=low
* new upstream release
* update r-base-core dependencies
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Thu, 15 Feb 2007 19:30:00 +0200
rkward (0.4.5-1) unstable; urgency=low
* new upstream release
* provide entry in debian menu (Apps/Math)
closes: #405376
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 21 Jan 2007 19:00:00 +0200
rkward (0.4.2-3) unstable; urgency=low
* this version is not meant to be uploaded to the main archives!
* fix compilation on sarge
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 13 Dec 2006 17:30:00 +0200
rkward (0.4.2-2) unstable; urgency=low
* migrate to unstable
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Wed, 06 Dec 2006 20:00:00 +0200
rkward (0.4.2-1) experimental; urgency=low
* new upstream release
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 04 Dec 2006 16:45:00 +0200
rkward (0.4.1-1) unstable; urgency=low
* new upstream release
* depend on either php4-cli or php5-cli
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 06 Nov 2006 16:30:00 +0200
rkward (0.4.0-2) unstable; urgency=low
* fix automatic build on 64bit architectures
closes: #394112
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Fri, 20 Oct 2006 14:00:00 +0200
rkward (0.4.0-1) unstable; urgency=low
* new upstream release
* remove obsoleted workaround for installation of rkward R package
* cope with switch from CVS to SVN
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 17 Oct 2006 14:40:00 +0200
rkward (0.3.7-1) unstable; urgency=low
* new upstream release
* use confiure option --with-r-libdir to make sure the rkward R package is installed in /usr/lib/R/site-library/
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 17 Sep 2006 16:40:00 +0200
rkward (0.3.6-4) unstable; urgency=low
* fix automatic build on alpha machines
patch provided by Martin Michlmayr <tbm@cyrius.com>
closes: #374005
* bumbed to standards 3.7.2
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 18 Jun 2006 16:25:00 +0200
rkward (0.3.6-3) unstable; urgency=low
* first version to be uploaded to debian
closes: #333392
* Added Homepage to control file (changed by R.M.Rutschmann <rudi@debian.org>)
* fix detection of r-base-core dependency when compiled with r-base-core >= 2.3.0
* clean up rules somewhat
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 25 Apr 2006 12:45:00 +0200
rkward (0.3.6-2) unstable; urgency=low
* link manpage directly in installation instead of debian-dir
* use --show-format instead of -f in call to dpkg-query (to work on stable)
* delete any debian/CVS subdir included by accident during clean
* add newline to copyright file
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 24 Apr 2006 14:45:00 +0200
rkward (0.3.6-1) unstable; urgency=low
* new upstream release
* clean up manpage
* debian dir is not longer included in upstream; create non-native package
* create symlink rkward.bin.1 to rkward.1 and remove linitian expection (no man page)
* use ${shlibs:Depends} for runtime dependencies
* make sure to require correct version of r-base-core
* specify --with-r-home in ./configure, in case there is more than one version of R installed
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 23 Apr 2006 19:45:00 +0200
rkward (0.3.5) unstable; urgency=low
* new upstream release
* add lintian exception for rkward.bin (no man page)
* remove call to build-help.pl during postinst postrm
* use --disable-rpath in ./configure
* remove /usr/sbin from dirs
* use standards version 3.6.2
* add man page
* remove redundant build-dependency on libqt3-mt-dev
* break long lines in description
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Sun, 16 Apr 2006 15:45:00 +0200
rkward (0.3.4) unstable; urgency=low
* new upstream release
* debian directory is now included in official release
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 08 Nov 2005 16:00:33 +0200
rkward (0.3.3) unstable; urgency=low
* new upstream release
* Adjusted depends for R (2.1.0)
* added run-time depend for libstdc++6
* correct path for KDE help files
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Mon, 10 Oct 2005 11:20:33 +0200
rkward (0.3.2) unstable; urgency=low
* new upstream release
* Initial Release.
* removing r.xml highlighting definition in order to avoid conflict with verison shipped with katepart
-- Thomas Friedrichsmeier <tfry@users.sourceforge.net> Tue, 26 Apr 2005 00:00:33 +0200
|