This is an automated email from the git hooks/post-receive script. cbiedl pushed a commit to branch master in repository libdevice-gsm-perl.
commit 3125d05e9305b49c2676578d932e448cdf3a6395 Author: Christoph Biedl <[email protected]> Date: Fri Nov 17 18:11:07 2017 +0100 Fix wording in manpage --- debian/patches/fix-manpage-spelling.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) diff --git a/debian/patches/fix-manpage-spelling.patch b/debian/patches/fix-manpage-spelling.patch new file mode 100644 index 0000000..157f45e --- /dev/null +++ b/debian/patches/fix-manpage-spelling.patch @@ -0,0 +1,11 @@ +--- a/lib/Device/Gsm.pm ++++ b/lib/Device/Gsm.pm +@@ -1782,7 +1782,7 @@ + + =head2 storage() + +-Allows to get/set the current sms storage, that is where the sms messages are ++Allows one to get/set the current sms storage, that is where the sms messages are + saved, either the sim card or gsm phone memory. Phones/modems that do not + support this feature (implemented by C<+CPMS> AT command won't be affected by + this method. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..75a34ab --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-manpage-spelling.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevice-gsm-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
