Known to be not working yet because of missing dependencies for Debian/wheezy: * libnamespace-sweep-perl (>=jessie only) * libmoosex-classattribute-perl (>=jessie only) * "MooseX::FileAttribute is not installed"agranig/2.004-ramoptimized
parent
837e675fac
commit
b972b33ec2
@ -0,0 +1,5 @@
|
|||||||
|
ngcp-schema (1.002) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Michael Prokop <mprokop@sipwise.com> Mon, 17 Jun 2013 14:43:47 +0200
|
@ -0,0 +1 @@
|
|||||||
|
8
|
@ -0,0 +1,42 @@
|
|||||||
|
Source: ngcp-schema
|
||||||
|
Section: admin
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||||
|
Build-Depends: debhelper (>= 8),
|
||||||
|
libaliased-perl,
|
||||||
|
libdata-serializer-perl,
|
||||||
|
libdbd-mysql-perl,
|
||||||
|
libdbix-class-encodedcolumn-perl,
|
||||||
|
libdbix-class-schema-loader-perl,
|
||||||
|
libfile-path-expand-perl,
|
||||||
|
libfile-path-tiny-perl,
|
||||||
|
libgetopt-long-descriptive-perl,
|
||||||
|
libgtk2-gladexml-simple-perl,
|
||||||
|
libmoosex-nonmoose-perl,
|
||||||
|
libmoosex-singleton-perl,
|
||||||
|
libparse-debianchangelog-perl,
|
||||||
|
libquantum-superpositions-perl,
|
||||||
|
libregexp-common-email-address-perl,
|
||||||
|
libregexp-common-net-cidr-perl,
|
||||||
|
libregexp-common-perl,
|
||||||
|
libregexp-common-time-perl,
|
||||||
|
libregexp-ipv6-perl,
|
||||||
|
libsipwise-base-perl (>= 1.002),
|
||||||
|
libtemplate-plugin-xml-perl,
|
||||||
|
libtest-xml-simple-perl,
|
||||||
|
libthrowable-perl,
|
||||||
|
libxml-libxml-simple-perl,
|
||||||
|
libxml-simple-perl,
|
||||||
|
libxml-simpleobject-libxml-perl,
|
||||||
|
libxml-simpleobject-perl,
|
||||||
|
pdl,
|
||||||
|
perl-doc,
|
||||||
|
wml
|
||||||
|
Standards-Version: 3.9.4
|
||||||
|
Homepage: http://sipwise.com/
|
||||||
|
|
||||||
|
Package: ngcp-schema
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}
|
||||||
|
Description: TODO
|
||||||
|
TODO
|
@ -0,0 +1 @@
|
|||||||
|
TODO
|
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@
|
Loading…
Reference in new issue