Add ARM files
[dh-make-perl] / dev / arm / libemail-date-format-perl / libemail-date-format-perl-1.002 / debian / control
diff --git a/dev/arm/libemail-date-format-perl/libemail-date-format-perl-1.002/debian/control b/dev/arm/libemail-date-format-perl/libemail-date-format-perl-1.002/debian/control
new file mode 100644 (file)
index 0000000..067e108
--- /dev/null
@@ -0,0 +1,19 @@
+Source: libemail-date-format-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.3)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf@debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Email-Date-Format/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-date-format-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-date-format-perl/
+
+Package: libemail-date-format-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description: Module to generate RFC-2822-valid date strings
+ This module provides a simple means for generating an RFC 2822 compliant
+ datetime string. It was refactored from Email::Date to avoid large
+ dependency chains.