|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
RFS: quick-lounge-applet (updated package)Dear mentors,
I am looking for a sponsor for the new version 2.12.5-2 of my package "quick-lounge-applet". It builds these binary packages: quick-lounge-applet - GNOME panel applet to organise preferred applications The package appears to be lintian clean. The package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet/quick-lounge-applet_2.12.5-2.dsc I would be glad if someone uploaded this package for me. Kind regards Diego Fernández Durán -- Diego Fdez. Durán <diego@...> | http://www.goedi.net GPG : 925C 9A21 7A11 3B13 6E43 50DB F579 D119 90D2 66BB |
|
|
Re: RFS: quick-lounge-applet (updated package)Hi,
Is anybody interested in review and upload this package? Thanks. El lun, 14-07-2008 a las 20:38 +0200, Diego Fernández Durán escribió: > Dear mentors, > > I am looking for a sponsor for the new version 2.12.5-2 > of my package "quick-lounge-applet". > > It builds these binary packages: > quick-lounge-applet - GNOME panel applet to organise preferred applications > > The package appears to be lintian clean. > > The package can be found on mentors.debian.net: > - URL: http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet > - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free > - dget http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet/quick-lounge-applet_2.12.5-2.dsc > > I would be glad if someone uploaded this package for me. > > Kind regards > Diego Fernández Durán > GPG : 925C 9A21 7A11 3B13 6E43 50DB F579 D119 90D2 66BB |
|
|
Re: RFS: quick-lounge-applet (updated package)OoO Pendant le journal télévisé du lundi 14 juillet 2008, vers 20:38,
Diego Fernández Durán <diego@...> disait : > The package can be found on mentors.debian.net: > - URL: http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet > - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free > - dget http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet/quick-lounge-applet_2.12.5-2.dsc > I would be glad if someone uploaded this package for me. Please, add an Homepage field to the source stanza of debian/control. You should reformat debian/copyright to not have lines longer than 80 characters. Your debian/watch seems to be outdated. Look at uscan manual page. It is able to search in several directories. Your debian/quick-lounge-applet.dirs is not needed (and not complete). You can safely remove it. dh_install will create the directories when needed. -- I WILL NOT SELL MIRACLE CURES I WILL NOT SELL MIRACLE CURES I WILL NOT SELL MIRACLE CURES -+- Bart Simpson on chalkboard in episode 9F16 |
|
|
Re: RFS: quick-lounge-applet (updated package)Vincent Bernat <bernat@...> (27/07/2008):
> You should reformat debian/copyright to not have lines longer than > 80 characters. That's fine for this particular case. But just for further references, and other packages, please note the following commit[1]. One can easily have overlong lines in license text, and no right to even reformat them. 1. http://git.debian.org/?p=lintian/lintian.git;a=commit;h=4b52a883ec06200e3b10d6fa90bd9b075c4799aa Mraw, KiBi. |
|
|
Re: RFS: quick-lounge-applet (updated package)Hi,
I've fixed these problems. Please review the new version :) It builds these binary packages: quick-lounge-applet - GNOME panel applet to organise preferred applications The package appears to be lintian clean. The package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet/quick-lounge-applet_2.12.5-3.dsc I would be glad if someone uploaded this package for me. - Diego El dom, 27-07-2008 a las 16:53 +0200, Vincent Bernat escribió: > OoO Pendant le journal télévisé du lundi 14 juillet 2008, vers 20:38, > Diego Fernández Durán <diego@...> disait : > > > The package can be found on mentors.debian.net: > > - URL: http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet > > - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free > > - dget http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet/quick-lounge-applet_2.12.5-2.dsc > > > I would be glad if someone uploaded this package for me. > > Please, add an Homepage field to the source stanza of debian/control. > > You should reformat debian/copyright to not have lines longer than 80 > characters. > > Your debian/watch seems to be outdated. Look at uscan manual page. It is > able to search in several directories. > > Your debian/quick-lounge-applet.dirs is not needed (and not > complete). You can safely remove it. dh_install will create the > directories when needed. GPG : 925C 9A21 7A11 3B13 6E43 50DB F579 D119 90D2 66BB |
|
|
Re: RFS: quick-lounge-applet (updated package)OoO Pendant le journal télévisé du dimanche 27 juillet 2008, vers 20:42,
Diego Fernández Durán <diego@...> disait : > I've fixed these problems. Please review the new version :) Hi Diego! I would prefer that you put the Homepage field in the source part of the debian control (the first section). This ways, it appears on packages.qa.debian.org (but maybe this is also the case if you put in the binary stanza, not sure). You can make your debian/watch more robust: #v+ version=3 http://ftp.gnome.org/pub/GNOME/sources/quick-lounge-applet/(\d+.\d+)/ \ quick-lounge-applet-(.*)\.tar\.gz \ debian uupdate #v- This way, it will work for 2.13.x, 2.14.x, etc. -- printk("HPFS: Grrrr... Kernel memory corrupted ... going on, but it'll crash very soon :-(\n"); 2.4.3 linux/fs/hpfs/super.c |
|
|
Re: RFS: quick-lounge-applet (updated package)El dom, 27-07-2008 a las 21:11 +0200, Vincent Bernat escribió:
> OoO Pendant le journal télévisé du dimanche 27 juillet 2008, vers 20:42, > Diego Fernández Durán <diego@...> disait : > > > I've fixed these problems. Please review the new version :) > > Hi Diego! > > I would prefer that you put the Homepage field in the source part of the > debian control (the first section). This ways, it appears on > packages.qa.debian.org (but maybe this is also the case if you put in > the binary stanza, not sure). > > You can make your debian/watch more robust: > > #v+ > version=3 > http://ftp.gnome.org/pub/GNOME/sources/quick-lounge-applet/(\d+.\d+)/ \ > quick-lounge-applet-(.*)\.tar\.gz \ > debian uupdate > #v- > > This way, it will work for 2.13.x, 2.14.x, etc. Anything else? :) The package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/q/quick-lounge-applet/quick-lounge-applet_2.12.5-4.dsc -- Diego -- Diego Fdez. Durán <diego@...> | http://www.goedi.net GPG : 925C 9A21 7A11 3B13 6E43 50DB F579 D119 90D2 66BB |
|
|
Re: RFS: quick-lounge-applet (updated package)OoO En ce début de soirée du dimanche 27 juillet 2008, vers 21:55, Diego
Fernández Durán <diego@...> disait : > Anything else? :) Nope. Uploaded. -- panic("Aarggh: attempting to free lock with active wait queue - shoot Andy"); 2.0.38 /usr/src/linux/fs/locks.c |
| Free Forum Powered by Nabble | Forum Help |