Base debian package
This commit is contained in:
parent
8478519d20
commit
614523d470
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
build: clean
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
npm run clean
|
||||||
|
|
||||||
|
install: build
|
||||||
|
env
|
|
@ -0,0 +1,5 @@
|
||||||
|
pitaya (0.0.0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||||
|
|
||||||
|
-- William Petit <wpetit@cadoles.com> Fri, 16 Oct 2015 15:57:03 +0200
|
|
@ -0,0 +1 @@
|
||||||
|
9
|
|
@ -0,0 +1,14 @@
|
||||||
|
Source: pitaya
|
||||||
|
Section: unknown
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: William Petit <wpetit@cadoles.com>
|
||||||
|
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
|
|
@ -0,0 +1 @@
|
||||||
|
build/pitaya-linux-x64 opt/pitaya
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Reference in New Issue