Bug#983408: New upstream release 0.0.24

2021-02-23 Thread Marco Amadori
Package: 0ad Version: 0.0.23.1-5+b1 Severity: wishlist Tags: upstream New tarballs available at: https://play0ad.com/download/source/ -- ESC:wq

Bug#843781: An ugly patch that works to /usr/sbin/update-flashplugin-nonfree while the remote server gets an update

2016-11-12 Thread Marco Amadori
--- update-flashplugin-nonfree 2016-11-12 16:24:55.071017791 +0100 +++ update-flashplugin-nonfree_ugly_patched 2016-11-12 16:25:12.754735526 +0100 @@ -196,6 +196,7 @@ then cp $cachedir/get-upstream-version.pl . upstream=`perl get-upstream-version.pl

Bug#731300: Patch link

2014-02-11 Thread Marco Amadori
This link was provided also in a control message, but I'll report here for convenience. https://raw2.github.com/linuxmint/systemd/master/debian/patches/pam-check-runtime-dir-user.patch -- ESC:wq

Bug#698777: python3.3: pyvenv-3.3 fails with easy-install pip

2013-01-23 Thread Marco Amadori
Package: python3.3 Version: 3.3.0-8 Severity: normal I cannot use easy_install in a virtualenv freshly created with pyvenv-3.3, to reproduce: $ cd /tmp $ pyvenv-3.3 testenv $ curl -O http://python-distribute.org/distribute_setup.py $ . testenv/bin/activate $ (testenv) python distribute_setup.py

Bug#695758: pyvenv-3.3 does not play well with distribute

2012-12-12 Thread Marco Amadori
Package: python3.3 Version: 3.3.0-6 Tags: experimental, fixed-upstream To reproduce the bug: $ pyvenv-3.3 /tmp/testenv $ cd /tmp/testenv # just to not pollute fs for this test $ . /tmp/testenv/bin/activate (testenv) $ curl -O http://python-distribute.org/distribute_setup.py (testenv) $ python

Bug#659112: Please update python-selenium to version 2.18.1

2012-02-08 Thread Marco Amadori
Package: python-selenium Severity: wishlist A new upstream is available. thanks. -- ESC:x -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#642335: I'm working on It

2012-01-22 Thread Marco Amadori
Hi, I packaged qjoypad for debian, I will upload a preliminar version soon (on alioth/mentors I think) while I'll look for a sponsor for the package. Stay tuned :-) -- ESC:wq -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#642335: Subject: RFS: qjoypad

2012-01-22 Thread Marco Amadori
http://mentors.debian.net/debian/pool/main/q/qjoypad/qjoypad_4.1.0-1.dsc I would be glad if someone uploaded this package for me. Kind regards, Marco Amadori -- ESC:wq -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#616143: Clarification request about --control-path interface

2011-03-04 Thread Marco Amadori
Joy Hess sayd: multiarch moves the directory, so all of this could break. (Although given current debootstrap symlinking, maybe not.) I have some questions, sorry for being too naïve there, but I would like to fully understand if my assumptions are right. This could all be future-proofed by

Bug#591791: Upstart and sysvinit in packages - Policy needed

2011-02-14 Thread Marco Amadori
: Marco Amadori amado...@vdavda.com Date: Fri, 11 Feb 2011 15:45:27 +0100 Subject: [PATCH 5/6] Exit from the sysvinit script to use the upstart job. --- debian/changelog |3 ++- debian/nodm.init |6 ++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian

Bug#591791: Upstart and sysvinit in packages - Policy needed

2011-02-14 Thread Marco Amadori
On Monday 14 February 2011 21:07:57 Steve Langasek wrote: if [ -e /etc/init/${NAME}.conf ] /sbin/telinit --version /dev/null 21 | grep -qs upstart then exit 0 fi inside the sysvinit init script. This does not appear to be consistent with

Bug#603974: Info provided, help needed!

2011-01-26 Thread Marco Amadori
In data Wednesday 26 January 2011 02:43:12, Colin Watson ha scritto: Please review and comment. I can go ahead and push these patches to master if people like them. Your patches are working on my test environment too. I like them and yes, please push them. They are fixing this bug, many

Bug#603974: Info provided, help needed!

2011-01-25 Thread Marco Amadori
for viruses and dangerous content by MailScanner, and is believed to be clean. From d59109c0969f4ef0c469bd0a72b940085e243c8b Mon Sep 17 00:00:00 2001 From: Marco Amadori amado...@vdavda.com Date: Mon, 24 Jan 2011 11:33:15 +0100 Subject: [PATCH] Fix missing keyboard setup adding console-setup-udeb

Bug#603974: Logs of live-installer runs

2011-01-25 Thread Marco Amadori
Too ease the resolution of this bug, I attached the log of debian installer with live-installer with and without a Depends: console-setup-udeb in the live-installer debian/control file. In the nodep install I got XKBLAYOUT=us instead of it in /etc/default/keyboard and calling setupcon at first

Bug#603974: live-installer should depend and use console-setup-udeb

2010-11-19 Thread Marco Amadori
In data venerdì 19 novembre 2010 00:47:56, Samuel Thibault ha scritto: Marco Amadori, le Fri 19 Nov 2010 00:29:59 +0100, a écrit : As it is now, live-installer fails in providing a proper keyboard configuration in the installed system, in fact it fails in propagating kbd-chooser debconf

Bug#603974: live-installer should depend and use console-setup-udeb

2010-11-18 Thread Marco Amadori
this patch you need to fix live-build exclude-udeb or provide a console-setup-udeb in some way. Patch attached. -- ESC:wq From 5c3dfb5cb1d660d6824bc3c4ebdecbbc11bf024c Mon Sep 17 00:00:00 2001 From: Marco Amadori amado...@vdavda.com Date: Tue, 16 Nov 2010 17:19:26 +0100 Subject: [PATCH] Fix keyboard

Bug#603975: live-build should provide console-setup-udeb available to debian-installer

2010-11-18 Thread Marco Amadori
the keyboard layout in the installed system. Patch attached (and available in git with a typo in commit message). -- ESC:wq From 3a559425e4f443ee776ba98105d132e793553e79 Mon Sep 17 00:00:00 2001 From: Marco Amadori amado...@vdavda.com Date: Tue, 16 Nov 2010 17:47:17 +0100 Subject: [PATCH] Do not exclude

Bug#536728: persistent devices name are supported via persistent-subtext boot option

2010-09-27 Thread Marco Amadori
In data lunedì 27 settembre 2010 13:13:21, Michael Prokop ha scritto: Marco, could you please document this feature? It is already documented in the live-manual: http://live.debian.net/manual/en/html/persistence.html#id2559143 I can't find it in manpages/*/live-boot.7 yet, would be great if

Bug#595371: zlib1g: experimental version breaks php-pear

2010-09-03 Thread Marco Amadori
Package: zlib1g Version: 1:1.2.3.5.dfsg-1 Severity: important Tags: upstream This version makes pear segfault on decompression. From the gdb trace (below) I suggest it is already known by upstream as I see in this mail: http://mail.madler.net/pipermail/zlib-devel_madler.net/2010-

Bug#591330: live-snapshot fails to sync at reboot/shotdown

2010-08-02 Thread Marco Amadori
In data lunedì 2 agosto 2010 10:45:21, Luigi Capriotti ha scritto: I'll paste relevant lines there for convenience: http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=scripts/live;h=a17eb 423fca132f0aaf03c8ca6f956766eaef797;hb=HEAD#l1052 echo export

Bug#588306: live-initramfs: Unreachable code in do_netmount

2010-07-07 Thread Marco Amadori
In data mercoledì 7 luglio 2010 10:49:06, Colin Watson ha scritto: do_netmount is called in exactly one place: if [ ! -z ${NETBOOT} ] || [ ! -z ${FETCH} ] || [ ! -z ${HTTPFS} ] || [ ! -z ${FTPFS} ] then if do_netmount That function then contains code guarded by

Bug#588307: live-initramfs: Unreachable code in Arguments

2010-07-07 Thread Marco Amadori
In data mercoledì 7 luglio 2010 10:51:57, Colin Watson ha scritto: Only the first pattern will be matched. The second is therefore unreachable code. Agree, a patch is coming on git soon. Thanks for reporting. -- ESC:wq -- This message has been scanned for viruses and dangerous content by

Bug#572520: Which games already uses that?

2010-03-10 Thread Marco Amadori
Hi, It seems an interesting project, but I wander which games are using it which could be packaged as well. -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To UNSUBSCRIBE, email to

Bug#571544: Unreproducible but a different bug still there

2010-03-05 Thread Marco Amadori
Hi, referring to your (forwarded to http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=571544) bug, when I try to launch spring-dedicated I got an LD issue (which needs to be fixed but is not relative to this bug): * * $ /usr/games/spring-dedicated /usr/games/spring-dedicated: error while

Bug#569324: springlobby: update to upstream version 0.63

2010-02-16 Thread Marco Amadori
On Tuesday 16 February 2010 21:30:24 Jan Dittberner wrote: please update springlobby to the latest upstream version I see a @debian.org address there, I can prepare you a package for 0.63 on mentors.debian.net to let you upload it, I'm having some troubles finding a sponsor. An updated

Bug#544367: Release 3.4.5 is out

2010-02-01 Thread Marco Amadori
The new news link below: http://www.bugzilla.org/news/#release345 -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#563739: Any hints for fixing this?

2010-01-08 Thread Marco Amadori
Hi, thanks for the report, I compiled the debian/copyright file with the help of upstream and licensecheck command, do you have any suggestion or best practice for this task? -- ESC:wq -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#554153: ITP: spring-kernelpanic -- a fast-paced RTS with no economy for the Spring engine

2009-11-03 Thread Marco Amadori
Package: wnpp Version: N/A; reported 2009-11-03 Severity: wishlist * Package name : spring-kernelpanic Version : 3.6 Upstream Author : * URL : http://springrts.com/wiki/Kernel_Panic * License : Public Domain, GPL-2+ Description : a fast-paced RTS with no economy for the Spring engine Kernel

Bug#552622: libtorrent-rasterbar: please add a -nossl flavour of the package

2009-10-28 Thread Marco Amadori
Source: libtorrent-rasterbar Version: 0.14.6-1 Severity: wishlist Hi, I'm packaging springlobby for debian (ITP #550250) which depends on libtorrent-rasterbar; even if SpringLobby does not use directly openssl the final binary will end linking it because it links this library. I asked

Bug#552628: libtorrent-rasterbar: please add a -nossl flavour of the package

2009-10-28 Thread Marco Amadori
Package: libtorrent-rasterbar-dev Severity: wishlist Hi, I'm packaging springlobby for debian (ITP #550250) which depends on libtorrent-rasterbar; even if SpringLobby does not use directly openssl the final binary will end linking it because it links this library. I asked SpringLobby upstream to

Bug#552596: libtorrent-rasterbar: please add a -nossl flavour of the package

2009-10-27 Thread Marco Amadori
Package: libtorrent-rasterbar Version: 0.14.6-1 Severity: wishlist Hi, I'm packaging springlobby for debian (ITP #550250) which depends on libtorrent-rasterbar; even if SpringLobby does not use directly openssl the final binary will end linking it because it links this library. I asked

Bug#367883: Preliminary packages available to test

2009-10-08 Thread Marco Amadori
Hi all spring enthusiasts, I'm packaging spring from scratch but I already looked at ubuntu's PPA work, I'm in contact with a DD which probably will sponsor those packages. Preliminar packages are present on mentors.debian.net and binaries on http://alioth.debian.org/~mammadori-guest . The

Bug#550250: ITP: springlobby -- single/multiplayer lobby for spring rts engine

2009-10-08 Thread Marco Amadori
Package: wnpp Severity: wishlist * Package name : springlobby Version : 0.23 Upstream Authors : springlobby developers * URL : http://springlobby.info * License : GPL Description : Single player and multiplayer lobby for Spring, it also permits to

Bug#522382: live-initramfs: using 'persistent=nofiles' parameter [PATCH]

2009-08-03 Thread Marco Amadori
On Wednesday 29 July 2009, 12:16:54, Daniel Baumann wrote: Rui Miguel Bernardo wrote: Here is a correct patch (I hope). for the records (it doesn't matter here, but it's a major nuissance in general when sending patches): your diff is somewhat cluttered, you should only change what you

Bug#275653: Bug#525012: (no subject)

2009-07-27 Thread Marco Amadori
On Sunday 26 July 2009, 16:07:22, Jan Engelhardt wrote: The Official Manual example [0] in the section 10.6.1.7 does not work anymore because of this. So e.g: # ifconfig eth0:1 inet 0 up does not work anymore That's because it is not an interface whatsoever (compare with running `ip

Bug#537224: Please package new upstream release 1.4.1

2009-07-16 Thread Marco Amadori
Package: directfb Severity: wishlist A new directfb stable release is available upstream, would you like to package it, please? Many thanks! -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To

Bug#41642: Diversions should not be encouraged?

2009-06-25 Thread Marco Amadori
On Thu, 21 Aug 2003 17:56:15 -0400, Joey Hess said: The problem with this idea is much the same as the problem with a dh_alternatives: dpkg-divert and update-alternatives are complicated and have many options that might need to be passed in, and adding a debhelper command just adds a layer

Bug#532620: Please provide the -dbg package for libdirectfb

2009-06-10 Thread Marco Amadori
Package: directfb Severity: wishlist As most used libraries, I think it could be useful to provide the -dbg packages with debuggin symbols also for this package. Many thanks for paying attention. P.S. (new upstream is available too) -- ESC:wq -- This message has been scanned for

Bug#395334: Please update libgegl depends or it will FTBFS

2009-05-19 Thread Marco Amadori
Hi, in the gnome-scan-0.6.2 package source found on [0], debian/control should be updated to make the package depends on libgegl-0.0-dev (= 0.0.21), otherwise building it could lead to: configure output checking for GNOME_SCAN... configure: error: Package requirements (gmodule-2.0

Bug#528480: live-installer does not let d-i to eject cdrom

2009-05-13 Thread Marco Amadori
Package: live-installer at the end of a successful installation finish-install is not able to umount and eject cdrom. Lates messages are (e.g.): * - May 13 07:13:12 finish-install: info: Running /usr/lib/finish-install.d/15cdrom-detect May 13 07:13:12 cdrom-detect: Unmounting and

Bug#528480: too easy, patch included

2009-05-13 Thread Marco Amadori
I was convinced that the loop was unmounted since it seemed to logical to me... I was wrong... the squashfs is still mounted, so there is no surprise that /cdrom could not me umounted. To umount /cdrom those two simple steps must added to live-installer: # umount /mnt # /target/sbin/losetup -d

Bug#528228: A new upstream is available with security fixes

2009-05-11 Thread Marco Amadori
Package: bugzilla3 Severity: wishlist A new usptream is available on http://www.bugzilla.org/releases/3.2.3/, it would be nice to have in unstable since it fixes some security bugs too. -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is

Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
Package: libgnutls26 Severity: important Version: 2.4.2-6+lenny1 Tags: lenny When using apt-transport-https to fetch packages from a https web server configured with required client authentication (apt options Acquire:: {CaInfo,SslCert,SslKey}), an apt-operation will fail with misleading

Bug#525964: apt-transport-https should raise their dependency to libcurl3-gnutls 7.18.2-8lenny2 to enable ssl key/cert clients authentication

2009-04-28 Thread Marco Amadori
Package: apt-transport-https Tags: lenny Because of bug #525962 [0], apt-transport-https could not fully work with libgnutls26 version 2.4.2-6+lenny. This bug affects lenny release of libgnutls, on sid everithing works as expected. Anyway apt-transport-https should depend on libcurl3-gnutls

Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
On Tuesday 28 April 2009, 10:08:26, you wrote: Can you get apt-transport-https to generate debug logs? yes, I attached a log after adding 'Debug::Acquire::https true;' to the apt- conf.d/mystuff file. If there isn't code in it already, you may need to add something like this: I cannot add

Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
On Tuesday 28 April 2009, 12:02:25, you wrote: yes, I attached a log after adding 'Debug::Acquire::https true;' to the apt- conf.d/mystuff file. Unfortunately it doesn't give that many details. What kind of server is it? It is a debian lenny with apache hosting a custom reprepro

Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
On Tuesday 28 April 2009, 13:02:29, Simon Josefsson wrote: What kind of server is it? It is a debian lenny with apache hosting a custom reprepro repository of some debian packages. Apache with mod_ssl or mod_gnutls? I'm sorry, I meant apache2-mpm-worker 2.2.9-10lenny2: # ldd

Bug#525796: Please ship libpng's -dbg package

2009-04-27 Thread Marco Amadori
Source: libpng Severity: wishlist As most important libraries do, it would be useful and nice if libpng could ships its file with debugging symbols in a separate package. -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be

Bug#514220: Please support just leaving a file in a /usr/local path in order to add a custom certificate

2009-04-27 Thread Marco Amadori
As Peter Palfrader wea...@debian.org noted on Thu, 05 Feb 2009 12:11:53 +0100: Ideally there would just be a place where the admin can dump certs, say /etc/ca-certificates/local/ or whatever, then this whole mess wouldn't be necessary.) As noted in the FHS, /usr should be considered as read

Bug#275653: ifconfig fails to initialize a virtual interface with a zero IP address

2009-04-21 Thread Marco Amadori
package: net-tools severity: important version: 1.60-23 ifconfig seem to not be able anymore to deconfigure a virtual interface. The Official Manual example [1] in the section 10.6.1.7 does not work anymore because of this. So e.g: # ifconfig eth0:1 inet 0 up does not work anymore As noted

Bug#525012: ifconfig fails to initialize a virtual interface with a zero IP address

2009-04-21 Thread Marco Amadori
package: net-tools severity: important version: 1.60-23 ifconfig seem to not be able anymore to deconfigure a virtual interface. The Official Manual example [1] in the section 10.6.1.7 does not work anymore because of this. So e.g: # ifconfig eth0:1 inet 0 up does not work anymore As noted

Bug#522300: mdadm depends on virtual package 'mail-transport-agent' without an alternative

2009-04-02 Thread Marco Amadori
package: mdadm version: 2.6.8-12-gb47dff6-2 severity: normal the 'mdadm' package recommends the virtual package 'mail-transport-agent' without an alternative, causing aptitude to install any random package providing 'mail-transport-agent' (citadel-mta in my case) when attempting to install the

Bug#514916: It seems to be related to another package

2009-02-12 Thread Marco Amadori
On Wednesday 11 February 2009, 22:10:25, rpowell wrote: Package: live-initramfs The following patch makes everything work in my environment, and I believe will still work in single-NIC setups: *** /srv/fai/nfsroot/live/filesystem.dir/usr/share/initramfs-tools/scripts/func tionsWed Jan

Bug#514916: Not really (was Re: It seems to be related to another package)

2009-02-12 Thread Marco Amadori
On Thursday 12 February 2009, 20:27:08, rpowell wrote: I would like to think that two Debian packages could work to fix something at the same time. :) Sure, mine was just a request to consider if it could be the case of moving the bug to another package to track it better. However, the

Bug#497561: live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax

2008-12-15 Thread Marco Amadori
On Monday 15 December 2008, 02:47:49, Daniel Baumann wrote: Marco, could you comment on this one? live-initramfs currently does not include util-linux-ng mount as the inspection of hooks/live could show. (You could also inspect the generated initrd to have a look). It includes the klibc

Bug#507477: regression: Integrity Checks does not work anymore

2008-12-01 Thread Marco Amadori
Package: live-initramfs Version: 1.154.1-1 Severity: important Booting with integrity-check halts the boot process, probably because the default md5sum binary in that context, is still the busybox one, which does not support the -c option. Moreover the reboot command tries to redirect to

Bug#506956: dpkg-cross does not handle links to .pc files

2008-11-26 Thread Marco Amadori
Package: dpkg-cross Version: 2.3.3 As subject says, if the original package has a .pc symbolic link, the resulting -cross package does not provide it, this could result in a unsatisfied compilation dependence. e.g. : $ dpkg --contents libpng12-dev_1.2.27-2_mipsel.deb | grep pc -rw-r--r--

Bug#506591: A central place for stacked filesystems

2008-11-24 Thread Marco Amadori
On Saturday 22 November 2008, 22:20:18, Tong Sun wrote: It seems that I can't access the stacked filesystems individually. I.e., the mount point of each individual stacked filesystems is not accessible for me. Try to boot with showmounts :-) If I understood what you meant, this bug could be

Bug#506591: A central place for stacked filesystems

2008-11-24 Thread Marco Amadori
On Monday 24 November 2008, 21:44:05, Tong Sun wrote: Try to boot with showmounts :-) If I understood what you meant, this bug could be closed. but the main wish, ie, a central place for stacked filesystems, still holds. If you try the above mentioned options and there are no regressions,

Bug#506229: dpkg-cross fails to provide correct .pc for libpthread-stubs0-dev

2008-11-21 Thread Marco Amadori
On Wednesday 19 November 2008, 19:31:31, you wrote: At first, I couldn't reproduce the bug but I think I have it isolated now - the pkgconfig file is in /usr/share/ instead of the more usual /usr/lib/ I thought it used a different pattern matching, but this makes perfect sense. It could be a

Bug#506229: dpkg-cross fails to provide correct .pc for libpthread-stubs0-dev

2008-11-21 Thread Marco Amadori
On Friday 21 November 2008, 11:07:38, Neil Williams wrote: Package: dpkg-cross tag 506229 + pending thanks That change will be in dpkg-cross 2.3.4: Thanks for the quick fix, Neil. Really, really nice. -- ESC:wq -- This message has been scanned for viruses and dangerous content by

Bug#500093: directfb 1.2 series package

2008-11-21 Thread Marco Amadori
On Friday 21 November 2008, 11:49:27, Fathi BOUDRA wrote: Thanks Marco. I have started to work on the packages too. At least, patches are not updated yet. Feel free to send your changes. I'll merge and upload a package to experimental this week-end. I attached the debian directory I used to

Bug#500093: Help offer in packagein 1.2.x

2008-11-20 Thread Marco Amadori
Hi dear DirectFB maintainers, I write this mail because I will like to help in speeding up the packageing of new directfb upstream (1.2.6 at this mail time). As now I just started to use git-import-dsc and git-import-orig to take track with git with all modification I will made in order to

Bug#506229: dpkg-cross fails to provide correct .pc for libpthread-stubs0-dev

2008-11-19 Thread Marco Amadori
Package: dpkg-cross Hi dear emdebian fellows, dpkg-cross cannot build a useful libpthread-stubs0-dev for cross compiling. Eg: $ dpkg -L libpthread-stubs0-dev /. /usr /usr/share /usr/share/pkgconfig /usr/share/pkgconfig/pthread-stubs.pc /usr/share/doc /usr/share/doc/libpthread-stubs0-dev

Bug#504713: New upstream release

2008-11-06 Thread Marco Amadori
Package: jfsutils Severity: wishlist At the main sourceforge page is available [0] a new bugfix release tagged 1.1.13. Please package it if you could. Thanks. [0] http://jfs.sourceforge.net/project/pub/jfsutils-1.1.13.tar.gz -- ESC:wq -- This message has been scanned for viruses and

Bug#502979: please add RTSP_ALLOW_CLIENT_DESTINATION_SETTING to CFLAGS

2008-10-21 Thread Marco Amadori
Package: livemedia-utils Severity: wishlist Tags: patch Important use cases for liblivemedia live555MediaServer is testing and stream quality analisis, the required option mentioned in the subject just permits to have the server stream RTP data to a IP different from the RTSP client requesting

Bug#502877: lh_binary_debian-installer fails to include local debs

2008-10-20 Thread Marco Amadori
Package: live-helper Version: = 1.0.1-1 Tags: fixed-in-git in lh_binary_debian-installer @478: 'if Find_files ../config/binary_local-debs/*_${LH_ARCHITECTURE}.deb' where we need not to prefix ../ to reach config but just use ./ This is fixed in my live-helper's git @alioth there:

Bug#500672: fixed in git

2008-09-30 Thread Marco Amadori
This should be fixed in my git repository: http://git.debian.org/?p=users/mammadori-guest/live-initramfs.git;a=commit;h=b34f6425c48d460bd0d93efd76884045b015692c -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To

Bug#496619: Agreeement

2008-08-26 Thread Marco Amadori
seconded -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#481485: Quick and dirty working bad ugly hack

2008-05-19 Thread Marco Amadori
Until we wait for a new packages, this works for 2.6.25-2 : $ cd /usr/src $ su # grep CONFIG_XEN modules/ -Rl | xargs -i sed -i -e 's/CONFIG_XEN/CONFIG_LUPO/g' {} # IGNORE_XEN_PRESENCE=1 m-a -tO a-i nvidia -l 2.6.25-2-686 I know it is really ugly and little tested, but seems to work, at least

Bug#479516: firmware hints?

2008-05-13 Thread Marco Amadori
Version: 2.6.25-1 The bnx2 driver was included in the 2.6.22-3 kernel (config-2.6.22-3-amd64:CONFIG_BNX2=m) but not anymore in 2.6.24. Still this device is commonly used in Dell/HP server hardware and so quite usefull. please do a quick google research next time before reporting

Bug#474090: New upstream release

2008-04-03 Thread Marco Amadori
Package: sdcc Version: 2.7.0-1 Severity: wishlist A new upstream (2.8.0) has been released, so this wishlist bug to inform the maintainer about that. -- ESC:wq -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#461877: A new upstream is available with nice feature.

2008-01-21 Thread Marco Amadori
Package: python-pexpect Severity: wishlist On upstream site, http://pexpect.sourceforge.net/, pexpect 2.3 is available. It supports to spawn directly on file descriptor ints, and this is a really nice feature to have in debian, to drive directly e.g. serial lines. -- ESC:wq -- To

Bug#457177: [Yaird-devel] Bug#457177: Bug#457177: Bug#457177: keep yaird out of Testing

2007-12-23 Thread Marco Amadori
Alle sabato 22 dicembre 2007, Sven Luther ha scritto: Unfortunatly, I have to agree from a release team POV (i.e. speaking with my Release Manager hat on) with maks on the general status of the package, especially as maks spoke with his kernel arch maintainer hat on (so his remarks

Bug#453449: New upstream available

2007-11-29 Thread Marco Amadori
package: livemedia-utils severity: wishlist Upstream released a lot of new releases of the software since debian's packaging, some of them are important bugfixes. Could you please update the package? -- ESC:wq signature.asc Description: This is a digitally signed message part.

Bug#453511: Please provide MPEG2TransportStreamIndexer binary

2007-11-29 Thread Marco Amadori
package: livemedia-utils severity: wishlist The subject mentioned MPEG2TransportStreamIndexer binary is available in the -dev package of this suite as compressed source code, it would be nice to have built in this package. Rationale: since it is mandatory to enable tricky play RTSP streaming

Bug#444077: libftdi: does not build API docs

2007-09-25 Thread Marco Amadori
Package: libftdi Severity: wishlist Tags: patch I saw that the package does not build dep on doxygen and it does not build the API html docs, could this behaviour be reversed? A stupid patch for that is included here below: $ diff -urNa libftdi-0.10 libftdi-0.10.new diff -urNa

Bug#403405: 2.6.19 seems to fix it

2007-01-01 Thread Marco Amadori
This seems to be fixed upstream, along with other issues regarding ieee1394 on linux 2.6.19, according to [0]: - kernel 2.6.19 release notes From: Stefan Richter: Date: 2006-12-03 3:00 am eth1394: memory alignment problem fixed ieee1394: recursive locking fixed

Bug#399834: debmirror: Debmirror does not delete their mktemp files in /tmp

2006-11-22 Thread Marco Amadori
Package: debmirror Version: 20060907.1 Severity: normal As subject says, debmirror leaves in my /tmp a lot of temporary files, that it should remove when it finishes using them. For example, invoking debmirror like this: debmirror -arch=i386,amd64 \

Bug#397320: casper: allow commandline-device to show up late

2006-11-06 Thread Marco Amadori
Thanks for the patch, included in the next upload, by the way, busybox seems to do not like seq. See you soon :-) -- ESC:wq pgpXmRnIoftqW.pgp Description: PGP signature

Bug#394308: casper: Wait for usb device to be detected

2006-10-22 Thread Marco Amadori
Alle 18:17, venerdì 20 ottobre 2006, Bas Wijnen ha scritto: When booting from a usb device, some time is needed before the device is actually visible for the system. Casper seems to solve this by trying to detect the device 20 times. However, if there is no slow part in the detection (which

Bug#394686: [PATCH] fix casper-getty setup

2006-10-22 Thread Marco Amadori
Alle 15:41, domenica 22 ottobre 2006, Alex Owen ha scritto: The attached patch fixes the casper-getty setup. There were reports that it did not work on cdrom boots. I don't think the code in 1.71+debian1 could have worked at all net or cd boot. I have tested the new code by booting a cdrom

Bug#393573: Fixed upstream

2006-10-16 Thread Marco Amadori
As reported here [0] this bug seems to be fixed upstream in the new beta driver 1.0-9625 [1] and 1.0-9626. So the driver in experimental could migrate to unstable, and by the way I'm using that driver since it hit experimental without issues on AMD64 (and compiz works too). [0]

Bug#392799: Having the need to have /proc mounted in postinst halts installations in chroots, hence in debian-live.

2006-10-14 Thread Marco Amadori
Alle 17:41, sabato 14 ottobre 2006, Tollef Fog Heen ha scritto: [.. ] asking to have /proc installed have only meanings of current system installs, not a generic one. So this bug is valid for all packages that requires /proc to finish the installation. Then you should build in a UML or

Bug#392798: Having the need to have /proc mounted in postinst halts installations in chroots, hence in debian-live.

2006-10-13 Thread Marco Amadori
Package: console-common Hello, as subject says, in postinst the looking for presency of mounted /proc could be a nice improvements for this package, otherwise could not be installed in chroots without /proc mounted, and since debian-live should not mount /proc because could leave with a chroot

Bug#392799: Having the need to have /proc mounted in postinst halts installations in chroots, hence in debian-live.

2006-10-13 Thread Marco Amadori
Package: apache2 Hello, as subject says, in postinst the looking for presency of mounted /proc could be a nice improvements for this package, otherwise could not be installed in chroots without /proc mounted, and since debian-live should not mount /proc because could leave with a chroot where

Bug#392800: Having the need to have /proc mounted in postinst halts installations in chroots, hence in debian-live.

2006-10-13 Thread Marco Amadori
Package: amavis Hello, as subject says, in postinst the looking for presency of mounted /proc could be a nice improvements for this package, otherwise could not be installed in chroots without /proc mounted, and since debian-live should not mount /proc because could leave with a chroot where

Bug#392799: Having the need to have /proc mounted in postinst halts installations in chroots, hence in debian-live.

2006-10-13 Thread Marco Amadori
I can tell you that it's not rocket science to get /proc mounted in your target chroot while installing packages and then, y'know, unmount it when you're done. In fact we did an hack for having /proc mounted in debian-live, but the bug regards also installing apache in chroots without /proc

Bug#389822: something like this should fix it

2006-09-30 Thread Marco Amadori
at line 1905 of /var/lib/dpkg/info/xserver-xorg.config try to patch in a similar way: if ! db_get debian-installer/keymap; then if [ -z $first_time_keymap ]; then debug_report_status db_get debian-installer/keymap else first_time_keymap=set DI_KEYMAP=us fi else

Bug#390078: (no subject)

2006-09-30 Thread Marco Amadori
reassign xserver-xorg merge 389822 -- ESC:wq pgpTFhglE0rwn.pgp Description: PGP signature

Bug#389822: previous patch is needed but does not fix the bug

2006-09-30 Thread Marco Amadori
Just as hint: I saw two suspicious while in postinst at validate_string_db_input and at validate_monitor_frequency_db_input. -- ESC:wq pgp4M5eRQ3LQa.pgp Description: PGP signature

Bug#106399: grub-net

2006-08-08 Thread Marco Amadori
On Tue, 8 Jun 2004 15:23:59 +0200 Frédéric said : I'm often use GRUB's net boot images for installating Debian on cards without CD nor floppies, and after multiple (re)builds (on Woody), I've patched the GRUB Debian package to add a separate package (grub-net) which contains only net boot

Bug#348761: That could be really useful for Debian-Live

2006-07-19 Thread Marco Amadori
Hi, I'm one of the developers of the Debian-Live [0] team, and I saw that this bug has no reply from the maintainer so far. Since debian live uses syslinux to boot, the gfxboot patches could give, as in latest ubuntu live cds, the ease for unexperienced users to select and choose proper

Bug#376305: Temporary workaround

2006-07-04 Thread Marco Amadori
As temporary workaround, until linux-kbuild exit NEW queue and hits sid, someone could leave below an url of a package to dl? -- ESC:wq pgphdQX8SKyS2.pgp Description: PGP signature

Bug#376538: zope-psycopgda: Please add support (and depends:) for zope 2.9.

2006-07-03 Thread Marco Amadori
Package: zope-psycopgda Version: 1.1.21-7 Severity: minor I saw that zope-psycopgda needs zope2.8 or zope2.7, but it should work also for zope 2.9 although dzhanlde will not show it for 2.9 instances. It is possible to have this product also for version 2.9 of zope? Thanks. -- System

Bug#371083: Package description warn about a false problem, fixed long ago.

2006-06-07 Thread Marco Amadori
Alle 18:39, mercoledì 7 giugno 2006, Franz Pletz ha scritto: On Wed, Jun 07, 2006 at 11:02:43AM +0200, Marco Amadori wrote: The package description warns about: Warning! `genext2fs' has been designed for embedded systems. As such, it will generate a filesystem for single-user usage: all

Bug#371083: Package description warn about a false problem, fixed long ago.

2006-06-07 Thread Marco Amadori
Alle 19:54, mercoledì 7 giugno 2006, hai scritto: On Wed, Jun 07, 2006 at 07:00:33PM +0200, Marco Amadori wrote: A simple use could provide the proof, it is what I did before filing this bug, create some files with different uid/gid, generate an ext2 file, loop mount and look the contents

Bug#371083: Package description warn about a false problem, fixed long ago.

2006-06-07 Thread Marco Amadori
Package: genext2fs Version: 1.4-rc1-1 Severity: minor The package description warns about: Warning! `genext2fs' has been designed for embedded systems. As such, it will generate a filesystem for single-user usage: all files/directories/etc. will belong to UID/GID 0. This is no longer the

Bug#362295: A new upstream Egroupware is available

2006-04-13 Thread Marco Amadori
Package: egroupware Version: Any Severity: wishlist A new upstream version is available at http://www.egroupware.org/ Please provide new packages, thanks! -- ESC:wq pgpWJG2OFFdvZ.pgp Description: PGP signature

Bug#350551: apt-proxy needs to depends on python-apt now

2006-01-30 Thread Marco Amadori
Package: apt-proxy Severity: important Version: any Hi all, upgrading sid I saw my apt-proxy was unable to initialize asking in /var/log/apt-proxy for Failed to load application: No module named web. Today it was fixed by a twisted-web package, but it was unsufficient to let apt-proxy run

  1   2   >