[Pkg-shadow-commits] r3567 - in debian/trunk/debian: . patches

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Nov 6 19:06:38 UTC 2011


Author: nekral-guest
Date: 2011-11-06 19:06:37 +0000 (Sun, 06 Nov 2011)
New Revision: 3567

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/patches/401_cppw_src.dpatch
Log:
Fix issue introduced by the synchronization with coding style.


Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2011-11-06 19:05:27 UTC (rev 3566)
+++ debian/trunk/debian/changelog	2011-11-06 19:06:37 UTC (rev 3567)
@@ -43,7 +43,6 @@
       + 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.

Modified: debian/trunk/debian/patches/401_cppw_src.dpatch
===================================================================
--- debian/trunk/debian/patches/401_cppw_src.dpatch	2011-11-06 19:05:27 UTC (rev 3566)
+++ debian/trunk/debian/patches/401_cppw_src.dpatch	2011-11-06 19:06:37 UTC (rev 3567)
@@ -193,7 +193,7 @@
 +	(void) textdomain (PACKAGE);
 +
 +	Prog = Basename (argv[0]);
-+	if (strcmp (Prog, "cpgr") != 0) {
++	if (strcmp (Prog, "cpgr") == 0) {
 +		do_cppw = false;
 +	}
 +




More information about the Pkg-shadow-commits mailing list