Bug#488819: galternatives: the upstream homepage URL is broken

2008-07-19 Thread Davide Truffa
Jon Dowland ([EMAIL PROTECTED]) wrote:
> The upstream URL listed in debian/copyright is broken.
> 
> http://beterraba.no-ip.org/galternatives/

Thank you for reporting the bug.
The homepage field will be correct in the next upload.

-- 
Davide Truffa



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#472662: galternatives does not show up in gnome menu

2008-07-19 Thread Davide Truffa
> As subject says, galternatives does not appear in gnome menu.  On this
> system this is fixed by removing the "TryExec=" line in the desktop file
> (/usr/share/applications/galternatives.desktop).

The .desktop file will be fixed in the next upload.
Thank you for reporting the bug.

-- 
Davide Truffa



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: fix for 491385

2008-07-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 491385 +patch
Bug#491385: Build-Depends on unavailable package xlibs-data
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491385: fix for 491385

2008-07-19 Thread peter green

tags 491385 +patch
thanks

replace xlibs-data with xbitmaps in the build dependencies to fix this bug



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491385: fix for 491385

2008-07-19 Thread Frank Lichtenheld
On Sat, Jul 19, 2008 at 03:07:23PM +0100, peter green wrote:
> tags 491385 +patch
> thanks
> 
> replace xlibs-data with xbitmaps in the build dependencies to fix this bug

Yeah, that works.

The solution I would much prefer is to kick it out of testing, remove
it from unstable and finally get rid of this orphaned, non-free time-sink...

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491476: amavis-stats: Error with img path and COMMENT enddate strings

2008-07-19 Thread Jeff Green
Package: amavis-stats
Version: 0.1.12-7.3
Severity: important

Below is a patch for the changes that I made to make it run on a local
system. This bug seems to be a bit related to #473735 though that
submitter made other changes and possibly reversed some that I made.

Other info: this is a fresh install for me.

Anyway, below are the patches (I had to reinstall to get the original):

--- amavis-stats.php-orig   2008-07-19 13:36:59.0 -0400
+++ amavis-stats.php-fixed  2008-07-19 13:28:25.0 -0400
@@ -639,16 +639,16 @@
 addopts($opts, "STACK", $id, $vcount, $virus, $length);
 }
 }
-$opts[] = "COMMENT:" . str_replace(":", "\:", $enddate) . "\\n"; 
+//$opts[] = "COMMENT:" . str_replace(":", "\:", $enddate) . "\\n"; 
 }
 }
 
 $opts[] = "COMMENT:\\n"; 
 $opts[] = "COMMENT:amavis-stats v$asVersion ";
-$opts[] = "COMMENT:$enddate \\r";
+//$opts[] = "COMMENT:$enddate \\r";
 
 asDbg($opts);
-$ret = rrd_graph("/usr/share/amavis-stats/$img" , $opts, count($opts));
+$ret = rrd_graph("$img" , $opts, count($opts));
 
 if (!is_array($ret)) {
 $err = rrd_error();
@@ -769,7 +769,7 @@
 }
 */
 $opts[] = "COMMENT:amavis-stats v$asVersion ";
-$opts[] = "COMMENT:$enddate" . str_replace(":", "\:", $enddate) . " \\r";
+//$opts[] = "COMMENT:$enddate" . str_replace(":", "\:", $enddate) . " \\r";
 
 /*
 * debugging - graph definitions
@@ -777,7 +777,7 @@
 asDbg($opts);
 
 $start = microtime();
-$ret = rrd_graph("/usr/share/amavis-stats/$img" , $opts, count($opts));
+$ret = rrd_graph("$img" , $opts, count($opts));
 $t = elapsed($start);
 if (!is_array($ret)) {
 $err = rrd_error();

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages amavis-stats depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf [debconf-2.0]1.5.11etch1 Debian configuration management sy
ii  librrds-perl 1.2.15-0.3  Time-series data storage and displ
ii  rrdtool  1.2.15-0.3  Time-series data storage and displ
ii  wwwconfig-common 0.0.48  Debian web auto configuration

Versions of packages amavis-stats recommends:
ii  amavisd-new [amavis] 1:2.4.2-6.1 Interface between MTA and virus sc

-- debconf information:
* amavis-stats/stay_on_purge: false
  amavis-stats/config_apache: Apache



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#491485: debian/copyright missing RSA copyright statement and license

2008-07-19 Thread Thomas Viehmann
Package: ftpmirror
Version: 1.96+dfsg-6
Severity: serious

Hi,

during preparation of an NMU to reintroduce ftpmirror, I noticed that
the debian/copyright of ftpmirror is insufficient: It misses the
copyright statement and license for the MD5 algorithm.
Attached is the diff without the bug number.
Given the package still has to go through NEW and the freeze is
imminent, I'd suggest you either upload in the next two days or OK the NMU.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/
diff -u ftpmirror-1.96+dfsg/Fan/Makefile.old ftpmirror-1.96+dfsg/Fan/Makefile.old
--- ftpmirror-1.96+dfsg/Fan/Makefile.old
+++ ftpmirror-1.96+dfsg/Fan/Makefile.old
@@ -36,7 +36,7 @@
 LIB_EXT = .a
 OBJ_EXT = .o
 OSNAME = linux
-OSVERS = 2.6.25.7
+OSVERS = 2.6.18-6-xen-amd64
 RANLIB = :
 SITELIBEXP = /usr/local/share/perl/5.10.0
 SITEARCHEXP = /usr/local/lib/perl/5.10.0
@@ -913,7 +913,7 @@
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
+	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
diff -u ftpmirror-1.96+dfsg/Fan/Attrib/Makefile.old ftpmirror-1.96+dfsg/Fan/Attrib/Makefile.old
--- ftpmirror-1.96+dfsg/Fan/Attrib/Makefile.old
+++ ftpmirror-1.96+dfsg/Fan/Attrib/Makefile.old
@@ -36,7 +36,7 @@
 LIB_EXT = .a
 OBJ_EXT = .o
 OSNAME = linux
-OSVERS = 2.6.25.7
+OSVERS = 2.6.18-6-xen-amd64
 RANLIB = :
 SITELIBEXP = /usr/local/share/perl/5.10.0
 SITEARCHEXP = /usr/local/lib/perl/5.10.0
@@ -563,7 +563,7 @@
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
+	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
diff -u ftpmirror-1.96+dfsg/Fan/Cool/Makefile.old ftpmirror-1.96+dfsg/Fan/Cool/Makefile.old
--- ftpmirror-1.96+dfsg/Fan/Cool/Makefile.old
+++ ftpmirror-1.96+dfsg/Fan/Cool/Makefile.old
@@ -36,7 +36,7 @@
 LIB_EXT = .a
 OBJ_EXT = .o
 OSNAME = linux
-OSVERS = 2.6.25.7
+OSVERS = 2.6.18-6-xen-amd64
 RANLIB = :
 SITELIBEXP = /usr/local/share/perl/5.10.0
 SITEARCHEXP = /usr/local/lib/perl/5.10.0
@@ -563,7 +563,7 @@
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
+	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
diff -u ftpmirror-1.96+dfsg/Fan/DIR/Makefile.old ftpmirror-1.96+dfsg/Fan/DIR/Makefile.old
--- ftpmirror-1.96+dfsg/Fan/DIR/Makefile.old
+++ ftpmirror-1.96+dfsg/Fan/DIR/Makefile.old
@@ -36,7 +36,7 @@
 LIB_EXT = .a
 OBJ_EXT = .o
 OSNAME = linux
-OSVERS = 2.6.25.7
+OSVERS = 2.6.18-6-xen-amd64
 RANLIB = :
 SITELIBEXP = /usr/local/share/perl/5.10.0
 SITEARCHEXP = /usr/local/lib/perl/5.10.0
@@ -563,7 +563,7 @@
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
+	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
diff -u ftpmirror-1.96+dfsg/Fan/FTP/Makefile.old ftpmirror-1.96+dfsg/Fan/FTP/Makefile.old
--- ftpmirror-1.96+dfsg/Fan/FTP/Makefile.old
+++ ftpmirror-1.96+dfsg/Fan/FTP/Makefile.old
@@ -36,7 +36,7 @@
 LIB_EXT = .a
 OBJ_EXT = .o
 OSNAME = linux
-OSVERS = 2.6.25.7
+OSVERS = 2.6.18-6-xen-amd64
 RANLIB = :
 SITELIBEXP = /usr/local/share/perl/5.10.0
 SITEARCHEXP = /usr/local/lib/perl/5.10.0
@@ -563,7 +563,7 @@
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
-	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
+	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
diff -u ftpmirror-1.96+dfsg/Fan/Farm/Makefile.old ftpmirror-1.96+dfsg/Fan/Farm/Makefile.old
--- ftpmirror-1.96+dfsg/Fan/Farm/Makefile.old
+++ ftpmirror-1.96+dfsg/Fan/Farm/Makefile.old
@@ -36,7 +36,7 @@
 LIB_EXT = .a
 OBJ_EXT = .o
 OSNAME = linux
-OSVERS = 2.6.25.7
+OSVERS = 2.6.18-6-xen-amd64
 RANLIB = :
 SITELIBEXP = /usr/local/share/perl/5.10.0
 SITEARCHEXP = /usr/local/lib/perl/5.10.0
@@ -563,7 +563,7 @@
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
 	$(NOECHO) $(ECHO) '' >> $(DISTNAME).ppd
-	$(N