Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / debian / control
diff --git a/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/debian/control b/dev/i386/liburi-perl/liburi-perl-1.35.dfsg.1/debian/control
new file mode 100644 (file)
index 0000000..5da91b3
--- /dev/null
@@ -0,0 +1,29 @@
+Source: liburi-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 5)
+Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
+Standards-Version: 3.7.2.2
+
+Package: liburi-perl
+Architecture: all
+Depends: perl, ${perl:Depends}, libmime-base64-perl, libnet-perl, data-dumper
+Suggests: libwww-perl (>=5.41)
+Conflicts: libwww-perl (<<5.41)
+Description: Manipulates and accesses URI strings
+ From the README:
+ .
+ This package contains the URI.pm module with friends.  The module
+ implements the URI class.  Objects of this class represent Uniform
+ Resource Identifier (URI) references as specified in RFC 2396.
+ .
+ URI objects can be used to access and manipulate the various
+ components that make up these strings.  There are also methods to
+ combine URIs in various ways.
+ .
+ The URI class replace the URI::URL class that used to be distributed
+ with libwww-perl.  This package contains an emulation of the old
+ URI::URL interface.  The emulated URI::URL implement both the old and
+ the new interface.
+