Package: cramfsswap Version: 1.4.1 Followup-For: Bug #543208 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer, Fixed the Capitalization issue with words after a period in the package description in the debian/control file. Debian Bug: 543208 Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal'), (100, 'quantal-backports') Architecture: i386 (i686) Kernel: Linux 3.5.0-9-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2011-08-21 12:39:35 +0000 +++ debian/control 2012-08-13 20:36:07 +0000 @@ -9,12 +9,12 @@ Package: cramfsswap Architecture: any Depends: ${shlibs:Depends} -Description: swap endianess of a cram filesystem (cramfs) - cramfs is a highly compressed and size optimized linux filesystem which is - mainly used for embedded applications. the problem with cramfs is that it - is endianess sensitive, meaning you can't mount a cramfs for a big endian - target on a little endian machine and vice versa. this is often especially +Description: Swap endianness of a cram filesystem (cramfs) + Cramfs is a highly compressed and size optimized linux filesystem which is + mainly used for embedded applications. The problem with cramfs is that it + is endianness sensitive, meaning you can't mount a cramfs for a big endian + target on a little endian machine and vice versa. This is often especially a problem in the development phase. . - cramfsswap solves that problem by allowing you to swap to endianess of a + Cramfsswap solves that problem by allowing you to swap to endianness of a cramfs filesystem.