* Build from MirPorts 1.12.13-8 = MirOS BSD 0AAC
- -- Thorsten Glaser <tg@mirbsd.de> Thu, 16 Sep 2010 21:22:28 +0000
+ -- Thorsten Glaser <tg@mirbsd.de> Thu, 16 Sep 2010 21:52:32 +0000
-# $MirOS: contrib/hosted/tg/deb/cvs/debian/lintian/cvs,v 1.3 2010/09/16 20:26:17 tg Exp $
+# $MirOS: contrib/hosted/tg/deb/cvs/debian/lintian/cvs,v 1.4 2010/09/16 21:53:01 tg Exp $
-# exception granted by MirDebian WTF https master
+# exceptions granted by MirDebian WTF https master ☺
cvs: arch-dep-package-has-big-usr-share *
+cvs: new-package-should-close-itp-bug
# these are just contrib
cvs: csh-considered-harmful ./usr/share/cvs/contrib/sccs2rcs
#! /bin/sh
-# $MirOS: contrib/hosted/tg/deb/cvs/debian/postinst,v 1.1 2010/09/16 00:18:40 tg Exp $
+# $MirOS: contrib/hosted/tg/deb/cvs/debian/postinst,v 1.2 2010/09/16 21:53:00 tg Exp $
set -e
case $1 in
configure)
- addgroup --system _cvsadmin
+ addgroup --force-badname --system _cvsadmin
;;
abort-upgrade|abort-remove|abort-deconfigure)