Re: policy for location of web content - application uploaded images

2010-09-13 Thread nikrou77

Hi all,

I think for images /var/lib is a better place. According to FHS, /srv is for 
readonly data. So we cannot put uploaded images in such place.
My 2 cents.

Nicolas

2010/9/13 Karl Schmidt lt;k...@xtronics.comgt;
wordpress uses /srv/www/.../uploaded pictures
mediawiki uses /var/lib/mediawiki/images/


Seems like wordpress is doing this correctly nbsp;- from fhs nbsp;- /var/lib 
is for
variable state information

and /srv : Data for services provided by this system




Karl Schmidt nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 
nbsp; nbsp; nbsp; nbsp; nbsp;EMail k...@xtronics.com
Transtronics, Inc. nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 
nbsp; nbsp; nbsp; nbsp;WEB http://xtronics.com
3209 West 9th Street nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 
nbsp; nbsp; nbsp; nbsp; Ph (785) 841-3089
Lawrence, KS 66049 nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; nbsp; 
nbsp; nbsp; nbsp; nbsp;FAX (785) 841-0434

Fundamentals always win in the long term, but the market can stay irrational
longer than you can stay solvent.





--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c8e6318.3030...@xtronics.com




signature.asc
Description: OpenPGP digital signature


Re: php-fpdf - watch and epoch trouble

2010-08-19 Thread nikrou77

My proposition doesn't seem correct to you ?

gt; I think you could change younbsp; watch file like that :
version=3
opts=dversionmangle=s/\.dfsg$// \
http://www.fpdf.org/en/download.php 
dl.php\?v=([0-9])([0-9])([0-9])?\amp;amp;f=tgz

I tested with local version 1.6.0 and not 1.6 !

2010/8/19 Alessandro De Zorzi lt;l...@nonlontano.itgt;
 Il 17/08/2010 13:46, Thomas Goirand ha scritto:
 IMHO, the problem is rather than upstream is using a sillynumbering system. 
uscan is quite right that 6 is a smallernumber than 53, don't you think?  yes, 
I agree
 If I was you, I would try to get in touch with upstream, andhave them change 
version numbers for something that isn'tas silly as now. Debian wont be the 
only distribution havingissues with it!  I wrote to upstream author before 
release package but he never reply tome...
so I used epoch to relase the package... or should I change versionfrom 1.6 in 
to 1.60 on dfsg package?

anyway I suppose next relase will be 1.61 and the problem willdisappear, at 
this time I
only want to fix lintian warning, can I use in this caselintian-overrides?

TIA
Alessandro




signature.asc
Description: OpenPGP digital signature


Re: php-fpdf - watch and epoch trouble

2010-08-17 Thread nikrou77

Hi Alessandro,

I think you could change younbsp; watch file like that :
version=3
opts=dversionmangle=s/\.dfsg$// \
http://www.fpdf.org/en/download.php 
dl.php\?v=([0-9])([0-9])([0-9])?\amp;amp;f=tgz

I tested with local version 1.6.0 and not 1.6 !

Regards,
Nicolas

2010/8/17 Alessandro De Zorzi lt;l...@nonlontano.itgt;
Hi all,
I maintain php-fpdf from few days, download available trough web page:

http://www.fpdf.org/?lang=en

upstream relased 1.6 (should be 1.60) version after 1.53 so mychangelog use 
epoch,
package is also a dfsg

my debian/watch

version=3
opts=dversionmangle=s/\.dfsg$// \
http://www.fpdf.org/en/download.phpdl.php\?v=([0-9])([0-9]*[0-9])\amp;amp;f=tgz

$nbsp;nbsp; uscan --report-status --debug

uscan debug: matching 
pattern(s)(?:(?:http://www.fpdf.org)?\/en\/download\.php)?dl.php\?v=([0-9])([0-9]*[0-9])\amp;amp;f=tgz
-- Found the following matching hrefs:
nbsp;nbsp;nbsp;nbsp; dl.php?v=16amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=153amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=152amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=151amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=15amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=141amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=14amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=131amp;amp;f=tgz
nbsp;nbsp;nbsp;nbsp; dl.php?v=13amp;amp;f=tgz
Newest version on remote site is 1.53, local version is 1.6.dfsg
nbsp;(mangled local version number 1.6)
nbsp;=gt; Newer version available from
nbsp;nbsp;nbsp; http://www.fpdf.org/en/dl.php?v=153amp;f=tgz
-- Scan finished

the problem is thatuscan believes that 1.53newer than 1.6

TIA
Alessandro (lota)





signature.asc
Description: OpenPGP digital signature


Re: RFS: premake

2010-08-14 Thread nikrou77

Hi James,

I'm not sure to understand really what your package will do but anyway there's 
problem with your packaging. You must run lintian after make your package !
It gaves theses errors/warning easy to fix :
W: premake source: out-of-date-standards-version 3.8.0 (current is 3.9.1)

debian policy numbre is now 3.9.1

W: premake: wrong-bug-number-in-closes l21:#XX

Put the right number 


W: premake: extra-license-file usr/share/doc/premake/LICENSE.txt.gz
W: premake: binary-without-manpage usr/bin/premake
W: premake: old-fsf-address-in-copyright-file
The new address is :nbsp; 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301 USA

E: premake: copyright-file-contains-full-gpl-license
Only put necessary paras !

W: premake: copyright-has-url-from-dh_make-boilerplate
put the right url for download

E: premake: copyright-contains-dh_make-todo-boilerplate


Hopes it can help.
Nicolas

2010/8/14 James Goppert lt;james.gopp...@gmail.comgt;
Dear mentors,

I am looking for a sponsor for my package premake.

* Package name: premake
 Version : 3.7-4
 Upstream Author : Jason Perkins http://industriousone.com/contact
* URL : http://premake.sourceforge.net/
* License : GPL v2
 Section : devel

It builds these binary packages:
premake- A build script generator.

The package appears to be lintian clean.

My motivation for maintaining this package is: It is a dependency of delta3d, 
which I would like to also package.


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/premake
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/premake/premake_3.7-4.dsc

I would be glad if someone uploaded this package for me.
If you would like to sponsor this packaged please 
CC: james.gopp...@gmail.com when you reply.


Kind regards
James Goppert



signature.asc
Description: OpenPGP digital signature


Re: RFS: dokuwiki (updated package)

2010-06-14 Thread nikrou77

Hi Tanguy,

I noticed two things :
- a warning : unused substitution variable ${perl:Depends}
- an unused string in debconf template : dokuwiki/wiki/failpass

Theses warnings are reported by lintian but it's certainly not valuable because 
lintian currently only understand shell script.

Why do you use a perl script for config ? Is it for historical reasons ?

Nicolas


Le 14 juin 2010 20:01, Tanguy Ortolo lt;tanguy+deb...@ortolo.eugt; a écrit :
Dear mentors,

I am looking for a sponsor for the new version 0.0.20091225c-4
of my package dokuwiki.

It builds these binary packages:
dokuwiki nbsp; - standards compliant simple to use wiki

The package appears to be lintian clean.

The upload would fix these Debian bugs: 404353, 572377, 572502
(plus these Ubuntu bugs: 219414, 205908, 489987, 325013).

Some of these bugs are related to the initial configuration of the wiki,
that was incomplete and did not cover all the needs of the users. Hence
many of the changes listed in the changelog. I also made several changes
and enhancements to the package, cf. the Debian changelog (or the Git
changelog).

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/d/dokuwiki
- Source repository: deb-src http://mentors.debian.net/debian unstable main
- dget 
http://mentors.debian.net/debian/pool/main/d/dokuwiki/dokuwiki_0.0.20091225c-4.dsc
- source control: git://git.debian.org/collab-maint/dokuwiki.git/

The Debian Developper that was in charge of this package, adn, has
little time to review my work and upload it. In addition, he does not
have a connection to Internet currently. You may notice that this new
version of the package swaps Maintainer and Uploaders fields, promoting
me as the Maintainer: this change was suggested by adn himself.

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

--
Tanguy Ortolo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBCgAGBQJMFm6BAAoJENbvpqxLENhHoQUQAKcWkPfqDfkd4ZrrS1uAcRLq
CHTFXrMDYv1GtGrqu2LZXgfVoCYH6Nneybn+0eayU03XA+SwqEw1S5Skk9FuamdT
0JhHzRIKMZVNodRymooLZzCXk+jkItCMZNQu4qvBSt+wjBY6ANHWUm75GsIqrHGK
2ARm+EF4xpXcMNFXaF7p0c7OxnqTznJVzir5WVCDkn2O/TyfSFCqOY4vqUNSmVQI
H/81usW2KjwWNWksayQd+k+BG5U9HF0SmwukJ+yz7PGfDJzZl17+KbOk4iXLFmG4
TYAm2ycDQbyr3cAF6N9zlC/W0byFzPKk7gx1MlEtI5MQ3vQ5MOqobFmAdOP94Vnw
TOQE15JYHrZCpxJ9J4RsDiJCRmHngm8jnSK13JPVWMXxXv7fe6AS7VUO5AoE6dnW
o4+I0xlkJAgz0Brj3BGI2oQcoiD6ZBM9rWbXWqgnr8x1Hz9w2WtxNf8bOjBW4gUR
FGoKnZ1/xoGwqmc0aOJbUi6Sj19W6vv0LorILQkBwgXB5yQspVJpkNYOBtgZc33+
RLdzn+5LhFESPPQqNhIBQtjQWUqvpEZGeJPS03/Ae/h1AiPt4YDNqlT7AQXm4PgR
gmSCAZiOxaHRxVH3zyN1sxjlPEtt5IW52zHk94pt1RhdJskOofosp7bm9uJhyVfg
3cJypnW6ciqomuErt4/e
=F5Cb
-END PGP SIGNATURE-




signature.asc
Description: OpenPGP digital signature


Re: A lot of pending packages

2010-06-13 Thread nikrou77

Hi all,

I don't agree with you on the reasons. The thing is, PHP applications in
Debian
aren't made to support multiple instance. The result being that it
doesn't make
sense to use them, because you wont be able to have more than a single site
with it.

If there was a move toward multiple instances using a single package, I am
quite sure that the situation would be different.

I didn't think the problem is in debian, even if I agree you. 


There'snot so many web applications (PHP or what ever language you want) 
thatcould be installed one time and provide many instances.
If people upstream don't think (and manage code in that way) aboutproviding 
multiple instance with the same installation, maintainer'sjob will be too 
difficult.nbsp;

Nicolas


signature.asc
Description: OpenPGP digital signature


Re: RFS: php-simpletest

2010-06-10 Thread nikrou77

Dear mentors,

I'm allways looking for a sponsor for my package php-simpletest.

I would be glad, If someone can upload it for me.

Kind regards,
Nicolas


2010/4/11  lt;nikro...@gmail.comgt;
Dear mentors,

I am looking for a sponsor for my package php-simpletest.

* Package namenbsp;nbsp;nbsp; : php-simpletest
nbsp; Versionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 1.0.1-1
nbsp; Upstream Author : Marcus Baker lt;mar...@lastcraft.comgt;
* URLnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : http://www.lastcraft.com/simple_test.phpnbsp;nbsp;nbsp; 
* Licensenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : LGPL-2.1

nbsp; Sectionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : web

It builds these binary packages:
php-simpletest - Unit testing and web testing framework for PHP

The package appears to be lintian clean.

The upload would fix these bugs: 569471

My motivation for maintaining this package is: 
I used SimpleTest for my unit tests. Last maintainer had no more time to give. That package was 
orphan and I proposed myself to adopt it.


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/php-simpletest
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/p/php-simpletest/php-simpletest_1.0.1-1.dsc

My packaging is not already public but I made a request to put it on 
alioth.debian.org.

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

Kind regards
Nicolas Roudaire




signature.asc
Description: OpenPGP digital signature


Re: How to find a sponsor

2010-04-17 Thread nikrou77

Hi,

In any case, thanks Paul to take time to answer me.

I will try to be more attractive for sponsors.

Nicolas

2010/4/17 Paul Wise lt;p...@debian.orggt;
I personally skipped over your packages due to of lack of time and
because they are related to PHP.

Also, the debian-mentors FAQ has some good advice for attracting sponsors:

http://people.debian.org/~mpalmer/debian-mentors_FAQ.html

--
bye,
pabs

http://wiki.debian.org/PaulWise


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




signature.asc
Description: OpenPGP digital signature


How to find a sponsor

2010-04-16 Thread nikrou77

Hi all,

last week I send three requests for finding sponsor(s) for my packages :
libphp-swiftmailer : 
http://lists.debian.org/debian-mentors/2010/04/msg00196.html
phing : http://lists.debian.org/debian-mentors/2010/04/msg00197.html
and php-simpletest : 
http://lists.debian.org/debian-mentors/2010/04/msg00198.html

I can understand that no debian developper have time to help me improve my packages and finally upload them. 
But why anybody give an answer ? Did I forgot something ? Did my package not valuable to be in debian ?
I cannot understand. If anyone can help me understand ? Should I find an another way to find a sponsor ? 


Regards,
Nicolas 

signature.asc
Description: OpenPGP digital signature


RFS : libphp-swiftmailer (2nd try)

2010-04-11 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package libphp-swiftmailer.

* Package namenbsp;nbsp;nbsp; : libphp-swiftmailer
nbsp; Versionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 4.0.6-1
nbsp; Upstream Author : 2004-2009 Chris Corbyn lt;ch...@w3style.co.ukgt;
* URLnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 
http://swiftmailer.org/
* Licensenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : LGPL
nbsp; Sectionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : php

It builds these binary packages:
libphp-swiftmailer - component-based library for sending e-mails

The package appears to be lintian clean. (with -IivEcmnbsp; --pedantic 
parameters)

The upload would fix these bugs: 576088

My motivation for maintaining this package is:
I'm involved in a group who manage to package symfony1.4 for debian. I like 
symfony and libraries used.
I knew and used Swift Mailer for many years and I follow its development 
closely.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/l/libphp-swiftmailer
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/l/libphp-swiftmailer/libphp-swiftmailer_4.0.6-1.dsc

My debian packaging can be found and follow on alioth.debian.org in pkg-symfony 
project :
http://git.debian.org/?p=pkg-symfony/swift.git;a=summary

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

Kind regards
Nicolas Roudaire


signature.asc
Description: OpenPGP digital signature


RFS: phing (2nd try)

2010-04-11 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package phing.

* Package namenbsp;nbsp;nbsp; : phing
nbsp; Versionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 2.4.0-1
nbsp; Upstream Author : Hans Lellelid lt;h...@xmpl.orggt;
* URLnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
:nbsp; http://phing.info/
* Licensenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : LGPG-3
nbsp; Sectionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : devel

It builds these binary packages:
phingnbsp;nbsp;nbsp;nbsp;nbsp; - PHP based build tool

The package appears to be lintian clean.

The upload would fix these bugs: 283085

My motivation for maintaining this package is: 
I participate in a team to package symfony 1.4. That package is required for symfony 1.4

I used symfony on debian since many years.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/phing
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/phing/phing_2.4.0-1.dsc

My packaging can be found on alioth.debian.org in pkg-symfony project :
http://git.debian.org/?p=pkg-symfony/phing.git;a=summary

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

Kind regards
Nicolas Roudaire


signature.asc
Description: OpenPGP digital signature


RFS: php-simpletest

2010-04-11 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package php-simpletest.

* Package namenbsp;nbsp;nbsp; : php-simpletest
nbsp; Versionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 1.0.1-1
nbsp; Upstream Author : Marcus Baker lt;mar...@lastcraft.comgt;
* URLnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : http://www.lastcraft.com/simple_test.phpnbsp;nbsp;nbsp; 
* Licensenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : LGPL-2.1

nbsp; Sectionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : web

It builds these binary packages:
php-simpletest - Unit testing and web testing framework for PHP

The package appears to be lintian clean.

The upload would fix these bugs: 569471

My motivation for maintaining this package is: 
I used SimpleTest for my unit tests. Last maintainer had no more time to give. That package was 
orphan and I proposed myself to adopt it.


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/php-simpletest
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/p/php-simpletest/php-simpletest_1.0.1-1.dsc

My packaging is not already public but I made a request to put it on 
alioth.debian.org.

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

Kind regards
Nicolas Roudaire



signature.asc
Description: OpenPGP digital signature


RFS: libphp-swiftmailer

2010-04-01 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package libphp-swiftmailer.

* Package namenbsp;nbsp;nbsp; : libphp-swiftmailer
nbsp; Versionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 4.0.6-1
nbsp; Upstream Author : 2004-2009 Chris Corbyn lt;ch...@w3style.co.ukgt;
* URLnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 
http://swiftmailer.org/
* Licensenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : LGPL
nbsp; Sectionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : php

It builds these binary packages:
libphp-swiftmailer - component-based library for sending e-mails

The package appears to be lintian clean.

The upload would fix these bugs: 576088

My motivation for maintaining this package is: 
I'm involved in a group who manage to package symfony1.4 for debian. I like symfony and libraries used.

I knew and used Swift Mailer for many years and I follow its development 
closely.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/l/libphp-swiftmailer
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/l/libphp-swiftmailer/libphp-swiftmailer_4.0.6-1.dsc

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

Kind regards
Nicolas Roudaire


signature.asc
Description: OpenPGP digital signature


RFS: phing

2010-03-30 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package phing. 


* Package name: phing
 Version : 2.4.1-1
 Upstream Author : Hans Lellelid lt;h...@xmpl.orggt;
* URL :  http://phing.info/
* License : LGPG-3
 Section : devel

It builds these binary packages:
phing  - PHP based build tool

The package appears to be lintian clean.

The upload would fix these bugs: 283085

My motivation for maintaining this package is: 
I participate in a team to package symfony 1.4. That package is required for symfony 1.4

I used symfony on debian since many years.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/phing
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/phing/phing_2.4.1-1.dsc

I would be glad if someone uploaded this package for me.
It's my second attempt and I hope someone can help me.

Kind regards
Nicolas Roudaire

signature.asc
Description: OpenPGP digital signature


RFS: phing

2010-02-22 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package phing.

* Package name: phing
 Version : 2.4.0-1
 Upstream Author : Hans Lellelid lt;h...@xmpl.orggt;
* URL :  http://phing.info/
* License : LGPG-3
 Section : devel

It builds these binary packages:
phing  - PHP based build tool

The package appears to be lintian clean.

The upload would fix these bugs: 283085

My motivation for maintaining this package is: 
I participate in a team to package symfony 1.4. That package is required for symfony 1.4

I used symfony on debian since many years.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/phing
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/phing/phing_2.4.0-1.dsc

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

Kind regards
Nicolas Roudaire


signature.asc
Description: OpenPGP digital signature


RFS: ploader

2010-02-20 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package ploader.

* Package name: ploader
 Version : 1.0.0-1
 Upstream Author : Pierrick LE GALL lt;p...@piwigo.orggt;
* URL : http://piwigo.org/
* License : GPL
 Section : Graphics

It builds these binary packages:
ploader- Application to upload your pictures to your Piwigo gallery

The package appears to be lintian clean.

The upload would fix these bugs: 570505

My motivation for maintaining this package is:
I used that application and I'm involved in his developement. I can follow new 
features easier.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/ploader
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/ploader/ploader_1.0.0-1.dsc

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

Kind regards
Nicolas Roudaire

signature.asc
Description: OpenPGP digital signature


RFS: piwigo

2009-12-21 Thread nikrou77

Dear mentors,

I am looking for a sponsor for my package piwigo.

* Package namenbsp;nbsp;nbsp; : piwigo
nbsp; Versionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 2.0.7-1
nbsp; Upstream Author : Pierrick LE-GALLnbsp;nbsp;nbsp; p...@piwigo.org
* URLnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : 
http://piwigo.org/
* Licensenbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : GPL
nbsp; Sectionnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; : web

Piwigo is photo gallery software for the web. 
nbsp;Piwigo is a photo gallery software for the web, built by an active community 
nbsp;of users and developers. Extensions make Piwigo easily customizable.

Some greats features :
nbsp; - localization in English, French, German, Spanish, Italian, Portuguese, 
...
nbsp; - tags
nbsp; - permissions on photos and categories
nbsp; - virtual category allowing picture to be in multiple categories
nbsp; - meaningful URLs
nbsp; - user comments and rating
nbsp; - use of iptc and exif metadatas
nbsp; - notification of news by email or RSS feed
nbsp; - best rated, most view pictures
nbsp; - web API allowing requests or administration from other applications.

The package appears to be lintian clean.

The upload would fix these bugs: 561868

My motivation for maintaining this package is:
I like this software and I'm involved in his development. I can follow easier features. 


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/piwigo
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/p/piwigo/piwigo_2.0.7-1.dsc

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

Regards,
Nicolas Roudaire


signature.asc
Description: OpenPGP digital signature