Base debian package

このコミットが含まれているのは:
wpetit 2015-10-17 11:34:37 +02:00
コミット 614523d470
7個のファイルの変更40行の追加0行の削除

10
Makefile ノーマルファイル
ファイルの表示

@ -0,0 +1,10 @@
build: clean
npm run build
clean:
npm run clean
install: build
env

5
debian/changelog vendored ノーマルファイル
ファイルの表示

@ -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

1
debian/compat vendored ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
9

14
debian/control vendored ノーマルファイル
ファイルの表示

@ -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

1
debian/pitaya.install vendored ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
build/pitaya-linux-x64 opt/pitaya

8
debian/rules vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@

1
debian/source/format vendored ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
3.0 (quilt)