diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..206bb40
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.o
+G*.c
+Glib.bs
+Makefile
+MANIFEST.bak
+MYMETA.*
+blib
+build
+pm_to_blib
diff --git a/MANIFEST b/MANIFEST
index 2089b91..5bf994a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -78,5 +78,3 @@ TODO
 typemap
 xsapi.pod.foot
 xsapi.pod.head
-META.yml                                 Module YAML meta-data (added by MakeMaker)
-META.json                                Module JSON meta-data (added by MakeMaker)
diff --git a/META.json b/META.json
deleted file mode 100644
index 3941b3b..0000000
--- a/META.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
-   "abstract" : "Perl wrappers for the GLib utility and Object libraries",
-   "author" : [
-      "unknown",
-      "gtk2-perl Team <gtk-perl-list at gnome dot org>"
-   ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
-   "license" : [
-      "unknown",
-      "lgpl_2_1"
-   ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : 2
-   },
-   "name" : "Glib",
-   "no_index" : {
-      "directory" : [
-         "t",
-         "inc"
-      ],
-      "file" : [
-         "Glib.xs",
-         "GError.xs",
-         "GUtils.xs",
-         "GLog.xs",
-         "GType.xs",
-         "GBoxed.xs",
-         "GObject.xs",
-         "GValue.xs",
-         "GClosure.xs",
-         "GSignal.xs",
-         "GMainLoop.xs",
-         "GIOChannel.xs",
-         "GParamSpec.xs",
-         "GKeyFile.xs",
-         "GOption.xs",
-         "GBookmarkFile.xs",
-         "GVariant.xs",
-         "Makefile.PL",
-         "xsapi.pod.head",
-         "xsapi.pod.foot"
-      ],
-      "package" : [
-         "MY"
-      ]
-   },
-   "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "0"
-         }
-      },
-      "configure" : {
-         "requires" : {
-            "ExtUtils::Depends" : "0.300",
-            "ExtUtils::MakeMaker" : "0",
-            "ExtUtils::PkgConfig" : "1.000"
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "ExtUtils::Depends" : "0.300",
-            "ExtUtils::PkgConfig" : "1.000"
-         }
-      }
-   },
-   "release_status" : "stable",
-   "resources" : {
-      "bugtracker" : {
-         "mailto" : "bug-Glib [at] rt.cpan.org",
-         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Glib"
-      },
-      "homepage" : "http://gtk2-perl.sourceforge.net",
-      "license" : [
-         "http://www.gnu.org/licenses/lgpl-2.1.html"
-      ],
-      "repository" : {
-         "type" : "git",
-         "web" : "https://gitlab.gnome.org/GNOME/perl-glib"
-      },
-      "x_IRC" : "irc://irc.gimp.org/#gtk-perl",
-      "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
-   },
-   "version" : "1.3293",
-   "x_serialization_backend" : "JSON::PP version 2.97001"
-}
diff --git a/META.yml b/META.yml
deleted file mode 100644
index e3333f2..0000000
--- a/META.yml
+++ /dev/null
@@ -1,57 +0,0 @@
----
-abstract: 'Perl wrappers for the GLib utility and Object libraries'
-author:
-  - unknown
-  - 'gtk2-perl Team <gtk-perl-list at gnome dot org>'
-build_requires:
-  ExtUtils::MakeMaker: '0'
-configure_requires:
-  ExtUtils::Depends: '0.300'
-  ExtUtils::MakeMaker: '0'
-  ExtUtils::PkgConfig: '1.000'
-dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
-license: unknown
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: '1.4'
-name: Glib
-no_index:
-  directory:
-    - t
-    - inc
-  file:
-    - Glib.xs
-    - GError.xs
-    - GUtils.xs
-    - GLog.xs
-    - GType.xs
-    - GBoxed.xs
-    - GObject.xs
-    - GValue.xs
-    - GClosure.xs
-    - GSignal.xs
-    - GMainLoop.xs
-    - GIOChannel.xs
-    - GParamSpec.xs
-    - GKeyFile.xs
-    - GOption.xs
-    - GBookmarkFile.xs
-    - GVariant.xs
-    - Makefile.PL
-    - xsapi.pod.head
-    - xsapi.pod.foot
-  package:
-    - MY
-requires:
-  ExtUtils::Depends: '0.300'
-  ExtUtils::PkgConfig: '1.000'
-resources:
-  IRC: irc://irc.gimp.org/#gtk-perl
-  MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
-  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Glib
-  homepage: http://gtk2-perl.sourceforge.net
-  license: http://www.gnu.org/licenses/lgpl-2.1.html
-  repository: https://gitlab.gnome.org/GNOME/perl-glib
-version: '1.3293'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/debian/changelog b/debian/changelog
index 486bbe5..ccf7c00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libglib-perl (3:1.329.3+git20200605.1.a2ceb2b-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 08 Mar 2022 04:09:11 -0000
+
 libglib-perl (3:1.329.3-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/remove-version-checking b/debian/patches/remove-version-checking
index bb68d37..0ea4455 100644
--- a/debian/patches/remove-version-checking
+++ b/debian/patches/remove-version-checking
@@ -3,9 +3,11 @@ Origin: vendor
 Forwarded: not-needed
 Author: Ryan Niebur <ryan@debian.org>
 
---- a/Glib.xs
-+++ b/Glib.xs
-@@ -475,6 +475,7 @@
+Index: libglib-perl/Glib.xs
+===================================================================
+--- libglib-perl.orig/Glib.xs
++++ libglib-perl/Glib.xs
+@@ -475,6 +475,7 @@ BOOT:
  #endif /* GLIB_CHECK_VERSION (2, 24, 0) */
  	/* make sure that we're running/linked against a version at least as 
  	 * new as we built against, otherwise bad things will happen. */
@@ -13,7 +15,7 @@ Author: Ryan Niebur <ryan@debian.org>
  	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
  	    ||
  	    (glib_major_version == GLIB_MAJOR_VERSION && 
-@@ -488,6 +489,7 @@
+@@ -488,6 +489,7 @@ BOOT:
  		      " old.  We'll continue, but expect problems!\n",
  		    GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION,
  		    glib_major_version, glib_minor_version, glib_micro_version);