diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000000..44f09c2dd2 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +ngcp-panel (0.01~dev) unstable; urgency=low + + * Initial release. + + -- Michael Prokop Tue, 05 Mar 2013 16:09:44 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000000..45a4fb75db --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000000..af53f75a33 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: ngcp-panel +Section: admin +Priority: extra +Maintainer: Sipwise Development Team +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 diff --git a/debian/ngcp-panel.copyright b/debian/copyright similarity index 100% rename from debian/ngcp-panel.copyright rename to debian/copyright diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000000..d9431260a3 --- /dev/null +++ b/debian/rules @@ -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