Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 650 Bytes

Perspective Debian Packages

This repository contains Debian packages configuration for Perspective API related products.

Build binary package

$ export DEBFULLNAME="User Name"
$ export DEBEMAIL="[email protected]"
$ export DEBSIGN_KEYID=12345678
$ export DH_ALWAYS_EXCLUDE=CVS:.svn:.git
$ BUILD_PACKAGE=true debuild --no-tgz-check --no-lintian --preserve-envvar JAVA_HOME --preserve-envvar PATH --preserve-envvar BUILD_PACKAGE -p"gpg --no-tty --passphrase <password>"

Build source package for Launchpad

$ scripts/prepare-source-package.sh
$ dput ppa:meridor/perspective ../perspective-backend_<version>_source.changes