Apply patches from rbrito
authorJamie Cameron <jcameron@webmin.com>
Fri, 4 Feb 2011 05:27:48 +0000 (21:27 -0800)
committerJamie Cameron <jcameron@webmin.com>
Fri, 4 Feb 2011 05:27:48 +0000 (21:27 -0800)
makedebian.pl

index 8f91aec..8dd1048 100755 (executable)
@@ -100,7 +100,6 @@ Version: $ver$rel
 Section: admin
 Priority: optional
 Architecture: all
-Essential: no
 Depends: bash, perl, libnet-ssleay-perl, openssl, libauthen-pam-perl, libpam-runtime, libio-pty-perl, apt-show-versions
 Pre-Depends: bash, perl
 Installed-Size: $size
@@ -110,18 +109,19 @@ EOF
 if ($product eq "webmin") {
        print CONTROL <<EOF;
 Replaces: webmin-adsl, webmin-apache, webmin-bandwidth, webmin-bind, webmin-burner, webmin-cfengine, webmin-cluster, webmin-core, webmin-cpan, webmin-dhcpd, webmin-exim, webmin-exports, webmin-fetchmail, webmin-firewall, webmin-freeswan, webmin-frox, webmin-fsdump, webmin-grub, webmin-heartbeat, webmin-htaccess, webmin-inetd, webmin-jabber, webmin-ldap-netgroups, webmin-ldap-user-simple, webmin-ldap-useradmin, webmin-lilo, webmin-logrotate, webmin-lpadmin, webmin-lvm, webmin-mailboxes, webmin-mon, webmin-mysql, webmin-nis, webmin-openslp, webmin-postfix, webmin-postgresql, webmin-ppp, webmin-pptp-client, webmin-pptp-server, webmin-procmail, webmin-proftpd, webmin-pserver, webmin-quota, webmin-samba, webmin-sarg, webmin-sendmail, webmin-shorewall, webmin-slbackup, webmin-smart-status, webmin-snort, webmin-software, webmin-spamassassin, webmin-squid, webmin-sshd, webmin-status, webmin-stunnel, webmin-updown, webmin-usermin, webmin-vgetty, webmin-webalizer, webmin-wuftpd, webmin-wvdial, webmin-xinetd
-Description: A web-based administration interface for Unix systems.
-            Using Webmin you can configure DNS, Samba, NFS, local/remote
-            filesystems and more using your web browser.  After installation,
-            enter the URL https://localhost:10000/ into your browser and
-            login as root with your root password.
+Description: web-based administration interface for Unix systems
+Using Webmin you can configure DNS, Samba, NFS, local/remote filesystems
+and more using your web browser.  After installation, enter the URL
+https://localhost:10000/ into your browser and login as root with your root
+password.
 EOF
        }
 else {
        print CONTROL <<EOF;
 Replaces: usermin-at, usermin-changepass, usermin-chfn, usermin-commands, usermin-cron, usermin-cshrc, usermin-fetchmail, usermin-forward, usermin-gnupg, usermin-htaccess, usermin-htpasswd, usermin-mailbox, usermin-man, usermin-mysql, usermin-plan, usermin-postgresql, usermin-proc, usermin-procmail, usermin-quota, usermin-schedule, usermin-shell, usermin-spamassassin, usermin-ssh, usermin-tunnel, usermin-updown, usermin-usermount
-Description: A web-based user account administration interface for Unix systems.
-            After installation, enter the URL http://localhost:20000/ into your             browser and login as any user on your system.
+Description: web-based user account administration interface for Unix systems
+After installation, enter the URL http://localhost:20000/ into your browser
+and login as any user on your system.
 EOF
        }
 close(CONTROL);