[Pkg-javascript-devel] RFS: node-deprecated

2016-11-19 Thread I Sagar
Hi,
 I prepared the packaging of nodejs module deprecated as "node-deprecated".
It is lintian clean and tested with pbuilder.
I have uploaded package to following git-repo :

https://anonscm.debian.org/git/pkg-javascript/node-deprecated.git

Please , consider to review and upload it.


Thanks,
Sagar Ippalpalli

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] RFS: node-beeper

2016-10-18 Thread Sagar I
Hi,

 I prepared the packaging  of nodejs module  beeper as "node-beeper".
It is lintian clean
and tested with pbuilder.
I have uploaded package to following git-repo :

https://git.debian.org/git/pkg-javascript/node-beeper.git/

Please , consider to review and upload it.


Thanks,
Sagar Ippalpalli

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] RFS: node-beeper

2016-10-17 Thread i
Hi,

 I prepared the packaging of nodejs module beeper as "node-beeper".
It is lintian clean and tested with pbuilder.
I have uploaded package to following git-repo :

https://git.debian.org/git/pkg-javascript/node-beeper.git/ 
(https://git.debian.org/git/pkg-javascript/node-beeper.git/)

Please , consider to review and upload it.
Thanks,
Sagar Ippalpalli
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Bug#799825: Source map comment is causing bad code in package witty

2015-09-22 Thread Pau Garcia i Quiles
Package: libjs-jquery
Version: 1.11.3+dfsg-3
Severity: normal



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

libjs-jquery depends on no packages.

Versions of packages libjs-jquery recommends:
ii  javascript-common  11

libjs-jquery suggests no packages.

-- no debconf information

Please check Debian bug #798332, where all the details are provided.

Essentially, to me, the bug boils down to:

- Is it secure to include the "//# sourceMappingURL=jquery.min.map" line at
  the end of /usr/share/javascript/jquery.min.js ?

- Is it necessary to include that line at the end of jquery.min.js?

- Does it make any good?

Upstream does not include the sourceMappingURL line:

http://code.jquery.com/jquery-1.11.3.min.js

If the libjs-jquery keeps including the sourceMappingURL line in
jquery.min.js, then we must deal with that either in the Wt packaging or
(ideally) upstream, in wt-3.3.4/src/filetostring.cmake.

If libjs-jquery stops including the sourceMappingURL, then witty bug #798332
will be solved with just a rebuild after libjs-jquery is updated.

Dear maintainer: IMHO the sourceMappingURL line should NOT be part of
/usr/share/javascript/jquery/jquery.min.js because it is not present
/upstream.

Thank you

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#799825:

2015-09-22 Thread Pau Garcia i Quiles
Problem is also present in 3.0.0~alpha1+dfsg-1, exactly the same.

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#784439: uglifyjs version failing

2015-05-06 Thread Pau Garcia i Quiles
Package: node-uglify
Version: 2.4.15-1

Trying to find out the version of uglifyjs on your system fails:

$ uglifyjs --version

module.js:340
   throw err;
 ^
Error: Cannot find module '../package.json'
   at Function.Module._resolveFilename (module.js:338:15)
   at Function.Module._load (module.js:280:25)
   at Module.require (module.js:364:17)
   at require (module.js:380:17)
   at Object.anonymous (/usr/bin/uglifyjs:118:16)
   at Module._compile (module.js:456:26)
   at Object.Module._extensions..js (module.js:474:10)
   at Module.load (module.js:356:32)
   at Function.Module._load (module.js:312:12)
   at Function.Module.runMain (module.js:497:10)

The package.json file does exist:

$ dpkg -L node-uglify
/.
/usr
/usr/lib
/usr/lib/nodejs
/usr/lib/nodejs/uglify-js
/usr/lib/nodejs/uglify-js/transform.js
/usr/lib/nodejs/uglify-js/utils.js
/usr/lib/nodejs/uglify-js/output.js
/usr/lib/nodejs/uglify-js/index.js
/usr/lib/nodejs/uglify-js/compress.js
/usr/lib/nodejs/uglify-js/scope.js
/usr/lib/nodejs/uglify-js/sourcemap.js
/usr/lib/nodejs/uglify-js/ast.js
/usr/lib/nodejs/uglify-js/mozilla-ast.js
/usr/lib/nodejs/uglify-js/package.json
/usr/lib/nodejs/uglify-js/parse.js
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/uglifyjs.1.gz
/usr/share/doc
/usr/share/doc/node-uglify
/usr/share/doc/node-uglify/copyright
/usr/share/doc/node-uglify/README.md.gz
/usr/share/doc/node-uglify/changelog.Debian.gz
/usr/bin
/usr/bin/uglifyjs

Problem is /usr/bin/uglifyjs looks for it in the wrong place:

$ grep package.json /usr/bin/uglifyjs
   var json = require(../package.json);


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Opleiding Excel basis en/of geavanceerd te Antwerpen, Gent of Hasselt

2015-04-21 Thread i...@betatraining.be

Deze email nieuwsbrief werd in grafisch HTML formaat verzonden.
Als u deze tekstversie ziet, verkiest uw email programma gewone tekst emails.
U kan de originele nieuwsbrief online bekijken:
http://ymlp219.net/zZzwPQ



*
*
*
*

Geachte,

Verbeter uw kennis van Microsoft Excel door een basis of een
geavanceerde opleiding te volgen. Vaak krijgt men een nieuwe versie
van Excel maar men blijft verder werken op de oude manier terwijl er
prachtige nieuwe tools bestaan die u zeer veel tijd doen besparen.

Zaaien om te oogsten !!!

Agenda basis Excel opleiding.

·   09:00 – 10:30 Basis beginselen van Excel

·   10:30 – 10:45 Break

·   10:45 – 12:00 Opmaken en kopiëren van eenvoudige formules
en gebruik van tabellen

·   12:00 – 13:00 Lunch

·   13:00 – 14:30 Lijsten sorteren, filteren en alle pagina en
afdruk instellingen

·   14:30 – 14:45 Break

·   14:45 – 16:00 Basis van grafieken

Agenda geavanceerde Excel opleiding.

·   09:00 – 10:30 Functies en formules ( o.a. Als, Vert.Zoeken
in combinatie met Vergelijken, Genestelde functies, Voorwaardelijke
opmaak…

·   10:30 – 10:45 Break

·   10:45 – 12:00 Lijstbeheer ( Tien voordelen van tabellen,
sorteren, filteren, Geavanceerde filter, Samenvoegen en vergelijken
van lijsten

·   12:00 – 13:00 Lunch

·   13:00 – 14:30 Draaitabellen en Draaigrafieken

·   14:30 – 14:45 Break

·   14:45 – 16:00 Vervolg Draaitabellen en Macro’s

Data, prijs en locaties voor de basis opleiding Excel

27/5  Tulip Inn (
http://www.tulipinnantwerpen.com/route-beschrijving-tulip-inn-antwerpen.148635.aspx
) te Antwerpen

29/5  Hotel Campanile (
http://www.campanile.com/nl/hotels/campanile-gent-gand?sem=yesgclid=CI3qh5SC0b0CFZShtAod8hIABA
) te Gent

4/6    Holiday Inn  ( http://www.hihasselt.com/ ) te
Hasselt

Prijs: € 177/dag p.p. (incl. lunch, excl. Btw)

Data, prijs en locaties voor de geavanceerde opleiding Excel

15/6  Tulip Inn (
http://www.tulipinnantwerpen.com/route-beschrijving-tulip-inn-antwerpen.148635.aspx
) te Antwerpen

16/6  Hotel Campanile (
http://www.campanile.com/nl/hotels/campanile-gent-gand?sem=yesgclid=CI3qh5SC0b0CFZShtAod8hIABA
) te Gent

19/6  Holiday Inn  ( http://www.hihasselt.com/ ) te Hasselt

Prijs: € 177/dag p.p. (incl. lunch, excl. Btw)

Aanmelden kan door een mail te sturen naar i...@betatraining.be.
Gelieve hierbij uw facturatiegegevens met btw nummer te vermelden.

Uw inschrijving tot deze opleiding kan echter niet geannuleerd worden
daar de plaatsen beperkt zijn.

Hoogachtend,

Philippe Van Migem

Zaakvoerder

#946;eta consulting bvba

Madeliefjesstraat 102

1850 Grimbergen

i...@betatraining.be

www.betatraining.be

_
Uitschrijven / Gegevens wijzigen: 
http://ymlp219.net/ugbjeessgsgebejwsgewbggeuhewj
Powered door YourMailingListProvider

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Luxe loungesets in diverse modelen en Papier toiletrollen, torkrollen en huishouddoekjes

2015-02-25 Thread FAILLISSEMENTSVEILINGEN I O - VEILINGEN - AUCTIONS



Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je e-mails van IO Auctions zult ontvangen







 This mail has been sent to: pkg-_javascript_-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Belangrijke KIJKDAG Gemeente Boutersem en lopende veilingen bij IO - Auctions - Veilingen

2015-02-04 Thread FAILLISSEMENTSVEILINGEN I O - VEILINGEN - AUCTIONS



Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je e-mails van IO Auctions zult ontvangen






















 This mail has been sent to: pkg-_javascript_-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Nu sluiting van 3 online veilingen kijk snel op www.io-auctions.com

2015-01-29 Thread FAILLISSEMENTSVEILINGEN I O - VEILINGEN - AUCTIONS



Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je e-mails van IO Auctions zult ontvangen















 This mail has been sent to: pkg-_javascript_-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] BELANGRIJKE EXECUTIE VERKOPINGEN SLUITING VANAF VANDAAG 27 Januari 2015 vanaf 18:00 uur kijk snel op www.io-auctions.com

2015-01-27 Thread FAILLISSEMENTSVEILINGEN I O - VEILINGEN - AUCTIONS
Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je 
e-mails van IO Auctions zult ontvangen

   This mail has been sent to: 
pkg-javascript-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] BELANGRIJKE EXECUTIE VERKOPINGEN SLUITING VANAF VANDAAG 19 Januari 2015 vanaf 18:00 uur kijk snel op www.io-auctions.com

2015-01-19 Thread FAILLISSEMENTSVEILINGEN I O - VEILINGEN - AUCTIONS



Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je e-mails van IO Auctions zult ontvangen



















 This mail has been sent to: pkg-_javascript_-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] 17 Nieuwe online veilingen bij IO - Veilingen - Auctions

2014-10-18 Thread 17 NIEUWEN ONLINE VEILINGEN BIJ : *** I O - VEILINGEN - AUCTIONS ***



Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je e-mails van IO Auctions zult ontvangen






















 This mail has been sent to: pkg-_javascript_-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] NIEUWE VEILINGEN BIJ I O - VEILINGEN

2014-09-28 Thread I O - VEILINGEN - AUCTIONS



Voeg n...@io-auctions.nl toe aan je adressenboek om er zeker van te zijn dat je e-mails van IO Auctions zult ontvangen

















 This mail has been sent to: pkg-_javascript_-devel@lists.alioth.debian.org

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

[Pkg-javascript-devel] Opleiding Microsoft Excel vervolmaking te Gent, Antwerpen of Hasselt

2014-08-21 Thread i...@betatraining.be

Deze email nieuwsbrief werd in grafisch HTML formaat verzonden.
Als u deze tekstversie ziet, verkiest uw email programma gewone tekst emails.
U kan de originele nieuwsbrief online bekijken:
http://ymlp327.net/zxy41d



*
*
*
*

Geachte,

Verbeter uw kennis van Microsoft Excel door een gevorderde opleiding
te volgen. Vaak krijgt men een nieuwe versie van Excel maar men blijft
verder werken op de oude manier terwijl er prachtige nieuwe tools
bestaan die u zeer veel tijd doen besparen.

Zaaien om te oogsten !!!

Agenda gevorderde cursus Excel op 29/9 te Gent of 2/10 te Hasselt,
6/10 te Antwerpen.

·   09:00 – 10:30 Functies en formules (o.a. Als(),
Vert.Zoeken(), Genestelde functies, Voorwaardelijke opmaak

·   10:30 – 10:45 Break

·   10:45 – 12:00 Lijstbeheer ( Tien voordelen van tabellen,
sorteren, filteren, Geavanceerde filter, Consolidatie van lijsten

·   12:00 – 13:00 Sandwich Lunch

·   13:00 – 14:30 Draaitabellen (PivotTables )

·   14:30 – 14:45 Break

·   14:45 – 16:00 Grafieken en draaigrafieken

Locatie en data:

29/09 Hotel Campanile (
http://www.campanile.com/nl/hotels/campanile-gent-gand?sem=yesgclid=CI3qh5SC0b0CFZShtAod8hIABA
)te Gent

02/10 Holiday Inn Express  ( http://www.hihasselt.com/ ) te Hasselt

06/10 Tulip inn (
http://www.tulipinnantwerpen.com/route-beschrijving-tulip-inn-antwerpen.148635.aspx
) te Antwerpen

Prijs: € 167/dag p.p. (incl. sandwich lunch, excl. Btw)

Inschrijven kan door deze mail te beantwoorden i...@betatraining.be.
Gelieve hierbij uw facturatiegegevens met btwnr te vermelden. Bezoek
ook onze website www.BetaTraining.be

Uw inschrijving tot deze opleiding kan echter niet geannuleerd worden
daar de plaatsen beperkt zijn.

Voor deze opleidingen kan men geen gebruik maken van de KMO
portefeuille of van opleidingscheques.

Hoogachtend,

Philippe Van Migem

Zaakvoerder

#946;eta consulting bvba

0488/41.61.76

_
Uitschrijven / Gegevens wijzigen: 
http://ymlp327.net/ugbjeessgsgebejwsgeueggeuhewj
Powered door YourMailingListProvider

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Re: [Pkg-javascript-devel] Javascript library versioning

2012-06-14 Thread Pau Garcia i Quiles
On Thu, Jun 14, 2012 at 6:55 PM, Andres Rodriguez andres...@ubuntu.com wrote:

  How to resolve the SO-name for JavaScript?

 By full path. I. e. instead of:

 /usr/share/javascript/jquery/jquery.js

 let's have:

 /usr/share/javascript/jquery/1.7.2/jquery.js

 I agree with this as is the same as I was thinking.

Great

 Then the package would be libjs-jquery56 instead of just libjs-jquery,
 as we do for C/C++ libraries.


 This, however, would mean that we would have to introduce a new source
 package.

 i.e. jquery5.6 which ships libjs-jquery56.

It would be more like jquery-1.7.2 ships libjs-jquery56, i. e. there
is no relation at all between the soname version and the library
version. If jQuery 1.7.3, 1.7.4, 1.8, etc remain API- and behavior-
compatible with 1.7.2, then jquery-1.7.3, jquery-1.7.4, etc would
still provide libjs-jquery56. The idea is applications depend on
soversions, not on library versions. It's important to be prepared for
the case where a new version of a library is still compatible with the
old version.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] [Uploaded] RFS: jquery-jplayer/2.1.0-1

2012-05-14 Thread Pau Garcia i Quiles
On Mon, May 14, 2012 at 8:23 AM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 Le lundi 14 mai 2012 00:33:07, Pau Garcia i Quiles a écrit :
 [...]
 A new version of the packaging, hopefull the final one, is available
 from mentors:

 http://mentors.debian.net/debian/pool/main/j/jquery-jplayer/jquery-jplayer_
 2.1.0-1.dsc

 Uploaded (waiting in NEW).

 Thanks for your contribution!

Thank you.

Next I'm going to package the jPlayer skins (Blue Monday and Pink
Flags). I'm not exactly versed in licenses for artwork but MIT/GPL for
a GIF animation and PSD files looks wrong. Do you know where to find
more information about this? (apart form debian-legal, but I guess
this is a recurrent topic and there's probably a wiki page somewhere)

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] RFS: jquery-jplayer/2.1.0-1

2012-05-13 Thread Pau Garcia i Quiles
On Sun, May 13, 2012 at 10:27 AM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 Le dimanche 13 mai 2012 03:43:14, Pau Garcia i Quiles a écrit :
  - You use tarball-in-tarball approch with a
  jQuery.jPlayer.2.1.0.source.zip into your
  jquery-jplayer_2.1.0.orig.tar.gz. I'm not sure this is useful for this
  simple package : you should just repack upstream to an
  orig.tar.{gz,bz2}. This is easier for code review and for applying
  patches.

 AFAIK it's not possible to repack a .zip file while preserving
 timestamps, permissions, etc. That's why I'm packaging the .zip inside
 the .orig.tar.gz.

 Since you provide a debian/watch file, you should try uscan --repack : it
 will download your upstream ZIP file and repack it to a correct debian 
 orig.tar
 format (default: gz) while preserving timestamp and permission (IIRC).

That worked great! I've added a note about the repack in README.source
and got rid of the unzip in rules.

 I understand that .fla file is useful for people running Adobe tools but it's
 really look like a binary blob :) = largely undocumented, no free software
 tool in main to edit... You should at least document those facts into
 debian/copyright or debian/README.source to ease reviewing of your package by
 FTP Masters.

I've added a note in README.source

A new version of the packaging, hopefull the final one, is available
from mentors:

http://mentors.debian.net/debian/pool/main/j/jquery-jplayer/jquery-jplayer_2.1.0-1.dsc

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] RFS: jquery-jplayer/2.1.0-1

2012-05-12 Thread Pau Garcia i Quiles
On Sat, May 12, 2012 at 6:41 PM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 Hi Pau!

 Le lundi 07 mai 2012 02:32:57, Pau Garcia i Quiles a écrit :
 jPlayer is required by version 3.2.1 of my package witty
 (http://packages.debian.org/witty) and by owncloud (
 http://owncloud.org/ , in process of packaging by Paul van Tilburg and
 Thomas Müller).

 I'm interrested in sponsoring this package (ie. for owncloud),

Great, thank you

 so here we go
 for some comments :

 - You use tarball-in-tarball approch with a jQuery.jPlayer.2.1.0.source.zip
 into your jquery-jplayer_2.1.0.orig.tar.gz. I'm not sure this is useful for
 this simple package : you should just repack upstream to an orig.tar.{gz,bz2}.
 This is easier for code review and for applying patches.

AFAIK it's not possible to repack a .zip file while preserving
timestamps, permissions, etc. That's why I'm packaging the .zip inside
the .orig.tar.gz.

I'm using a .tar.gz instead of .tar.bz2 because I'm still providing
packages for Wt (witty) for Ubuntu Hardy, which uses an old debhelper.
Since version 3.1.1, Wt depends on JPlayer for the WAudio and WVideo
classes, therefore I will provide jquery-jplayer backports for Ubuntu
Hardy.


 - Jplayer.fla file seems to be useless (according to upstream [1] and to your
 debian/rules). Since this file seems to be a binary proprietary blob (and I
 don't know any tool in Debian that can edit this file) I think you should 
 strip
 it from upstream tarball during repack.

Given that I cannot preserve permissions or timestamps, and this file
(although binary) is the preferred editable form, not a compiled,
minified or obfuscated form, I'd rather not repack. The .fla is still
useful for people who use Adobe CS tools to edit the Flash (the .fla
is a project file), which can be used on Debian via Wine.


 - (optional) Maybe you should try Debian source package formats 3.0 (quilt)
 [2] ?

It's not supported on Ubuntu Hardy. Due to that, and given that there
are not patches, no multiple upstream tarballs, or anything where
source format 3.0 would be useful, I can't see a valid reason to
change from 1.0 to 3.0.


 - (optional) There is also improvement for debhelper handling. I think that
 you can simplify your debian/rules file [3]

I don't really like the simplified debian/rules formats. Too much
magic hidden behind convention. I like to see what's going on.


 That's all :)

Thank you for your suggestions but I think I'm not adoption any of them :-)

 [1] http://jplayer.org/latest/developer-guide/#jPlayer-files-source
 [2] http://wiki.debian.org/Projects/DebSrc3.0
 [3] http://joeyh.name/blog/entry/cdbs_killer___40__design_phase__41__/


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] RFS: jquery-jplayer/2.1.0-1

2012-05-10 Thread Pau Garcia i Quiles
On Wed, May 9, 2012 at 8:16 PM, Paul van Tilburg pau...@debian.org wrote:
 Hello Pau,

 On Mon, May 07, 2012 at 02:32:57AM +0200, Pau Garcia i Quiles wrote:
 I am looking for a sponsor for my package jquery-jplayer

 The package is looking good, and am eager to use it as a depend of
 owncloud.  This would actually allow us to bring the media application
 back.  (Already working on that.)

 Two small nitpicky things about debian/copyright:
 - The DEP-5 is a standard now, so the Format URL is now:
  http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Fixed

 - Please also include the Upstream-Contact field.

Fixed

 Since it is a jQuery plugin, is it not supposed to depend on jQuery somehow?
 (Possibly as suggest/recommend, I don't how it's done for other plugins?)

Fixed  brown-bagged. For some reason, I forgot to include the single
most obvious dependency in the history of Debian packaging (!!!).

I have re-uploaded to mentors

http://mentors.debian.net/debian/pool/main/j/jquery-jplayer/jquery-jplayer_2.1.0-1.dsc

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


Re: [Pkg-javascript-devel] Node.js and it's future in debian

2012-05-04 Thread Pau Garcia i Quiles
On Fri, May 4, 2012 at 6:53 PM, Steve Langasek vor...@debian.org wrote:
 Hi Pau,

 On Fri, May 04, 2012 at 04:24:21PM +0200, Pau Garcia i Quiles wrote:
 Regarding the often-mentioned many users run 'node script' from the
 command-line... so what? If we can get enough distributions (Debian,
 Suse, Fedora, MacPorts and brew would likely be enough) to rename the
 node.js binary, upstream will be forced to change from /usr/bin/node
 to /usr/bin/nodejs

 Compare this with ruby, where the outcome of Debian diverging from upstream
 was that the large and vocal upstream community shouted from the rooftops
 that our packages were broken and should never be used, until eventually
 (AIUI) Debian backed down.

 Engaging in brinksmanship with the upstream on such matters is not always
 going to give a favorable outcome, even if we have other distribution
 maintainers on our side; and in the meantime it's always unpleasant for the
 users caught in the middle.

Agreed. That's why my proposal was that *all* of those (Debian,
Fedora, Suse, MacPorts and brew) did the rename, not just us (Debian).
It's certainly not nice to push upstream to do something they don't
want to do, but when upstream is not doing their due diligence...

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Packaging jPlayer

2012-05-01 Thread Pau Garcia i Quiles
Hi,

I'm the maintainer of Wt (  http://packages.debian.org/sid/witty  ).
Since version 3.1.11, Wt uses jPlayer to implement the WVideo and
WAudio classes. Today I discovered SwfTools provides an AS3 compiler
(previously I though only Flex would work, which was a problem because
Flex is not available on Debian.

Now I am considering packaging jPlayer, which is itself a jQuery
plugin. A few questions:

- Is there a Debian Guidelines for JavaScript packagers document?

- Many jQuery plugins have been combined into the jquery-goodies,
although the have different upstreams. Should I add jPlayer to the
jquery-goodies package or package it on itself (it has a JavaScript
part and a Flash part) ? (I'd rather go for the latter unless policy
is the former)

Thank you

--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

___
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel