GithubHelp home page GithubHelp logo

dm.pl's Introduction

dm.pl

A basic Perl program that makes Debian software packages (.deb files) without needing dpkg installed. It works as a drop-in replacement for dpkg-deb -b, with compatible flags.

Installation

dm.pl is included with and used by Theos, so if you’re wanting to use this with Theos, you’re likely already using it. (If not, update!)

Otherwise, you can either install with npm:

npm install -g @theosdev/dm.pl

…or clone a copy of this repo:

git clone https://github.com/theos/dm.pl.git

…and immediately start using it.

This will work on any system with Perl and xz-utils installed. (If you’re not sure, they almost certainly are already installed by your OS.)

Synopsis

dm.pl [options] <directory> <package>

Options

  • -b: This option exists solely for compatibility with dpkg-deb.
  • -Z<compression>: Specify the package compression type. Valid values are gzip (default), bzip2, lzma, xz and cat (no compression.)
  • -z<compress-level>: Specify the package compression level. Valid values are between 0 and 9. Default is 9 for bzip2, 6 for others. 0 is identical to 1 when using bzip2. Refer to gzip(1), bzip2(1), xz(1) for explanations of what effect each compression level has.
  • --help, -?: Print a brief help message and exit.
  • --man: Print a manual page and exit.

License

Licensed under the MIT License. Refer to LICENSE.md.

dm.pl's People

Contributors

dhowett avatar kirb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.