2017 © Pedro Peláez
 

library dh-make-composer

Command-line utility that builds a debian package from composer package.

image

jbboehr/dh-make-composer

Command-line utility that builds a debian package from composer package.

  • Thursday, October 20, 2016
  • by jbboehr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

dh-make-composer

Command line utility that build a debian package from a composer package. See also: PackageBuilder., (*1)

Usage

composer require jbboehr/dh-make-composer

Create a source package from a specific package:, (*2)

dh_make_composer create monolog/monolog 1.15.0

Create a source package from another package's lock file:, (*3)

dh_make_composer lock composer.lock --output output

Notes:, (*4)

  • The name and email in your ~/.gitconfig will be used for the uploader.
  • The paths used in the autoloader and bin keys in composer.json will be used to add files to the package
  • If an empty path is used, all .php files and directories that start with an uppercase letter will be added by default
  • The files are installed into /usr/share/composer with the same directory structure as the source repo
  • Each namespace in the autoloader is symlinked into /usr/share/php such that you can use a simple autoloader to include the class.

License

See the license file, (*5)

The Versions

20/10 2016

dev-master

9999999-dev

Command-line utility that builds a debian package from composer package.

  Sources   Download

LGPL-2.1

The Requires

 

packages deb software distribution

20/10 2016

v0.1.2

0.1.2.0

Command-line utility that builds a debian package from composer package.

  Sources   Download

LGPL-2.1

The Requires

 

packages deb software distribution

19/10 2016

v0.1.1

0.1.1.0

Command-line utility that builds a debian package from composer package.

  Sources   Download

LGPL-2.1

The Requires

 

packages deb software distribution

19/10 2016

v0.1.0

0.1.0.0

Command-line utility that builds a debian package from composer package.

  Sources   Download

LGPL-2.1

The Requires

 

packages deb software distribution