Re: [pkg-fso-maint] [pkg-fso-commits] Accepted [sid]: accelges 0.0+20090611-1

2009-06-17 Thread Luca Capello
Hi Sebastian! Some notes... On Wed, 17 Jun 2009 02:45:15 +0200, pkg-fso archive wrote: Format: 1.8 Date: Thu, 11 Jun 2009 04:33:00 +0200 Source: accelges [...] Changes: accelges (0.0+20090611-1) unstable; urgency=low 1) I think we decided to use $(VERSION)+$(VCS)$(DATE)-$(DEBIAN) for any

Re: [pkg-fso-maint] [Fwd: Re: install.sh: tasks functions

2009-06-17 Thread Luca Capello
Hi Brian! On Tue, 16 Jun 2009 12:56:39 +0200, Luca Capello wrote: On Tue, 16 Jun 2009 10:23:42 +0200, Steffen Moeller wrote: +case $f in +partition) +if [ -n $intern_no_partitioning ]; then +echo

Re: [pkg-fso-maint] [Fwd: Re: install.sh: tasks functions

2009-06-17 Thread Steffen Moeller
Tested, for the three cases, and applied: http://git.debian.org/?p=pkg-fso/files.git;a=commitdiff;h=6ee3c6e0e5e4255a729983817f5a193b102b41a0 Many thanks! Steffen ___ pkg-fso-maint mailing list pkg-fso-maint@lists.alioth.debian.org

Re: [pkg-fso-maint] [Fwd: Re: install.sh: tasks functions

2009-06-17 Thread Brian DeRocher
On Wednesday 17 June 2009 07:14:30 Luca Capello wrote: Hi Brian! This does not work as expected, i.e. it does not partition even when it is asked for. I restored the previous (and correct) behavior with: --8---cut here---start-8--- -

Re: [pkg-fso-maint] [pkg-fso-commits] Accepted [sid]: accelges 0.0+20090611-1

2009-06-17 Thread Sebastian Reichel
Hi Luca, first of all thanks for the review :) 1) I think we decided to use $(VERSION)+$(VCS)$(DATE)-$(DEBIAN) for any upstream VCS checkout. ok I changed version to (0.0+svn20090611-1) pkg-fso. 2) Please do not target unstable if the packages are not uploaded to Debian main and

Re: [pkg-fso-maint] [pkg-fso-commits] Accepted [sid]: accelges 0.0+20090611-1

2009-06-17 Thread Luca Capello
Hi Sebastian! On Wed, 17 Jun 2009 15:18:38 +0200, Sebastian Reichel wrote: first of all thanks for the review :) You are welcome, I read the commit mails, that is all! Two simple questions: 1) please let me know when the package will be ready for unstable, I will be glad to fully

Re: [pkg-fso-maint] [pkg-fso-commits] Accepted [sid]: accelges 0.0+20090611-1

2009-06-17 Thread Sebastian Reichel
Hi Luca, 1) please let me know when the package will be ready for unstable, I will be glad to fully review/sponsor it. ok, before that I will make it lintian free. For that I need to add manpages and it seems lintian is no happy with the naming of libaccelges. Do I really have to split them

[pkg-fso-maint] fso-gpsd 0.8-3 MIGRATED to testing

2009-06-17 Thread Debian testing watch
FYI: The status of the fso-gpsd source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you

[pkg-fso-maint] fso-frameworkd 0.8.5.1-1 MIGRATED to testing

2009-06-17 Thread Debian testing watch
FYI: The status of the fso-frameworkd source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.8.5.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a

Re: [pkg-fso-maint] [openBmap] Inclusion in debian feeds for FSO

2009-06-17 Thread Onen
Hi, Sebastian Reichel wrote: nice :) I changed the Debian version to 0.3.1 according to the version you used in one of the files. Good. Would you mind uploading to your site, the package built from the last git commit? I will then test it on my Debian a last time. done! I already

[pkg-fso-maint] Running depmod after installing the kernel

2009-06-17 Thread Joachim Breitner
Hi, I’m trying to revive my FreeRunner. After upgrading the kernel image and rebooting, usb networking did not work. Since, for some other reason, I could not start an xterm, I had to boot from flash and login in with via chroot. The problem is fixed by runing depmod, but I’m not sure what went

[pkg-fso-maint] matchbox-keyboard repeat problem

2009-06-17 Thread Joachim Breitner
Hi, at the moment, I’m observing this bug constantly, even without any special load – no chance to enter Ctrl-Alt-X to start xterm, it will spawn dozens of xterms. Do others have this problem as well? Is there a fix? Thanks, Joachim -- Joachim nomeata Breitner Debian Developer

Re: [pkg-fso-maint] install.sh: filesystem for first partition

2009-06-17 Thread Luca Capello
Hi Brian! On Mon, 15 Jun 2009 17:57:02 +0200, Luca Capello wrote: Your refactoring in diff format: --8---cut here---start-8--- diff --git a/install.sh b/install.sh index a3be9e3..4048c82 100755 --- a/install.sh +++ b/install.sh @@ -720,19 +720,15 @@