--- adduser.orig	2007-04-20 11:37:15.000000000 +0200
+++ adduser	2007-04-20 11:37:28.000000000 +0200
@@ -32,7 +32,7 @@
 
 use warnings;
 use strict;
-use Debian::AdduserCommon;
+use AdduserCommon;
 use Getopt::Long;
 
 BEGIN {
--- deluser.orig	2007-04-20 11:38:04.000000000 +0200
+++ deluser	2007-04-20 11:38:18.000000000 +0200
@@ -31,7 +31,7 @@
 use warnings;
 use strict;
 use Getopt::Long;
-use Debian::AdduserCommon;
+use AdduserCommon;
 
 my $install_more_packages ;
 
