Bug#658247: RM: qastools -- ROM; replaced by qastools

2012-02-01 Thread Sebastian H.
 Package: ftp.debian.org
 Severity: normal
 
 Please remove qasmixer which is replaced by qastools.
 

Subject: RM: qastools???
I've entered qasmixer as the package name.
Is this a bug in reportbug or do I get this wrong (again).

Sebastian





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



Bug#658105: RFS: qastools

2012-01-31 Thread Sebastian H.
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package qastools.

 * Package name: qastools
   Version : 0.17.1-1
   Upstream Author : Sebastian Holtermann
 * URL : http://xwmw.org/qastools
 * License : GPL-3
   Section : sound

It builds those binary packages:

qasconfig  - ALSA configuration browser
 qashctl- mixer for ALSA's High level Control Interface
 qasmixer   - ALSA mixer for the desktop
 qastools-common - QasTools common files

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/qastools

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/q/qastools/qastools_0.17.0-1.dsc

I would be glad if someone uploaded this package for me.


Kind regards,

Sebastian Holtermann



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



Bug#658105: RFS: qastools

2012-01-31 Thread Sebastian H.
Sorry, copy'n paste mistake.

 Alternatively, one can download the package with dget using this command:
 
   dget -x
 http://mentors.debian.net/debian/pool/main/q/qastools/qastools_0.17.0-1.dsc

Current version is

http://mentors.debian.net/debian/pool/main/q/qastools/qastools_0.17.1-1.dsc

-- Sebastian



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



Bug#650589: qasmixer: linux(alsa) specific?

2011-12-01 Thread Sebastian H.
Hello

 Your package seems to be specific to linux and won't work on
 kfreebsd or hurd. Please consider setting arch to linux-any.

The limiting factor seems to be the ALSA library and I have no idea
about the situation of ALSA in kfreebsd or hurd.

linux-any? I wasn't aware of that one. Sounds good.

Actually my current plan is to replace qasmixer and qasconfig with a new
package called qastools. It will include both programs and a third one
(qashctl) which was forked out of qasmixer.

 If you have further questions please mail debian-...@lists.debian.org

Unless someone from bsd/hurd world comes up with a fix for the upcoming
qastools, I'd like to stay with linux-any. That's simply because I have
no experience/system with kfreebsd or hurd.

Regards,
Sebastian H.



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



Bug#635233: [qasmixer] QT completely uppercase in descriptions

2011-07-24 Thread Sebastian H.
Hello

  ALSA sound mixer with a size adaptive QT4 GUI

 Qt only has a capital Q. BTW, now that Qt 4 is the default Qt 
 version, mentioning the version number in the short description is 
 superfluous.

I've uploaded a new version to mentors.debian.net with all QT4 strings
replaced with Qt.

Sebastian




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



Bug#632642: ITP: qasmixer -- mixer for the sound system ALSA powered by a QT GUI

2011-07-04 Thread Sebastian H.
Package: wnpp
Severity: wishlist
Owner: Sebastian H. va...@gmx.de


* Package name: qasmixer
  Version : 0.12.1
  Upstream Author : Sebastian Holtermann sebh...@xwmw.org
* URL : http://www.xwmw.org/qasmixer/
* License : GPL-3
  Programming Lang: C++
  Description : mixer for the sound system ALSA powered by a QT GUI

QasMixer is a graphical mixer application for the Linux sound 
architexture ALSA. It is powered by a QT4 GUI with customized slider
and checkbox widgets that dynamically adjust their size to use 
the available window space optimally. 

By using the ALSA mixer interface QasMixer aims to stay close to the 
sound hardware without any intermediate abstraction layers. 
This also means that it shows the same sliders and switches as 
the console alsamixer.

Closes: #n



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



Bug#499793: live-helper: fails to build source archive; bug in lh_source_debian-live

2008-09-22 Thread Sebastian H.
Package: live-helper
Version: 1.0.1+20080919.141605
Severity: normal

There's a bug in lh_source_debian-live. Currently it is not 
possible to build a source archive in tar format (see [1]).

tar and gzip have to deal with the same directory (lines 65/66). But 
$(date +%Y%m%d.%s) produces a different output on both lines (because 
the time (esp. milliseconds) proceeds during both commands.

patch proposal:

# Create tarball
cd source

if gzip --help | grep -qs '\-\-rsyncable'
then
LH_DEBLIVE_SOURCE_ARCHIVE=debian-live-config_$(date +%Y%m%d.%s).tar
tar cf ${LH_DEBLIVE_SOURCE_ARCHIVE} debian-live
gzip --rsyncable --best ${LH_DEBLIVE_SOURCE_ARCHIVE}
else
tar cfz debian-live-config_$(date +%Y%m%d.%s).tar.gz debian-live
fi


Maybe someone can fix this in git.

Regards,
Sebastian H.

[1]: http://lists.debian.org/debian-live/2008/09/msg00179.html


-- Package-specific info:

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

Kernel: Linux 2.6.25-2-486
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 live-helper depends on:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  gettext-base  0.17-3 GNU Internationalization utilities

live-helper recommends no packages.

Versions of packages live-helper suggests:
pn  dosfstools none(no description available)
ii  fakeroot   1.9.5 Gives a fake root environment
ii  genisoimage9:1.1.8-1+b1  Creates ISO-9660 CD-ROM filesystem
ii  grub   0.97-47   GRand Unified Bootloader (Legacy v
pn  memtest86+ | memtest86 none(no description available)
ii  mtools 3.9.11-1  Tools for manipulating MSDOS files
pn  parted none(no description available)
pn  squashfs-tools | genext2fs none(no description available)
ii  sudo   1.6.9p17-1Provide limited super user privile
ii  syslinux   2:3.71+dfsg-1 Kernel loader which uses a FAT, ex
ii  uuid-runtime   1.41.0-3  universally unique id library
pn  win32-loader   none(no description available)

-- no debconf information



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



Bug#354503: real i386 processor detected in i386 chroot in AMD64 system

2006-02-26 Thread Sebastian H. Miele
Package: libc6
Version: 2.3.5-6

The following happens in a i386-chroot on an AMD64 system.

Preparing to replace libc6 2.3.5-6 (using .../libc6_2.3.5-13_i386.deb) ...
WARNING: This machine has real i386 class processor.
Debian etch and later does not support such old hardware
any longer.
The reason is that bswap instruction is not supported
on i386 class processors, and some core libraries have
such instruction. You'll see illegal instruction error
when you upgrade your Debian system.
dpkg: error processing /var/cache/apt/archives/libc6_2.3.5-13_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/libc6_2.3.5-13_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of perl-modules:
 perl-modules depends on perl (= 5.8.8-1); however:
  Version of perl on system is 5.8.7-10.
dpkg: error processing perl-modules (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 perl-modules

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#354505: ghc on AMD64 testing depends on unavailable libgmp3c2

2006-02-26 Thread Sebastian H. Miele
Package: ghc
Version: 6.4-4.1

In the AMD64 testing distribution the ghc package depends on the
unavailable package libgmp3c2.  My /etc/apt/sources.list is:

deb http://ftp.de.debian.org/debian-amd64/debian/ testing main
deb http://ftp.de.debian.org/debian-amd64/debian/ stable main

However, the libgmp3c2 package is available in the unstable branch, so
the problem will probably fix itself in the future.

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#354503: real i386 processor detected in i386 chroot in AMD64 system

2006-02-26 Thread Sebastian H. Miele
Aurelien Jarno [EMAIL PROTECTED] schrieb am 26.02.06 23:55:41:
 
 Sebastian H. Miele a écrit :
  Package: libc6
  Version: 2.3.5-6
  
  The following happens in a i386-chroot on an AMD64 system.
  
  Preparing to replace libc6 2.3.5-6 (using .../libc6_2.3.5-13_i386.deb) ...
  WARNING: This machine has real i386 class processor.
  Debian etch and later does not support such old hardware
  any longer.
  The reason is that bswap instruction is not supported
  on i386 class processors, and some core libraries have
  such instruction. You'll see illegal instruction error
  when you upgrade your Debian system.
  dpkg: error processing /var/cache/apt/archives/libc6_2.3.5-13_i386.deb 
  (--unpack):
   subprocess pre-installation script returned error exit status 1
  Errors were encountered while processing:
   /var/cache/apt/archives/libc6_2.3.5-13_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  A package failed to install.  Trying to recover:
  dpkg: dependency problems prevent configuration of perl-modules:
   perl-modules depends on perl (= 5.8.8-1); however:
Version of perl on system is 5.8.7-10.
  dpkg: error processing perl-modules (--configure):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   perl-modules
 
 
 What does 'uname -m' command returns from inside the chroot?
 
 Also could you please try the latest version of the glibc (2.3.6-2), the 
 problem may be fixed, as some part of this code has been changed in it.

uname -m returned i386 - because I replaced uname with a script that
returns i386 instead of the usual x86_64 (in order to make the Linux
kernel configure and make machinery compile for i386 (diskless
clients) instead of x86_64).  Versions 2.3.5-13 as well as 2.3.6-2
work with the original uname.  Sorry.

__
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131




Bug#336215: ghci on amd64 fails

2005-10-28 Thread Sebastian H. Miele

Package: ghc6
Version: 6.4-4.1

I am running debian amd64 testing.  ghc works, but ghci gives:

   ___ ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |  GHC Interactive, version 6.4, for Haskell 98.
/ /_\\/ __  / /___| |  http://www.haskell.org/ghc/
\/\/ /_/\/|_|  Type :? for help.

Loading package base-1.0 ... ghc-6.4: /usr/lib/ghc-6.4/HSbase.o: unknown 
architecture
ghc-6.4: panic! (the `impossible' happened, GHC version 6.4):
loadObj: failed

Please report it as a compiler bug to glasgow-haskell-bugs@haskell.org,
or http://sourceforge.net/projects/ghc/.

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#335428: unfullfillable dependency of gs-esp with testing/amd64

2005-10-23 Thread Sebastian H. Miele

Package: gs-esp
Version: 8+8.15rc4.dfsg.1-2.1

Hello,

the package gs-esp version 8+8.15rc4.dfsg.1-2.1 in the current debian testing
amd64 distribution (deb http://ftp.de.debian.org/debian-amd64/debian/ testing
main) depends on libpng12-0 version =1.2.8rel-4.  However there is only
version 1.2.8rel-1 available.

Best
Sebastian

__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#331323: Error during purging of xvmount 3.7-9

2005-10-02 Thread Sebastian H. Miele

Package: xvmount
Version: 3.7-9

Purging configuration files for xvmount ...
rm: cannot remove `/etc/xvmounttab': No such file or directory
dpkg: error processing xvmount (--purge):
 subprocess post-removal script returned error exit status 1

Best wishes
Sebastian

__
Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131



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



Bug#330306: Error during purging of gtkballs 3.1.5-2

2005-09-27 Thread Sebastian H. Miele

Package: gtkballs
Version: 3.1.5-2

error message:

Purging configuration files for gtkballs ...
rm: cannot remove `/var/games/gtkballs-scores': No such file or directory

_
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179