Bug#533536: (no subject)

2009-09-04 Thread Ryan Niebur
tag 533536 fixed-upstream
quit

fixed in upstream r59.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#541348: cweb.el: deliberately breaks Emacs

2009-09-04 Thread era eriksson
reopen 541348
retitle 541348 cwebm still included in package description
thanks

On Wed, 02 Sep 2009 17:01 -0400, "Peter S Galbraith" 
wrote:
> The autogenerated file emacs-goodies-loaddefs.el has not contained
> autoloads for cwebm for many versions of emacs-goodies-el now.

My bad, seems Ubuntu still has version 29.4 which is arguably not
entirely fresh.

However, the only mention of cwebm I see in the Changelog is when you
initially zapped it in version 28.  Do you think the Changelog should
mention when the problem was fixed?

Also, the package description still lists cwebm as an add-on included in
this package.  If it's not actually included, perhaps it should not be
in the package description (whether you actually remove the stub file or
not)?

(Now I finally notice that it says "modified" twice, but if you remove
the description, you'll fix that too :-)

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509842: patch for inotifywatch support SIGUSR1 to print information while keep running

2009-09-04 Thread Ryan Niebur
tag 509842 patch
quit

Hi Radu,

first, I see that you've fixed debian bug #533536 in SVN, thanks for
that!

next, I wonder what your thoughts are on Bug #509842
( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509842 ).

I've attached a patch which adds support to inotifywatch for
outputting the table on SIGUSR1, could you please include it?

Cheers,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com
diff --git a/src/inotifywatch.c b/src/inotifywatch.c
index fe0d738..cb412d6 100644
--- a/src/inotifywatch.c
+++ b/src/inotifywatch.c
@@ -75,15 +75,26 @@ void handle_signal( int signal __attribute__((unused)) ) {
done = true;
 }
 
+int print_info();
+
+void print_info_now( int signal __attribute__((unused)) ) {
+print_info();
+printf("\n");
+}
+
+int events;
+int sort;
+int zero;
+
 int main(int argc, char ** argv)
 {
-   int events = 0;
+   events = 0;
int timeout = 0;
int verbose = 0;
-   int zero = 0;
+   zero = 0;
int recursive = 0;
char * fromfile = 0;
-   int sort = -1;
+   sort = -1;
done = false;
char * regex = NULL;
char * iregex = NULL;
@@ -183,6 +194,7 @@ int main(int argc, char ** argv)
signal( SIGALRM, handle_signal );
alarm( timeout );
}
+signal( SIGUSR1, print_info_now );
 
inotifytools_initialize_stats();
// Now wait till we get event
@@ -256,8 +268,12 @@ int main(int argc, char ** argv)
}
 
} while ( !done );
+return print_info();
+}
 
-   num_watches = inotifytools_get_num_watches();
+int print_info() {
+unsigned int num_watches = 0;
+num_watches = inotifytools_get_num_watches();
 
if ( !inotifytools_get_stat_total( 0 ) ) {
fprintf( stderr, "No events occurred.\n" );


signature.asc
Description: Digital signature


Bug#532245: fix patch.

2009-09-04 Thread Alejandro Garrido Mota
Sorry, I resend the patch. The other has an error.

Regards.
-- 
http://www.mogaal.com
GNU/Linux Debian SID
Usuario Linux registrado #386758
GPG Key Fingerprint = A3CA EB0B E94B 06BE 8EF8  4EB5 7139 6D61 F1C0 9EFB
diff -u squidtaild-2.1a6/debian/changelog squidtaild-2.1a6/debian/changelog
--- squidtaild-2.1a6/debian/changelog
+++ squidtaild-2.1a6/debian/changelog
@@ -1,3 +1,11 @@
+squidtaild (2.1a6-5.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove the inclusion of ConfigReader::Simple embedded version inside debian
+package, set libconfigreader-simple-perl inside Depends field (Closes: #532245)
+
+ -- Alejandro Garrido Mota   Wed, 02 Sep 2009 16:46:58 -0430
+
 squidtaild (2.1a6-5.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u squidtaild-2.1a6/debian/control squidtaild-2.1a6/debian/control
--- squidtaild-2.1a6/debian/control
+++ squidtaild-2.1a6/debian/control
@@ -7,7 +7,7 @@
 
 Package: squidtaild
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, libconfigreader-simple-perl
 Recommends: squid
 Description: Squid log monitoring program
  Squidtaild is a very fast, highly configurable Perl
diff -u squidtaild-2.1a6/debian/rules squidtaild-2.1a6/debian/rules
--- squidtaild-2.1a6/debian/rules
+++ squidtaild-2.1a6/debian/rules
@@ -53,6 +53,8 @@
 	chmod -R o+rX $(tmp)/usr
 	touch $(tmp)/usr/share/doc/squidtaild/overview.txt $(tmp)/etc/squidtaild/history $(tmp)/etc/squidtaild/violators
 	(for i in perl_modules/ConfigReader-Simple-0.5/blib/lib/ConfigReader/*.pm; do echo ConfigReader::`basename $$i .pm` ; pod2text $$i | perl -ne '$$/=""; s/^DESCRIPTION// && print'; done) >> $(tmp)/usr/share/doc/squidtaild/overview.txt
+	/bin/rm -rf $(tmp)/usr/share/perl5
+	/bin/rm -rf $(tmp)/usr/share/man/man3
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs


Bug#428273: ITA: smlnj

2009-09-04 Thread Daniel Moerner
retitle 428273 ITA: smlnj -- Standard ML of New Jersey interactive compiler
owner 428273 Daniel Moerner 
thanks

Hi,

I'd be interested in adopting smlnj, it's a good piece of software and
there's a new upstream version. I'm also currently using it for some
projects for my classes. It looks like the build system is currently
quite complex though.

Here's my changelog for the moment:

smlnj (110.70-1) unstable; urgency=low

  * New upstream release.
  * Switch to debhelper compat level 7.
  * debian/control:
- Replace obsolete tetex-extra with texlive-latex-extra in
  Build-Depends-Indep.
- New maintainer (Closes: #428273)
- Update to Debian Policy 3.8.3.
- Move smlnj-doc to Section: doc to follow Debian override file.
- Remove duplicate words from descriptions
  * debian/watch: Added commented watch file.
  * debian/rules:
- Add dh_installchangelog calls for libckit-smlnj.
- Update to reflect namechange of templates in debian directory.
- Use dh_prep instead of dh_clean -k.
  * debian/smlnj-doc.prerm: Call with set -e to follow Debian Policy 10.4.
  * debian/dirs: Deleted, superfluous file.
  * debian/patches/01_fix-bashism.patch: Don't use the builtin "function".
(Closes: #530119)
  * debian/{_wrapper,_postinst,_prerm}: Rename templates to filename.in.

 -- Daniel Moerner   Thu, 03 Sep 2009 23:55:23 -0700

Still on the todo list:

 * Write manpages for ml-antlr and ml-ulex.
 * Expand on the short descriptions.
 * Go through the packaging in detail, especially the install scripts
   and the rules file.
 * Seeing if anything more can be done about 424056.

I do have a question though: why do you say "don't even try to build on
sparc"?

Regards,
Daniel



signature.asc
Description: OpenPGP digital signature


Bug#538221: [codesite-nore...@google.com: Issue 34 in cryptsetup: Command failed: device-mapper: create ioctl failed: Device or resource busy]

2009-09-04 Thread Stuart Pook

hi Jonas

On 04/09/09 00:11, Jonas Meurer wrote:

for more information see the upstream issue at
http://code.google.com/p/cryptsetup/issues/detail?id=34


I did so but I still have problems and this time it is not a snapshot device.

: root; cryptsetup luksOpen /dev/mapper/vg0-services_var services_var 
--key-file /tmp/xx
key slot 1 unlocked.
Command failed: device-mapper: create ioctl failed: Device or resource busy

I don't understand why this fails. I have never made a snapshot of this device 
(I rebooted last night).

: root; ls /dev/mapper/*services_var*
/dev/mapper/vg0-services_var

The machine tried to unlock a device at boot time. This failed (there is a 
message in my log and the virtual machine didn't start) and now I cannot 
luksOpen vg0-services_var.

There are no snapshots of vg0-services_var. I don't run kpartx on it (as it 
does not have a partition table). There is nothing in /dev/mapper which would 
indicate that it is already open.

I can unlock it with the magical --non-exclusive option but I don't understand 
why it is necessary in this case.

: root; cryptsetup luksOpen /dev/mapper/vg0-services_var services_var 
--key-file /tmp/xx  --non-exclusive
key slot 1 unlocked.
Command successful.
: root; ls -l /dev/mapper/*services_var*
brw-rw 1 root disk 254, 46 2009-09-04 08:42 /dev/mapper/services_var
brw-rw 1 root disk 254, 23 2009-09-03 20:48 /dev/mapper/vg0-services_var
: root; cryptsetup remove services_var
: root; ls -l  /dev/mapper/*services_var*
brw-rw 1 root disk 254, 23 2009-09-03 20:48 /dev/mapper/vg0-services_var
: root; cryptsetup luksOpen /dev/mapper/vg0-services_var services_var 
--key-file /tmp/xx
key slot 1 unlocked.
Command failed: device-mapper: create ioctl failed: Device or resource busy
: root; cryptsetup luksOpen /dev/mapper/vg0-services_var services_var 
--key-file /tmp/xx  --non-exclusive
key slot 1 unlocked.
Command successful.

strange
Stuart




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#543375: Superblock last mount time is in the future

2009-09-04 Thread Mader, Alexander (N-MSR)

Hello,

unfortunately, I am experiencing the same behaviour with my laptop. On 
my differently configured desktop computer there is no such problem, 
which I tend to blame to the different UTC setting. Hopefully, the 
following information on the two systems will help.


Best regards, Alexander.

== Laptop information ==
8< -- >8
Package: util-linux
Version: 2.16-3

-- System Information:
Debian Release: squeeze/sid
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages util-linux depends on:
ii  libblkid1  2.16-3block device id library
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libncurses55.7+20090803-1shared libraries for 
terminal hand

ii  libselinux12.0.85-2  SELinux shared libraries
ii  libslang2  2.1.4-3   The S-Lang programming 
library - r

ii  libuuid1   2.16-3Universally Unique ID library
ii  lsb-base   3.2-23Linux Standard Base 3.2 
init scrip
ii  tzdata 2009l-1   time zone and 
daylight-saving time

ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font 
utilities
ii  dosfstools   3.0.5-1 utilities for making and 
checking

pn  util-linux-locales (no description available)

-- no debconf information

> Can you provide the output from these commands:
>
> ls -ld /etc/localtime /dev/.udev
> grep ^UTC /etc/default/rcS
> ls /etc/rcS.d
> df -hP

drwxr-xr-x 7 root root  160  3. Sep 19:56 /dev/.udev
-rw-r--r-- 1 root root 2309 24. Aug 08:40 /etc/localtime

UTC=no

README
S02hostname.sh
S02mountkernfs.sh
S03udev
S04mountdevsubfs.sh
S05bootlogd
S05keymap.sh
S07hdparm
S08hwclockfirst.sh
S10checkroot.sh
S11hwclock.sh
S12mtab.sh
S18ifupdown-clean
S20module-init-tools
S26cryptdisks-early
S26lvm2
S28cryptdisks
S30checkfs.sh
S30procps
S31hibernate
S34fuse
S35mountall.sh
S36mountall-bootclean.sh
S36udev-mtab
S37mountoverflowtmp
S39ifupdown
S39ufw
S40networking
S40pcmciautils
S45mountnfs.sh
S46mountnfs-bootclean.sh
S47lm-sensors
S48console-screen.sh
S50alsa-utils
S55bootmisc.sh
S55urandom
S65firestarter
S70screen-cleanup
S70x11-common
S75policykit
S75sudo
S80microcode.ctl
S99stop-bootlogd-single

Dateisystem  Größe Benut  Verf Ben% Eingehängt auf
/dev/sda3  65G   45G   17G  74% /
tmpfs1007M 0 1007M   0% /lib/init/rw
udev   10M  168K  9,9M   2% /dev
tmpfs1007M  156K 1006M   1% /dev/shm
8< -- >8


== Desktop computer information ==
8< -- >8
Package: util-linux
Version: 2.16-3
Severity: normal



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages util-linux depends on:
ii  libblkid1  2.16-3block device id library
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libncurses55.7+20090803-1+b1 shared libraries for 
terminal hand

ii  libselinux12.0.85-2  SELinux shared libraries
ii  libslang2  2.1.4-3   The S-Lang programming 
library - r

ii  libuuid1   2.16-3Universally Unique ID library
ii  lsb-base   3.2-23Linux Standard Base 3.2 
init scrip
ii  tzdata 2009l-1   time zone and 
daylight-saving time

ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font 
utilities
ii  dosfstools   3.0.5-1 utilities for making and 
checking

ii  util-linux-locales   2.16-3  Locales files for util-linux

-- no debconf information

drwxr-xr-x 6 root root 140  4. Sep 08:30 /dev/.udev
-rw-r--r-- 1 root root 837 30. Jun 2007  /etc/localtime

UTC=yes

README
S02hostname.sh
S02mountkernfs.sh
S03procps
S03procps.sh
S03udev
S04keymap.sh
S04mountdevsubfs.sh
S05bootlogd
S05hdparm
S06checkroot.sh
S06keyboard-setup
S07cryptdisks
S07cryptdisks-early
S07ifupdown-clean
S07module-init-tools
S07mtab.sh
S07udev-mtab
S08alvm2
S08checkfs.sh
S08hwclockfirst.sh
S09hibernate
S09mountall.sh
S10alsa-utils
S10cryptmount
S10cryptmount-early
S10f

Bug#527523: Intent to NMU

2009-09-04 Thread Warren Turkal
I have no intention to stop the NMU, I am working on packaging up 4.x.

wt

On Wed, Sep 2, 2009 at 6:39 PM, Cyril Brulebois wrote:
> tag 527523 pending
> thanks
>
> Cyril Brulebois  (12/08/2009):
>> Cyril Brulebois  (22/07/2009):
>> > I'm planning to look at it, probably after I arrived at DebConf. Don't
>> > hesitate to get back to me in a few days if you see no comments coming
>> > from me.
>>
>> Unfortunately, I haven't had much time until now. A few comments:
>>  - your changelog entry doesn't close the bug we're interested in (#527523)
>>  - you don't mention you bumped Standards-Version, and that you added
>>    ${misc:Depends}
>>  - using .install files would make it trivial to install files were they
>>    belong, instead of find … -exec ….
>>  - it looks like with the new upstream release, files are no more ancient
>>    that they used to me (2007 → 2006). Could you please ask upstream to
>>    update its build environment? In the meanwhile, you could automatically
>>    copy config.guess and config.sub from the autotools-dev package before
>>    configuring, and remove them in clean, to keep the diff out of the
>>    Debian diff.
>>
>> (Note that this is based on the source debdiff only, I didn't do any build
>> test.)
>
> Hi,
>
> it's been a while already, and I haven't heard back from you
> yet. Since I'm not very keen on sponsoring a package that doesn't
> sound like ready, since this is a serious bug, and since it's blocking
> a lot of packages on kfreebsd-*, I've prepared a minimal patch to
> trigger a relibtoolization at build time, using makebuilddir as
> pre-configure target as can be seen in cdbs's documentation. See
> attached source debdiff.
>
> I'm uploading it to DELAYED/2 since I'm still open to discussion, but
> it would really be nice to have it fixed ASAP.
>
> Mraw,
> KiBi.
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkqfHk4ACgkQeGfVPHR5Nd3BIQCghQogCvJRGBvsL0Vlwp8B40Ec
> 92sAn0nNw7GFCQIA0EC+9ja/3VwLgDde
> =Dq74
> -END PGP SIGNATURE-
>
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544823: smartmontools: smartd no longer autodetects my disks and will no longer start

2009-09-04 Thread Stuart Pook

hi Giuseppe

On 03/09/09 09:56, Giuseppe Iuculano wrote:

Could you try with /dev/sdX instead of /dev/disk/by-id please?


that works.

I would like to be able to continue to specify by disks by their names in 
/dev/disk/by-id. This avoids problems when I move the disks.

Why does smartd (run as root!) refuse to use a configuration file that is owned 
by another user mode 600?

thanks for your help
Stuart

: root; cat /tmp/smartd.conf
/dev/sda -n standby -a -S on -m root
/dev/sdb -n standby -a -S on -s (L/../../2/05|S/../.././05) -m root
: root; sed -e 's/#.*//' -e '/^ *$/d' /etc/smartd.conf
/dev/disk/by-id/ata-ST3200822A_3LJ00N4L -n standby -a -S on -m root
/dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WMASY2546840 -n standby -a -S on 
-s (L/../../2/05|S/../.././05) -m root
: root; ls -ilL /dev/sda /dev/disk/by-id/ata-ST3200822A_3LJ00N4L
3291 brw-rw 1 root disk 8, 0 2009-09-03 20:48 
/dev/disk/by-id/ata-ST3200822A_3LJ00N4L
3291 brw-rw 1 root disk 8, 0 2009-09-03 20:48 /dev/sda
: root; ls -ilL /dev/sdb 
/dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WMASY2546840
3235 brw-rw 1 root disk 8, 16 2009-09-03 20:48 
/dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WMASY2546840
3235 brw-rw 1 root disk 8, 16 2009-09-03 20:48 /dev/sdb
: root; apt-get install smartmontools
Reading package lists... Done
Building dependency tree   
Reading state information... Done

Suggested packages:
 gsmartcontrol smart-notifier powersaved
The following packages will be upgraded:
 smartmontools
1 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
Need to get 399kB of archives.
After this operation, 152kB of additional disk space will be used.
Get:1 ftp://ftp.fr.debian.org unstable/main smartmontools 5.38+svn2879-1 [399kB]
Fetched 399kB in 1s (386kB/s)  
(Reading database ... 274877 files and directories currently installed.)

Preparing to replace smartmontools 5.38-3 (using 
.../smartmontools_5.38+svn2879-1_i386.deb) ...
Stopping S.M.A.R.T. daemon: smartd.
Unpacking replacement smartmontools ...
Processing triggers for man-db ...
Setting up smartmontools (5.38+svn2879-1) ...
Installing new version of config file /etc/init.d/smartmontools ...

Configuration file `/etc/smartd.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
  What would you like to do about it ?  Your options are:
   Y or I  : install the package maintainer's version
   N or O  : keep your currently-installed version
 D : show the differences between the versions
 Z : background this process to examine the situation
The default action is to keep your current version.
*** smartd.conf (Y/I/N/O/D/Z) [default=N] ? 
Starting S.M.A.R.T. daemon: smartd failed!

invoke-rc.d: initscript smartmontools, action "start" failed.
dpkg: error processing smartmontools (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
smartmontools
E: Sub-process /usr/bin/dpkg returned an error code (1)
: root; /usr/sbin/smartd  -d
smartd 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build)
Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

Opened configuration file /etc/smartd.conf
Configuration file /etc/smartd.conf parsed.
Device: /dev/disk/by-id/ata-ST3200822A_3LJ00N4L, unable to autodetect device 
type
Device: /dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WMASY2546840, unable to 
autodetect device type
Unable to monitor any SMART enabled devices. Try debug (-d) option. Exiting...
: root; /usr/sbin/smartd  -d -c  /tmp/smartd.conf
smartd 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build)
Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

Permission denied: Unable to open configuration file /tmp/smartd.conf
: root; ls -l /tmp/smartd.conf
-rw--- 1 stuart stuart 105 2009-09-04 09:09 /tmp/smartd.conf
: root; chmod 644 /tmp/smartd.conf
: root; /usr/sbin/smartd  -d -c  /tmp/smartd.conf
smartd 5.39 2009-08-29 r2879 [i686-pc-linux-gnu] (local build)
Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

Opened configuration file /tmp/smartd.conf
Configuration file /tmp/smartd.conf parsed.
Device: /dev/sda, type changed from 'scsi' to 'sat'
Device: /dev/sda [SAT], opened
Device: /dev/sda [SAT], found in smartd database.
Device: /dev/sda [SAT], enabled SMART Attribute Autosave.
Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
Device: /dev/sdb, type changed from 'scsi' to 'sat'
Device: /dev/sdb [SAT], opened
Device: /dev/sdb [SAT], found in smartd database.
Device: /dev/sdb [SAT], enabled SMART Attribute Autosave.
Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list.
Monitoring 2 ATA and 0 SCSI devices
Device: /dev/sda [SAT], opened ATA device
Device: /dev/sdb [SAT], opened ATA device



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm

Bug#544943: libbash-doc: tries to overwrite ldbash.1.gz from libbash

2009-09-04 Thread Ralf Treinen
Hi,

In addition to the original bug report: Here is a list of files that are
known to be shared by both packages (according to the Contents file for
sid/amd64, which may be slightly out of sync):

  usr/share/man/man1/getopt_long.1.gz
  usr/share/man/man1/getopts.1.gz
  usr/share/man/man1/ldbash.1.gz

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#447672: patch for does not watch new subdirs without '-e CREATE'

2009-09-04 Thread Ryan Niebur
tag 447672 patch
thanks

Hi Radu,

I've created a (attached) patch for inotifywait to fix the bug
explained here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447672

Please commit it to SVN. again, this may need some coding style changes.

Thanks,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com
diff --git a/src/inotifywait.c b/src/inotifywait.c
index 9c031bc..e6fec43 100644
--- a/src/inotifywait.c
+++ b/src/inotifywait.c
@@ -129,6 +129,7 @@ void output_event_csv( struct inotify_event * event ) {
 int main(int argc, char ** argv)
 {
 	int events = 0;
+int orig_events;
 	bool monitor = false;
 	int quiet = 0;
 	unsigned long int timeout = 0;
@@ -175,6 +176,10 @@ int main(int argc, char ** argv)
 	// If events is still 0, make it all events.
 	if (events == 0)
 		events = IN_ALL_EVENTS;
+orig_events = events;
+if ( monitor && recursive ) {
+events = events | IN_CREATE | IN_MOVED_TO | IN_MOVED_FROM;
+}
 
 	FileList list = construct_path_list( argc, argv, fromfile );
 
@@ -235,7 +240,7 @@ int main(int argc, char ** argv)
 			}
 		}
 
-		if ( quiet < 2 ) {
+		if ( quiet < 2 && (event->mask & orig_events) ) {
 			if ( csv ) {
 output_event_csv( event );
 			}


signature.asc
Description: Digital signature


Bug#544977: coreutils: FTFBS on sh4

2009-09-04 Thread Nobuhiro Iwamatsu
Package: coreutils
Version: 7.5-1
Severity: wishlist
Tags: patch
User: debian-...@superh.orga
Usertags: sh4

Hi,

I am now trying to run Debian on Renesas SH CPU(sh4).
coreutis FTBFS on sh4.

-
++ UINTMAX_OFLOW=18446744073709551616
+ test 2147483647
+ cat
+ sh4-linux-gnu-gcc -std=gnu99 -c long.c
long.c:3: error: size of array 'foo' is too large
+ skip_test_ 'this test runs only on systems with glibc and long double
!= double'
+ echo './misc/seq-long-double: skipping test: this test runs only on
systems with glibc and long double != double'
+ head -1
+ echo './misc/seq-long-double: skipping test: this test runs only on
systems with glibc and long double != double'
./misc/seq-long-double: skipping test: this test runs only on systems
with glibc and long double != double
+ Exit 77
+ set +e
+ exit 77
+ exit 77
+ remove_tmp_
+ __st=77
+ cleanup_
+ :
+ cd /home/iwamatsu/build-area/coreutils/coreutils-7.5/tests
+ chmod -R u+rwx
/home/iwamatsu/build-area/coreutils/coreutils-7.5/tests/cu-seq-long-double.XJLUMgOFat
+ rm -rf
/home/iwamatsu/build-area/coreutils/coreutils-7.5/tests/cu-seq-long-double.XJLUMgOFat
+ exit 77

FAIL: tail-2/pid (exit: 1)
==

-

But SuperH can evade this problem by attaching -mieee option.
I made a patch to revise to be able to build. 
Would you apply it?

Best regards,
 Nobuhiro
--- a/debian/rules	2009-09-04 16:11:28.0 +0900
+++ b/debian/rules	2009-09-04 16:12:12.0 +0900
@@ -22,11 +22,16 @@
 
 # implement no optimization build option
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS = "-g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O0"
+CFLAGS = -g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O0
 else
-CFLAGS = "-g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O2"
+CFLAGS = -g -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O2
+endif
+LDFLAGS =
+
+# Renesas SH(sh4) need -mieee option.
+ifeq ($(DEB_HOST_ARCH_CPU),sh4)
+  CFLAGS += -mieee
 endif
-LDFLAGS = 
 
 # programs to include/not include
 ifeq ($(DEB_HOST_ARCH_OS),hurd)


Bug#544978: libgdal1-1.6.0-grass and libgdal1-1.5.0-grass: error when trying to install together

2009-09-04 Thread Ralf Treinen
Package: libgdal1-1.5.0-grass,libgdal1-1.6.0-grass
Version: libgdal1-1.5.0-grass/1.5.4-3+b1
Version: libgdal1-1.6.0-grass/1.6.0-3
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-09-04
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  x11-common libxau6 libxdmcp6 libxcb1 libx11-data libx11-6 libxfixes3
  xbitmaps libmagic1 file libgpg-error0 libgcrypt11 libgnutls26 libkeyutils1
  libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2 libidn11 libsasl2-2
  libldap-2.4-2 libpcre3 libsqlite3-0 libxml2 perl-modules perl ucf openssl
  ca-certificates libgmp3c2 libmpfr1ldbl cpp-4.3 cpp libdbus-1-3 libexpat1
  dbus defoma libfreetype6 ttf-dejavu-core ttf-dejavu-extra ttf-dejavu
  fontconfig-config libfontconfig1 fontconfig gconf2-common libice6 libsm6
  libxext6 libxp6 libxt6 lesstif2 libsysfs2 tsconf libts-0.0-0
  libdirectfb-1.2-0 libpixman-1-0 libpng12-0 libxcb-render0
  libxcb-render-util0 libxrender1 libcairo2 libfftw3-3 libcurl3-gnutls
  libgeos-3.1.0 libgeos-c1 libgif4 libjpeg62 libhdf4-0-alt libgfortran3
  libhdf5-serial-1.8.3 libjasper1 mysql-common libmysqlclient16 libnetcdf4
  proj-data libproj0 libogdi3.2 libpq5 libicu42 libxerces-c28 libgdal1-1.6.0
  libdrm2 libxdamage1 libxxf86vm1 libgl1-mesa-glx libglu1-mesa libtiff4
  libwxbase2.8-0 libglib2.0-0 libatk1.0-0 libdbus-glib-1-2 libidl0 liborbit2
  libgconf2-4 libgstreamer0.10-0 libgstreamer-plugins-base0.10-0
  libgtk2.0-common libcups2 libpango1.0-common libdatrie1 libthai-data
  libthai0 libxft2 libpango1.0-0 libxcomposite1 libxcursor1 libxi6
  libxinerama1 libxrandr2 shared-mime-info libgtk2.0-0 libwxgtk2.8-0 libxmu6
  tcl8.4 tk8.4 libltdl7 odbcinst1debian1 unixodbc libxpm4 libxaw7 xterm grass
  libgdal1-1.5.0-grass libgdal1-1.6.0-grass

Extracting templates from packages: 24%
Extracting templates from packages: 48%
Extracting templates from packages: 72%
Extracting templates from packages: 96%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package x11-common.
(Reading database ... 8154 files and directories currently installed.)
Unpacking x11-common (from .../x11-common_1%3a7.4+4_all.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.4-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.4-1_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up x11-common (1:7.4+4) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxfixes3.
(Reading database ... 8457 files and directories currently installed.)
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_amd64.deb) ...
Selecting previously deselected package xbitmaps.
Unpacking xbitmaps (from .../xbitmaps_1.0.1-2_all.deb) ...
Selecting previously deselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_5.03-1_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_5.03-1_amd64.deb) ...
Selecting previously deselected package libgpg-error0.
Unpacking libgpg-error0 (from .../libgpg-error0_1.6-1_amd64.deb) ...
Selecting previously deselected package libgcrypt11.
Unpacking libgcrypt11 (from .../libgcrypt11_1.4.4-4_amd64.deb) ...
Selecting previously deselected package libgnutls26.
Unpacking libgnutls26 (from .../libgnutls26_2.8.3-2_amd64.deb) ...
Selecting previously deselected package libkeyutils1.
Unpacking libkeyutils1 (from .../libkeyutils1_1.2-11_amd64.deb) ...
Selecting previously deselected package libkrb5support0.
Unpacking libkrb5support0 (from .../libkrb5support0_1.7dfsg~beta3-1_amd64.deb) 
...
Selecting previously deselected package libk5crypto3.
Unpacking libk5crypto3 (from .../libk5crypto3_1.7dfsg~beta3-1_amd64.deb) ...
Selecting previously deselected package libkrb5-3.
Unpacking libkrb5-3 (from .../libkrb5-3_1.7dfsg~beta3-1_amd64.deb) ...
Selecting previously deselected package libgssapi-krb5-2.
Unpacking libgssapi-krb5-2 (from 
.../libgssapi-krb5-2_1.7dfsg~beta3-1_amd64.deb) ...
Selecting previously deselected package libidn11.
Unpacking libidn11 (from .../libidn11_1.15-1_amd64.deb) ...
Selecting previously deselected package libsasl2-2.
Unpacking libsasl2-2 (fro

Bug#538221: [codesite-nore...@google.com: Issue 34 in cryptsetup: Command failed: device-mapper: create ioctl failed: Device or resource busy]

2009-09-04 Thread Milan Broz
Stuart Pook wrote:
> hi Jonas
> 
> On 04/09/09 00:11, Jonas Meurer wrote:
>> for more information see the upstream issue at
>> http://code.google.com/p/cryptsetup/issues/detail?id=34
> 
> I did so but I still have problems and this time it is not a snapshot device.
> 
> : root; cryptsetup luksOpen /dev/mapper/vg0-services_var services_var 
> --key-file /tmp/xx
> key slot 1 unlocked.
> Command failed: device-mapper: create ioctl failed: Device or resource busy
> 
> I don't understand why this fails. I have never made a snapshot of this 
> device (I rebooted last night).

run "dmsetup info -c" and check UUID for all devices which have CRYPT- prefix.

run "cryptsetup luksDump /dev/mapper/vg0-services_var services_var", see UUID 
field

and check that there is no active device from dmsetup above with that UUID 
(ignore CRYPT- prefix).

If so, it is why it fails - --non-exclusive as side effect create device 
without UUID set,
so for kernel it is new device and allows its creation.

If there is no device with the same UUID, it is probably different problem.

Milan




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544824: gnome: downgrade totem-plugin from Depends: to Recommends:

2009-09-04 Thread Josselin Mouette
Le jeudi 03 septembre 2009 à 17:34 +1000, Drew Parsons a écrit : 
> This grave infringement of web-using freedom

ROFL

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#544940: Update

2009-09-04 Thread Sheridan Hutchinson
Hello,

Thank you for your reply.

I installed mailutils, added the -M test switch and restarted smartmontools.

Again, I get a syslog and X11 notification, but no email.  I've sent
email to root from other user accounts and they arrive just fine.

-- 
Regards,
Sheridan Hutchinson
sheri...@shezza.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#408915: attaching patch just so that it doesn't get lost

2009-09-04 Thread Ryan Niebur

-- 
_
Ryan Niebur
ryanrya...@gmail.com
diff -urN gstm-1.2/src/callbacks.c 3.has_restart_callback_and_dock_menu_entry/src/callbacks.c
--- gstm-1.2/src/callbacks.c	2006-08-03 04:39:51.0 -0400
+++ 3.has_restart_callback_and_dock_menu_entry/src/callbacks.c	2007-01-29 02:13:38.865578287 -0500
@@ -446,6 +446,31 @@
 }
 
 void
+on_dockletmenu_reset_current_connections (GtkMenuItem *menuitem,
+  gpointer user_data) {
+	/* Here we don't care about the menu item or the user data. */
+	/* add tunnels to the menu, based on the maindialog list (it's sorted) */
+	gboolean ret;
+	int v_id;
+	extern GtkWidget *maindialog;
+	extern GtkListStore *tunnellist_store;
+	GtkTreeIter i;
+
+	ret = gtk_tree_model_get_iter_first(GTK_TREE_MODEL(tunnellist_store),&i);
+	while (ret) {
+		gtk_tree_model_get (GTK_TREE_MODEL(tunnellist_store), &i, COL_ID, &v_id, -1);
+		if (gSTMtunnels[v_id]!=NULL) {
+			gboolean active = gSTMtunnels[v_id]->active;
+			if (active) {
+gstm_ssht_stoptunnel(v_id);
+gstm_ssht_starttunnel(v_id);
+			}
+		}
+		ret=gtk_tree_model_iter_next(GTK_TREE_MODEL(tunnellist_store),&i);
+	}
+}
+
+void
 on_btn_copy_clicked  (GtkButton   *button,
 gpointer user_data)
 {
diff -urN gstm-1.2/src/callbacks.h 3.has_restart_callback_and_dock_menu_entry/src/callbacks.h
--- gstm-1.2/src/callbacks.h	2006-08-03 02:31:13.0 -0400
+++ 3.has_restart_callback_and_dock_menu_entry/src/callbacks.h	2007-01-29 02:13:39.002073385 -0500
@@ -165,3 +165,7 @@
 void
 on_btn_copy_clicked  (GtkButton   *button,
 gpointer user_data);
+
+void
+on_dockletmenu_reset_current_connections (GtkMenuItem *menuitem,
+  gpointer user_data);
diff -urN gstm-1.2/src/conffile.h 3.has_restart_callback_and_dock_menu_entry/src/conffile.h
--- gstm-1.2/src/conffile.h	2006-07-20 05:26:51.0 -0400
+++ 3.has_restart_callback_and_dock_menu_entry/src/conffile.h	2007-01-29 02:13:38.763963108 -0500
@@ -35,6 +35,7 @@
 		gboolean active;
 		int sshpid;
 		char *fn;
+	  GThread* thread;
 	} stunnel, *sshtunnelPtr;
 	
 	struct sshtunnel **gSTMtunnels;
diff -urN gstm-1.2/src/fniface.c 3.has_restart_callback_and_dock_menu_entry/src/fniface.c
--- gstm-1.2/src/fniface.c	2006-08-03 03:04:12.0 -0400
+++ 3.has_restart_callback_and_dock_menu_entry/src/fniface.c	2007-01-29 02:14:31.720420742 -0500
@@ -481,6 +481,9 @@
   GtkWidget *dmenu;
   GtkWidget *item_toggle;
   GtkWidget *separator1;
+  GtkWidget *item_reset;
+  GtkWidget *image_reset;
+  GtkWidget *separator3;
   GtkWidget *image_toggle;
   GtkWidget *separator2;
   GtkWidget *item_quit;
@@ -511,6 +514,18 @@
   gtk_container_add (GTK_CONTAINER (dmenu), separator1);
   gtk_widget_set_sensitive (separator1, FALSE);
 
+  /* Add a reset button to the menu */
+  image_reset = gtk_image_new_from_stock ("gtk-refresh", GTK_ICON_SIZE_MENU);
+  item_reset = gtk_image_menu_item_new_with_mnemonic (_("Restart active connections"));
+  gtk_widget_show(item_reset);
+  gtk_container_add (GTK_CONTAINER (dmenu), item_reset);
+  gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item_reset), image_reset);
+
+  separator3 = gtk_separator_menu_item_new ();
+  gtk_widget_show (separator3);
+  gtk_container_add (GTK_CONTAINER (dmenu), separator3);
+  gtk_widget_set_sensitive (separator3, FALSE);
+
   /* add tunnels to the menu, based on the maindialog list (it's sorted) */
   ret = gtk_tree_model_get_iter_first(GTK_TREE_MODEL(tunnellist_store),&i);
   while (ret) {
@@ -537,6 +552,9 @@
   g_signal_connect ((gpointer) item_quit, "activate",
 G_CALLBACK (on_dockletmenu_quit_activate),
 NULL);
+  g_signal_connect ((gpointer) item_reset, "activate",
+G_CALLBACK(on_dockletmenu_reset_current_connections),
+NULL);
   
   return dmenu;
 }
diff -urN gstm-1.2/src/fnssht.c 3.has_restart_callback_and_dock_menu_entry/src/fnssht.c
--- gstm-1.2/src/fnssht.c	2006-08-03 04:36:35.0 -0400
+++ 3.has_restart_callback_and_dock_menu_entry/src/fnssht.c	2007-01-29 02:13:38.194706492 -0500
@@ -179,7 +179,19 @@
 	int i,k;
 	GThread *ret;
 	
-	if (!gSTMtunnels[id]->active) {
+	if (gSTMtunnels[id]->active) {
+	  // if we tried to start an active tunnel, then stop it
+	  // and wait on its thread.
+		//hmm, we tried to activate an active tunnel ?
+		//perhaps an error dialog, but for now just ignore this cause it shouldn't happen
+	  gstm_ssht_stoptunnel(id);
+	  if(gSTMtunnels[id]->thread != NULL) {
+	g_thread_join(gSTMtunnels[id]->thread);
+	  }
+	}
+	  
+	g_assert(!gSTMtunnels[id]->active);
+
 		hargs = malloc(sizeof(struct Shelperargs));
 		hargs->tid = id;
 		hargs->sshargs=NULL;
@@ -219,18 +231,18 @@
 		hargs->sshargs = gstm_ssht_addssharg(hargs->sshargs, NULL); //end list
 		
 		// good, now start the helper thread

Bug#534229: Bug can be closed

2009-09-04 Thread Hans-J. Ullrich
Dear maintainers,

it seems, this bug is now fixed. Great!

Thank you very much for your work.


The bug can safely be closed! Hurrah!!!

Cheers

Hans-J. Ullrich



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#474233: (no subject)

2009-09-04 Thread Ryan Niebur
tag 474233 patch
quit

sent an updated patch to the upstream bug a few weeks ago, and
yesterday I started a discussion about getting it applied...it looks
like it will be.

Cheers,
Ryan

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#481424: No locales

2009-09-04 Thread Fabian Greffrath

Benjamin Drung schrieb:

This patch will not be accepted by upstream and is not flexible enough.


Hm... why are you so sure?

I hope we agree that the language start-up dialog must die. I mean, it 
is redundant and absurd. I think my patch does what's expected: It 
starts the application first time in the default locale and still 
allows the user to explicitely select another language in the 
Preferences menu, which will still preserve until it's changed again.



I like to see a patch which adds a "System" option to the language list.
"System" will be the default and there will be no pop up for selecting
the language on the first startup. If "System" is selected the language
will be determined by calling GetSystemLanguageCode() on startup.
"System" will be flexible. If you change the LANG variable, then
audacity will use this specified language on the next startup.


I don't understand why you want to introduce just another option to 
the languages menu. The language is a per-user setting. How often do 
users (a) change application languages to something different than 
their locale and (b) change their locale?


Cheers,
Fabian


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544824: gnome: downgrade totem-plugin from Depends: to Recommends:

2009-09-04 Thread Drew Parsons
On Fri, 2009-09-04 at 09:46 +0200, Josselin Mouette wrote:
> Le jeudi 03 septembre 2009 à 17:34 +1000, Drew Parsons a écrit : 
> > This grave infringement of web-using freedom
> 
> ROFL
> 

I am glad you caught the humour.  I enjoy waxing lyrical at times, and
placing a smiley has the sense of cheapening the prose... :)

(nevertheless please do downgrade totem-plugin to Recommends:)






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544048: [483dcf6] Fix for Bug#544048 committed to git

2009-09-04 Thread Manoj Srivastava

tags 544048 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava  on Fri, 4 Sep 2009 03:13:51 -0500.
 The fix will be in the next upload. 
=
[ucf]: Updated Japanese debconf translation

Thanks to Kenshi Muto

(Closes: #544048).

Signed-off-by: Manoj Srivastava 
=




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544940: Update

2009-09-04 Thread Giuseppe Iuculano
Hi,

Sheridan Hutchinson ha scritto:
 > I installed mailutils, added the -M test switch and restarted smartmontools.
> 
> Again, I get a syslog and X11 notification, but no email.  I've sent
> email to root from other user accounts and they arrive just fine.

Could you paste the relevant syslog lines? (grep smartd /var/log/syslog)

Cheers,
Giuseppe





signature.asc
Description: OpenPGP digital signature


Bug#544142: [4526261] Fix for Bug#544142 committed to git

2009-09-04 Thread Manoj Srivastava

tags 544142 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava  on Fri, 4 Sep 2009 03:17:08 -0500.
 The fix will be in the next upload. 
=
[ucf]: debconf templates Basque translation update

Thanks to Piarres Beobide

(Closes: #544142).

Signed-off-by: Manoj Srivastava 
=




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544595: [1c01a48] Fix for Bug#544595 committed to git

2009-09-04 Thread Manoj Srivastava

tags 544595 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava  on Fri, 4 Sep 2009 03:22:15 -0500.
 The fix will be in the next upload. 
=
[ucf]: Swedish strings for ucf debconf

Thanks to Martin Bagge

Closes: #544595

Signed-off-by: Manoj Srivastava 
=




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544326: [775863a] Fix for Bug#544326 committed to git

2009-09-04 Thread Manoj Srivastava

tags 544326 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava  on Fri, 4 Sep 2009 03:19:29 -0500.
 The fix will be in the next upload. 
=
[ucf]: Updated Czech translation of ucf debconf messages

Thanks to Miroslav Kure

Closes: #544326

Signed-off-by: Manoj Srivastava 
=




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544823: smartmontools: smartd no longer autodetects my disks and will no longer start

2009-09-04 Thread Giuseppe Iuculano
Hi,

Stuart Pook ha scritto:
> I would like to be able to continue to specify by disks by their names
> in /dev/disk/by-id. This avoids problems when I move the disks.

Yes, I already contacted upstream for that, I'm waiting for an answer.


> Why does smartd (run as root!) refuse to use a configuration file that
> is owned by another user mode 600?

This is a securiy feature introduced in the last version:

* [0dcf301] debian/patches/62_lowcap.patch: Drop all unnecessary
 capabilities

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#544979: rhythmbox: hangs when playing audio fole and streaming

2009-09-04 Thread Umarzuki Bin Mochlis Moktar
Package: rhythmbox
Version: 0.11.6-1
Severity: important

it hangs whenever i played audio files (mp3, ogg) and streaming 
shoutcast.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rhythmbox depends on:
ii  dbus1.2.1-5+lenny1   simple interprocess messaging syst
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.22.0-1 GNOME Desktop icon theme
ii  gstreamer0.10-alsa  0.10.19-2GStreamer plugin for ALSA
ii  gstreamer0.10-gnome 0.10.19-2GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugi 0.10.19-2GStreamer plugins from the "base" 
ii  gstreamer0.10-plugi 0.10.8-4.1~lenny2GStreamer plugins from the "good" 
ii  gstreamer0.10-x 0.10.19-2GStreamer plugins for X11 and Pang
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libavahi-client30.6.23-3lenny1   Avahi client library
ii  libavahi-common30.6.23-3lenny1   Avahi common library
ii  libavahi-glib1  0.6.23-3lenny1   Avahi glib integration library
ii  libbonobo2-02.22.0-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.22.0-1 The Bonobo UI library
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libexpat1   2.0.1-4  XML parsing C library - runtime li
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.7-2+lenny1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgnome-keyring0   2.22.3-2 GNOME keyring services library
ii  libgnome-media0 2.22.0-3 runtime libraries for the GNOME me
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.22.0-5   GNOME Virtual File System (runtime
ii  libgpod30.6.0-6  library to read and write songs an
ii  libgstreamer-plugin 0.10.19-2GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.19-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libhal1 0.5.11-8 Hardware Abstraction Layer - share
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  liblircclient0  0.8.3-3  infra-red remote control support -
ii  libmtp7 0.2.6.1-3Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a  2.1.5-2  Second generation incarnation of t
ii  libnautilus-burn4   2.20.0-1 Nautilus Burn Library - runtime ve
ii  libnotify1 [libnoti 0.4.4-3  sends desktop notifications to a n
ii  libnspr4-0d 4.7.1-4  NetScape Portable Runtime Library
ii  liborbit2   1:2.14.13-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libpixman-1-0   0.10.0-2 pixel-manipulation library for X a
ii  libpng12-0  1.2.27-2+lenny2  PNG library - runtime
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libsexy20.1.11-2+b1  collection of additional GTK+ widg
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libsoup2.4-12.4.1-2  an HTTP library implementation in 
ii  libtotem-plparser10 2.22.3-1 Totem Playlist Parser library - ru
ii  libusb-0.1-42:0.1.12-13  userspace USB programming library
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxcb-render-util0 0.2.1+git1-1 utility libraries for X C Binding 
ii  libxcb-render0  1.1-1.2  X C Binding, render extension
ii  libxcb1 1.1-1.2  X C Binding
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext62:1.0.4-1X11 miscellaneou

Bug#481424: No locales

2009-09-04 Thread Benjamin Drung
Am Freitag, den 04.09.2009, 10:20 +0200 schrieb Fabian Greffrath: 
> Benjamin Drung schrieb:
> > This patch will not be accepted by upstream and is not flexible enough.
> 
> Hm... why are you so sure?

I discussed it with upstream already. Fedora had the same patch, but
they dropped it. Michael Schwendt wrote: "After discussing this on the
list, we've pulled it as it would differ from upstream defaults. And a
setup dialog is plausible actually. It's not a big hurdle."

> I hope we agree that the language start-up dialog must die.

Yes, definitely.

> I don't understand why you want to introduce just another option to 
> the languages menu. The language is a per-user setting. How often do 
> users (a) change application languages to something different than 
> their locale and (b) change their locale?

Often enough. :) My default language is German, but for debugging I
often set LANG=C. Therefore I want an option for it in Preferences ->
Interface -> Language. This would make audacity behave like all other
applications.

Cheers,
Benjamin


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#544735: [6ee3e8d] Fix for Bug#544735 committed to git

2009-09-04 Thread Manoj Srivastava

tags 544735 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava  on Fri, 4 Sep 2009 03:24:32 -0500.
 The fix will be in the next upload. 
=
[ucf]: Russian debconf templates translation update

Thanks to Yuri Kozlov

Closes: #544735

Signed-off-by: Manoj Srivastava 
=




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#530748: ITP: uzbl -- A keyboard controlled browser based on Webkit

2009-09-04 Thread Chris Lamb
Hi Stefan,

Any update on this? Can I offer any assistance?


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#439888: RFP: macaulay2 -- Software system for algebraic geometry research

2009-09-04 Thread Gürkan Sengün

i've put my latest tries at
http://sid.ethz.ch/debian/macaulay2/

i fail to build it... but then i haven't tried too hard yet.

gurkan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#469277: RFP: radialnet -- network visualization tool

2009-09-04 Thread W. Martin Borgert
On 2009-09-03 23:59, Matthias Schmitz wrote:
> are you still interested in radialnet? I created a package and it would
> be great if you sponsor the package :-).

I suggest you join the Python Applications Packaging Team and put
the package under team maintainance (currently SVN):
https://alioth.debian.org/projects/python-apps/ -> [Requst to join]
I'm not interested in radialnet anymore, but would sponsor anyway.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#478893: libgl1-mesa-dri: stalls or crashes on GLX

2009-09-04 Thread Brice Goglin
On Thu, May 22, 2008 at 07:41:06AM +0200, Brice Goglin wrote:
> Yaroslav Halchenko wrote:
> > enjoy! and thanks!
> > #0  0x2b18c3b19ceb in copy_array_to_vbo_array (brw=0x1b12fa0, 
> > i=, array=0x1f63258, element_size=12, count=983040)
> > at brw_draw_upload.c:263
> > map = (GLubyte *) 0x0
> > ctx = 
> > size = 11796480
> > vbo = (struct gl_buffer_object *) 0xb7c570
> > offset = 
> > __PRETTY_FUNCTION__ = "copy_array_to_vbo_array"
> >   
> 
> Thank you, I have forwarded your report on the upstream bugzilla at the
> URL above.

Upstream says that the bug should be gone with GEM.
Can you try with a recent kernel (2.6.30 or 2.6.31), intel driver (2.8.1)
and mesa (7.5) ?

Brice




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#481424: No locales

2009-09-04 Thread Fabian Greffrath

Benjamin Drung schrieb:

I discussed it with upstream already. Fedora had the same patch, but
they dropped it. Michael Schwendt wrote: "After discussing this on the
list, we've pulled it as it would differ from upstream defaults. And a
setup dialog is plausible actually. It's not a big hurdle."


Well, all we want is to get rid of this very setup dialog actually.


Often enough. :) My default language is German, but for debugging I
often set LANG=C. Therefore I want an option for it in Preferences ->
Interface -> Language. This would make audacity behave like all other
applications.


I see, although for debugging I would prefer "LANG=C audacity" from 
terminal.


How do we proceed, I really want this fixed for squeeze.

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544980: korganizer: KOrganizer : failure at cloning fully one event from a date to another

2009-09-04 Thread Filippo Rusconi
Package: korganizer
Version: 4:4.3.0-1
Severity: important

Greetings, 

this behaviours does not seem normal:

1. Create a new event (11 september) by rightclick in the top area of
the KOrganizer daily view pane;

  Enter a description;

  Enter an advanced text reminder : 2 days before the start,
  click Apply, and OK

  Confirm all changes in main dialog window : Apply (the title
  of the Event is now displayed at the top of the panel, and
  click OK

2. All is fine (apparently)

3. I want to clone that event to the 17th of september so I drag the
newly created event from to top of the daily display panel onto the
calendar's 18 item (calendar in single-month view). Select "Copy" from
context menu;

4. Go to the 17th of September and the event is there. But I would
like to edit the description of the reminder :

 Double-click on the event (opens the Edit Event dialog window)

 Click Advanced... button

 Modify the Reminder text to something new

 Click Apply and OK (now back to the Edit Event window)

 Click Apply ; Click OK and the event disappears from the
 place it was visible.


Because I find successfully making events (however these a created) is
one central task one performs with a calendar, I have set the Severity
to important, however, I still can create an new event ex nihilo,
without resorting to drag and drop.

Thank you for listening,

Filippo Rusconi


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages korganizer depends on:
ii  akonadi-server 1.2.1-1   Akonadi PIM storage service
ii  kdebase-runtime4:4.3.0-2+b3  runtime components from the offici
ii  kdelibs5   4:4.3.0-2 core libraries for all KDE 4 appli
ii  kdepim-runtime 4:4.3.0-1 Runtime components for akonadi-kde
ii  kdepimlibs54:4.3.0-1 core libraries for KDE PIM 4 appli
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libkdepim4 4:4.3.0-1 KDE PIM library
ii  libknotificationitem-1 4:4.3.0-1 library for new way of handling sy
ii  libkontactinterfaces4  4:4.3.0-1 KDE Kontact interface library
ii  libphonon4 4:4.5.2-2 Qt 4 Phonon module
ii  libqt4-dbus4:4.5.2-2 Qt 4 D-Bus module
ii  libqt4-qt3support  4:4.5.2-2 Qt 3 compatibility library for Qt 
ii  libqt4-xml 4:4.5.2-2 Qt 4 XML module
ii  libqtcore4 4:4.5.2-2 Qt 4 core module
ii  libqtgui4  4:4.5.2-2 Qt 4 GUI module
ii  libstdc++6 4.4.1-3   The GNU Standard C++ Library v3
ii  perl   5.10.0-25 Larry Wall's Practical Extraction 
ii  phonon 4:4.5.2-2 Qt 4 Phonon module metapackage
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

korganizer recommends no packages.

korganizer suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#529210: calendarserver: dependencies problem

2009-09-04 Thread Pim Zandbergen

A new upstream version 2.3 was released three weeks ago
http://trac.calendarserver.org/browser/CalendarServer/tags/release 



It has this ticket resolved
http://trac.calendarserver.org/ticket/325 



As I understand this, calendarserver no longer requires patches to twisted.
This might resolve this packaging problem.

Upgrading to 2.3 would also fix bug #522063
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522063

Pim




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544981: debian-policy: Discourage native packages that are not tightly specific to Debian

2009-09-04 Thread Emilio Pozuelo Monfort
Package: debian-policy
Version: 3.8.3.0
Severity: wishlist

Hi,

Given the recent thread in debian-devel[1], I think we should document in
policy that packages that are not tightly related to Debian shouldn't be
native.

The motivations for discouraging native packages not Debian specific are
that it makes it harder for other parties to make advantage of it. For
example, they would find new "upstream" releases that fixed Debian
packaging bugs, or that were NMUs. Also, where should they report bugs?
In bugs.debian.org?

Native packages make sense when the package is pretty much only useful
for Debian (and Debian derivatives), e.g. dpkg or apt, but not for unrelated
packages.

Cheers,
Emilio

[1] starting at http://lists.debian.org/debian-devel/2009/09/msg00079.html

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc6-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

debian-policy depends on no packages.

debian-policy recommends no packages.

Versions of packages debian-policy suggests:
ii  doc-base  0.9.3  utilities to manage online documen

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542123: ITA: mock -- Build rpm packages inside a chroot

2009-09-04 Thread Walter Franzini
I'm interested in adopting mock.

-- 
Walter Franzini
http://aegis.stepbuild.org/


pgptMPrRZvRgJ.pgp
Description: PGP signature


Bug#481424: No locales

2009-09-04 Thread Benjamin Drung
Am Freitag, den 04.09.2009, 10:56 +0200 schrieb Fabian Greffrath:
> Well, all we want is to get rid of this very setup dialog actually.

But I want more. ;)

> > Often enough. :) My default language is German, but for debugging I
> > often set LANG=C. Therefore I want an option for it in Preferences ->
> > Interface -> Language. This would make audacity behave like all other
> > applications.
> 
> I see, although for debugging I would prefer "LANG=C audacity" from 
> terminal.
> 
> How do we proceed, I really want this fixed for squeeze.

Someone needs to write a patch, wich adds the "System" option. A "" in
the user configuration file indicates, that the language set by LANG
should be used. This will be the default.

Cheers,
Benjamin


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#544682: closed by David Bremner (Bug#544682: fixed in libsynthesis 3.0.3.28+ds1-3)

2009-09-04 Thread Eugene V. Lyubimkin
reopen 544682

Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the vim package:
> 
> #544682: vim: segfault on reading gzipped file
> 
> It has been closed by David Bremner .
>
[...]
 > Subject:
> Bug#544682: fixed in libsynthesis 3.0.3.28+ds1-3

Looks like you mistyped a bug number.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Maintainer



signature.asc
Description: OpenPGP digital signature


Bug#544983: Error in test environment while testing oidentd package (maybe chroot)

2009-09-04 Thread Stefan Bauer
Package: piuparts
Version: 0.35
Severity: normal

My package fails to be piuparts compliant due to a bug in piupart
itself or the script which creates the chroot. Please see the log below:

http://piuparts.debian.org/sid/fail/oidentd_2.0.8-3.log

-- 
Stefan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#534104: setting package to movabletype-plugin-core movabletype-opensource, tagging 534104

2009-09-04 Thread Dominic Hargreaves
# Automatically generated email from bts, devscripts version 2.10.35lenny6
# via tagpending 
#
# movabletype-opensource (4.2.6.1-2) UNRELEASED; urgency=low
#
#  * Fix error in postinst when apache isn't installed (closes: #534104) 

package movabletype-plugin-core movabletype-opensource
tags 534104 + pending




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544982: ITP: telldus-core -- Utilities and driver to control NEXA and other RF remote receivers through a TellStick USB interface

2009-09-04 Thread Micke Prag
Package: telldus-core
Version: 2.0.0
Severity: wishlist


Telldus-Core it a library and tools for controling various wireless receivers 
on 433,92 MHz through a TellStick.
Telldus TellStick is a usb-connected wireless transmitter, similar to X10 
Firecracker but not only limited to X10.


-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid-backports'), (500, 'intrepid')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-14-generic (SMP w/1 CPU core)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages telldus-core depends on:
ii  libconfuse0   2.6-2  Library for parsing configuration 
ii  udev  124-9ubuntu0.2 rule-based device node and kernel 

telldus-core recommends no packages.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544943: libbash-doc: tries to overwrite ldbash.1.gz from libbash

2009-09-04 Thread Hai Zaar
On Fri, Sep 4, 2009 at 10:25 AM, Ralf Treinen wrote:
> Hi,
>
> In addition to the original bug report: Here is a list of files that are
> known to be shared by both packages (according to the Contents file for
> sid/amd64, which may be slightly out of sync):
>
>  usr/share/man/man1/getopt_long.1.gz
>  usr/share/man/man1/getopts.1.gz
>  usr/share/man/man1/ldbash.1.gz
Thanks for the info. Yes, usr/share/man/man1 went info doc package by
accident. The fixed package should arrive to sid in several days. For
a meanwhile, you can get fixed version from
http://mentors.debian.net/debian/pool/main/l/libbash/

>
> -Ralf.
>
>
>



-- 
Zaar



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#534104: proposed fix

2009-09-04 Thread Dominic Hargreaves
On Tue, Sep 01, 2009 at 06:41:29PM +0200, Jérémy Lal wrote:
> just replace line 83 of postinst :
> if [ -x `which apache2ctl` -a -z "$2" ]; then
> by
> if [ -x "`which apache2ctl`" -a -z "$2" ]; then

Yes, looks right. I think have filed that in a rush before I forgot
about it whilst doing something else and never went back to fix it.

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544981: debian-policy: Discourage native packages that are not tightly specific to Debian

2009-09-04 Thread Manoj Srivastava
On Fri, Sep 04 2009, Emilio Pozuelo Monfort wrote:


> Given the recent thread in debian-devel[1], I think we should document in
> policy that packages that are not tightly related to Debian shouldn't be
> native.

This was my understanding, though I se that policy never states
 that explicitly. (However, policy is not exhaustive either, and things
 are added as the need arises). I note that the first hit for Native in
 policy states:
--8<---cut here---start->8---
 Native Debian packages (i.e., packages which have been written
 especially for Debian) whose version numbers include dates should
 always use the "MMDD" format.
--8<---cut here---end--->8---
Admittedly, this is in a section talking about version numbers
 based on dates.

> The motivations for discouraging native packages not Debian specific are
> that it makes it harder for other parties to make advantage of it. For
> example, they would find new "upstream" releases that fixed Debian
> packaging bugs, or that were NMUs. Also, where should they report bugs?
> In bugs.debian.org?

Right. And what if the maintinership passes to a non-dd? Policy
 remarks on this in a informational footnote:
--8<---cut here---start->8---
[2]  Although there is nothing stopping an author who is also the Debian
 maintainer from using this changelog for all their changes, it will
 have to be renamed if the Debian and upstream maintainers become
 different people.  In such a case, however, it might be better to
 maintain the package as a non-native package.
--8<---cut here---end--->8---


> Native packages make sense when the package is pretty much only useful
> for Debian (and Debian derivatives), e.g. dpkg or apt, but not for
> unrelated packages.

Sounds good to me.

manoj
-- 
The farther you go, the less you know. Lao Tsu, "Tao Te Ching"
Manoj Srivastava    
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544986: lprng: Fail to upgrade/reinstall if /etc/printcap do not exist

2009-09-04 Thread Petter Reinholdtsen

Package: lprng
Version: 3.8.A-2.1
Severity: important

I discovered this by change, while working on a NMU of lprng.  The
package fail to upgrade/reinstall if /etc/printcap do not exist.  The
problem is this code in the postinst:

# Only make the symlink if nothing is there already Bug: #147641
if [ ! -e /etc/lprng/printcap ] ; then
(cd /etc/lprng ; ln -s ../printcap . )
fi

If the symlink point to no-where, the -e test fail and the call to ln
fail.  Perhaps -L should be used instead?  Replacing -e with -L solved
the installation problem, but might fail if a sysadmin replaces the
symlink with a real file.

Or perhaps there is a missing dependency, a package what should make
sure /etc/printcap is available?

Here is the output from the failing installation.  It was done in a
clean sid chroot.

# aptitude install lprng
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following NEW packages will be installed:
  lprng
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1158kB of archives. After unpacking 2871kB will be used.
Writing extended state information... Done
Preconfiguring packages ...
Selecting previously deselected package lprng.
(Reading database ... 20185 files and directories currently installed.)
Unpacking lprng (from .../lprng_3.8.A-2.1_i386.deb) ...
Processing triggers for man-db ...
Setting up lprng (3.8.A-2.1) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done

# ls -l /etc/printcap /etc/lprng/printcap
ls: cannot access /etc/printcap: No such file or directory
lrwxrwxrwx 1 root root 11 Sep  4 09:49 /etc/lprng/printcap -> ../printcap
# aptitude reinstall lprng
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages will be REINSTALLED:
  lprng
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not 
upgraded.
Need to get 0B/1158kB of archives. After unpacking 0B will be used.
Writing extended state information... Done
Preconfiguring packages ...
(Reading database ... 20238 files and directories currently installed.)
Preparing to replace lprng 3.8.A-2.1 (using .../lprng_3.8.A-2.1_i386.deb) ...
Unpacking replacement lprng ...
Processing triggers for man-db ...
Setting up lprng (3.8.A-2.1) ...
ln: creating symbolic link `./printcap': File exists
dpkg: error processing lprng (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 lprng
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up lprng (3.8.A-2.1) ...
ln: creating symbolic link `./printcap': File exists
dpkg: error processing lprng (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 lprng
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done

#



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544987: bugzilla3: file calendar.js is missing (should be linked to yui version ?)

2009-09-04 Thread Sebastien Chaumat
Package: bugzilla3
Version: 3.2.4.0-3
Severity: normal

Apache log shows that calendar.js is not found :


"GET /bugzilla3/js/yui/calendar.js HTTP/1.1" 404 


this file is deleted in debian patches and only yahoo-dom-event is
symlinked back.

in bugzilla_3.2.4.0-3.diff :

+   $(RM_RF) $(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/web/js/yui
+   $(LN_S) /usr/share/yui/html/yahoo-dom-event 
$(CURDIR)/debian/bugzilla3/usr/share/bugzilla3/web/js/yui


One fix could be to symlink individualy yahoo-dom-event.js and
calendar.js in the yui directory.

 ls -l /usr/share/bugzilla3/web/js/yui
 total 0
 lrwxrwxrwx 1 root root 41 Sep  4 11:45 calendar.js -> 
../../../../yui/html/calendar/calendar.js
 lrwxrwxrwx 1 root root 55 Sep  4 11:45 yahoo-dom-event.js -> 
../../../../yui/html/yahoo-dom-event/yahoo-dom-event.js


Another fix could be to keep the upstream calendar.js file (different
from the debian yui one).


Regards,

Sebastien


-- System Information:
Debian Release: 5.0.2
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages bugzilla3 depends on:
ii  apache22.2.9-10+lenny4   Apache HTTP Server metapackage
ii  apache2-mpm-worker [ht 2.2.9-10+lenny4   Apache HTTP Server - high speed th
ii  dbconfig-common1.8.39common framework for packaging dat
ii  debconf1.5.24Debian configuration management sy
ii  libappconfig-perl  1.56-2Perl module for configuration file
ii  libcgi-pm-perl 3.38-2Simple Common Gateway Interface Cl
ii  libdbd-mysql-perl  4.007-1   A Perl5 database interface to the 
ii  libemail-mime-creator- 1.456-1   module for simple Email::MIME mail
ii  libemail-mime-modifier 1.442-3   Modify Email::MIME objects easily
ii  libemail-send-perl 2.192-3   Simply Sending Email
ii  libmail-sendmail-perl  0.79.16-1 Send email from a perl script
ii  libtemplate-perl   2.19-1.1lenny1.1  template processing system written
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  mysql-client   5.0.51a-24+lenny1 MySQL database client (metapackage
ii  mysql-client-5.0 [mysq 5.0.51a-24+lenny1 MySQL database client binaries
ii  patch  2.5.9-5   Apply a diff file to an original
ii  perl-modules [libcgi-p 5.10.0-19 Core Perl modules
ii  postfix [mail-transpor 2.5.5-1.1 High-performance mail transport ag
ii  ucf3.0016Update Configuration File: preserv
ii  yui2.5.0-1   Yahoo User Interface Library

Versions of packages bugzilla3 recommends:
ii  cvs 1:1.12.13-12 Concurrent Versions System
pn  imagemagic (no description available)
ii  libchart-perl   2.4.1-5  Chart Library for Perl
ii  libxml-parser-p 2.36-1.1+b1  Perl module for parsing XML files
ii  mysql-server5.0.51a-24+lenny1MySQL database server (metapackage
ii  mysql-server-5. 5.0.51a-24+lenny1MySQL database server binaries
ii  perlmagick  7:6.3.7.9.dfsg2-1~lenny3 Perl interface to the libMagick gr

Versions of packages bugzilla3 suggests:
ii  bugzilla3-doc 3.2.4.0-3  comprehensive guide to Bugzilla
pn  graphviz   (no description available)
pn  libauthen-radius-perl  (no description available)
ii  libgd-gd2-perl1:2.39-2   Perl module wrapper for libgd - gd
ii  libgd-graph-perl  1.44-3 Graph Plotting Module for Perl 5
ii  libgd-text-perl   0.86-5 Text utilities for use with GD
ii  libhtml-parser-perl   3.56-1+b1  A collection of modules that parse
pn  libhtml-scrubber-perl  (no description available)
ii  libmailtools-perl 2.03-1 Manipulate email in perl programs
pn  libmime-tools-perl (no description available)
pn  libnet-ldap-perl   (no description available)
pn  libsoap-lite-perl  (no description available)
ii  libwww-perl   5.813-1WWW client/server library for Perl
ii  libxml-twig-perl  1:3.32-3   Perl module for processing huge XM
pn  patchutils (no description available)

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#435167: amarok: Does state that user has to be in the 'plugdev' group to use MTP devices

2009-09-04 Thread Javier Fernandez-Sanguino
El 3 de septiembre de 2009 19:29, Modestas
Vainius escribió:
> tags 435167 moreinfo
> thanks

I will try to reproduce this at home. I will let you know of the results.

Regards

Javier



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544985: gftp: Is crashing when level changing directory on running transfer

2009-09-04 Thread Frank Lanitz
Package: gftp
Version: 2.0.19-1
Severity: normal


gftp-gtk is crashing when trying to go up one directory (..) in case
of an transfer is proceed. I can reproduce this on having a ssh2
session running and transfering data via it.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gftp depends on:
ii  gftp-gtk  2.0.19-1   X/GTK+ FTP client
ii  gftp-text 2.0.19-1   colored FTP client using GLib

gftp recommends no packages.

gftp suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544984: Mistake in ldap.h

2009-09-04 Thread Andriy Lesyuk

Package: libldap2-dev
Version: 2.4.17-1
Severity: normal

In file included from mod_auth_ldap.c:25:
/usr/include/ldap.h:996:21: error: #if with no expression
/usr/include/ldap.h:1108:21: error: #if with no expression
/usr/include/ldap.h:1135:20: error: #if with no expression
/usr/include/ldap.h:1210:20: error: #if with no expression
/usr/include/ldap.h:1269:20: error: #if with no expression
/usr/include/ldap.h:1304:20: error: #if with no expression
/usr/include/ldap.h:1335:20: error: #if with no expression
/usr/include/ldap.h:1385:20: error: #if with no expression
/usr/include/ldap.h:1424:20: error: #if with no expression
/usr/include/ldap.h:1472:20: error: #if with no expression
/usr/include/ldap.h:1777:20: error: #if with no expression
/usr/include/ldap.h:1858:20: error: #if with no expression
/usr/include/ldap.h:1905:20: error: #if with no expression
/usr/include/ldap.h:1959:20: error: #if with no expression
/usr/include/ldap.h:2079:20: error: #if with no expression

The macro is:
#if LDAP_DEPRECATED
And should be:
#ifdef LDAP_DEPRECATED

Andriy



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544990: mplayer: Mplayer depends on dummy package libsdl1.2debian

2009-09-04 Thread Hilmar Preusse
Package: mplayer
Version: 1.0~rc3+svn20090405-1
Severity: normal

Hi,

your package actually depends on the dummy package libsdl1.2debian. Please
link with one of the other packages provided by the source package:

- libsdl1.2debian-alsa
- libsdl1.2debian-all
- libsdl1.2debian-esd
- libsdl1.2debian-arts
- libsdl1.2debian-oss
- libsdl1.2debian-nas
- libsdl1.2debian-pulseaudio

Thanks,
  Hilmar
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mplayer depends on:
ii  debconf [debconf-2.0 1.5.27  Debian configuration management sy
ii  libasound2   1.0.20-4shared library for ALSA applicatio
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libaudio21.9.2-3 Network Audio System - shared libr
ii  libavcodec52 4:0.5+svn20090706-2 ffmpeg codec library
ii  libavformat524:0.5+svn20090706-2 ffmpeg file format library
ii  libavutil49  4:0.5+svn20090706-2 ffmpeg utility library
ii  libc62.9-26  GNU C Library: Shared libraries
ii  libcaca0 0.99.beta16-2   colour ASCII art library
ii  libcairo21.8.8-2 The Cairo 2D vector graphics libra
ii  libcdparanoia0   3.10.2+debian-8 audio extraction tool for sampling
ii  libdirectfb-1.2-01.2.8-4 direct frame buffer graphics - sha
ii  libesd0  0.2.41-5Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.6.0-4 generic font configuration library
ii  libfreetype6 2.3.9-5 FreeType 2 font engine, shared lib
ii  libfribidi0  0.10.9-1Free Implementation of the Unicode
ii  libgcc1  1:4.4.1-3   GCC support library
ii  libgif4  4.1.6-8 library for GIF images (library)
ii  libgl1-mesa-glx [lib 7.5-3   A free implementation of the OpenG
ii  libglib2.0-0 2.20.5-1The GLib library of C routines
ii  libgtk2.0-0  2.16.6-1The GTK+ graphical user interface 
ii  libjack0 0.116.2+svn3592-2   JACK Audio Connection Kit (librari
ii  libjpeg626b-15   The Independent JPEG Group's JPEG 
ii  liblircclient0   0.8.3-5 infra-red remote control support -
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.7+20090803-2  shared libraries for terminal hand
ii  libogg0  1.1.4~dfsg-1Ogg bitstream library
ii  libopenal1   1:1.8.466-3 Software implementation of the Ope
ii  libpango1.0-01.24.5-1Layout and rendering of internatio
ii  libpng12-0   1.2.39-1PNG library - runtime
ii  libpostproc514:0.5+svn20090706-2 ffmpeg video postprocessing librar
ii  libpulse00.9.15-4.1  PulseAudio client libraries
ii  libsdl1.2debian  1.2.13-4+b1 Simple DirectMedia Layer
ii  libsmbclient 2:3.4.0-3   shared library for communication w
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libstdc++6   4.4.1-3 The GNU Standard C++ Library v3
ii  libsvga1 1:1.4.3-27  console SVGA display libraries
ii  libswscale0  4:0.5+svn20090706-2 ffmpeg video scaling library
ii  libtheora0   1.0-2.1 The Theora Video Compression Codec
ii  libx11-6 2:1.2.2-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxt6   1:1.0.6-1   X11 toolkit intrinsics library
ii  libxv1   2:1.0.4-1   X11 Video extension library
ii  libxvmc1 1:1.0.4-2   X11 Video extension library
ii  libxxf86dga1 2:1.0.2-1   X11 Direct Graphics Access extensi
ii  libxxf86vm1  1:1.0.2-1   X11 XFree86 video mode extension l
ii  mplayer-skin-blue [m 1.6-2   blue skin for mplayer
ii  zlib1g   1:1.2.3.3.dfsg-15   compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  fontconfig2.6.0-4generic font configuration library
pn  mplayer-doc(no description available)
pn  netselect | fping  (no description available)
pn  ttf-freefont   (no description available)

-- debconf information:
  mplayer/voutput: autodetect
  mplayer/ttfont: Sans
  mplayer

Bug#544988: xserver-xorg-core: [patch] [1.4.x] [1.6.x] add AutoConfig support for all Geode variants

2009-09-04 Thread Martin-Éric Racine
Package: xserver-xorg-core
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please find attached patches to implement AutoConfig for all Geode variants 
on X servers 1.4.x and 1.6.x.

You're welcome to make adjustments to them as necessary.

- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-020630-generic (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-core depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
pn  libdbus-1-3(no description available)
pn  libdrm2(no description available)
ii  libfontenc1   1:1.0.4-3  X11 font encoding library
ii  libgcc1   1:4.4.1-1  GCC support library
pn  libhal1(no description available)
ii  libpixman-1-0 0.14.0-1   pixel-manipulation library for X a
ii  libxau6   1:1.0.4-2  X11 authorisation library
ii  libxdmcp6 1:1.0.2-3  X11 Display Manager Control Protoc
ii  libxfont1 1:1.4.0-1  X11 font rasterisation library
ii  x11-common1:7.3+19   X Window System (X.Org) infrastruc
pn  xserver-xorg   (no description available)

Versions of packages xserver-xorg-core recommends:
pn  xfonts-base(no description available)
pn  xkb-data   (no description available)

Versions of packages xserver-xorg-core suggests:
pn  xfonts-100dpi | xfonts-75dpi   (no description available)
pn  xfonts-scalable(no description available)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqg2RgACgkQeXr56x4Muc3CIwCfSOWeWEVCnHMmdLvpdlm/pM15
9nYAn0FvoCYGVoET/CbdA8p7gTlqHoZ5
=N9LZ
-END PGP SIGNATURE-
--- a/hw/xfree86/common/xf86AutoConfig.c	2008-02-01 05:31:28.0 +0200
+++ b/hw/xfree86/common/xf86AutoConfig.c	2009-09-04 02:12:20.0 +0300
@@ -160,12 +160,30 @@ videoPtrToDriverName(pciVideoPtr info)
 {
 /*
  * things not handled yet:
- * amd/cyrix/nsc
  * xgi
  */
-
 switch (info->vendor)
 {
+	/* AMD Geode LX */
+ 	case 0x1022:
+ 		if (info->chipType == 0x2081)
+			return "geode";
+ 		else
+ 			return NULL;
+	/* older Geode products acquired by AMD but still carrying an NSC vendor_id */
+	case 0x100B:
+		if (info->chipType == 0x0030)
+			/* NSC Geode GX2 specifically or... */
+			return "geode";
+		else
+			/* ... any kind of NSC Geode SC variant */
+			return "nsc";
+ 	/* Cyrix Geode GX1 */
+	case 0x1078:
+ 		if (info->chipType == 0x0104)
+			return "cyrix";
+ 		else
+ 			return NULL;
 	case 0x1142:		return "apm";
 	case 0xedd8:		return "ark";
 	case 0x1a03:		return "ast";
--- a/hw/xfree86/common/xf86AutoConfig.c	2009-07-07 20:48:58.0 +0300
+++ b/hw/xfree86/common/xf86AutoConfig.c	2009-09-04 00:32:08.0 +0300
@@ -158,10 +158,25 @@ videoPtrToDriverList(struct pci_device *
 {
+	/* AMD Geode LX */
 	case 0x1022:
 	if (dev->device_id == 0x2081) {
 		driverList[0] = "geode";
-		driverList[1] = "amd";
 	}
 	break;
+	/* older Geode products acquired by AMD but still carrying an NSC vendor_id */
+	case 0x100B:
+	if (dev->device_id == 0x0030) {
+		/* NSC Geode GX2 specifically or... */
+		driverList[0] = "geode";
+		driverList[1] = "nsc";
+	} else 
+		/* ... any kind of NSC Geode SC variant */
+		driverList[0] = "nsc";
+	break;
+	/* Cyrix Geode GX1 */
+	case 0x1078:
+	if (dev->device_id == 0x0104)
+		driverList[0] = "cyrix";
+	break;
 	case 0x1142:		driverList[0] = "apm"; break;
 	case 0xedd8:		driverList[0] = "ark"; break;
 	case 0x1a03:		driverList[0] = "ast"; break;


Bug#544989: Intel 82567lm ethernet card not recognized

2009-09-04 Thread Michel Gabbiano
Package: installation-reports

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso
 (This build finished at Thu Sep 3 23:46:58 UTC 2009)
Date: 4 Sep 2009

Machine: DELL Latitude E6500
Processor: Core 2 Duo
Memory:
Partitions: none

Output of lspci -knn (or lspci -nn):

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[E]
Configure network:  [ ]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

The Intel 82567lm ethernet card is not recognized. The driver is e1000e (in 
nic-extra-modules udeb), but I don't see it in the /pool folder on the CD. Did 
you forget to include nic-extra-modules when building the CD image?







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544991: Patch using in NMU for version 3.8.A-2.2

2009-09-04 Thread Petter Reinholdtsen

Package: lprng
Version: 3.8.A-2.2
Severity: wishlist

Here is the patch I used for the NMU I just uploaded.

Happy hacking,
-- 
Petter Reinholdtsen
diff -u lprng-3.8.A/debian/changelog lprng-3.8.A/debian/changelog
--- lprng-3.8.A/debian/changelog
+++ lprng-3.8.A/debian/changelog
@@ -1,3 +1,17 @@
+lprng (3.8.A-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Corrected runlevel settings in init.d script header, and add postinst
+code to recover installations affected by this bug (Closes:
+#541233).
+  * Fixed build problem on kfreebsd (Closes: #537857).  Patch from
+Petr Salinger.
+  * Updated debconf translations for Brazilian Portuguese from
+Eder L. Marques (Closes: 511890).
+  * Updated debconf translation for Czech from Jan Outrata (Closes: #534967)
+
+ -- Petter Reinholdtsen   Fri,  4 Sep 2009 10:24:59 +0200
+
 lprng (3.8.A-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u lprng-3.8.A/debian/init.d lprng-3.8.A/debian/init.d
--- lprng-3.8.A/debian/init.d
+++ lprng-3.8.A/debian/init.d
@@ -1,10 +1,10 @@
 #! /bin/sh -e
 ### BEGIN INIT INFO
-# Provides: lpd
+# Provides: lprng
 # Required-Start: $network $remote_fs $syslog
 # Required-Stop: $network
-# Default-Start: 2 3 5
-# Default-Stop: 0 1 4 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
 # Short-Description: Start lpd to allow printing
 # Description: lpd is the print daemon required for lpr to work properly.
 #   It is basically a server that arbitrates print jobs to printer(s).
diff -u lprng-3.8.A/debian/postinst lprng-3.8.A/debian/postinst
--- lprng-3.8.A/debian/postinst
+++ lprng-3.8.A/debian/postinst
@@ -76,6 +76,15 @@
 ;;
 esac
 
+# Those using dependency based boot sequencing with sysv-rc and installing
+# lprng before version 3.8.A-2.2 would miss the runlevel 4 symlink.
+# Recover from this.
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "3.8.A-2.2" \
+   && [ -f /etc/rc2.d/[SK][0-9][0-9]lprng ] && [ -f /etc/rc4.d/K[0-9][0-9]lprng ]
+then
+   update-rc.d -f lprng remove
+fi
+
 # Have to manually start lprng as a failed startup is not a failed install
 if [ -x "/etc/init.d/lprng" ]; then
 	update-rc.d lprng defaults >/dev/null
diff -u lprng-3.8.A/debian/po/pt_BR.po lprng-3.8.A/debian/po/pt_BR.po
--- lprng-3.8.A/debian/po/pt_BR.po
+++ lprng-3.8.A/debian/po/pt_BR.po
@@ -1,54 +1,47 @@
+# lprng Brazilian Portuguese translation
+# Copyright (C) 2008 lprng's PACKAGE COPYRIGHT HOLDER
+# This file is distributed under the same license as the lprng package.
+# André Luís Lopes , 2007.
+# Eder L. Marques (frolic) , 2008.
 #
-#Translators, if you are not familiar with the PO format, gettext
-#documentation is worth reading, especially sections dedicated to
-#this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-#Some information specific to po-debconf are available at
-#/usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-#Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: lprng_3.8.22-2\n"
+"Project-Id-Version: lprng\n"
 "Report-Msgid-Bugs-To: csm...@debian.org\n"
 "POT-Creation-Date: 2006-08-01 21:12+1000\n"
-"PO-Revision-Date: 2003-11-09 17:22-0300\n"
-"Last-Translator: André Luís Lopes \n"
-"Language-Team: Debian-BR Project \n"
+"PO-Revision-Date: 2008-08-20 11:20-0300\n"
+"Last-Translator: Eder L. Marques (frolic) \n"
+"Language-Team: Brazilian Portuguese \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"pt_BR utf-8\n"
 
 #. Type: note
 #. Description
 #: ../templates:1001
 msgid "There are two lpd.conf files"
-msgstr "Existem dois arquivo lpd.conf"
+msgstr "Existem dois arquivos lpd.conf"
 
 #. Type: note
 #. Description
 #: ../templates:1001
-#, fuzzy
 msgid ""
 "You have a lpd.conf in the old location (/etc/lpd.conf) and the new location "
 "(/etc/lprng/lpd.conf). From lprng version 3.6.16-1 this file should be only "
 "in /etc/lprng, please check both files and remove /etc/lpd.conf"
 msgstr ""
-"Você possui um arquivo lpd.conf no local antigo, em /etc/lpd.conf, e um "
-"arquivo no novo local, em /etc/lprng/lpd.conf. Desde o lprng versão 3.6.16-"
-"1, esse arquivo deveria estar somente no diretório /etc/lprng. Por favor, "
-"cheque ambos os arquivos e remova o arquivo /etc/lpd.conf."
+"Você tem um arquivo lpd.conf em uma localização antiga (/etc/lpd.conf) e na "
+"nova localização (/etc/lprng/lpd.conf). A partir da versão 3.6.16-1 este "
+"arquivo deveria estar somente em /etc/lprng. Por favor, verifique ambos os "
+"arquivos e remova o /etc/lpd.conf."
 
 #. Type: note
 #. Description
 #: ../templates:2001
 msgid "There are two lpd.perms files"
-msgstr "Existem dois arquivo lpd.perms"
+msgstr "Existem dois arquivos lpd.perms"
 
 #. Type: note
 #. Description

Bug#516701: [Pkg-alsa-devel] Bug#516701: No sound on Thinkpad 600E

2009-09-04 Thread Elimar Riesebieter
* Abu Yoav [090223 10:29 +0200]
> Package: alsa-base
> Version: 1.0.17.dfsg-4
> 
> I've installed Debian 5.0 on my Thinkpad 600E. Sound did not work.
> However, I've found a workaround on the net. What follows is
> essentially a synopsis of
> http://www.wlug.org.nz/ThinkpadNotes

What I found:
http://www.thinkwiki.org/wiki/Category:600E
http://www.blog.savant.be/linux/ubuntu-610-edgy-on-a-thinkpad-600e-2645-57u/15/
http://www.ibmlaptop.8k.com/

Sorry, but sometime it is painful to set uo ISA cards.

Did you succeeded?

Elimar

-- 
  "Talking much about oneself can also 
   be a means to conceal oneself."
 -Friedrich Nietzsche



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544206: movabletype-opensource: New upstream release

2009-09-04 Thread Dominic Hargreaves
On Sat, Aug 29, 2009 at 04:53:23PM +0100, Adam Guthrie wrote:
> There's a new upstream release
> 
> http://www.movabletype.org/downloads/stable/MTOS-4.31-en.tar.gz
> 
> Do you plan to update? - I successfully created a local package updated from 
> 4.2.6.1-1 without having to change anything.

Yes, I will update, but it probably won't be until I'm back from 
holiday in a couple of weeks.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544992: Shutdown delayed until current resource activity finishes

2009-09-04 Thread Harald Dunkel

Package: heartbeat
Version: 2.1.3-6lenny1

Sometimes "/etc/init.d/heartbeat stop" gets stuck with a
message in /var/log/daemon.log saying

WARN: Shutdown delayed until current resource activity finishes.

Its sits there and does nothing for at least 30 minutes. If I
run "heartbeat stop" on the peer, then both scripts finish,
but of course the HA service is gone.


Regards

Harri




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#509866: apt output in CAPS - patch tested

2009-09-04 Thread Julien BLACHE
Hi,

I have a Lenny FAI environment where I can reproduce the problem 100%
of the time during one or the other apt run.

A patched version of apt has not been subject to the problem yet. I'll
do some more runs with this version and report back.

JB.

-- 
 Julien BLACHE   |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#322567: reportbug: [improve checking] the following files appear to be missing or changed

2009-09-04 Thread Sandro Tosi
On Fri, Sep 4, 2009 at 08:10, Ryan Niebur wrote:
> oops, sorry, I don't know how I missed this email :/

No problem :)

> ok, this makes sense. I will consider whether to add a --simple-output
> option, or whether I should just change the behavior (I'm thinking the
> latter is fine, but want to think it through first). anyways, one way
> or another I will make the output simpler to understand.

That'd be great.

>> > so that debsums can be more clear.
>>
>> that's of course welcome.
>>
>> > I don't see the need to complicate the
>> > return codes just for the purpose of user output.
>>
>> what? "complicate the return codes"?
>>
>> maybe because it's the UNIX standard way to differentiate programs errors?
>>
>
> there's no reason why you need to know whether the problem was because
> of missing files or changed files (from the reportbug point of view)
> from what I can tell. if I'm wrong, tell me what behavior in reportbug
> will change based on whether debsums found changed files, removed
> files, or both. from what I understand, you just need debsums to print
> things in a clearer wording.

If debsums prints a detailed report, then reportbug can be genering in
presenting debsums results, like "here is what debsums has to say".

>> There is not only 0 and 1/-1 , there are plenty if examples out there.
>>
>
> debsums already has a system where it returns 0, 1, 2, or 3 based on
> different errors. adding to that and accounting for all of the
> combinations would get way too messy. anyways, I think this is irrelevant.
>
>> > I do still think
>> > that this buglet should be fixed and I think we can come to a
>> > solution that works for everybody.
>>
>> I proposed something, you just pushed that back. Now, how do you want
>> to address this bug (clear examples please)?
>>
>
> by changing debsums to output "debsums: missing file <...>" or
> "debsums: changed file <...>", as you suggested above. will this
> fully address the problem?

I think so

> I also suggest that in reportbug you change the string "the following
> files appear to be missing or changed:" to "debsums found the
> following problems with files installed from $PACKAGE:", tho that's a
> separate enhancement.

Yes, this will be done once debsums will provide a report like the one above.

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544981: debian-policy: Discourage native packages that are not tightly specific to Debian

2009-09-04 Thread Bill Allombert
On Fri, Sep 04, 2009 at 10:56:43AM +0200, Emilio Pozuelo Monfort wrote:
> Package: debian-policy
> Version: 3.8.3.0
> Severity: wishlist
> 
> Hi,
> 
> Given the recent thread in debian-devel[1], I think we should document in
> policy that packages that are not tightly related to Debian shouldn't be
> native.
> 
> The motivations for discouraging native packages not Debian specific are
> that it makes it harder for other parties to make advantage of it. For
> example, they would find new "upstream" releases that fixed Debian
> packaging bugs, or that were NMUs. Also, where should they report bugs?
> In bugs.debian.org?

This is a false dichotomy: native Debian packages can be hosted
on alioth which provides support for non-Debian users as well.

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544990: mplayer: Mplayer depends on dummy package libsdl1.2debian

2009-09-04 Thread Reimar Döffinger
On Fri, Sep 04, 2009 at 12:19:28PM +0200, Hilmar Preusse wrote:
> Package: mplayer
> Version: 1.0~rc3+svn20090405-1
> Severity: normal
> 
> Hi,
> 
> your package actually depends on the dummy package libsdl1.2debian. Please
> link with one of the other packages provided by the source package:
> 
> - libsdl1.2debian-alsa
> - libsdl1.2debian-all
> - libsdl1.2debian-esd
> - libsdl1.2debian-arts
> - libsdl1.2debian-oss
> - libsdl1.2debian-nas
> - libsdl1.2debian-pulseaudio

Uh, why? The libsdl1.2debian package is exactly the right one, since any
of the above are ok.
Unless you want every package to hard-code that any of these is fine,
which I think is really silly because each time a new libsdl1.2debian-*
package gets added the dependencies of all packages using libsdl need to
be updated...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544994: apt-ftparchive: "generate" fails with unclear error message when component is not found

2009-09-04 Thread Yann Dirson
Package: apt-utils
Version:

$ apt-ftparchive -c .../release.conf generate
.../apt-ftparchive-extras.conf -o
BinDirectory::ExtraOverride=.../override.intrepid.extra.extras
 pool/extras:E: Tree walking failed - ftw (2: No such file or directory)
Done Packages, Starting contents.
Done. 0B in 0 archives. Took 0s

strace reports:
16065 stat64("./pool/extras", 0xbff0b8a4) = -1 ENOENT (No such file or
directory)
16065 lstat64("./pool/extras", 0xbff0b8a4) = -1 ENOENT (No such file or
directory)

This tells that one component listed in
APT::FTPArchive::Release::Components was not found in the pool, and the
error message should make that clear.





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#492560: Update

2009-09-04 Thread Sheridan Hutchinson
I backed up one of my machines, removed busybox, took a deep breath
and rebooted.

I can confirm that it booted up just fine now.

-- 
Regards,
Sheridan Hutchinson
sheri...@shezza.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#459482: Confirming the bug also in dietlibc 0.32

2009-09-04 Thread Lluís Batlle
I confirm I see the same bug in dietlibc 0.32.
gcc 4.3.4
compiling native in armv5tel-linux-gnueabi, kernel headers from 2.6.28

This happens not only in debian.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544537: setting package to libgraphviz-perl, tagging 544537

2009-09-04 Thread Dominic Hargreaves
# Automatically generated email from bts, devscripts version 2.10.35lenny6
# via tagpending 
#
# libgraphviz-perl (2.03-3) UNRELEASED; urgency=low
#
#  * Fix interpreter in example program primes_aux.pl (closes: #544537) 

package libgraphviz-perl
tags 544537 + pending




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544995: Allow to copy the fingerprints from the authentication dialog

2009-09-04 Thread Felix Geyer
Package: pidgin-otr
Version: 3.2.0-4
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch

>From https://bugs.launchpad.net/ubuntu/+source/pidgin-otr/+bug/310769

> When authenticating a buddy (OTR > Authenticate Buddy) from the chat
> window, one of the options is Manual Fingerprint Verification.
> Here it lists your key and the key the other user presents.
> I believe you should be able to hilight copy these keys to paste them
> in a GPG-signed email as it suggests, rather than typing it out
> manually again.


Attaching proposed debdiff to set the label selectable.

diff -u pidgin-otr-3.2.0/debian/changelog pidgin-otr-3.2.0/debian/changelog
--- pidgin-otr-3.2.0/debian/changelog
+++ pidgin-otr-3.2.0/debian/changelog
@@ -1,3 +1,9 @@
+pidgin-otr (3.2.0-5) unstable; urgency=low
+
+  * Allow to copy the fingerprints from the authentication dialog (LP: #310769)
+
+ -- Felix Geyer   Mon, 03 Aug 2009 23:01:55 +0200
+
 pidgin-otr (3.2.0-4) unstable; urgency=low
 
   * update pot at build time, patch from Sebastien Bacher (Closes: #518466)
diff -u pidgin-otr-3.2.0/debian/control pidgin-otr-3.2.0/debian/control
only in patch2:
unchanged:
--- pidgin-otr-3.2.0.orig/gtk-dialog.c
+++ pidgin-otr-3.2.0/gtk-dialog.c
@@ -71,6 +71,8 @@
 static int img_id_private = 0;
 static int img_id_finished = 0;
 
+static GtkLabel * fingerprint_label = 0;
+
 
 typedef struct {
 ConnContext *context;   /* The context used to fire library code */
@@ -643,11 +645,12 @@
 label = gtk_label_new(NULL);
 
 gtk_label_set_markup(GTK_LABEL(label), label_text);
-gtk_label_set_selectable(GTK_LABEL(label), FALSE);
+gtk_label_set_selectable(GTK_LABEL(label), TRUE);
 g_free(label_text);
 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
 gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
+fingerprint_label = label;
 
 add_vrfy_fingerprint(vbox, vfd);
 g_signal_connect(G_OBJECT(vbox), "destroy",
@@ -677,6 +680,8 @@
 auth_data->smppair->entry = NULL;
 gtk_notebook_set_current_page (GTK_NOTEBOOK(notebook), 2);
 auth_data->smppair->smp_type = -1;
+// workaround to prevent the text from always being selected
+gtk_label_select_region(GTK_LABEL(fingerprint_label), 0, 0);
 }
 
 }




Bug#522584: Dependency going away

2009-09-04 Thread Leopold Palomo-Avellaneda
A Dissabte 22 Agost 2009, Gerfried Fuchs va escriure:
> * Leopold Palomo Avellaneda  [2009-04-14 13:24:25 CEST]:
> > Bulmages upstream is doing a big restructuring. So, the package in sid
> > will be non operative soon. When upstream stabilizes their code (I hope
> > soon) I will try to commit a new package, erasing (and adding) the
> > dependency correctly,
>
>  This is now for a quite a long while. Given that the package isn't
> installable at all for just as long I'd like to know what the plans for
> the future of the package is. If there is nothing going to happen it
> probably makes sense to remove the package from the pool because it
> can't be used anyway and the maintainers don't seem to care for fixing
> that.

Hi,

first of all I'm sorry for the delay. Some personal difficulties have made me 
impossible to answer the mail. Nevertheless, answerring your question I would 
like to say:

- yes, it's true. it seems that the package is not installable by now. I'm 
sorry.

- The dependency problem it's an stupid simple bug. I would prefer to create a 
new package solving this with the new version of upstream. Take in mind that 
this package it's actually maintained by me (not the official maintainer), 
that have to talk with the uploader (Xerakko) to push the new version. I 
would prefer to not disturb to him with a simple patch and disturb him with a 
big work for with the new package ;-).

- yes, I have intention to solve it and create a new package from the new 
version of upstream. 

>  Would be nice to either receive a status update on how long you think
> this situation might continue or on the other hand to receive an ACK for
> having it removed.

- I would like to know it also... let me adventure mid October. I hope to 
solve my difficult personal situation in this September and then create it.

Regards, and thanks for the interest in the package.

Leo





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544734: [gstreamer0.10-plugins-bad] bad $HOME/.gstreamer-0.10/registry.i486.bin file

2009-09-04 Thread Sebastian Dröge
Am Freitag, den 04.09.2009, 11:47 +0200 schrieb Bégault Luc:
> Sebastian Dröge wrote:
> > Am Mittwoch, den 02.09.2009, 19:19 +0200 schrieb Bégault Luc:
> >   
> >> Package: gstreamer0.10-plugins-bad
> >> Version: 0.10.14-1
> >> Severity: grave
> >>
> >> --- Please enter the report below this line. ---
> >> Hi,
> >> using amsn I was unable to connect after gstreamer0.10-plugins-bad
> >> update. It was crashing with an error like "unable to initialize
> >> GStreamer" (sorry I forgot to note the exact message). I made an strace
> >> and  discovered that the crash occured after amsn tried to access
> >> $HOME/.gstreamer-0.10/registry.i486.bin
> >> I manage to downgrade gstreamer0.10-plugins-bad and -good and it fixed
> >> the problem.
> >> Thanks.
> >> 
> >
> > Hi,
> > could you upgrade to the new versions again and run
> >
> > GST_REGISTRY_FORK=no gdb gst-inspect-0.10
> > run
> > [wait until it crashes]
> > bt full
> >
> > and attach the output here?
> >   
> Here is the output of gdb.
> The exact message of amsn is: "Could not initialize GStreamer: Error
> re-scanning registry , child terminated by signal"
> Regards.
>
> [...] 
> 
> Program received signal SIGILL, Illegal instruction.
> 0xb69c99ed in ?? () from /usr/lib/libgavl.so.1

So the problem is in libgavl... it probably uses SSE2 but your CPU
doesn't support it or something similar :)

Do you have one of these files:
/usr/lib/frei0r-1/rgbparade.so
/usr/lib/frei0r-1/scale0tilt.so
/usr/lib/frei0r-1/vectorscope.so

If so, does the problem go away if you remove the frei0r-plugins
package?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#543733: Have the problem also

2009-09-04 Thread cobaco
I have the exact same problem since coming back from vacation:
- If i set up a new test user I can't get the comic to show at all
- on my regular user where the comic plasmoid was working when going on
  vaction it will now only show already downloaded comics, it won't fetch 
  new ones.

As an aside both weather plasmoids seem to have a similar/problem when 
trying to configure them, I get the impression that plasmoids getting things 
from the web don't work all together.

After doing kbuildsyscoca4 && kquitapp plasma-desktop & kstartapp plasma-
desktop from a shell I see the following output:
- on clicking next arrow in comic:

   findServiceByDesktopPath:  not found

- on trying to configure the weather applet
  
  Object::disconnect: No such slot  
  QObject::dataUpdated(QString,Plasma::DataEngine::Data)
  Object::disconnect:  (sender name:   'noaa|validate|amsterdam')
-- 
Cheers, Cobaco (aka Bart Cornelis)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525095: python-sphinx: sphinx fails with exception

2009-09-04 Thread Mikhail Gusarov
Adrian,

I just tried building documentation (0.6.3-1, slated to go to unstable
today) for Tg and Pylons trunk - works fine. Please check whether it
works for you.

-- 
  http://fossarchy.blogspot.com/


pgp5z9la47Tc0.pgp
Description: PGP signature


Bug#544996: mc with quick view will freeze and alloc all mem if resized in an xterm

2009-09-04 Thread jaz
Package: mc
Version: 2:4.7.0-pre1-3
Severity: important

Hi,

see here: http://www.midnight-commander.org/ticket/1504

1. in X open xterm
2. start mc in it with quick view enabled
3. resize window

the contents of the window will disappear and mc will not 
respond because it's busy allocating memory until it's killed

iv'e been able to reproduce this on several machines

i'll try to patch mine with the stuff from the url above,

if everything goes well i'll submit patch 

cheers, jaz


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages mc depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgpm2   1.20.4-3.2 General Purpose Mouse - shared lib
ii  libslang2 2.1.4-3The S-Lang programming library - r

Versions of packages mc recommends:
ii  imagemagick7:6.3.7.9.dfsg2-1 image manipulation programs

Versions of packages mc suggests:
ii  arj  3.10.22-6   archiver for .arj files
ii  bzip21.0.5-3 high-quality block-sorting file co
pn  dbview (no description available)
ii  file 5.03-1  Determines file type using "magic"
ii  lynx 2.8.7dev13-1Text-mode WWW Browser (transitiona
ii  mime-support 3.46-1  MIME files 'mime.types' & 'mailcap
pn  odt2txt(no description available)
ii  perl 5.10.0-25   Larry Wall's Practical Extraction 
ii  unzip6.0-1   De-archiver for .zip files
ii  xpdf 3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  zip  3.0-1   Archiver for .zip files

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544940: Update

2009-09-04 Thread Sheridan Hutchinson
2009/9/4 Giuseppe Iuculano :
> Could you paste the relevant syslog lines? (grep smartd /var/log/syslog)

Sure thing.  I've tried it with two machines.  It's very easy to test,
and I use the default devicescan in the smartd.conf so this should be
easily replicable by others if it's a problem with smartmontools
rather than specific to my machine configurations.

Exim4 is installed and is delivering local mail to all accounts just fine.

-- 
Regards,
Sheridan Hutchinson
sheri...@shezza.org


I did:
invoke-rc.d smartmontools restart



Sep  4 12:12:55 localhost smartd[7043]: smartd received signal 15: Terminated
Sep  4 12:12:55 localhost smartd[7043]: smartd is exiting (exit status 0)
Sep  4 12:12:55 localhost smartd[8830]: smartd 5.39 2009-08-29 r2879
[x86_64-unknown-linux-gnu] (local build)#012Copyright (C) 2002-9 by
Bruce Allen, http://smartmontools.sourceforge.net#012
Sep  4 12:12:55 localhost smartd[8830]: Opened configuration file
/etc/smartd.conf
Sep  4 12:12:55 localhost smartd[8830]: Drive: DEVICESCAN, implied
'-a' Directive on line 22 of file /etc/smartd.conf
Sep  4 12:12:55 localhost smartd[8830]: Configuration file
/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sda, type changed
from 'scsi' to 'sat'
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sda [SAT], opened
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sda [SAT], found
in smartd database.
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sda [SAT], is
SMART capable. Adding to "monitor" list.
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sdb, type changed
from 'scsi' to 'sat'
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sdb [SAT], opened
Sep  4 12:12:55 localhost smartd[8830]: Device: /dev/sdb [SAT], not
found in smartd database.
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdb [SAT], is
SMART capable. Adding to "monitor" list.
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdc, opened
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdc, NO MEDIUM
present; skip device
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdd, opened
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdd, NO MEDIUM
present; skip device
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sde, opened
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sde, NO MEDIUM
present; skip device
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdf, opened
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdf, NO MEDIUM
present; skip device
Sep  4 12:12:56 localhost smartd[8830]: Monitoring 2 ATA and 0 SCSI devices
Sep  4 12:12:56 localhost smartd[8830]: Executing test of
/usr/share/smartmontools/smartd-runner to root ...
Sep  4 12:12:56 localhost smartd[8830]: Test of
/usr/share/smartmontools/smartd-runner to root: successful
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sda [SAT], SMART
Usage Attribute: 194 Temperature_Celsius changed from 78 to 79
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sda [SAT],
previous self-test was interrupted by the host with a reset
Sep  4 12:12:56 localhost smartd[8830]: Executing test of
/usr/share/smartmontools/smartd-runner to root ...
Sep  4 12:12:56 localhost smartd[8830]: Test of
/usr/share/smartmontools/smartd-runner to root: successful
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdb [SAT], SMART
Usage Attribute: 194 Temperature_Celsius changed from 81 to 82
Sep  4 12:12:56 localhost smartd[8830]: Device: /dev/sdb [SAT],
previous self-test was interrupted by the host with a reset
Sep  4 12:12:56 localhost smartd[8928]: smartd has fork()ed into
background mode. New PID=8928.
Sep  4 12:12:56 localhost smartd[8928]: file /var/run/smartd.pid
written containing PID 8928



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544997: nvidiafb: BUG: soft lockup - CPU#1 stuck for 61s!

2009-09-04 Thread Jakub Wilk

Package: linux-2.6
Version: 2.6.30-6
Severity: normal

This bug is quite reproducible on my machine:

0. Start gpm.

1. Repeat a few times, until the screen freezes:

   - Select a large amount of text with mouse.

   - Switch to another vt.

2. Wait a few minutes.

3. The screen unfreezes, but is totally garbled, and dmesg shows 
something like this:


[ 9677.637004] BUG: soft lockup - CPU#1 stuck for 61s! [events/1:10]
[ 9677.637004] Modules linked in: tun kvm_amd kvm binfmt_misc nvidiafb fb_ddc 
vgastate nf_conntrack_ipv6 ip6table_filter ip6_tables xt_MARK iptable_mangle 
iptable_nat nf_nat ipt_REJECT xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 
xt_state nf_conntrack iptable_filter ip_tables x_tables fuse powernow_k8 it87 
hwmon_vid snd_hda_codec_realtek arc4 ecb tvaudio tda7432 tuner_simple 
tuner_types snd_hda_intel snd_hda_codec rt61pci tuner crc_itu_t snd_hwdep 
rt2x00pci snd_pcm rt2x00lib bttv ir_common snd_seq led_class snd_timer 
i2c_algo_bit input_polldev snd_seq_device v4l2_common mac80211 videodev 
v4l1_compat snd soundcore videobuf_dma_sg serio_raw videobuf_core btcx_risc 
k8temp evdev psmouse snd_page_alloc cfg80211 tveeprom i2c_nforce2 eeprom_93cx6 
i2c_core processor button ext3 jbd mbcache sd_mod crc_t10dif ide_cd_mod cdrom 
ide_pci_generic ata_generic sata_nv libata forcedeth scsi_mod amd74xx ide_core 
ohci_hcd ehci_hcd usbcore floppy thermal fan thermal_sys [last unloaded: 
scsi_wait_scan]
[ 9677.637004] 
[ 9677.637004] Pid: 10, comm: events/1 Not tainted (2.6.30-1-686 #1) M61SME-S2

[ 9677.637004] EIP: 0060:[] EFLAGS: 0293 CPU: 1
[ 9677.637004] EIP is at NVDmaWait+0xb1/0x17c [nvidiafb]
[ 9677.637004] EAX: f944 EBX: c3f0e324 ECX:  EDX: 26b1f186
[ 9677.637004] ESI:  EDI: 3b9ac9ff EBP: f900 ESP: f7079e00
[ 9677.637004]  DS: 007b ES: 007b FS: 00d8 GS:  SS: 0068
[ 9677.637004] CR0: 8005003b CR2: 4da3f670 CR3: 03a99000 CR4: 06d0
[ 9677.637004] DR0:  DR1:  DR2:  DR3: 
[ 9677.637004] DR6: 0ff0 DR7: 0400
[ 9677.637004] Call Trace:
[ 9677.637004]  [] ? nvidiafb_imageblit+0x1d2/0x39b [nvidiafb]
[ 9677.637004]  [] ? bit_putcs+0x32a/0x37c
[ 9677.637004]  [] ? fbcon_clear_margins+0x3a/0x3d
[ 9677.637004]  [] ? nvidiafb_setcolreg+0x1c2/0x1d4 [nvidiafb]
[ 9677.637004]  [] ? fbcon_putcs+0xa7/0xb2
[ 9677.637004]  [] ? bit_putcs+0x0/0x37c
[ 9677.637004]  [] ? do_update_region+0xcb/0x101
[ 9677.637004]  [] ? redraw_screen+0x10e/0x160
[ 9677.637004]  [] ? bit_cursor+0x0/0x446
[ 9677.637004]  [] ? complete_change_console+0x2c/0xb7
[ 9677.637004]  [] ? console_callback+0x4d/0xf4
[ 9677.637004]  [] ? worker_thread+0x13c/0x1bd
[ 9677.637004]  [] ? console_callback+0x0/0xf4
[ 9677.637004]  [] ? autoremove_wake_function+0x0/0x2d
[ 9677.637004]  [] ? worker_thread+0x0/0x1bd
[ 9677.637004]  [] ? kthread+0x42/0x67
[ 9677.637004]  [] ? kthread+0x0/0x67
[ 9677.637004]  [] ? kernel_thread_helper+0x7/0x10
[ 9743.137002] BUG: soft lockup - CPU#1 stuck for 61s! [events/1:10]
[ 9743.137004] Modules linked in: tun kvm_amd kvm binfmt_misc nvidiafb fb_ddc 
vgastate nf_conntrack_ipv6 ip6table_filter ip6_tables xt_MARK iptable_mangle 
iptable_nat nf_nat ipt_REJECT xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 
xt_state nf_conntrack iptable_filter ip_tables x_tables fuse powernow_k8 it87 
hwmon_vid snd_hda_codec_realtek arc4 ecb tvaudio tda7432 tuner_simple 
tuner_types snd_hda_intel snd_hda_codec rt61pci tuner crc_itu_t snd_hwdep 
rt2x00pci snd_pcm rt2x00lib bttv ir_common snd_seq led_class snd_timer 
i2c_algo_bit input_polldev snd_seq_device v4l2_common mac80211 videodev 
v4l1_compat snd soundcore videobuf_dma_sg serio_raw videobuf_core btcx_risc 
k8temp evdev psmouse snd_page_alloc cfg80211 tveeprom i2c_nforce2 eeprom_93cx6 
i2c_core processor button ext3 jbd mbcache sd_mod crc_t10dif ide_cd_mod cdrom 
ide_pci_generic ata_generic sata_nv libata forcedeth scsi_mod amd74xx ide_core 
ohci_hcd ehci_hcd usbcore floppy thermal fan thermal_sys [last unloaded: 
scsi_wait_scan]
[ 9743.137004] 
[ 9743.137004] Pid: 10, comm: events/1 Not tainted (2.6.30-1-686 #1) M61SME-S2

[ 9743.137004] EIP: 0060:[] EFLAGS: 0293 CPU: 1
[ 9743.137004] EIP is at NVDmaWait+0xb1/0x17c [nvidiafb]
[ 9743.137004] EAX: f944 EBX: c3f0e324 ECX:  EDX: 11b36c9d
[ 9743.137004] ESI:  EDI: 3b9ac9ff EBP: f900 ESP: f7079e00
[ 9743.137004]  DS: 007b ES: 007b FS: 00d8 GS:  SS: 0068
[ 9743.137004] CR0: 8005003b CR2: 4da3f670 CR3: 03a99000 CR4: 06d0
[ 9743.137004] DR0:  DR1:  DR2:  DR3: 
[ 9743.137004] DR6: 0ff0 DR7: 0400
[ 9743.137004] Call Trace:
[ 9743.137004]  [] ? nvidiafb_imageblit+0x1d2/0x39b [nvidiafb]
[ 9743.137004]  [] ? bit_putcs+0x32a/0x37c
[ 9743.137004]  [] ? fbcon_clear_margins+0x3a/0x3d
[ 9743.137004]  [] ? nvidiafb_setcolreg+0x1c2/0x1d4 [nvidiafb]
[ 9743.137004]  [] ? fbcon_putcs+0xa7/0xb2
[ 9743.137004]  [] ? bit_putcs+0x0/0x37c
[ 9743.137004]  [] ? do_update_region+0xcb/0x101
[ 9743.137004]  [] ? redraw_sc

Bug#544998: freecol: fails to play most of accompanying sound files

2009-09-04 Thread Denis Shpektorov

Package: freecol
Version: 0.8.4+dfsg-1
Severity: normal

Running freecol to lobby generates a log file that contains a lot of 
such exception traces:


net.sf.freecol.client.gui.sound.SoundPlayer$SoundPlayerThread playSound
WARNING: Could not play audio.
Fri Sep 04 13:37:07 EEST 2009
Thread ID: 11
Stack trace:
javax.sound.sampled.UnsupportedAudioFileException: could not get audio 
input stream from input file
	at 
javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1170)
	at 
net.sf.freecol.client.gui.sound.SoundPlayer$SoundPlayerThread.playSound(SoundPlayer.java:347)
	at 
net.sf.freecol.client.gui.sound.SoundPlayer$SoundPlayerThread.run(SoundPlayer.java:337)


It seems, that OGG support is broken, since replacing intro.ogg with its 
decoded version (intro.wav) enables the playback and the only sound I've 
actually heard while playing is load_cargo.wav. While trying to fix it 
i've installed libvorbisspi-java, libjorbis-java & libtritonus-java 
packages and added the following jars to look for:


jorbis jogg vorbisspi tritonus_share

This prevents exceptions from occuring and unmutes sound system, but 
speakers in this case produce garbage. I'm not much into java so I could 
easily do something wrong or inappropriate. Please, let me know if it is 
true or you need additional feedback.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages freecol depends on:
ii  java-wrappers 0.1.15 wrappers for java executables
ii  libhiglayout-java 1.0-4  An easy-to-use layout 
manager for
ii  libwoodstox-java  1:3.9.2.dfsg-1 a high-performance XML 
processor
ii  sun-java6-jre [java6-runt 6-14-1 Sun Java(TM) Runtime 
Environment (


freecol recommends no packages.

freecol suggests no packages.

-- no debconf information




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544940: Update

2009-09-04 Thread Giuseppe Iuculano
Sheridan Hutchinson ha scritto:
> and I use the default devicescan in the smartd.conf so this should be
> easily replicable by others if it's a problem with smartmontools
> rather than specific to my machine configurations.

I really suspect it is a misconfiguration (on exim?) because I can't reproduce
that. Could you check exim logs please?

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#534995: Can't locate package Exporter for @Geography::NationalGrid...

2009-09-04 Thread Dominic Hargreaves
On Thu, Sep 03, 2009 at 05:05:22AM +0800, jida...@jidanni.org wrote:
> Dominic, can you please update the package soon, the error messages are
> very troubling.

Apologies for the delay; now uploading.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544999: man-db cronjob spams if run on an old kernel

2009-09-04 Thread Adam Borowski
Package: man-db
Version: 2.5.6-1
Severity: normal


On a vserver running on a machine with a 2.6.18 kernel I regularly keep
getting the following mails from cron:

/etc/cron.daily/man-db:
start-stop-daemon: Unable to alter IO priority to mask 24583 (Operation not 
permitted)
run-parts: /etc/cron.daily/man-db exited with return code 2


Since on vserver you can't do everything even as root, this error should be
silently ignored.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-vserver-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages man-db depends on:
ii  bsdmainutils   6.1.11collection of more utilities from 
ii  debconf [debconf-2.0]  1.5.27Debian configuration management sy
ii  dpkg   1.15.3.1+b1   Debian package management system
ii  groff-base 1.20.1-5  GNU troff text-formatting system (
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libgdbm3   1.8.3-6   GNU dbm database routines (runtime
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

man-db recommends no packages.

Versions of packages man-db suggests:
ii  elinks [www-browser] 0.12~pre5-1 advanced text-mode WWW browser
pn  groff  (no description available)
ii  less 436-1   pager program similar to more

-- debconf information:
  man-db/install-setuid: false
  man-db/build-database: true
  man-db/rebuild-database: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#527523: Intent to NMU

2009-09-04 Thread Cyril Brulebois
Warren Turkal  (04/09/2009):
> I have no intention to stop the NMU, I am working on packaging up
> 4.x.

OK, thanks. I've moved it to 0-day using dcut, it's been
ACCEPTED. Thanks for your quick reply.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#545000: popularity-contest: popcon should have option to report arch only

2009-09-04 Thread Osamu Aoki
Package: popularity-contest
Version: 1.46
Severity: wishlist

While popcon report numbers are refereed sometimes to assess
architecture popularity,

While some admins are reluctant to report softwares used in detail for
their system,

While /etc/popularity-contest.conf contains most basic configuration of
popularity-contest,

Wile /etc/popularity-contest.conf is missing configuration to shut off
reporting package lists,

It will be nice to have the following option as technical compromise:

REPORT="full"
REPORT="arch"

and using this value to skip following part in /usr/sbin/popularity-contest

# Read dpkg database of installed packages
open PACKAGES, "dpkg-query --show --showformat='\${status} \${package}\\n'|";
while ()
{
  
}

With this, we get more reports.

This is better solution than "report-once" as proposed others.  At least we know
how many "ACTIVE" sites.

Osamu

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages popularity-contest depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  dpkg  1.14.25Debian package management system

Versions of packages popularity-contest recommends:
ii  cron  3.0pl1-105 management of regular background p
ii  exim4 4.69-9 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon

Versions of packages popularity-contest suggests:
ii  anacron   2.3-13.1   cron-like program that doesn't go 

-- debconf information:
  popularity-contest/submiturls:
* popularity-contest/participate: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545002: hdparm: Please improve -i display output - one line / one item

2009-09-04 Thread jaalto
Package: hdparm
Version: 9.15-1
Severity: wishlist


$ hdparm -i /dev/sda

 Model=ST31000340AS, FwRev=SD01, SerialNo=5QJ01MS4
 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
 BuffType=unknown, BuffSize=0kB, MaxMultSect=16, MultSect=1
 CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=1953525168
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
 AdvancedPM=no WriteCache=enabled
 Drive conforms to: Unspecified:  ATA/ATAPI-1,2,3,4,5,6,7

SUGGESTION

The listing is very had to read. Please prefer displaying one item
perl line for easy reading. This also helps using tools like grep(1)
to pick up interestign value (only).

And example of the above:

 Model=ST31000340AS
 FwRev=SD01
 SerialNo=5QJ01MS4
 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% }
 RawCHS=16383/16/63
 TrkSize=0
 SectSize=0
 ECCbytes=4
 BuffType=unknown
 BuffSize=0kB
 MaxMultSect=16
 MultSect=1
 CurCHS=16383/16/63
 CurSects=16514064
 LBA=yes
 LBAsects=1953525168
 IORDY=on/off
 tPIO={min:120,w/IORDY:120}
 tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  mdma0 mdma1 mdma2 
 UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
 AdvancedPM=no WriteCache=enabled
 Drive conforms to: Unspecified:  ATA/ATAPI-1,2,3,4,5,6,7

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hdparm depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

hdparm recommends no packages.

Versions of packages hdparm suggests:
pn  apmd   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545001: phpwiki: [INTL:ja] updated Japanese debconf translation

2009-09-04 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: phpwiki
Severity: wishlist
Tags: l10n patch
Version: 1.3.14-5

Hi,

I updated Japanese translation of debconf messages (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
km...@debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEAREKAAYFAkqhAjUACgkQQKW+7XLQPLG/9QCghxbaJCYuh1b9591mKJQ/DSuw
3iYAnRJvqNlu+5WYeHMhqNd/kop3Gvwe
=NvUZ
-END PGP SIGNATURE-


ja.po
Description: Binary data


Bug#545003: queued sends broken emails with (locale issue)

2009-09-04 Thread Peter Palfrader
Package: ftp.debian.org
Version: 2009-09-04
Severity: normal

Hi,

just got a mail from queued on kassia and ftp-master:
| Date: Fr, 04 Sep 2009 11:48:48 +

apparently queued was started with a german locale.

It probably should be fixed to not depend on locale specific stuff, and
until then probably should be restarted with LC_ALL=C.

Cheers,
weasel
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545004: queued should say which host it's running on

2009-09-04 Thread Peter Palfrader
Package: ftp.debian.org
Version: 2009-09-04
Severity: whichlist

Guess which host this queued is running on:

- Forwarded message from Archive Administrator  
-

From: Archive Administrator 
Subject: Processing of tor_0.2.2.1-alpha-1_i386.changes
To: wea...@debian.org
Date: Fr, 04 Sep 2009 11:45:36 +
X-Debian: DAK
X-Debian-Package: tor

tor_0.2.2.1-alpha-1_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  tor_0.2.2.1-alpha-1.dsc
  tor_0.2.2.1-alpha.orig.tar.gz
  tor_0.2.2.1-alpha-1.diff.gz
  tor-geoipdb_0.2.2.1-alpha-1_all.deb
  tor_0.2.2.1-alpha-1_i386.deb
  tor-dbg_0.2.2.1-alpha-1_i386.deb

Greetings,

Your Debian queue daemon


- End forwarded message -

(Please make it say something like "Your Debian queue daemon on 
kassia.debian.org")

Cheers,
weasel
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545005: hdparm: debian/control is missing Homepage: field

2009-09-04 Thread jaalto
Package: hdparm
Version: 9.15-1
Severity: minor


Please add to debian/control missing field:

  Homepage: http://sourceforge.net/projects/hdparm/

C.f Debian policy / Control files and their fields / 5.6.23.
/usr/share/doc/debian-policy/policy.txt.gz

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hdparm depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

hdparm recommends no packages.

Versions of packages hdparm suggests:
pn  apmd   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545007: /etc/sysctl.conf: Document that net.ipv6.conf.all.forwarding=1 disables listening to RA's

2009-09-04 Thread Casper Gielen
Package: procps
Version: 1:3.2.8-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If net.ipv6.conf.all.forwarding is enabled the host will no longer use Router 
Advertisements to autoconfigure itself.
While I can see the logic of this behaviour, it is not immediately obvious that 
this will happen.
Please add something like this:
"# Enabling this option disables Stateless Address Autoconfiguration based on 
Router Advertisements for this host"

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages procps depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

Versions of packages procps recommends:
ii  psmisc22.8-1 utilities that use the proc file s

procps suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqhA8QACgkQIhQIPPgOSveGkACfXcmhSvOIBOUJbM9Lu4cUyJzG
2DgAn3IR6ypC3SHNN9EjCYIV0fc3dXiT
=Pu8/
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545006: hdparm: Package new upstream release 9.27 2009-09-01

2009-09-04 Thread jaalto
Package: hdparm
Version: 9.15-1
Severity: wishlist


Package new upstream release 9.27 2009-09-01

http://sourceforge.net/projects/hdparm/

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hdparm depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

hdparm recommends no packages.

Versions of packages hdparm suggests:
pn  apmd   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545008: ss --help goes to stderr

2009-09-04 Thread Peter Palfrader
Package: iproute
Version: 20080725-2
Severity: normal


wea...@intrepid:~$ /sbin/ss --help | grep -i proc
Usage: ss [ OPTIONS ]
   ss [ OPTIONS ] [ FILTER ]
   -h, --help   this message
   -V, --versionoutput version information
   -n, --numericdon't resolve service names
...


--help output, if explicitly requested, should go to stdout, not stderr.

Cheers,
weasel
-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545009: coreutils: FTBFS on GNU/kFreeBSD (testsuite failure of tests/tail-2/wait)

2009-09-04 Thread Petr Salinger

Package: coreutils
Version: 7.5-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-CC: bug-coreut...@gnu.org

Hi,

the current version fails to build on GNU/kFreeBSD
due to failure in tests/tail-2/wait.

The problem is that GNU/kFreeBSD is not inotify capable
and the current default of --max-unchanged-stats is 5.
It together with
 - second time stamp precision of underlying filesystems
 - -s.1
 - sleep .5

might easily lead into that in

  if ((max_n_unchanged_stats_between_opens
   <= f[i].n_unchanged_stats++)
  && follow_mode == Follow_name)
{
  recheck (&f[i], f[i].blocking);
  f[i].n_unchanged_stats = 0;
}

the recheck is not done before "echo NO" happens in the test:

touch k
mv k l
sleep .5
echo NO >> l

The corresponding code above is not used for inotify capable systems.
Please change the test as shown bellow.

Petr


--- tests/tail-2/wait
+++ tests/tail-2/wait
@@ -118,7 +118,7 @@

 test -s tail.err && fail=1

-tail -s.1 -F k > tail.out &
+tail -s.1 --max-unchanged-stats=2 -F k > tail.out &
 pid=$!
 sleep .5
 ls -al




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544998: freecol: fails to play most of accompanying sound files

2009-09-04 Thread Vincent Fourmond
  Hello,

On Fri, Sep 4, 2009 at 1:25 PM, Denis Shpektorov wrote:
> Running freecol to lobby generates a log file that contains a lot of such
> exception traces:
>
> net.sf.freecol.client.gui.sound.SoundPlayer$SoundPlayerThread playSound
>        WARNING: Could not play audio.
>        Fri Sep 04 13:37:07 EEST 2009
>        Thread ID: 11
>        Stack trace:
> javax.sound.sampled.UnsupportedAudioFileException: could not get audio input
> stream from input file
>        at
> javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:1170)
>        at
> net.sf.freecol.client.gui.sound.SoundPlayer$SoundPlayerThread.playSound(SoundPlayer.java:347)
>        at
> net.sf.freecol.client.gui.sound.SoundPlayer$SoundPlayerThread.run(SoundPlayer.java:337)
>
> It seems, that OGG support is broken, since replacing intro.ogg with its
> decoded version (intro.wav) enables the playback and the only sound I've
> actually heard while playing is load_cargo.wav. While trying to fix it i've
> installed libvorbisspi-java, libjorbis-java & libtritonus-java packages and
> added the following jars to look for:
>
> jorbis jogg vorbisspi tritonus_share
>
> This prevents exceptions from occuring and unmutes sound system, but
> speakers in this case produce garbage. I'm not much into java so I could
> easily do something wrong or inappropriate. Please, let me know if it is
> true or you need additional feedback.

  Thanks for the information; it's true that I haven't dedicated too
much time to sound, as I positively loathe sounds when I do anything
that requires brains ;-)... I'll have a look into that reasonably
rapidly (but I'm supposed to be on vacation from Debian for now !).

  Cheers,

 Vincent



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545010: RFP: fetch-crl -- tool for automatic fetching and updating of CRLs

2009-09-04 Thread Christoph Anton Mitterer

Package: wnpp
Severity: wishlist

* Package name: fetch-crl
  Version : 2.7.0
  Upstream Author : Fabio Hernandez 
* URL : https://dist.eugridpma.info/distribution/util/fetch-crl/
* License : EU DataGrid open source license
  Programming Lang: POSIX Shell Command Language
  Description : tool for automatic fetching and updating of CRLs

This tool and associated cron entry ensure that Certificate Revocation
Lists (CRLs) are periodically retrieved from the web sites of the respective
Certification Authorities.
It assumes that the installed CA files follow the hash.crl_url convention.

The packager (and probably current upstream maintainer) is David Groep  
.



This message was sent using IMP, the Internet Messaging Program.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#542123: ITA: mock -- Build rpm packages inside a chroot

2009-09-04 Thread Walter Franzini
retitle 542123 ITA: mock -- Build rpm packages inside a chroot
thanks


-- 
Walter Franzini
http://aegis.stepbuild.org/


pgp6JZ9sP50iL.pgp
Description: PGP signature


Bug#463793: rsyslogd restarts are not ignored

2009-09-04 Thread Rainer Gerhards
On Tue, 2009-08-25 at 20:12 +0200, martin f krafft wrote:
> also sprach Rainer Gerhards  [2009.08.25.1243 
> +0200]:
> > not very hard, almost trivial. There would one switch be required for
> > the startup/shutdown message and probably another one for the message
> > that is emitted when rsyslogd is HUPed.
> > 
> > Would that be useful? If so, I'd consider to implement it relatively
> > soon (but only in the current v5 devel version).
> 
> I always think it's useful to turn off verbose log messages. ;)
> I have now added a new configuration directive

$LogRSyslogStatusMessages [on/off]

which you can use to turn those messages off. The default still is "on",
because this is traditional behavior and I know that some log analyzers
depend on verbose log messages ;)

It is implemented towards the v4-devel, backport should be fairly easy
if desired. Patch is here:

http://git.adiscon.com/?p=rsyslog.git;a=commitdiff;h=071c9b511a711725537eff386f82a3af3ca930a8

Will be released as part of 4.7.0

I hope this is useful,
Rainer




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545011: 31_aide_munin-nodes: fixed script

2009-09-04 Thread Hannes von Haugwitz
Package: aide-common
Version: 0.13.1-10
Severity: important
Tags: patch

Hi,

the attached patch fixes 31_aide_munin-nodes to not run on systems where
munin isn't installed.

Hannes
Index: debian/aide.conf.d/31_aide_munin-nodes
===
--- debian/aide.conf.d/31_aide_munin-nodes	(revision 793)
+++ debian/aide.conf.d/31_aide_munin-nodes	(working copy)
@@ -3,6 +3,9 @@
 # generate aide exclude patterns for all nodes listed in $MUNINCONF
 
 MUNINCONF=/etc/munin/munin.conf
+
+[ -e $MUNINCONF ] || exit 0
+
 HOSTS=$(grep '^\[[[:alnum:]:.]\+\]' $MUNINCONF | tr -d '[]')
 
 escape_dots()


Bug#545014: 31_aide_bind9: fixed typo in log rotation rule

2009-09-04 Thread Hannes von Haugwitz
Package: aide-common
Version: 0.13.1-10
Severity: important
Tags: patch

Hi,

the attached patch fixes a typo in the svn version of 31_aide_bind9.

Hannes
Index: debian/aide.conf.d/31_aide_bind9
===
--- debian/aide.conf.d/31_aide_bind9	(revision 793)
+++ debian/aide.conf.d/31_aide_bind9	(working copy)
@@ -2,7 +2,7 @@
 @@{BINDCHROOT}/dev/log$ LowLogs
 @@{BINDCHROOT}/dev VarDir
 @@endif
-@@{BINDCHROOT}/var/log/bind/queries\.log$ Logs
+@@{BINDCHROOT}/var/log/bind/queries\.log$ Log
 @@{BINDCHROOT}/var/log/bind/queries\.log\.0$ LoSerMemberLog
 @@{BINDCHROOT}/var/log/bind/queries\.log\.[1-8]$ SerMemberLog
 @@{BINDCHROOT}/var/log/bind/queries\.log\.9$ HiSerMemberLog


Bug#545013: fakeroot: please add file name to the save file

2009-09-04 Thread Marc Haber
Package: fakeroot
Version: 1.13
Severity: wishlist

Hi,

i am using fakeroot as a helper in software distribution. For example,
I have a subdirectory tree containing /etc of a new system, while all
files belong to me and have mode 600 on the real file system. When I
modify the subtree, I do this under fakeroot -i -s, so that etc/shadow
can be root:shadow 640 without me actually being root on the system.
In this context, the save-file lives over weeks/months and contains
important configuration data.

I would now like to be able to rsync/copy these trees to different
systems, which doesn't work since the save file only contains file
system and inode numbers which are likely to be differnt on the other
system.

I must admit that I haven't really understood why fakeroot doesn't key
the save-file by file name (I guess it must have something to do with
hardlinks ouside the fakeroot scope, but I haven't understood).

Would it be possible to put the file name into the file as well
(cached from the respective syscalls or obtained from /proc) so that a
subsequent fakeroot -r can choose whether to verify whether the file
name and the inode number still match and/or allow the user to choose
whether to give the inode number or the file name precedence?

Such a change would not break backwards compatibility.

Greetings
Marc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545015: padevchooser: systray icon not displayed in kde4

2009-09-04 Thread debian
Package: padevchooser
Version: 0.9.3-2
Severity: minor

de recent kde4 of sid the icon of padevchooser is not displayed, instead 
there's either empty space or on of the already dispalyed icons is duplicated 
suddenly.
i guess it has to do either with the format of the file or the way the app 
interacts with the systray.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_DK.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages padevchooser depends on:
ii  avahi-daemon  0.6.25-1   Avahi mDNS/DNS-SD daemon
ii  gnome-icon-theme  2.26.0-1   GNOME Desktop icon theme
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-1 simple interprocess messaging syst
ii  libfontconfig12.6.0-4generic font configuration library
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.20.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.6-1   The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gt 0.4.5-1sends desktop notifications to a n
ii  liborbit2 1:2.14.17-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libpulse-browse0  0.9.15-4.1 PulseAudio client libraries (zeroc
ii  libpulse-mainloop-glib0   0.9.15-4.1 PulseAudio client libraries (glib 
ii  libpulse0 0.9.15-4.1 PulseAudio client libraries
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.2.1-2  X11 Input extension library
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxml2   2.7.3.dfsg-2.1 GNOME XML library
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra

Versions of packages padevchooser recommends:
ii  paman 0.9.4-1PulseAudio Manager
ii  paprefs   0.9.8-1PulseAudio Preferences
ii  pavucontrol   0.9.8-1PulseAudio Volume Control
ii  pavumeter 0.9.3-1PulseAudio Volume Meter

padevchooser suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545012: network-manager-gnome: nm-applet problem with dsl modem

2009-09-04 Thread BW
Package: network-manager-gnome
Version: 0.6.6-4
Severity: normal


Everytime I boot my pc mn-applet tels me I'm conected to the internet but it 
doesn't work. I need to disconect first and reconect to make it work. It's a 
bit anoying. I use 2 ethernet cards one of them is conected to the dsl modem.
thx for your help

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager-gnome depends on:
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgnome-keyring0   2.22.3-2 GNOME keyring services library
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomeui-02.20.1.1-2   The GNOME 2 libraries (User Interf
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libnm-util0 0.6.6-3  network management framework (shar
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libx11-62:1.1.5-2X11 client-side library
ii  network-manager 0.6.6-3  network management framework daemo

Versions of packages network-manager-gnome recommends:
ii  libpam-gnome-keyring [libpam- 2.22.3-2   PAM module to unlock the GNOME key
pn  network-manager-openvpn-gnome  (no description available)
pn  network-manager-vpnc-gnome (no description available)
ii  notification-daemon   0.3.7-1+b1 a daemon that displays passive pop

network-manager-gnome suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545017: linux-kbuild-2.6: out-of-date-standards-version

2009-09-04 Thread Uwe Kleine-König
Package: linux-kbuild-2.6
Version: 2.6.30-1
Severity: minor
Tags: patch

Hello,

the following patch applies on trunk

Best regards
Uwe

--->8---
* debian/templates/control.source.in: bump Standards-Version

* debian/templates/control.source.in, debian/templates/control.main.in
  - Use Section kernel

Index: linux-kbuild-2.6-debian/debian/changelog
===
--- linux-kbuild-2.6-debian.orig/debian/changelog   2009-09-04 
14:37:04.0 +0200
+++ linux-kbuild-2.6-debian/debian/changelog2009-09-04 14:49:30.0 
+0200
@@ -1,7 +1,12 @@
 linux-kbuild-2.6 (2.6.31~rc4-1) UNRELEASED; urgency=low
 
+  [ Bastian Blank ]
   * New upstream version.
 
+  [ Uwe Kleine-König ]
+  * Standards-Version: 3.8.3
+- use Section: kernel
+
  -- Bastian Blank   Sat, 25 Jul 2009 11:46:23 +0200
 
 linux-kbuild-2.6 (2.6.30-1) unstable; urgency=low
Index: linux-kbuild-2.6-debian/debian/templates/control.main.in
===
--- linux-kbuild-2.6-debian.orig/debian/templates/control.main.in   
2009-09-04 14:37:04.0 +0200
+++ linux-kbuild-2.6-debian/debian/templates/control.main.in2009-09-04 
14:49:30.0 +0200
@@ -1,6 +1,6 @@
 Package: linux-kbui...@version@
 Architecture: any
-Section: devel
+Section: kernel
 Priority: optional
 Depends: ${shlibs:Depends}
 Description: Kbuild infrastructure for Linux @version@
Index: linux-kbuild-2.6-debian/debian/templates/control.source.in
===
--- linux-kbuild-2.6-debian.orig/debian/templates/control.source.in 
2009-09-04 14:37:04.0 +0200
+++ linux-kbuild-2.6-debian/debian/templates/control.source.in  2009-09-04 
14:49:30.0 +0200
@@ -1,7 +1,7 @@
 Source: linux-kbui...@major@
-Section: devel
+Section: kernel
 Priority: optional
 Maintainer: Debian Kernel Team 
 Uploaders: Bastian Blank 
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Build-Depends: debhelper (>> 7), python

-- System Information:
Debian Release: 5.0.3
  APT prefers proposed-updates
  APT policy: (900, 'proposed-updates'), (900, 'stable'), (600, 
'testing-proposed-updates'), (600, 'testing'), (500, 
'oldstable-proposed-updates'), (500, 'oldstable'), (200, 'unstable'), (2, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   5   >