parent
da0974f5fb
commit
73eb26efba
@ -0,0 +1,6 @@
|
||||
libsipwise-base-perl (1.001) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Michael Prokop <mprokop@sipwise.com> Fri, 26 Apr 2013 18:12:11 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
8
|
@ -0,0 +1,17 @@
|
||||
Source: libsipwise-base-perl
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||
Build-Depends: debhelper (>= 8),
|
||||
libmoosex-method-signatures-perl,
|
||||
libperl5i-perl,
|
||||
libstrictures-perl,
|
||||
libtrycatch-perl
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://sipwise.com/
|
||||
|
||||
Package: libsipwise-base-perl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Perl module Sipwise::Base
|
||||
TODO
|
@ -0,0 +1,3 @@
|
||||
Upstream Author: The Sipwise Team - http://sipwise.com
|
||||
Copyright: 2013, Sipwise GmbH, Austria
|
||||
License: restrictive
|
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_test:
|
||||
echo "FIXME / TODO - skipping dh_auto_test while it is failing"
|
Loading…
Reference in new issue