[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/app/renderdoc][debian/experimental] 7 commits: d/changelog: Start 1.11+dfsg-3 changelog



Title: GitLab

Jordan Justen pushed to branch debian/experimental at X Strike Force / app / renderdoc

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +renderdoc (1.11+dfsg-3) experimental; urgency=medium
    
    2
    +
    
    3
    +  * d/control: Add replaces/breaks for old monolithic renderdoc
    
    4
    +  * d/control: Add depend on qrenderdoc for renderdoc metapackage
    
    5
    +  * d/control: Remove spirv-tools since librenderdoc provides this dep
    
    6
    +  * d/control: Update renderdoc metapackage description
    
    7
    +  * d/control: Remove qrenderdoc python module dependency
    
    8
    +
    
    9
    + -- Jordan Justen <jljusten@debian.org>  Wed, 23 Dec 2020 02:28:20 -0800
    
    10
    +
    
    1 11
     renderdoc (1.11+dfsg-2) experimental; urgency=medium
    
    2 12
     
    
    3 13
       * 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
    31 31
     Vcs-Browser: https://salsa.debian.org/xorg-team/app/renderdoc
    
    32 32
     
    
    33 33
     Package: librenderdoc
    
    34
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    35
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    34 36
     Section: libs
    
    35 37
     Architecture: amd64 armel armhf arm64 i386
    
    36 38
     Pre-Depends: ${misc:Pre-Depends}
    
    ... ... @@ -45,6 +47,8 @@ Description: Stand-alone graphics debugging tool -- library
    45 47
      This package provides the renderdoc library.
    
    46 48
     
    
    47 49
     Package: librenderdoc-dev
    
    50
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    51
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    48 52
     Section: libdevel
    
    49 53
     Architecture: amd64 armel armhf arm64 i386
    
    50 54
     Pre-Depends: ${misc:Pre-Depends}
    
    ... ... @@ -59,6 +63,8 @@ Description: Stand-alone graphics debugging tool -- development files
    59 63
      This package provides the renderdoc library development files.
    
    60 64
     
    
    61 65
     Package: python3-renderdoc
    
    66
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    67
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    62 68
     Section: python
    
    63 69
     Architecture: amd64 armel armhf arm64 i386
    
    64 70
     Pre-Depends: ${misc:Pre-Depends}
    
    ... ... @@ -73,13 +79,13 @@ Description: Stand-alone graphics debugging tool -- Python module
    73 79
      This package provides the renderdoc Python module.
    
    74 80
     
    
    75 81
     Package: qrenderdoc
    
    82
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    83
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    76 84
     Section: utils
    
    77 85
     Architecture: amd64 armel armhf arm64 i386
    
    78 86
     Pre-Depends: ${misc:Pre-Depends}
    
    79 87
     Depends: ${misc:Depends}, ${shlibs:Depends},
    
    80
    -         librenderdoc (= ${binary:Version}),
    
    81
    -         python3-renderdoc (= ${binary:Version}),
    
    82
    -         spirv-tools
    
    88
    +         librenderdoc (= ${binary:Version})
    
    83 89
     Description: Stand-alone graphics debugging tool -- graphical utility
    
    84 90
      RenderDoc is a free MIT licensed stand-alone graphics debugger that
    
    85 91
      allows quick and easy single-frame capture and detailed introspection
    
    ... ... @@ -89,6 +95,8 @@ Description: Stand-alone graphics debugging tool -- graphical utility
    89 95
      This package provides the renderdoc graphical application.
    
    90 96
     
    
    91 97
     Package: renderdoc
    
    98
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    99
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    92 100
     Section: metapackages
    
    93 101
     Architecture: amd64 armel armhf arm64 i386
    
    94 102
     Pre-Depends: ${misc:Pre-Depends}
    
    ... ... @@ -96,14 +104,19 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
    96 104
              librenderdoc (= ${binary:Version}),
    
    97 105
              python3-renderdoc (= ${binary:Version}),
    
    98 106
              renderdoccmd (= ${binary:Version}),
    
    99
    -         spirv-tools
    
    100
    -Description: Stand-alone graphics debugging tool
    
    107
    +         qrenderdoc (= ${binary:Version})
    
    108
    +Description: Stand-alone graphics debugging tool -- metapackage
    
    101 109
      RenderDoc is a free MIT licensed stand-alone graphics debugger that
    
    102 110
      allows quick and easy single-frame capture and detailed introspection
    
    103 111
      of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12
    
    104 112
      across Windows 7 - 10, Linux, or Android.
    
    113
    + .
    
    114
    + This metapackage installs the qrenderdoc gui application, the
    
    115
    + renderdoccmd command line tool and python3 renderdoc support.
    
    105 116
     
    
    106 117
     Package: renderdoc-doc
    
    118
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    119
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    107 120
     Section: doc
    
    108 121
     Architecture: all
    
    109 122
     Pre-Depends: ${misc:Pre-Depends}
    
    ... ... @@ -117,13 +130,14 @@ Description: Stand-alone graphics debugging tool -- docs
    117 130
      This package provides the renderdoc documentation.
    
    118 131
     
    
    119 132
     Package: renderdoccmd
    
    133
    +Replaces: renderdoc (<< 1.11+dfsg-2~)
    
    134
    +Breaks: renderdoc (<< 1.11+dfsg-2~)
    
    120 135
     Section: utils
    
    121 136
     Architecture: amd64 armel armhf arm64 i386
    
    122 137
     Pre-Depends: ${misc:Pre-Depends}
    
    123 138
     Depends: ${misc:Depends}, ${shlibs:Depends},
    
    124 139
              librenderdoc (= ${binary:Version}),
    
    125
    -         python3-renderdoc (= ${binary:Version}),
    
    126
    -         spirv-tools
    
    140
    +         python3-renderdoc (= ${binary:Version})
    
    127 141
     Description: Stand-alone graphics debugging tool -- command line tool
    
    128 142
      RenderDoc is a free MIT licensed stand-alone graphics debugger that
    
    129 143
      allows quick and easy single-frame capture and detailed introspection
    


  • Reply to: