diff -pruN 4.2.1-3/ChangeLog.txt 4.2.2-1/ChangeLog.txt
--- 4.2.1-3/ChangeLog.txt	2015-02-17 12:06:32.000000000 +0000
+++ 4.2.2-1/ChangeLog.txt	2016-06-05 18:11:26.000000000 +0000
@@ -1,8 +1,12 @@
+New in version 4.2.2:
+  * Make build reproducible by sorting files in Makefile (for Debian)
+  * Remove GPU test maze (makes the game look experimental)
+
 New in version 4.2:
- * Fix title screen for 16:9 screens
+  * Fix title screen for 16:9 screens
  
 New in version 4.1:
- * More FPS in menus
+  * More FPS in menus
 
 New in version 4.0:
   * New special mouse: the "drill mouse" destroys walls
diff -pruN 4.2.1-3/Makefile 4.2.2-1/Makefile
--- 4.2.1-3/Makefile	2015-02-17 12:06:32.000000000 +0000
+++ 4.2.2-1/Makefile	2016-06-05 18:11:26.000000000 +0000
@@ -17,7 +17,7 @@ endif
 SVGCOMMAND=rsvg-convert
 SVGOPTIONS=-w 500
 
-OBJS := $(patsubst src/%.cpp,src/%.o,$(wildcard src/*.cpp))
+OBJS := $(sort $(patsubst src/%.cpp,src/%.o,$(wildcard src/*.cpp)))
 BUILTDATA := data/images/eagle.png data/images/eagle2.png
 
 all: miceamaze miceamaze.xpm miceamaze.png miceamaze.6.gz $(BUILTDATA)
diff -pruN 4.2.1-3/data/mazes/maze99.txt 4.2.2-1/data/mazes/maze99.txt
--- 4.2.1-3/data/mazes/maze99.txt	2015-02-17 12:06:32.000000000 +0000
+++ 4.2.2-1/data/mazes/maze99.txt	1970-01-01 00:00:00.000000000 +0000
@@ -1,31 +0,0 @@
-._._._._._._._._._._._._._._.
-|                           |
-. . . . . . . . . . . . . . .
-|    0     1     2     3    |
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-. . . . . . . . . . . . . . .
-|U U U U U U U U U U U U U U|
-._._._._._._._._._._._._._._.
-TEST GPU
-Not playable - just to test computer performance
diff -pruN 4.2.1-3/debian/changelog 4.2.2-1/debian/changelog
--- 4.2.1-3/debian/changelog	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/changelog	2025-05-15 07:52:45.000000000 +0000
@@ -1,3 +1,26 @@
+miceamaze (4.2.2-1) experimental; urgency=medium
+
+  * Maintain package in Debian Games team
+    Closes: #1105814
+  * New upstream version
+    Closes: #1090856
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Trim trailing whitespace.
+  * Mark debian/rules as executable.
+  * Drop no longer supported add-log-mailing-address setting from d/changelog
+  * Use secure URI in Homepage field.
+  * Replace XC-Package-Type with Package-Type.
+  * Remove unnecessary XS-Testsuite field in debian/control.
+  * watch file standard 4 (routine-update)
+  * Secure URI in watch file
+  * Drop debian/menu since upstream provides desktop file
+  * Split architecture independent data into separate binary package
+  * d/copyright: review
+
+ -- Andreas Tille <tille@debian.org>  Thu, 15 May 2025 09:52:45 +0200
+
 miceamaze (4.2.1-3) unstable; urgency=low
 
   * Change maintainer to Sarah COUDERT
@@ -68,4 +91,3 @@ miceamaze (1.6.1-1) unstable; urgency=lo
   * Add watch file
 
  -- Raphael Champeimont <almacha@almacha.org>  Thu, 6 Dec 2012 20:00:00 +0100
-
diff -pruN 4.2.1-3/debian/compat 4.2.2-1/debian/compat
--- 4.2.1-3/debian/compat	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-9
diff -pruN 4.2.1-3/debian/control 4.2.2-1/debian/control
--- 4.2.1-3/debian/control	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/control	2025-05-15 07:52:45.000000000 +0000
@@ -1,26 +1,39 @@
 Source: miceamaze
-Maintainer: Sarah COUDERT <sarah.coudert@student.42.fr>
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders: Sarah COUDERT <sarah.coudert@student.42.fr>,
+           Andreas Tille <tille@debian.org>
 Section: games
-Priority: extra
-Standards-Version: 3.9.8
-Build-Depends:
- debhelper (>= 9),
- imagemagick,
- libglc-dev,
- librsvg2-bin,
- libsdl1.2-dev,
- libsdl-mixer1.2-dev,
- libsoil-dev,
- mesa-common-dev
-Homepage: http://www.miceamaze.org/
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               imagemagick,
+               libglc-dev,
+               librsvg2-bin,
+               libsdl1.2-dev,
+               libsdl-mixer1.2-dev,
+               libsoil-dev,
+               mesa-common-dev
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/games-team/miceamaze
+Vcs-Git: https://salsa.debian.org/games-team/miceamaze.git
+Homepage: https://www.miceamaze.org/
 
 Package: miceamaze
 Architecture: any
-Depends:
- fonts-dejavu-core | ttf-dejavu-core,
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: fonts-dejavu-core,
+         miceamaze-data,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: video game with mice in a maze
  MiceAmaze is a video game that features a maze with mice and snakes.
  The goal is to bring the most mice to your house by placing arrows on the
  maze floor. But beware the snakes that want to eat them!
+
+Package: miceamaze-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: video game with mice in a maze (data)
+ MiceAmaze is a video game that features a maze with mice and snakes.
+ The goal is to bring the most mice to your house by placing arrows on the
+ maze floor. But beware the snakes that want to eat them!
+ .
+ This package contains data like images, sounds and mazes.
diff -pruN 4.2.1-3/debian/copyright 4.2.2-1/debian/copyright
--- 4.2.1-3/debian/copyright	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/copyright	2025-05-15 07:52:45.000000000 +0000
@@ -1,10 +1,10 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: MiceAmaze
 Upstream-Contact: Raphael Champeimont <almacha@almacha.org>
 Source: http://www.miceamaze.org/source-packages/
 
 Files: *
-Copyright: 2015 Raphael Champeimont
+Copyright: 2012-2016 Raphael Champeimont
 License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -27,7 +27,6 @@ License: BSD-2-clause
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  OF THE POSSIBILITY OF SUCH DAMAGE.
 
-
 Files: src/data-sources/eagle.svg src/data-sources/eagle2.svg
 Copyright: In the public domain
 License: public-domain
@@ -383,4 +382,3 @@ License: CC-BY-3.0
  does not form part of this License.
  .
  Creative Commons may be contacted at http://creativecommons.org/.
-
diff -pruN 4.2.1-3/debian/gbp.conf 4.2.2-1/debian/gbp.conf
--- 4.2.1-3/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 4.2.2-1/debian/gbp.conf	2025-05-15 07:52:45.000000000 +0000
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff -pruN 4.2.1-3/debian/menu 4.2.2-1/debian/menu
--- 4.2.1-3/debian/menu	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/menu	1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-?package(miceamaze): \
- needs="X11" \
- section="Games/Action" \
- title="MiceAmaze" \
- command="/usr/games/miceamaze" \
- icon="/usr/share/pixmaps/miceamaze.xpm"
diff -pruN 4.2.1-3/debian/miceamaze-data.install 4.2.2-1/debian/miceamaze-data.install
--- 4.2.1-3/debian/miceamaze-data.install	1970-01-01 00:00:00.000000000 +0000
+++ 4.2.2-1/debian/miceamaze-data.install	2025-05-15 07:52:45.000000000 +0000
@@ -0,0 +1 @@
+usr/share/games/miceamaze
diff -pruN 4.2.1-3/debian/miceamaze-data.lintian-overrides 4.2.2-1/debian/miceamaze-data.lintian-overrides
--- 4.2.1-3/debian/miceamaze-data.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 4.2.2-1/debian/miceamaze-data.lintian-overrides	2025-05-15 07:52:45.000000000 +0000
@@ -0,0 +1 @@
+miceamaze-data: package-contains-documentation-outside-usr-share-doc *
diff -pruN 4.2.1-3/debian/miceamaze.dirs 4.2.2-1/debian/miceamaze.dirs
--- 4.2.1-3/debian/miceamaze.dirs	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/miceamaze.dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-usr/games
-usr/share
-usr/share/pixmaps
-usr/share/applications
-usr/share/icons/hicolor/64x64/apps
diff -pruN 4.2.1-3/debian/miceamaze.install 4.2.2-1/debian/miceamaze.install
--- 4.2.1-3/debian/miceamaze.install	1970-01-01 00:00:00.000000000 +0000
+++ 4.2.2-1/debian/miceamaze.install	2025-05-15 07:52:45.000000000 +0000
@@ -0,0 +1,4 @@
+usr/games
+usr/share/applications
+usr/share/icons
+usr/share/pixmaps
diff -pruN 4.2.1-3/debian/miceamaze.manpages 4.2.2-1/debian/miceamaze.manpages
--- 4.2.1-3/debian/miceamaze.manpages	1970-01-01 00:00:00.000000000 +0000
+++ 4.2.2-1/debian/miceamaze.manpages	2025-05-15 07:52:45.000000000 +0000
@@ -0,0 +1 @@
+usr/share/man/man6/*
diff -pruN 4.2.1-3/debian/patches/reproducible-build.patch 4.2.2-1/debian/patches/reproducible-build.patch
--- 4.2.1-3/debian/patches/reproducible-build.patch	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/patches/reproducible-build.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-Author: Reiner Herrmann <reiner@reiner-h.de>
-Description: Sort object files for deterministic linking order
-
---- a/Makefile
-+++ b/Makefile
-@@ -17,7 +17,7 @@
- SVGCOMMAND=rsvg-convert
- SVGOPTIONS=-w 500
- 
--OBJS := $(patsubst src/%.cpp,src/%.o,$(wildcard src/*.cpp))
-+OBJS := $(sort $(patsubst src/%.cpp,src/%.o,$(wildcard src/*.cpp)))
- BUILTDATA := data/images/eagle.png data/images/eagle2.png
- 
- all: miceamaze miceamaze.xpm miceamaze.png miceamaze.6.gz $(BUILTDATA)
diff -pruN 4.2.1-3/debian/patches/series 4.2.2-1/debian/patches/series
--- 4.2.1-3/debian/patches/series	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-reproducible-build.patch
diff -pruN 4.2.1-3/debian/rules 4.2.2-1/debian/rules
--- 4.2.1-3/debian/rules	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/rules	2025-05-15 07:52:45.000000000 +0000
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
 	dh_auto_build -- PREFIX=/usr BINDIR=/usr/games DATAPATH=/usr/share/games/miceamaze
 
 override_dh_auto_install:
 	dh_auto_install -- PREFIX=/usr BINDIR=/usr/games DATAPATH=/usr/share/games/miceamaze
-
diff -pruN 4.2.1-3/debian/watch 4.2.2-1/debian/watch
--- 4.2.1-3/debian/watch	2016-06-05 12:28:08.000000000 +0000
+++ 4.2.2-1/debian/watch	2025-05-15 07:52:45.000000000 +0000
@@ -1,3 +1,3 @@
-version=3
-http://www.miceamaze.org/source-packages/miceamaze-([\\.0-9]+).tar.gz
+version=4
+https://www.miceamaze.org/source-packages/miceamaze-([\\.0-9]+).tar.gz
 
diff -pruN 4.2.1-3/src/Version.h 4.2.2-1/src/Version.h
--- 4.2.1-3/src/Version.h	2015-02-17 12:06:32.000000000 +0000
+++ 4.2.2-1/src/Version.h	2016-06-05 18:11:26.000000000 +0000
@@ -1 +1 @@
-#define VERSION "4.2.1"
+#define VERSION "4.2.2"
