parent
50c899b7bb
commit
8ee2ff62db
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
8
|
@ -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
|
@ -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…
Reference in new issue