logtrend-linuxagent override disparity

2002-02-25 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

liblogtrend-agent-perl_0.81-3_i386.deb: section is overridden from net to 
interpreters.
logtrend-agentdescr_0.81-3_i386.deb: section is overridden from net to admin.
liblogtrend-action-perl_0.81-3_i386.deb: section is overridden from net to 
interpreters.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])



logtrend-linuxagent_0.81-3_i386.changes ACCEPTED

2002-02-25 Thread Debian Installer

Accepted:
liblogtrend-action-perl_0.81-3_i386.deb
  to pool/main/l/logtrend-linuxagent/liblogtrend-action-perl_0.81-3_i386.deb
liblogtrend-agent-perl_0.81-3_i386.deb
  to pool/main/l/logtrend-linuxagent/liblogtrend-agent-perl_0.81-3_i386.deb
logtrend-agentdescr_0.81-3_i386.deb
  to pool/main/l/logtrend-linuxagent/logtrend-agentdescr_0.81-3_i386.deb
logtrend-linuxagent_0.81-3.diff.gz
  to pool/main/l/logtrend-linuxagent/logtrend-linuxagent_0.81-3.diff.gz
logtrend-linuxagent_0.81-3.dsc
  to pool/main/l/logtrend-linuxagent/logtrend-linuxagent_0.81-3.dsc
logtrend-linuxagent_0.81-3_i386.deb
  to pool/main/l/logtrend-linuxagent/logtrend-linuxagent_0.81-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 


Thank you for your contribution to Debian.



logtrend-visuengine_0.81-3_i386.changes ACCEPTED

2002-02-25 Thread Debian Installer

Accepted:
liblogtrend-databaseaccess-perl_0.81-3_i386.deb
  to 
pool/main/l/logtrend-visuengine/liblogtrend-databaseaccess-perl_0.81-3_i386.deb
liblogtrend-visu-perl_0.81-3_i386.deb
  to pool/main/l/logtrend-visuengine/liblogtrend-visu-perl_0.81-3_i386.deb
logtrend-visuengine_0.81-3.diff.gz
  to pool/main/l/logtrend-visuengine/logtrend-visuengine_0.81-3.diff.gz
logtrend-visuengine_0.81-3.dsc
  to pool/main/l/logtrend-visuengine/logtrend-visuengine_0.81-3.dsc
logtrend-visuengine_0.81-3_i386.deb
  to pool/main/l/logtrend-visuengine/logtrend-visuengine_0.81-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 


Thank you for your contribution to Debian.



Bug#134069: Patch

2002-02-25 Thread Will Newton

Tags: patch

This patch hopefully does the following:
 - Corrects description, closing #133858
 - Fixes permissions on bklocal.inc to 640 root/www-data, closing #134069
 - Removes bashism and cruft from rules

I'm not sure whether the way I have fixed the permissions is correct (can I 
rely on www-data being a valid group?) but it looks OK here.
diff -u bookmarker-2.7.0.old/debian/control bookmarker-2.7.0/debian/control
--- bookmarker-2.7.0.old/debian/control	Mon Feb 25 17:23:43 2002
+++ bookmarker-2.7.0/debian/control	Mon Feb 25 17:11:42 2002
@@ -12,8 +12,8 @@
 Description: WWW based bookmark management, retrieval and search tool
  Bookmarker is a nice tool for people who have too many bookmarks, in
  too many different browsers, on too many different computers. It helps
- manage bookmarks throw categories and allow other people access or
- extent your bookmark database throw a really simple http based interface.
+ manage bookmarks through categories and allows other people to view or
+ extend your bookmark database through a really simple web based interface.
  .
  More information can be found at the bookmarker web site
  http://renaghan.com/bookmarker/ .
diff -u bookmarker-2.7.0.old/debian/rules bookmarker-2.7.0/debian/rules
--- bookmarker-2.7.0.old/debian/rules	Mon Feb 25 17:23:43 2002
+++ bookmarker-2.7.0/debian/rules	Mon Feb 25 17:30:32 2002
@@ -18,9 +18,14 @@
 
 # Create the bookmarkerconfig man page
 	cp -r `find . -name "*" -type d -maxdepth 1|egrep -v "debian|LICENSE"` debian/tmp/usr/lib/bookmarker/.
-	cp `ls -1 *.{wml,js,php?}` debian/tmp/usr/lib/bookmarker/.
+	pwd
+	cp `ls -1 *.wml *.js *.php?` debian/tmp/usr/lib/bookmarker/.
 	rm -f `find debian -name "*LICENSE*"`
 
+# Set restrictive permissions on file containing database password
+	chgrp www-data debian/tmp/usr/lib/bookmarker/lib/bklocal.inc
+	chmod 640 debian/tmp/usr/lib/bookmarker/lib/bklocal.inc
+
 # Install the other (Debian) stuff
 	dh_testroot
 	dh_installdocs
@@ -28,8 +33,7 @@
 	dh_installchangelogs
 	dh_strip
 	dh_compress -Xusr/lib/bookmarker
-	dh_fixperms
-	dh_suidregister
+	dh_fixperms -Xusr/lib/bookmarker/lib/bklocal.inc
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol



meta-kde package and Testing

2002-02-25 Thread Hugo van der Merwe
Is there any chance that the meta-kde package can make it into testing 
before release?

Sorry, this has probably been asked many many times... (where's the 
answer, debian-devel ?)

Hugo



Bug#135796: meta-kde: this package badly needs a maintainer, and badly needs to get into woody

2002-02-25 Thread Joey Hess
Package: meta-kde
Version: N/A; reported 2002-02-25
Severity: normal

Tasksel depends on the kde metapackages for its desktop task to work as
advertised. Somehow that metapackage has not yet made it into woody. It
is release critical that it does.

The packages in this metapackage have a large number of unsatisfyable
depends, according to the excuses page, expecially on non-i386, but on
i386 as well.

I'm not marking this bug as RC since this package needs to get into
woody and that won't help. Tasksel will be receiving the RC bug. IF this
is not quickly corrected, tasksel might be forced to drop support for
KDE.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux silk 2.4.17 #2 Sat Jan 12 22:01:26 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C




Re: meta-kde package and Testing

2002-02-25 Thread Colin Watson
On Mon, Feb 25, 2002 at 09:51:44PM +0200, Hugo van der Merwe wrote:
> Is there any chance that the meta-kde package can make it into testing 
> before release?
> 
> Sorry, this has probably been asked many many times... (where's the 
> answer, debian-devel ?)

You'll have to check with the KDE maintainer, Chris Cheney. Somebody
really needs to take it over and sort out its bugs - see #135796.

-- 
Colin Watson  [EMAIL PROTECTED]