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
|
r-cran-r.devices (2.17.2+ds-1) unstable; urgency=medium
* New upstream release.
* debian/changelog
- Bump Standards-Version to 4.6.2.
* debian/patches/reproducible-pdf.patch
- Remove patch; applied upstream
* debian/copyright
- Update my copyright years.
-- Doug Torrance <dtorrance@debian.org> Wed, 31 Jan 2024 08:39:55 -0500
r-cran-r.devices (2.17.1+ds-1) unstable; urgency=medium
* New upstream relesae.
* debian/gbp.conf
- Remove "debian-branch" setting; unnecessary since we now use "master",
which is the default value.
* debian/control
- Bump Standards-Version to 4.6.1.
* debian/copyright
- Update my copyright years.
* debian/docs
- Update filename for NEWS; now NEWS.md.
* debian/patches/reproducible-pdf.patch
- Stop suppressing PDF metadata in vignetted; applied upstream.
- Drop timing info from vignette for reproducibiliy.
* debian/rules
- Export HOME; needed by dh_vignette.
-- Doug Torrance <dtorrance@debian.org> Tue, 21 Jun 2022 15:28:15 -0400
r-cran-r.devices (2.17.0+ds-3) unstable; urgency=medium
* debian/clean
- Clean up generated vignette files.
* debian/control
- Add r-cran-r.rsp to Build-Depends.
- Add texinfo to Build-Depends; needed for texi2dvi for generating
vignette.
- Add cm-super to Build-Depends; prevents "Font tcrm1000 at 600 not
found" error while generating vignette.
* debian/patches/reproducible-pdf.patch
- New patch; suppress PDF info in vignette for reproducibility.
* debian/rules
- Stop generating vignette using pdflatex and pre-generated .tex file.
It will be built using R.rsp, which is now in Debian.
- Use dh_vignette to generate vignette.
- Run dh_auto_install before dh_vignette so R.devices is available for
generatating vignette.
- Convert override_dh_auto_install target to
execute_before_dh_auto_install.
* debian/source/include-binaries
- Remove file; no longer needed.
* debian/vignettes/*
- Remove files; no longer needed.
-- Doug Torrance <dtorrance@debian.org> Sat, 11 Dec 2021 22:41:39 -0500
r-cran-r.devices (2.17.0+ds-2) unstable; urgency=medium
* Source-only upload for migration to testing.
* debian/{control,copyright}
- Update my email address; now a Debian Developer.
-- Doug Torrance <dtorrance@debian.org> Thu, 02 Dec 2021 14:04:28 -0500
r-cran-r.devices (2.17.0+ds-1) unstable; urgency=medium
* Initial release (Closes: #996213).
-- Doug Torrance <dtorrance@piedmont.edu> Tue, 12 Oct 2021 09:12:27 -0400
|