Your message dated Wed, 03 Oct 2012 09:25:34 +0000
with message-id <[email protected]>
and subject line Bug#689263: Removed package(s) from unstable
has caused the Debian Bug report #392125,
regarding nanourl: wrong/weird installation instructions
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
392125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392125
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nanourl
Version: 0.1-7
Severity: important
Tags: patch
/usr/share/doc/nanourl/README.Debian tells to use
/etc/nanourl.sql to initilize the database. This
file however does is not located in /etc/ but in /etc/nanourl/
Furthermore the provided nanourl.sql script does not work with a current
mysql installation, because the column count does not match for the
first INSERT statement. Even worse, the way the database is initialized
is more than weird, so I suggest applying the attached patch.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages nanourl depends on:
ii apache 1.3.34-2 versatile, high-performance HTTP s
ii apache2 2.0.55-4.2 next generation, scalable, extenda
ii apache2-mpm-prefork [apache2 2.0.55-4.2 traditional model for Apache2
ii mysql-client-5.0 [mysql-clie 5.0.24-3 mysql database client binaries
ii php4 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii php4-mysql 4:4.4.2-1.1 MySQL module for php4
nanourl recommends no packages.
-- no debconf information
--- nanourl.sql.old 2006-10-10 15:09:37.301868289 +0200
+++ nanourl.sql 2006-10-10 15:13:09.614553862 +0200
@@ -1,6 +1,4 @@
-USE mysql;
-INSERT INTO user VALUES
('localhost','nanoUser',PASSWORD('7SSTz0KIS7BQqx9D'),'N','N','N','N','N','N','Y','N','Y','N','N','Y','N','N','N','Y','Y','Y','Y','Y','Y','','','','',0,0,0);
-INSERT INTO db VALUES
('localhost','nanoDB','nanoUser','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');
+GRANT SELECT, INSERT ON nanoDB.* TO nanoUser@localhost IDENTIFIED BY
'nanoUser';
CREATE DATABASE /*!32312 IF NOT EXISTS*/ nanoDB;
USE nanoDB;
-CREATE TABLE urls ( hash char(5) NOT NULL, url LONGBLOB, PRIMARY KEY (hash))
type=MyISAM;
+CREATE TABLE /*!32312 IF NOT EXISTS*/ urls ( hash char(5) NOT NULL, url
LONGBLOB, PRIMARY KEY (hash)) type=MyISAM;
--- End Message ---
--- Begin Message ---
Version: 0.1-7.1+rm
Dear submitter,
as the package nanourl has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/689263
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---