debpack | Super simple Debian packages

 by   hoffa Shell Version: Current License: MIT

kandi X-RAY | debpack Summary

kandi X-RAY | debpack Summary

debpack is a Shell library typically used in Debian applications. debpack has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Super simple Debian packages. Aims to keep Lintian happy and adhere to the Debian Policy Manual where reasonable, without bogging you down with needless ceremony. Only depends on Bash and dpkg tools.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              debpack has a low active ecosystem.
              It has 59 star(s) with 0 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 10 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of debpack is current.

            kandi-Quality Quality

              debpack has no bugs reported.

            kandi-Security Security

              debpack has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              debpack is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              debpack releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of debpack
            Get all kandi verified functions for this library.

            debpack Key Features

            No Key Features are available at this moment for debpack.

            debpack Examples and Code Snippets

            No Code Snippets are available at this moment for debpack.

            Community Discussions

            QUESTION

            Error occurred while building debian package for c++ source file
            Asked 2018-Dec-07 at 17:11

            when I am trying to build .deb package using command

            ...

            ANSWER

            Answered 2018-Dec-04 at 09:03

            Having just an executable is not enough to create a package, you should create appropriate file hierarchy.

            1. create a root directory, lets name it hello-pack.

              mkdir hello-pack

            2. create a control file, the path would be for the file is hello-pack/DEBIAN/control.

              mkdir hello-pack/DEBIAN

              touch hello-pack/DEBIAN/control

              Content of the file can be the following:

            Package: helloworld

            Version: 1.0

            Maintainer: Your-Name

            Architecture: all

            Description: hello world

            1. copy your executable to wherever you want it to be located, (I am thinking that you want it to be under usr/bin, if so do the followings, if not create your own directories)

              mkdir hello-pack/usr/bin

              cp hw hello-pack/usr/bin

            Then create package with the command dpkg-deb --build hello-pack. It will create the package to the same directory where your root directory exist with the same name and with .deb extension. You can use -i option to install the package.

            Source https://stackoverflow.com/questions/53606486

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install debpack

            You'll also need dpkg-dev:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/hoffa/debpack.git

          • CLI

            gh repo clone hoffa/debpack

          • sshUrl

            git@github.com:hoffa/debpack.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Shell Libraries

            awesome

            by sindresorhus

            ohmyzsh

            by ohmyzsh

            realworld

            by gothinkster

            nvm

            by nvm-sh

            papers-we-love

            by papers-we-love

            Try Top Libraries by hoffa

            kitten

            by hoffaPython

            pyogi-notation

            by hoffaPython

            pyogi

            by hoffaPython

            notation

            by hoffaPython

            nSDL

            by hoffaC