diff --git a/debian/changelog b/debian/changelog index 2efee97f..15b4fa9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,7 +43,6 @@ shadow (1:4.1.5-1) unstable; urgency=low + debian/patches/506_relaxed_usernames + debian/patches/523_su_arguments_are_concatenated + debian/patches/542_useradd-O_option - + debian/patches/401_cppw_src.dpatch - debian/patches/506_relaxed_usernames: Really check if the user/group name starts with a dash. Also forbid names starting with '+' or '~'. Document the naming policy in useradd.8 / groupadd.8. diff --git a/debian/patches/401_cppw_src.dpatch b/debian/patches/401_cppw_src.dpatch index 87a6720e..6a26b764 100755 --- a/debian/patches/401_cppw_src.dpatch +++ b/debian/patches/401_cppw_src.dpatch @@ -193,7 +193,7 @@ + (void) textdomain (PACKAGE); + + Prog = Basename (argv[0]); -+ if (strcmp (Prog, "cpgr") != 0) { ++ if (strcmp (Prog, "cpgr") == 0) { + do_cppw = false; + } +