Ahhh, sorry my mistake, here is a revised patch. If sending small patches for bugs like this is actually not that helpful please let me know and I'll stop. I'm trying to learn on smaller bugs with the aim to hopefully be able to help out with bigger ones once I have the process sorted.
diff -Nru libperlio-via-symlink-perl-0.05/debian/changelog libperlio-via-symlink-perl-0.05/debian/changelog --- libperlio-via-symlink-perl-0.05/debian/changelog 2013-08-21 15:32:34.000000000 +0000 +++ libperlio-via-symlink-perl-0.05/debian/changelog 2014-05-10 01:18:24.000000000 +0000 @@ -1,3 +1,10 @@ +libperlio-via-symlink-perl (0.05-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fixes a typo in the description, (closes: #269188) + + -- Chris Cormack <[email protected]> Sat, 10 May 2014 01:16:01 +0000 + libperlio-via-symlink-perl (0.05-2) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission diff -Nru libperlio-via-symlink-perl-0.05/debian/control libperlio-via-symlink-perl-0.05/debian/control --- libperlio-via-symlink-perl-0.05/debian/control 2013-08-21 15:32:34.000000000 +0000 +++ libperlio-via-symlink-perl-0.05/debian/control 2014-05-12 07:09:33.000000000 +0000 @@ -14,6 +14,6 @@ Package: libperlio-via-symlink-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} -Description: PerlIO layers for create symlinks +Description: PerlIO layer for easy symlink creation PerlIO::via::symlink allows you to create a symbolic link by writing to the file handle.

