Bug#635368: Gweled should depend on libesd0

2011-07-25 Thread Daniele Napolitano
Package: gweled

Version: 0.9.1-2

Gweled should depend on libesd0 because libmikmod has a auto-detect
feature that check the presence of /usr/lib/libesd.so.0 for load the
ESD driver (witch redirect to PulseAudio). Libesd0 is in the build-dep
but the debhelper script detect that there aren't any libesd symbols
in the gweled binary, so don't add it in the "runtime" dependencies.

So, move libesd0 from Build-Depends to Depends.



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



Bug#745255: #745255 - Not enough room for initial game mode text

2024-04-12 Thread Daniele Napolitano
This bug it's fixed from the version 1.0-alpha1.

Basically the window is now resizable and it's no longer possible to shrink
too much.

Regards.
-- 
*Daniele Napolitano*


Bug#508808: IrDA baud_rate not configurable at boot

2008-12-15 Thread Daniele Napolitano
Package: irda-utils
Version: 1.9.18-8


I made the baud rate of SIR trasmission configurable by /etc/default/irda-utils

I have standardized the irda-utils init script with use of
"log_daemon_msg" and "log_end_msg".


Same bug in Launchpad:
https://bugs.edge.launchpad.net/ubuntu/+source/irda-utils/+bug/292779

-- 
Daniele "DnaX" Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/
34a35,38
> 
> # Set the max baud rate for IrDA device
> # Values: 2400, 3600, 9600, 14400, 19200, 28800, 38400, 57600, 115200
> MAX_BAUD_RATE="115200"
28a29,44
> if [ -f /lib/lsb/init-functions ]; then
> . /lib/lsb/init-functions
> else
> log_action_begin_msg () {
> 	echo -n "$...@... "
> }
> 
> log_action_end_msg () {
> 	if [ "$1" -eq 0 ]; then 
> 	echo done.
> 	else
> 	echo failed.
> 	fi
> }
> fi
> 
62c78
< echo -n "Starting $DESC: $NAME"
---
> log_daemon_msg "Starting $DESC" "$NAME"
87a104
> log_end_msg $?
96,97c113,114
< $SYSCTL -e -q -w net.irda.max_baud_rate=115200
< echo "."
---
> $SYSCTL -e -q -w net.irda.max_baud_rate=$MAX_BAUD_RATE
> #echo "."
100c117
< echo -n "Stopping $DESC: $NAME"
---
> log_daemon_msg "Stopping $DESC" "$NAME"
107c124
< echo "."
---
> log_end_msg $?


Bug#528721: Update irattach [irda-utils] man page

2009-05-14 Thread Daniele Napolitano
Package: irda-utils
Version: 0.9.18-8.1

In the irattach man page is missing the explanation of the parameter
-b that keep irattach to foreground (would be better -f).



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



Bug#595590: gweled: fails to install

2010-09-05 Thread Daniele Napolitano
2010/9/5 Holger Levsen :
> during a test with piuparts I noticed your package failed to install. As per
> definition of the release team this makes the package too buggy for a
> release, thus the severity.
>
> From the attached log (scroll to the bottom...):
>
[...]
>  touch: cannot touch `/var/games/gweled.Normal.scores': No such file or
> directory
[...]

Ondřej: Make sure that /var/games is present, otherwise create it.

Regards.


-- 
Daniele Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/



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



Bug#587043: Highscore list cannot be written by gweled

2010-07-01 Thread Daniele Napolitano
2010/6/22 Arnold Metselaar :
> After upgrading to this version of gweled I could no longer reach the hiscore 
> list,
> even though it was emptied during the upgrade.
> I fixed this locally by changing groups and permissions for some files:
>
> chown root.games /var/games/gweled.[TN]*
> chmod g+w /var/games/gweled.[TN]*
> chown root.games /usr/games/gweled
> chmod g+s /usr/games/gweled
>
> Maybe the hiscore files /var/games/gweled.[TN]* should not have been in the 
> package
> in the first place; reportbug is now complaining that thay have been changed,
> which is not a real problem for a file containing hiscores.
> If included in the package hiscore files should be marked as configuration 
> files.

This is a packaging issue. In the source tarball there is the code to
check file permissions and migration from older names.

-- 
Daniele Napolitano



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



Bug#570118: ITP: upnp-router-control -- a simple program that manages UPnP compliant routers

2010-02-16 Thread Daniele Napolitano
Package: wnpp
Severity: wishlist
Owner: Daniele Napolitano 


* Package name: upnp-router-control
  Version : 0.1
  Upstream Author : Daniele Napolitano 
* URL : http://launchpad.net/upnp-router-control
* License : GPL
  Programming Lang: C
  Description : a simple program that manages UPnP compliant routers

UPnP Router Control allow to see some router params like the download speed
and port forwarding trough UPnP protocol.

The router should be compliant with the UPnP-IGD spec.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/15d0b9b21002160955r281c59b0me8bb7deccd444...@mail.gmail.com



Bug#610915: New upstream release 0.9 available

2011-01-23 Thread Daniele Napolitano
Package: gweled
Version: 0.8.repack-5

There is a new upstream release version 0.9.

Here the tarball:
http://launchpad.net/gweled/trunk/0.9/+download/gweled-0.9.tar.gz


Consider use of the watch file.

-- 
Daniele Napolitano
https://launchpad.net/~dnax88



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



Bug#610915: New upstream release 0.9 available

2011-03-31 Thread Daniele Napolitano
I've released a new version of Gweled: 0.9.1 (without the
autom4te.cache that I've missed to remove in the previous tarball).

Here release notes and tarball: https://launchpad.net/gweled/trunk/0.9.1

Changes required on the package:

* Update the website, now http://gweled.org
* Add dependency or recommend package libesd0 (needed for audio
streaming on PulseAudio through Enlightened)


-- 
Daniele Napolitano
https://launchpad.net/~dnax88
http://www.dnax.it/



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



Bug#588694: gweled: Gweled grabs /dev/dsp even if it doesn't play sounds

2010-08-05 Thread Daniele Napolitano
2010/7/11 Ron Johnson :
> Under /Preferences/, neither of the two Sound check boxes are
> checked.  Even so, it "exclusively grabs" /dev/dsp.

This behaviour is fixed with revision 65 [1]. Now when both checkboxes
are unchecked, the audio device is released.

[1] http://bazaar.launchpad.net/~dnax88/gweled/trunk/revision/65



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



Bug#582028: Please package new upstream version (0.8)

2010-05-17 Thread Daniele Napolitano
Package: gweled
Version: 0.7-2
Severity: wishlist

Due to previous upstream developer unavailability, now I develop
Gweled and I've released 0.8 release that fix all open bugs.

Tarball: https://launchpad.net/gweled/trunk/0.8

For package update please mail me.



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



Bug#508808: Patch update

2009-02-11 Thread Daniele Napolitano
Updated versions of patches in unidiff format. Work with Ubuntu (dep
lsb-base) and Debian.

-- 
Daniele "DnaX" Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/
--- irda-utils.orig	2009-02-11 14:13:14.0 +0100
+++ /etc/init.d/irda-utils	2009-02-11 14:25:24.0 +0100
@@ -26,6 +26,27 @@
 SYSCTL="/sbin/sysctl"
 SMCINIT="/usr/sbin/smcinit"
 
+if [ -f /lib/lsb/init-functions ]; then
+. /lib/lsb/init-functions
+else
+log_action_begin_msg () {
+	echo "$@"
+}
+log_daemon_msg () {
+	echo -n "$...@... "
+}
+log_end_msg () {
+	if [ "$1" -eq 0 ]; then 
+	echo done.
+	else
+	echo failed.
+	fi
+}
+log_action_end_msg () {
+	:;
+}
+fi
+
 test -x $DAEMON || exit 0
 test -x $SYSCTL || exit 0
 
@@ -38,7 +59,11 @@
 ENABLE="true"
 read -d " " DEVICE --- irda-utils.def.orig	2009-02-11 14:13:34.0 +0100
+++ /etc/default/irda-utils	2009-02-11 14:29:15.0 +0100
@@ -32,3 +32,7 @@
 # running smcinit to initialize the irda device prior to use.
 # If you device is one of them, set this option to "yes"
 USE_SMCINIT="no"
+
+# Set the max baud rate for IrDA device
+# Values: 2400, 3600, 9600, 14400, 19200, 28800, 38400, 57600, 115200
+MAX_BAUD_RATE="115200"


Bug#609661: gweled: not possible to start a new game while another game is running

2011-01-12 Thread Daniele Napolitano
2011/1/11 Johan Kroeckel :
> When starting a new game while a game is already running the new game starts, 
> but no jewels appear. So it's not possible to play the new game.

I haven't this issue. Maybe is a problem with /dev/dsp busy, fixed in
the 0.9 release.

-- 
Daniele Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/



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



Bug#588694: gweled: Gweled grabs /dev/dsp even if it doesn't play sounds

2010-07-11 Thread Daniele Napolitano
2010/7/11 Ron Johnson :
> Under /Preferences/, neither of the two Sound check boxes are
> checked.  Even so, it "exclusively grabs" /dev/dsp.
>
> This can be demonstrated by running Gweled and then running vlc.
> When it goes to play a movie it pops up an error window complaining
> about /dev/dsp.

This is why MikMod audio library don't support PulseAudio as backend.

Actually Gweled always initialize MikMod at startup, simply play or
not background music and sounds.

So, I don't know if this bug will be fixed by me. I hope that MikMod
team or a volunteer will develop PulseAudio backend for this library.

-- 
Daniele Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/



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



Bug#985951: upnp-router-control: New upstream version since February 2021

2021-04-01 Thread Daniele Napolitano
Sadly I'm still the maintainer (and upstream) of this package but currently
I don't have access to the computer with all packaging stuff and, more
important, my GPG key to upload the package.

I think It's better to find another maintainer.

Kind regards,
Daniele.

On Fri, Mar 26, 2021 at 6:24 PM jim_p  wrote:

> Package: upnp-router-control
> Version: 0.2-1.2+b1
> Severity: minor
> Tags: upstream
> X-Debbugs-Cc: pitsior...@gmail.com
>
> Dear Maintainer,
>
> Earlier, I noticed that upnp-router-control was removed from the repo 1+
> year
> ago. I had installed it a couple of years ago in order to troubleshoot some
> connection issues I had and I can say it helped me a bit.
> Then I went to its launchpad page to check if it is still developed from
> upstream and saw that a new version (0.3) was released a month ago, with
> the
> port to gtk3 being the most important new feature. A new version after 10
> YEARS
> of inactivity!
> So, can you please bring it back to the repo after the freeze?
>
> -- System Information:
> Debian Release: bullseye/sid
>   APT prefers testing
>   APT policy: (990, 'testing'), (500, 'testing-security'), (500,
> 'unstable'),
> (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 5.10.0-5-amd64 (SMP w/2 CPU threads)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
> TAINT_UNSIGNED_MODULE
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE
> not
> set
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages upnp-router-control depends on:
> ii  libatk1.0-0  2.36.0-2
> ii  libc62.31-10
> ii  libcairo21.16.0-5
> ii  libfontconfig1   2.13.1-4.2
> ii  libfreetype6 2.10.4+dfsg-1
> ii  libgdk-pixbuf2.0-0   2.40.2-2
> ii  libglib2.0-0 2.66.7-2
> ii  libgssdp-1.0-3   1.0.5-0+deb10u1
> ii  libgtk2.0-0  2.24.33-1
> ii  libgupnp-1.0-4   1.0.5-0+deb10u1
> ii  libpango-1.0-0   1.46.2-3
> ii  libpangocairo-1.0-0  1.46.2-3
> ii  libpangoft2-1.0-01.46.2-3
>
> upnp-router-control recommends no packages.
>
> upnp-router-control suggests no packages.
>


-- 
*Daniele Napolitano*
dna...@gmail.com

Skype: DnaX88
https://www.linkedin.com/in/daniele-napolitano
https://github.com/DnaX
https://launchpad.net/~dnax88


Bug#906474: ircp-tray: FTBFS in buster/sid (linux/irda.h: No such file or directory)

2021-08-17 Thread Daniele Napolitano
I'm the developer of ircp-tray. Sadly the IrDA support has been
removed from the kernel.

See the removal of irda-utils:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955337

-- 
Daniele Napolitano
dna...@gmail.com



Bug#970846: ftp.debian.org: RM: upnp-router-control -- RoQA; unmaintained; RC-buggy

2020-09-24 Thread Daniele Napolitano
Hi, I'm the maintainer of upnp-router-control. I'm so sorry about the
situation, I've updated the package on development git that compiles with
the new GSSDP and GUPNP libraries.

I should only find the time to make the release and the Debian package.

Best regards,
Daniele.

On Thu, Sep 24, 2020 at 10:12 AM Adam D. Barratt 
wrote:

> Package: ftp.debian.org
> X-Debbugs-Cc: upnp-router-cont...@packages.debian.org
>
> Hi,
>
> upnp-router-control was last uploaded in 2013 and has been RC-buggy and
> removed from testing for 8 months now. It's currently the only package
> holding the old versions of the GSSDP and GUPNP libraries in unstable.
>
> It has no reverse dependencies and popcon of under 200 installations
> and 3 "recent". I think it's time to remove it from the archive.
>
> Regards,
>
> Adam
>


-- 
*Daniele Napolitano*
dna...@gmail.com

Skype: DnaX88
https://www.linkedin.com/in/daniele-napolitano
https://github.com/DnaX
https://launchpad.net/~dnax88