Your message dated Thu, 03 Jan 2002 14:54:43 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#127117: fixed in admwebuser 2.1-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 30 Dec 2001 23:42:33 +0000 >From [EMAIL PROTECTED] Sun Dec 30 17:42:33 2001 Return-path: <[EMAIL PROTECTED]> Received: from 200-171-6-135.dsl.telesp.net.br (foobar.homelab.net) [200.171.6.135] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16Kpb7-0005xJ-00; Sun, 30 Dec 2001 17:42:33 -0600 Received: by foobar.homelab.net (Postfix, from userid 1000) id 93E921EB02; Sun, 30 Dec 2001 21:46:40 -0200 (BRST) Date: Sun, 30 Dec 2001 21:46:39 -0200 From: Andre Luis Lopes <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: admuser -- Manage Squid or Web users using a Web browser Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.24i X-Reportbug-Version: 1.41.1421 X-Debbugs-CC: debian-devel@lists.debian.org Delivered-To: [EMAIL PROTECTED] Package: wnpp Version: N/A; reported 2001-12-30 Severity: wishlist * Package name : admuser Version : 2.1 Upstream Author : Pedro Lineu Orso <[EMAIL PROTECTED]> * URL : http://web.onda.com.br/orso/admuser.html * License : GPL Description : Manage Squid or Web users using a Web browser This utility allows you to manage Squid or Web users using only a simple Web browser. . All the management tasks, including creating, changing, removing, enabling and disabling users can be performed through an easy-to-use Web interface. This package will be sponsored by a existing Debian Developer, Gustavo Noronha Silva ([EMAIL PROTECTED]). I'm going to apply to become a NM. An already debianized and apt-get enabled version can be obtained by adding the following line to your sources.list : deb http://www.utah.com.br/~andrelop/debian unstable optional So an apt-get update followed by an apt-get install admuser will take care of the rest. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux foobar 2.4.17 #1 Qua Dez 26 10:36:36 BRST 2001 i586 Locale: LANG=pt_BR, LC_CTYPE=pt_BR -- André Luís Lopes andrelop at ig dot com dot br Debian-BR Project http://debian-br.cipsga.org.br Public GPG KeyID : 9D1B82F6 Keyserver : wwwkeys.eu.pgp.net --------------------------------------- Received: (at 127117-close) by bugs.debian.org; 3 Jan 2002 20:13:50 +0000 >From [EMAIL PROTECTED] Thu Jan 03 14:13:50 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16MEFK-0001dm-00; Thu, 03 Jan 2002 14:13:50 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 16MDwp-0006Yu-00; Thu, 03 Jan 2002 14:54:43 -0500 From: Andre Luis Lopes <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.66 $ Subject: Bug#127117: fixed in admwebuser 2.1-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Thu, 03 Jan 2002 14:54:43 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of admwebuser, which has been installed in the Debian FTP archive: admwebuser_2.1-1.diff.gz to pool/main/a/admwebuser/admwebuser_2.1-1.diff.gz admwebuser_2.1-1.dsc to pool/main/a/admwebuser/admwebuser_2.1-1.dsc admwebuser_2.1-1_i386.deb to pool/main/a/admwebuser/admwebuser_2.1-1_i386.deb admwebuser_2.1.orig.tar.gz to pool/main/a/admwebuser/admwebuser_2.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andre Luis Lopes <[EMAIL PROTECTED]> (supplier of updated admwebuser package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 30 Dec 2001 18:06:50 -0200 Source: admwebuser Binary: admwebuser Architecture: source i386 Version: 2.1-1 Distribution: unstable Urgency: low Maintainer: Andre Luis Lopes <[EMAIL PROTECTED]> Changed-By: Andre Luis Lopes <[EMAIL PROTECTED]> Description: admwebuser - Manage Squid or Web users using a Web browser Closes: 127117 Changes: admwebuser (2.1-1) unstable; urgency=low . * Initial Release . Closes: #127117 * Changed upstream package name from admuser to admwebuser as suggested by a reply to the ITP. Mention admuser in package's long description so an apt-cache search admuser will list it. * Lintian clean package. * Adjusted the upstream Makefile.in to generate admuser.conf and admuser.log with more secure permissions and to be Debian Policy compliant. * debian/control : - Suggests : squid, httpd . This utility can really work without a webserver installed and even without a local Squid installed. It can be generating reports based in an access.log from a NFS mounted location or something like that. - Suggests: also apache-common as this utility is used to create the password files managed by admwebuser. * debian/dirs : - Added etc/admweb user as it is not being created by upstream and we are using it in debian/rules to be Debian policy compliant. - Added usr/lib/cgi-bin. This is where the admuser.cgi, the main cgi executable will be installed and /usr/lib/cgi-bin is where cgi programs should be installed as per Debian Policy. * debian/conffiles : - Marked admuser.conf as a conffile. * debian/README.Debian : - Included some information about the package. Please read it ! * debian/docs : - Added README.Debian. * Makefile.in : - Adjusted the upstream Makefile.in to generate admuser.conf and admuser.log with more secure permissions and to be Debian Policy compliant. * Changed permissions of various files. *.h files as well as text-only documentation files do not need to be executables. Files: 9a47b1156ad82f38ffe53ec3029368d6 614 web optional admwebuser_2.1-1.dsc 96cbe43e18da96b07ed21428803fed7b 38031 web optional admwebuser_2.1.orig.tar.gz e44e8e06bbcb7ce87a80caf4a3169a7b 4989 web optional admwebuser_2.1-1.diff.gz 7fdc0350807805dd4d28e1efdf35646a 20340 web optional admwebuser_2.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8MkPat1anjIgqbEsRAgv3AKCLP4ZOMo5EzGfzZxtjrMRtnUJREQCffpC/ uMWqLcu+93VGP7d2e+fHrrU= =sVR3 -----END PGP SIGNATURE-----