Add debian directory
Tomas Doran (t0m) [Fri, 30 Sep 2011 08:41:21 +0000 (08:41 +0000)]
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..bd01a5c
--- /dev/null
@@ -0,0 +1,5 @@
+libcatalystx-helptext-perl (0.001-1) unstable; urgency=low
+
+  * Initial version
+
+ -- Tomas Doran <t0m@state51.co.uk>  Fri, 30 Sep 2011 09:34:00 +0100
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..625bef7
--- /dev/null
@@ -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 <t0m@state51.co.uk>
+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 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@