From: Tomas Doran (t0m) Date: Fri, 30 Sep 2011 08:41:21 +0000 (+0000) Subject: Add debian directory X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalystX-HelpText.git;a=commitdiff_plain;h=5187d2b6c3b5dc77d917dcbbe00c165fca55357c Add debian directory --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bd01a5c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libcatalystx-helptext-perl (0.001-1) unstable; urgency=low + + * Initial version + + -- Tomas Doran Fri, 30 Sep 2011 09:34:00 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..625bef7 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: libcatalystx-helptext-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.10.1), + libcatalyst-view-tt-perl (>= 0.37), + libtest-www-mechanize-catalyst-perl, + libcatalyst-runtime-perl (>= 5.80015), libtry-tiny-perl, + libnamespace-autoclean-perl, libmoosex-types-perl, + libmoose-autobox-perl, libmoose-perl +Maintainer: Tomas Doran +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/CatalystX-HelpText/ + +Package: libcatalystx-helptext-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libtry-tiny-perl, + libnamespace-autoclean-perl, libmoosex-types-perl, + libmoose-autobox-perl, libmoose-perl +Description: Helper to include text/html snippets in Catalyst View templates + Helper to include text/html snippets in Catalyst View templates + . + This description was automagically extracted from the module by dh-make-perl. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@