Jordan Justen pushed to branch debian/experimental at X Strike Force / app / renderdoc
Commits: 0788316a by Jordan Justen at 2020-12-22T22:52:34-08:00 d/changelog: Start 1.11+dfsg-3 changelog Signed-off-by: Jordan Justen <[email protected]> - - - - - 8c58cbd6 by Jordan Justen at 2020-12-22T22:52:39-08:00 d/control: Add replaces/breaks for old monolithic renderdoc Signed-off-by: Jordan Justen <[email protected]> - - - - - d6b86c9f by Jordan Justen at 2020-12-22T22:52:42-08:00 d/control: Add depend on qrenderdoc for renderdoc metapackage Signed-off-by: Jordan Justen <[email protected]> - - - - - eff76fb8 by Jordan Justen at 2020-12-22T22:52:45-08:00 d/control: Remove spirv-tools since librenderdoc provides this dep Signed-off-by: Jordan Justen <[email protected]> - - - - - 37aa68df by Jordan Justen at 2020-12-22T23:00:32-08:00 d/control: Update renderdoc metapackage description Signed-off-by: Jordan Justen <[email protected]> - - - - - a8dfc682 by Jordan Justen at 2020-12-23T02:21:19-08:00 d/control: Remove qrenderdoc python module dependency Signed-off-by: Jordan Justen <[email protected]> - - - - - 339744a1 by Jordan Justen at 2020-12-23T02:29:02-08:00 d/changelog: Release 1.11+dfsg-3 to experimental Signed-off-by: Jordan Justen <[email protected]> - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +renderdoc (1.11+dfsg-3) experimental; urgency=medium + + * d/control: Add replaces/breaks for old monolithic renderdoc + * d/control: Add depend on qrenderdoc for renderdoc metapackage + * d/control: Remove spirv-tools since librenderdoc provides this dep + * d/control: Update renderdoc metapackage description + * d/control: Remove qrenderdoc python module dependency + + -- Jordan Justen <[email protected]> Wed, 23 Dec 2020 02:28:20 -0800 + renderdoc (1.11+dfsg-2) experimental; urgency=medium * debian: Add renderdoc.install to prep for package split ===================================== debian/control ===================================== @@ -31,6 +31,8 @@ Vcs-Git: https://salsa.debian.org/xorg-team/app/renderdoc.git Vcs-Browser: https://salsa.debian.org/xorg-team/app/renderdoc Package: librenderdoc +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: libs Architecture: amd64 armel armhf arm64 i386 Pre-Depends: ${misc:Pre-Depends} @@ -45,6 +47,8 @@ Description: Stand-alone graphics debugging tool -- library This package provides the renderdoc library. Package: librenderdoc-dev +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: libdevel Architecture: amd64 armel armhf arm64 i386 Pre-Depends: ${misc:Pre-Depends} @@ -59,6 +63,8 @@ Description: Stand-alone graphics debugging tool -- development files This package provides the renderdoc library development files. Package: python3-renderdoc +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: python Architecture: amd64 armel armhf arm64 i386 Pre-Depends: ${misc:Pre-Depends} @@ -73,13 +79,13 @@ Description: Stand-alone graphics debugging tool -- Python module This package provides the renderdoc Python module. Package: qrenderdoc +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: utils Architecture: amd64 armel armhf arm64 i386 Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, - librenderdoc (= ${binary:Version}), - python3-renderdoc (= ${binary:Version}), - spirv-tools + librenderdoc (= ${binary:Version}) Description: Stand-alone graphics debugging tool -- graphical utility RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection @@ -89,6 +95,8 @@ Description: Stand-alone graphics debugging tool -- graphical utility This package provides the renderdoc graphical application. Package: renderdoc +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: metapackages Architecture: amd64 armel armhf arm64 i386 Pre-Depends: ${misc:Pre-Depends} @@ -96,14 +104,19 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, librenderdoc (= ${binary:Version}), python3-renderdoc (= ${binary:Version}), renderdoccmd (= ${binary:Version}), - spirv-tools -Description: Stand-alone graphics debugging tool + qrenderdoc (= ${binary:Version}) +Description: Stand-alone graphics debugging tool -- metapackage RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12 across Windows 7 - 10, Linux, or Android. + . + This metapackage installs the qrenderdoc gui application, the + renderdoccmd command line tool and python3 renderdoc support. Package: renderdoc-doc +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: doc Architecture: all Pre-Depends: ${misc:Pre-Depends} @@ -117,13 +130,14 @@ Description: Stand-alone graphics debugging tool -- docs This package provides the renderdoc documentation. Package: renderdoccmd +Replaces: renderdoc (<< 1.11+dfsg-2~) +Breaks: renderdoc (<< 1.11+dfsg-2~) Section: utils Architecture: amd64 armel armhf arm64 i386 Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, librenderdoc (= ${binary:Version}), - python3-renderdoc (= ${binary:Version}), - spirv-tools + python3-renderdoc (= ${binary:Version}) Description: Stand-alone graphics debugging tool -- command line tool RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection View it on GitLab: https://salsa.debian.org/xorg-team/app/renderdoc/-/compare/dead19f41e5e963451905c5fe7050bfdde55f480...339744a1e2b762e78d3d803a28061627c85dc427 -- View it on GitLab: https://salsa.debian.org/xorg-team/app/renderdoc/-/compare/dead19f41e5e963451905c5fe7050bfdde55f480...339744a1e2b762e78d3d803a28061627c85dc427 You're receiving this email because of your account on salsa.debian.org.

