An open API service indexing awesome lists of open source software.

https://github.com/allure-framework/allure-debian

Debian (Ubuntu) package configuration for Allure Framework parts
https://github.com/allure-framework/allure-debian

Last synced: 8 months ago
JSON representation

Debian (Ubuntu) package configuration for Allure Framework parts

Awesome Lists containing this project

README

          

# Allure Framework Debian Packages
This repository contains Debian (Ubuntu) package configuration for Allure Framework parts.
## How to build package
In order to build this package you need **unzip** and **devscripts** packages installed. In order to build the package you should execute the following commands from the repository root directory:
```
$ ./source-prepare.sh && debuild -S
```
When package is built you should upload package to LaunchPad server via the following command:
```
$ dput ppa:qameta/allure ../allure-.changes
```