]> granicus.if.org Git - sudo/commitdiff
Use a debian-compliant package maintainer field.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 May 2012 14:20:40 +0000 (10:20 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 May 2012 14:20:40 +0000 (10:20 -0400)
pp
sudo.pp

diff --git a/pp b/pp
index 76b4d6e59e16443abc419a4b4694552b4736ede6..8f04bedf3014f8a8f4b00d8105875c71298239cf 100755 (executable)
--- 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 <support@quest.com>"
     pp_deb_copyright=
     pp_deb_distro=
     pp_deb_control_description=
diff --git a/sudo.pp b/sudo.pp
index 51678261b55e4c9e071d3537c2fe8338b2d1d92e..5fea4b00955972fcdb4cd3c3ed5580fa3a234f75 100644 (file)
--- 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 <Todd.Miller@courtesan.com>"
        if test -n "$linux_audit"; then
                pp_rpm_requires="audit-libs >= $linux_audit"
        fi