diff --git a/META.json b/META.json
index f9a6725..526c774 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Brad Choate <brad@bradchoate.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
-      "unknown"
+      "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Text-Textile",
    "no_index" : {
@@ -47,5 +47,6 @@
          "url" : "http://github.com/bradchoate/text-textile/tree/master"
       }
    },
-   "version" : "2.13"
+   "version" : 2.13,
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index 444d2b2..7500f96 100644
--- a/META.yml
+++ b/META.yml
@@ -3,25 +3,26 @@ abstract: 'A humane web text generator.'
 author:
   - 'Brad Choate <brad@bradchoate.com>'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921'
-license: unknown
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
+license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Text-Textile
 no_index:
   directory:
     - t
     - inc
 requires:
-  Exporter: 0
-  Test::Harness: 2.5
-  Test::More: 0
+  Exporter: '0'
+  Test::Harness: '2.5'
+  Test::More: '0'
 resources:
   bugtracker: http://github.com/bradchoate/text-textile/issues
   repository: http://github.com/bradchoate/text-textile/tree/master
 version: 2.13
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/debian/changelog b/debian/changelog
index 0846623..016fee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtext-textile-perl (2.13-3) UNRELEASED; urgency=medium
+libtext-textile-perl (2.13+git20140727.1.24be625-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -15,7 +15,11 @@ libtext-textile-perl (2.13-3) UNRELEASED; urgency=medium
   * debian/*: replace ADTTMP with AUTOPKGTEST_TMP.
   * debian/watch: use uscan version 4.
 
- -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 30 Jan 2016 20:07:06 +0100
+  [ Debian Janitor ]
+  * New upstream snapshot.
+  * Drop patch fix-spelling-error-in-manpage.patch, present upstream.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 21 Apr 2022 06:30:29 -0000
 
 libtext-textile-perl (2.13-2) unstable; urgency=medium
 
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index 4ae9093..0e6b57a 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -3,8 +3,10 @@ Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
 Last-Updated: 2016-01-02
 Forwarded: not-needed
 
---- a/t/08bin_textile.t
-+++ b/t/08bin_textile.t
+Index: libtext-textile-perl/t/08bin_textile.t
+===================================================================
+--- libtext-textile-perl.orig/t/08bin_textile.t
++++ libtext-textile-perl/t/08bin_textile.t
 @@ -7,6 +7,8 @@ use File::Temp qw/ tempfile /;
  # textile executable to use for the test
  my $Textile_Exe = "blib/script/textile";
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
deleted file mode 100644
index 6fdf36c..0000000
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix spelling errors in manpage
-Origin: vendor
-Author: Salvatore Bonaccorso <carnil@debian.org>
-Last-Update: 2014-07-27
-Forwarded: https://github.com/bradchoate/text-textile/issues/13
-
---- a/lib/Text/Textile.pm
-+++ b/lib/Text/Textile.pm
-@@ -2446,7 +2446,7 @@ defaults to "fn"
- 
- =head2 charset( [$charset] )
- 
--Gets or sets the character set targetted for publication.
-+Gets or sets the character set targeted for publication.
- At this time, Text::Textile only changes its behavior
- if the "utf-8" character set is assigned.
- 
-@@ -2609,7 +2609,7 @@ The language (programming language) for
- 
- =head2 format_classstyle( $clsty, $class, $style )
- 
--Returns a string of tag attributes to accomodate the class,
-+Returns a string of tag attributes to accommodate the class,
- style and symbols present in $clsty.
- 
- I<$clsty> is checked for:
diff --git a/debian/patches/series b/debian/patches/series
index 167094c..aba7ccb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 autopkgtest.patch
-fix-spelling-error-in-manpage.patch
diff --git a/lib/Text/Textile.pm b/lib/Text/Textile.pm
index e085771..2ab61e7 100644
--- a/lib/Text/Textile.pm
+++ b/lib/Text/Textile.pm
@@ -2446,7 +2446,7 @@ defaults to "fn"
 
 =head2 charset( [$charset] )
 
-Gets or sets the character set targetted for publication.
+Gets or sets the character set targeted for publication.
 At this time, Text::Textile only changes its behavior
 if the "utf-8" character set is assigned.
 
@@ -2609,7 +2609,7 @@ The language (programming language) for the code.
 
 =head2 format_classstyle( $clsty, $class, $style )
 
-Returns a string of tag attributes to accomodate the class,
+Returns a string of tag attributes to accommodate the class,
 style and symbols present in $clsty.
 
 I<$clsty> is checked for: