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 408a431f946f95655b2908890a7fb025bcfab302 Author: Christoph Biedl <[email protected]> Date: Tue Jun 12 23:39:23 2012 +0200 Remove 10-fix-pod-errors.patch, applied upstream --- debian/patches/10-fix-pod-errors.patch | 44 ---------------------------------- debian/patches/series | 1 - 2 files changed, 45 deletions(-) diff --git a/debian/patches/10-fix-pod-errors.patch b/debian/patches/10-fix-pod-errors.patch deleted file mode 100644 index 1b22e98..0000000 --- a/debian/patches/10-fix-pod-errors.patch +++ /dev/null @@ -1,44 +0,0 @@ -From: Christoph Biedl <[email protected]> -Subject: Patch: Fix pod errors -Date: Wed, 7 Mar 2012 22:41:12 +0100 -Bug: https://rt.cpan.org/Ticket/Display.html?id=75619 - -diff --git a/Gsm.pm b/Gsm.pm -index 8e3378b..125d082 100644 ---- a/Gsm.pm -+++ b/Gsm.pm -@@ -1306,7 +1306,7 @@ Send out an SMS message quickly: - - The allowed parameters to send_sms() are: - --=over - -+=over - - =item C<class> - - -diff --git a/lib/Device/Gsm/Sms.pm b/lib/Device/Gsm/Sms.pm -index 1242bf4..8d9ef95 100644 ---- a/lib/Device/Gsm/Sms.pm -+++ b/lib/Device/Gsm/Sms.pm -@@ -241,13 +241,13 @@ sub decode { - - my $mti = $token->MTI(); - --=cut -- # If MTI has bit 1 on, this could be a SMS-STATUS message (0x02), or (0x03???) -- if( $mti >= SMS_STATUS ) { -- _log('skipping unhandled message type ['.$mti.']'); -- return undef; -- } --=cut -+#=cut -+# # If MTI has bit 1 on, this could be a SMS-STATUS message (0x02), or (0x03???) -+# if( $mti >= SMS_STATUS ) { -+# _log('skipping unhandled message type ['.$mti.']'); -+# return undef; -+# } -+#=cut - - if( $mti != $type ) { - #_log('token PDUTYPE, data='.$token->data().' MTI='.$token->get('MTI').' ->MTI()='.$token->MTI()); diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 9c693d0..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -10-fix-pod-errors.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
