mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Fix here-doc indentation, part 2
This commit is contained in:
		
							
								
								
									
										88
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										88
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							@@ -312,58 +312,58 @@ jobs:
 | 
			
		||||
          install -Dm644 "LICENSE-APACHE" "${DPKG_DIR}/usr/share/doc/${{ env.PROJECT_NAME }}/LICENSE-APACHE"
 | 
			
		||||
 | 
			
		||||
          cat > "${DPKG_DIR}/usr/share/doc/${{ env.PROJECT_NAME }}/copyright" <<EOF
 | 
			
		||||
          Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 | 
			
		||||
          Upstream-Name: ${{ env.PROJECT_NAME }}
 | 
			
		||||
          Source: ${{ env.PROJECT_HOMEPAGE }}
 | 
			
		||||
        Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 | 
			
		||||
        Upstream-Name: ${{ env.PROJECT_NAME }}
 | 
			
		||||
        Source: ${{ env.PROJECT_HOMEPAGE }}
 | 
			
		||||
 | 
			
		||||
          Files: *
 | 
			
		||||
          Copyright: ${{ env.PROJECT_MAINTAINER }}
 | 
			
		||||
          License: Apache-2.0 or MIT
 | 
			
		||||
        Files: *
 | 
			
		||||
        Copyright: ${{ env.PROJECT_MAINTAINER }}
 | 
			
		||||
        License: Apache-2.0 or MIT
 | 
			
		||||
 | 
			
		||||
          License: Apache-2.0
 | 
			
		||||
           On Debian systems, the complete text of the Apache-2.0 can be found in the
 | 
			
		||||
           file /usr/share/common-licenses/Apache-2.0.
 | 
			
		||||
        License: Apache-2.0
 | 
			
		||||
         On Debian systems, the complete text of the Apache-2.0 can be found in the
 | 
			
		||||
         file /usr/share/common-licenses/Apache-2.0.
 | 
			
		||||
 | 
			
		||||
          License: MIT
 | 
			
		||||
           Permission is hereby granted, free of charge, to any
 | 
			
		||||
           person obtaining a copy of this software and associated
 | 
			
		||||
           documentation files (the "Software"), to deal in the
 | 
			
		||||
           Software without restriction, including without
 | 
			
		||||
           limitation the rights to use, copy, modify, merge,
 | 
			
		||||
           publish, distribute, sublicense, and/or sell copies of
 | 
			
		||||
           the Software, and to permit persons to whom the Software
 | 
			
		||||
           is furnished to do so, subject to the following
 | 
			
		||||
           conditions:
 | 
			
		||||
           .
 | 
			
		||||
           The above copyright notice and this permission notice
 | 
			
		||||
           shall be included in all copies or substantial portions
 | 
			
		||||
           of the Software.
 | 
			
		||||
           .
 | 
			
		||||
           THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
 | 
			
		||||
           ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 | 
			
		||||
           TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 | 
			
		||||
           PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 | 
			
		||||
           SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 | 
			
		||||
           CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 | 
			
		||||
           OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 | 
			
		||||
           IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 | 
			
		||||
           DEALINGS IN THE SOFTWARE.
 | 
			
		||||
        License: MIT
 | 
			
		||||
         Permission is hereby granted, free of charge, to any
 | 
			
		||||
         person obtaining a copy of this software and associated
 | 
			
		||||
         documentation files (the "Software"), to deal in the
 | 
			
		||||
         Software without restriction, including without
 | 
			
		||||
         limitation the rights to use, copy, modify, merge,
 | 
			
		||||
         publish, distribute, sublicense, and/or sell copies of
 | 
			
		||||
         the Software, and to permit persons to whom the Software
 | 
			
		||||
         is furnished to do so, subject to the following
 | 
			
		||||
         conditions:
 | 
			
		||||
         .
 | 
			
		||||
         The above copyright notice and this permission notice
 | 
			
		||||
         shall be included in all copies or substantial portions
 | 
			
		||||
         of the Software.
 | 
			
		||||
         .
 | 
			
		||||
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
 | 
			
		||||
         ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 | 
			
		||||
         TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 | 
			
		||||
         PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
 | 
			
		||||
         SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 | 
			
		||||
         CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 | 
			
		||||
         OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
 | 
			
		||||
         IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 | 
			
		||||
         DEALINGS IN THE SOFTWARE.
 | 
			
		||||
        EOF
 | 
			
		||||
 | 
			
		||||
          # control file
 | 
			
		||||
          mkdir -p "${DPKG_DIR}/DEBIAN"
 | 
			
		||||
          cat > "${DPKG_DIR}/DEBIAN/control" <<EOF
 | 
			
		||||
          Package: ${{ steps.vars.outputs.DPKG_BASENAME }}
 | 
			
		||||
          Version: ${{ steps.vars.outputs.DPKG_VERSION }}
 | 
			
		||||
          Section: utils
 | 
			
		||||
          Priority: optional
 | 
			
		||||
          Maintainer: ${{ env.PROJECT_MAINTAINER }}
 | 
			
		||||
          Homepage: ${{ env.PROJECT_HOMEPAGE }}
 | 
			
		||||
          Architecture: ${{ steps.vars.outputs.DPKG_ARCH }}
 | 
			
		||||
          Provides: ${{ env.PROJECT_NAME }}
 | 
			
		||||
          Conflicts: ${{ steps.vars.outputs.DPKG_CONFLICTS }}
 | 
			
		||||
          Description: A cat(1) clone with wings.
 | 
			
		||||
           A cat(1) clone with syntax highlighting and Git integration.
 | 
			
		||||
        Package: ${{ steps.vars.outputs.DPKG_BASENAME }}
 | 
			
		||||
        Version: ${{ steps.vars.outputs.DPKG_VERSION }}
 | 
			
		||||
        Section: utils
 | 
			
		||||
        Priority: optional
 | 
			
		||||
        Maintainer: ${{ env.PROJECT_MAINTAINER }}
 | 
			
		||||
        Homepage: ${{ env.PROJECT_HOMEPAGE }}
 | 
			
		||||
        Architecture: ${{ steps.vars.outputs.DPKG_ARCH }}
 | 
			
		||||
        Provides: ${{ env.PROJECT_NAME }}
 | 
			
		||||
        Conflicts: ${{ steps.vars.outputs.DPKG_CONFLICTS }}
 | 
			
		||||
        Description: A cat(1) clone with wings.
 | 
			
		||||
         A cat(1) clone with syntax highlighting and Git integration.
 | 
			
		||||
        EOF
 | 
			
		||||
 | 
			
		||||
          # build dpkg
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user