diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c87308e --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ + + +build: clean + npm run build + +clean: + npm run clean + +install: build + env diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ceeb097 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pitaya (0.0.0) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- William Petit Fri, 16 Oct 2015 15:57:03 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9fe93ad --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: pitaya +Section: unknown +Priority: optional +Maintainer: William Petit +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.4 +Homepage: +Vcs-Git: https://forge.cadoles.com/wpetit/pitaya.git +Vcs-Browser: https://forge.cadoles.com/wpetit/pitaya + +Package: pitaya +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Lanceur d'application pour GNU/Linux diff --git a/debian/pitaya.install b/debian/pitaya.install new file mode 100644 index 0000000..8b1f10a --- /dev/null +++ b/debian/pitaya.install @@ -0,0 +1 @@ +build/pitaya-linux-x64 opt/pitaya diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..218df65 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)