diff --git a/debian/changelog b/debian/changelog
index 51c60e792c1e33309f8cca2cc29b2f3125779f53..4c1455a15f41d6a8f07015427c10e27a3ea1a9f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+javahelp2 (2.0.05.ds1-10) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Standards-Version updated to 4.6.1
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Sun, 22 May 2022 15:52:37 +0200
+
 javahelp2 (2.0.05.ds1-9) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index f2c3c8987f8414fffd423844513d007b04ddd1a5..be1cd60f5a429957c1324e6ea2591a92b63c51a1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
 Uploaders: Marek Slama <marek.slama@sun.com>, Varun Hiremath <varun@debian.org>
 Build-Depends: cdbs, debhelper (>= 9), maven-repo-helper
 Build-Depends-Indep: ant-optional, default-jdk, libservlet3.1-java, imagemagick
-Standards-Version: 3.9.8
+Standards-Version: 4.6.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/javahelp2.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javahelp2.git
 Homepage: http://javahelp.java.net
diff --git a/debian/rules b/debian/rules
index 6b2fcc585788119c9390a943975085cb5cce11ae..768ccb39d92b8980ec53c12a4519c5a560b01cfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,3 @@ clean::
 	rm -f $(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/images/*.png
 	
 	mh_clean
-
-get-orig-source:
-	uscan --repack
-