Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-05 Thread Andreas Tille
Hi Dirk, Am Sat, Jul 01, 2023 at 10:55:25AM -0500 schrieb Dirk Eddelbuettel: > | The graphics engine version, R_GE_version, has been bumped to 16 > | and so packages that provide graphics devices should be > | reinstalled. > > Also see the nice compact history at > >

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-02 Thread Andreas Tille
Hi Paul, Am Sun, Jul 02, 2023 at 10:31:35AM +0800 schrieb Paul Wise: > > The patch hard-codes the number in the Provides. > > You can extract the number from the header using cpp: > >$ echo R_GE_version | $(CPP) -I ./src/include/ -include > R_ext/GraphicsEngine.h | tail -n1 >15 > >

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-01 Thread Paul Wise
On Sat, 1 Jul 2023 22:29:11 +0200 Andreas Tille wrote: > I've attached a patch implementing Grahams suggestion. Dh-r is adapted > as well. It would be great if you could raise your opinion about this > patch until Monday. The patch hard-codes the number in the Provides. You can extract the

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-01 Thread Andreas Tille
Hi again, Am Sat, Jul 01, 2023 at 05:50:08PM +0200 schrieb Andreas Tille: > > That's a pretty good point. Dirk, do you want me to adapt the > patch or will you do the search and replace? I'll adapt dh-r > accordingly to the proper string. I've attached a patch implementing Grahams suggestion.

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-01 Thread Dirk Eddelbuettel
On 1 July 2023 at 15:26, Graham Inggs wrote: | Your patch has 'rgraphicsapiversion' and 'r-graphics-api-4.3'. | | Upstream [1] refer to it as follows: | | The graphics engine version, R_GE_version, has been bumped to 16 | and so packages that provide graphics devices should be |

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-01 Thread Andreas Tille
Hi Graham, Am Sat, Jul 01, 2023 at 03:26:44PM + schrieb Graham Inggs: > Your patch has 'rgraphicsapiversion' and 'r-graphics-api-4.3'. > > Upstream [1] refer to it as follows: > > The graphics engine version, R_GE_version, has been bumped to 16 > and so packages that provide graphics

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-01 Thread Graham Inggs
Hi Andreas On Sat, 1 Jul 2023 at 12:15, Andreas Tille wrote: > The attached patch will implement the requested feature. There is also > a patch to dh-r which can be uploadede immediately to do the needed > things in debhelper. Your patch has 'rgraphicsapiversion' and 'r-graphics-api-4.3'.

Bug#1040038: r-base-core: Please provide r-graphics-api-*

2023-07-01 Thread Andreas Tille
Package: r-base-core Version: 4.3.1-1.1 Severity: important Tags: patch X-Debbugs-Cc: debia...@lists.debian.org, 1040...@bugs.debian.org Hi, to support R graphics ABI changes it makes sense to provide this feature to r-base-core to limit the needed transition to the minimum that is needed. This