Initial Debian packaging

agranig/1_0_subfix
Michael Prokop 12 years ago
parent 50c899b7bb
commit 8ee2ff62db

6
debian/changelog vendored

@ -0,0 +1,6 @@
ngcp-panel (0.01~dev) unstable; urgency=low
* Initial release.
-- Michael Prokop <mprokop@sipwise.com> Tue, 05 Mar 2013 16:09:44 +0100

1
debian/compat vendored

@ -0,0 +1 @@
8

19
debian/control vendored

@ -0,0 +1,19 @@
Source: ngcp-panel
Section: admin
Priority: extra
Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends: debhelper (>= 8),
libcatalyst-devel-perl,
libcatalyst-modules-perl,
libcatalyst-view-tt-perl,
libhtml-formhandler-perl,
libmodule-install-perl,
libmoosex-object-pluggable-perl
Standards-Version: 3.9.4
Homepage: http://sipwise.com/
Package: ngcp-panel
Architecture: all
Depends: ${misc:Depends}
Description: Catalyst based application
TODO

8
debian/rules vendored

@ -0,0 +1,8 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_install:
dh_install
# remove all *.pl scripts, they are for development usage only
rm -rf ./debian/ngcp-panel/usr/bin
Loading…
Cancel
Save