From: Todd C. Miller Date: Thu, 31 May 2012 14:20:40 +0000 (-0400) Subject: Use a debian-compliant package maintainer field. X-Git-Tag: SUDO_1_8_6^2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7391c7562f76953a4f5dca521c1cefffd9b32346;p=sudo Use a debian-compliant package maintainer field. --- diff --git a/pp b/pp index 76b4d6e59..8f04bedf3 100755 --- a/pp +++ b/pp @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2012 Quest Software, Inc. ALL RIGHTS RESERVED -pp_revision="355" +pp_revision="356" # Copyright 2012 Quest Software, Inc. ALL RIGHTS RESERVED. # # Redistribution and use in source and binary forms, with or without @@ -3847,7 +3847,7 @@ pp_backend_deb_init () { pp_deb_release= pp_deb_arch= pp_deb_arch_std= - pp_deb_maintainer=support@quest.com + pp_deb_maintainer="Quest Software, Inc " pp_deb_copyright= pp_deb_distro= pp_deb_control_description= diff --git a/sudo.pp b/sudo.pp index 51678261b..5fea4b009 100644 --- a/sudo.pp +++ b/sudo.pp @@ -44,7 +44,7 @@ still allow people to get their work done." pp_rpm_license="BSD" pp_rpm_url="http://www.sudo.ws/" pp_rpm_group="Applications/System" - pp_rpm_packager="Todd.Miller@courtesan.com" + pp_rpm_packager="Todd C. Miller " if test -n "$linux_audit"; then pp_rpm_requires="audit-libs >= $linux_audit" fi