diff -pruN 20230419-1/debian/changelog 20230419-2/debian/changelog
--- 20230419-1/debian/changelog	2023-08-30 13:24:45.000000000 +0000
+++ 20230419-2/debian/changelog	2025-11-22 12:10:21.000000000 +0000
@@ -1,3 +1,11 @@
+fonts-karla (20230419-2) unstable; urgency=medium
+
+  * Drop no longer needed get-orig-source script.
+  * Update standards version to 4.7.2, no changes needed.
+  * Update Vcs-* (Closes: #1121152).
+
+ -- Andrej Shadura <andrewsh@debian.org>  Sat, 22 Nov 2025 13:10:21 +0100
+
 fonts-karla (20230419-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 20230419-1/debian/control 20230419-2/debian/control
--- 20230419-1/debian/control	2023-08-30 13:24:45.000000000 +0000
+++ 20230419-2/debian/control	2025-11-22 12:10:21.000000000 +0000
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
 Uploaders: Andrej Shadura <andrewsh@debian.org>, Jordi Mallach <jordi@debian.org>
 Build-Depends: debhelper-compat (= 13)
-Standards-Version: 4.5.1
+Standards-Version: 4.7.2
 Homepage: http://www.google.com/fonts/specimen/Karla
-Vcs-Git: https://gitlab.collabora.com/collabora/fonts-karla.git
-Vcs-Browser: https://gitlab.collabora.com/collabora/fonts-karla
+Vcs-Git: https://salsa.debian.org/fonts-team/karla-font.git
+Vcs-Browser: https://salsa.debian.org/fonts-team/karla-font
 
 Package: fonts-karla
 Architecture: all
diff -pruN 20230419-1/debian/get-orig-source.sh 20230419-2/debian/get-orig-source.sh
--- 20230419-1/debian/get-orig-source.sh	2023-08-30 13:24:45.000000000 +0000
+++ 20230419-2/debian/get-orig-source.sh	1970-01-01 00:00:00.000000000 +0000
@@ -1,31 +0,0 @@
-#!/bin/sh -e
-
-REPOURL=https://github.com/google/fonts/trunk/ofl
-
-MAIN=karla
-
-svn co $REPOURL/$MAIN debian/orig-source/$MAIN.svn
-
-cd debian/orig-source/$MAIN.svn
-
-DATE=$(date -d "$(svn info --xml | grep -o '<date>.*</date>' | grep -o '[0-9TZ:.+-]*')" +%Y%m%d)
-
-svn export . ../$MAIN-${DATE}
-
-cd -
-
-EXTRAS="karlatamilinclined karlatamilupright"
-
-for d in $EXTRAS
-do
-    svn co $REPOURL/$d debian/orig-source/$d.svn
-    cd debian/orig-source/$d.svn
-    svn export . ../$MAIN-${DATE}/${d#$MAIN}
-    cd -
-done
-
-PACKAGE=$(dpkg-parsechangelog -S Source)
-
-tar --owner=root --group=root --mode=a+rX -cJf ${PACKAGE}_${DATE}.orig.tar.xz -C debian/orig-source karla-${DATE}
-
-rm -rf debian/orig-source
diff -pruN 20230419-1/debian/rules 20230419-2/debian/rules
--- 20230419-1/debian/rules	2023-08-30 13:24:45.000000000 +0000
+++ 20230419-2/debian/rules	2025-11-22 12:10:21.000000000 +0000
@@ -2,10 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	@d=$$(readlink -e $(MAKEFILE_LIST)); \
-	cd $${d%/*}/..; \
-	debian/get-orig-source.sh $(CURDIR)
-
-.PHONY: get-orig-source
