[Pkg-javascript-devel] Processed: reassign 755430 to prettify.js

2014-09-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 755430 prettify.js
Bug #755430 [wnpp] ITP: prettify -- syntax highlighting of source code snippets 
in an html page
Bug reassigned from package 'wnpp' to 'prettify.js'.
Ignoring request to alter found versions of bug #755430 to the same values 
previously set
Ignoring request to alter fixed versions of bug #755430 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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] Processed: reassign 755430 to wnpp

2014-09-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 755430 wnpp
Bug #755430 [prettify.js] ITP: prettify -- syntax highlighting of source code 
snippets in an html page
Bug reassigned from package 'prettify.js' to 'wnpp'.
Ignoring request to alter found versions of bug #755430 to the same values 
previously set
Ignoring request to alter fixed versions of bug #755430 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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] review of jquery-lazyload version 1.9.3

2014-09-27 Thread Emilien Klein
Hi Jeremy and team,

2014-09-09 22:54 GMT+02:00 Jérémy Lal kapo...@melix.org:
 Hi,

 * first you need to learn how to properly repackage an upstream tarball,
 because the good way is so easy and fun !
 Just add a Files-Excluded section in debian/copyright as explained in
 https://wiki.debian.org/UscanEnhancements
 then run
 uscan --force-download
 and voilà - a nice repackaged tarball.
 Then it's only a matter of renaming it (sometimes it doesn't add +dfsg
 to the upstream version in the tarball file name), and
 git-import-orig ../thattarball_1.2.3+dfsg.orig.tar.gz

Yes, that is indeed much cleaner.
As part of my involvement with the Debian Med team, Andreas Tille has
made me aware of this nice mechanism (Andreas pushed for this, see
#685787).
Since the 1.9.3 version is already in the git repo, it doesn't make
much sense to modify this now, but I will transition to Files-Excluded
when the next upstream version is released. That will also allow to
remove d/download_repackage_dfsg.sh

 * do not call uupdate in uscan, it gets in the way of git-buildpackage

Done.

 * note that directly modifying upstream files manually in a
 git-buildpackage-maintained repository is NOT a good idea.
 You're supposed to modify only debian/ dir, and use git-import-orig for
 anything else.

There are several branches in this git repo:
* upstream: the unmodified upstream files, containing e.g. the
minified js files that get removed in the DFSG-ing process
* pristine-tar: used to keep the deltas from generated by pristine-tar
* dfsg_clean: that gets refreshed to the latest upstream version from
the upstream branch, and then the non-DFSG-approved files get removed.
After that action, the branch is in the same state as Files-Excluded
would bring it to, if it was already being used (upstream files, no
non-DFSG files, no /debian directory)
* master: that's where the package is build from. It is the content of
dfsg_clean, and contains the debian repository.

The changes to the debian source package are only performed in the
master branch.
Do you have concerns with that for now (until the next release and the
move to Files-Excluded, which will result in loosing the actual
untouched upstream content)?

 * debian/README.source is interesting... but anything inside it is
 already documented on wiki.debian.org or other manuals. Switching to
 Files-Excluded and uscan allows you to get rid of that file.

As this package doesn't get updated often, I like to keep the full
instructions in a local text file (it's a reminder to my future self,
to allow for reproducible builds).
The one time I felt smart enough to not look at it before packaging
the new version from a new development machine, I forgot to checkout
the non-master branches, which resulted in conflicts when pushing
upstream. That forced me to create a new repo on our Git server, as I
mentioned in [0].
I will leave this file for now, and will update it when switching to
Files-Excluded.
[0] 
http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2014-February/007044.html

 * debian/README.Debian: you should remove everything that is already in
 README.textile. You should mention javascript-common.

Done.

 * debian/control: recommend javascript-common,
   see https://wiki.debian.org/Javascript/Policy

Done (used to be a Suggest, not sure why I removed it in commit 2f93988b)

 * debian/download_repackage_dfsg.sh: no longer needed

Agreed.
See above, will be removed when the next upstream version is released.

 * debian/rules: README.textile is not a changelog,
  simply add debian/docs containing README.textile

70.5% of the lines (86 of 122) are changelog information, hence my
call to override_dh_installchangelogs.
But I've changed that and marked it as purely a doc.

 * debian/patches: please use DEP3 patch format. Example:
 http://anonscm.debian.org/cgit/collab-maint/nodejs.git/tree/debian/patches/1005_restore_sh_javascript_nonminified.patch

Done. Thanks for pointing that out, I was familiar with adding a
description using `dquilt header -e`, but wasn't familiar about DEP-3
itself.


I've also addressed the new Lintian warning
W: jquery-lazyload source: space-in-std-shortname-in-dep5-copyright
cc-by 3.0 (paragraph at line 49)


 Thank you for your contribution to Debian !

Thanks for your review.
I've pushed my changes to pkg-javascript/jquery-lazyload.git on
Alioth. Let me know if there is anything else you'd like adapted.
+Emilien

___
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#763040: npm: npm help cmd is broken

2014-09-27 Thread Tobias Hoffmann
Package: npm
Version: 1.4.21+ds-2
Severity: normal


npm help cmd is supposed to show the man page npm-cmd,
but it only shows the list of more-or-less matching commands
(which basically says: type npm help cmd to get more help).

AFAIK, npm help install looks for
  /usr/share/npm/man/*/npm-install.1
but not for
  /usr/share/npm/man/*/npm-install.1.gz
and as the former is not found by npm, npm help does not go on to
call man npm-install (which would find the .gz file).

According to
  
http://anonscm.debian.org/cgit/pkg-javascript/npm.git/tree/debian/README.source
the problem can be worked around by using appropriate symlinks,
but the suggested links are not present in the debian package.
Instead, /usr/share/npm/man itself is a symlink to
/usr/share/man, where only .gz files are found.
(Alternatively, npm could be patched to look for .gz man-pages, but this isn't 
currently
done, either).


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

Kernel: Linux 3.16.0-rc5-dirty (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages npm depends on:
ii  node-abbrev   1.0.4-2
ii  node-ansi 0.3.0-2
ii  node-ansi-color-table 1.0.0-1
ii  node-archy0.0.2-1
ii  node-block-stream 0.0.7-1
ii  node-fstream  0.1.24-1
ii  node-fstream-ignore   0.0.6-2
ii  node-github-url-from-git  1.1.1-1
ii  node-glob 3.2.6-1
ii  node-graceful-fs  2.0.0-2
ii  node-gyp  0.10.10-2
ii  node-inherits 2.0.0-1
ii  node-ini  1.1.0-1
ii  node-lockfile 0.4.1-1
ii  node-lru-cache2.3.1-1
ii  node-minimatch0.2.12-1
ii  node-mkdirp   0.3.5-1
ii  node-nopt 3.0.1-1
ii  node-npmlog   0.0.4-1
ii  node-once 1.1.1-1
ii  node-osenv0.0.3-1
ii  node-read 1.0.4-1
ii  node-read-package-json1.1.3-1
ii  node-request  2.26.1-1
ii  node-retry0.6.0-1
ii  node-rimraf   2.2.2-2
ii  node-semver   2.1.0-2
ii  node-sha  1.2.3-1
ii  node-slide1.1.4-1
ii  node-tar  0.1.18-1
ii  node-underscore   1.4.4-2
ii  node-which1.0.5-2
ii  nodejs0.10.25~dfsg2-2

npm recommends no packages.

npm suggests no packages.

-- no debconf information

___
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#758285: npm says Segmentation fault

2014-09-27 Thread Jérémy Lal
reassign 758285 nodejs
tags 758285 + moreinfo
thanks

The trouble here is that nodejs and libv8-3.14 are not tested on every
armel variants. They are built on armv4t/armv5 servers - and there the
test suites pass without segmentation faults.

I'd need more info - could you provide a backtrace of that segfault ?

Jérémy.

___
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] Processed: Re: npm says Segmentation fault

2014-09-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 758285 nodejs
Bug #758285 [npm] npm says Segmentation fault
Bug reassigned from package 'npm' to 'nodejs'.
No longer marked as found in versions npm/1.4.21+ds-2.
Ignoring request to alter fixed versions of bug #758285 to the same values 
previously set
 tags 758285 + moreinfo
Bug #758285 [nodejs] npm says Segmentation fault
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
758285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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] Processed: limit source to npm, tagging 761674

2014-09-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 limit source npm
Limiting to bugs with field 'source' containing at least one of 'npm'
Limit currently set to 'source':'npm'

 tags 761674 + pending
Bug #761674 [npm] npm should allow the use of node-ansi from backports
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
761674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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#763040: Bug#763040: npm: npm help cmd is broken

2014-09-27 Thread Jérémy Lal
Le samedi 27 septembre 2014 à 15:06 +0200, Tobias Hoffmann a écrit :
 Package: npm
 Version: 1.4.21+ds-2
 Severity: normal
 
 
 npm help cmd is supposed to show the man page npm-cmd,
 but it only shows the list of more-or-less matching commands
 (which basically says: type npm help cmd to get more help).
 
 AFAIK, npm help install looks for
   /usr/share/npm/man/*/npm-install.1
 but not for
   /usr/share/npm/man/*/npm-install.1.gz
 and as the former is not found by npm, npm help does not go on to
 call man npm-install (which would find the .gz file).
 
 According to
   
 http://anonscm.debian.org/cgit/pkg-javascript/npm.git/tree/debian/README.source
 the problem can be worked around by using appropriate symlinks,
 but the suggested links are not present in the debian package.

That's weird, i had an hallucination the day i committed
http://anonscm.debian.org/cgit/pkg-javascript/npm.git/commit/?id=d4ce91b7

I'll revert that, thank you for the report.

Jérémy.

___
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] Processing of prettify.js_2013.03.04+dfsg-4_amd64.changes

2014-09-27 Thread Debian FTP Masters
prettify.js_2013.03.04+dfsg-4_amd64.changes uploaded successfully to localhost
along with the files:
  libjs-prettify_2013.03.04+dfsg-4_all.deb
  prettify.js_2013.03.04+dfsg-4.dsc
  prettify.js_2013.03.04+dfsg-4.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.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] prettify.js_2013.03.04+dfsg-4_amd64.changes ACCEPTED into unstable

2014-09-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Sep 2014 18:15:53 +0200
Source: prettify.js
Binary: libjs-prettify
Architecture: source all
Version: 2013.03.04+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
pkg-javascript-devel@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description:
 libjs-prettify - syntax highlighting of source code snippets in an html page
Changes:
 prettify.js (2013.03.04+dfsg-4) unstable; urgency=medium
 .
   * control: fixed vcs urls
   * control: updated Standards-Version
Checksums-Sha1:
 483e1e2bc2bad2a5b5831c62476c16002e9cdfcc 2088 prettify.js_2013.03.04+dfsg-4.dsc
 af96e647fe9223da10bac34ce1ad646f2e7425ac 4828 
prettify.js_2013.03.04+dfsg-4.debian.tar.xz
 42cbe08de5b8bde30566a3b1c97a0d2b1cbe40c5 36464 
libjs-prettify_2013.03.04+dfsg-4_all.deb
Checksums-Sha256:
 a60146806d6f33103f8e642732b179fd02c7b9006e3cb5ece4102f65129a133e 2088 
prettify.js_2013.03.04+dfsg-4.dsc
 eff1113eae9d8c8998bd528d8ca927f2532006a16409e8114a5b807fb9e9d98d 4828 
prettify.js_2013.03.04+dfsg-4.debian.tar.xz
 9d0bd79f546f70e73910db5a49e9f50240d054c54b4b8317274b1a05e31f77e1 36464 
libjs-prettify_2013.03.04+dfsg-4_all.deb
Files:
 fc1a05e67bb65fd5d47102eb8a230af9 36464 web optional 
libjs-prettify_2013.03.04+dfsg-4_all.deb
 d7634bce75aa0c98ac117040fec3f3a4 2088 web optional 
prettify.js_2013.03.04+dfsg-4.dsc
 e281ab217d7b5ca5060fe7aaf3b6f8d8 4828 web optional 
prettify.js_2013.03.04+dfsg-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUJuNKAAoJEMMfT9lJqytsdT0QAJ8wEGhwGdX/WDWDCZxghGb2
EC6h+B6RJcGhZjuZCskEfi4k/QVh5LKDWR2uhix6JyVD53qwGWJDFB+fsVTOi02u
z/bJrxOOCVP+rcQew360XWDYLVwFunlNWTZPHKt+yvwk84V+GPUSfzsQ4SJlz1eu
P+U6FQA+Y9yPEqGyysUg/6tSJO4r6XeTgSoNm+Mb4XgbzGTymvREZhDnW6+Z1G1+
rli7GJ+7612k6uCLw8yyUkVqS0wBajZLdo6XqA03FST2fIFqFLrKpQymSqhbhrfE
FqGZaMRDXReoLdvOmEpXjkcjrNz8HON3eYnNjXD8fNLdwOGKsnPJ8j8PtYqO4Ca2
sCrjW3dBGVtaWu7QpQzXaZTNl+Dahgw0XqhqTEuSG6MmJwdHgS+225YWS995ZTQ9
h1BHFAJ5gdT3aTbD2CWnJbJ3GhwcAnGlcb7d5d8Q4ibKmoLafX5T9/HnQaJAS0Ps
j+GYxfQZBtkkOveXJQs5NH5R1GBeqKaoEd+HD7OBaCUe/KYtlCqEvtH5hRjTYb/1
zNcyIHnT776Mf0w7DnnbAbEOPaLc/u8hQRyizUWs6O+0MwBIQq1Pp99yH0I1wIwb
gPAMUZLCkePqlxPFRBBM23LqOdbyplyy+I6NsHjc36nW48VKSDOdZsQ9HmTJH1bG
8CzXUum/DS65ZCZtuIyR
=Jc50
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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] libuv 0.10.28-5 MIGRATED to testing

2014-09-27 Thread Debian testing watch
FYI: The status of the libuv source package
in Debian's testing distribution has changed.

  Previous version: 0.10.28-3
  Current version:  0.10.28-5

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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] IO-dagaanbieding van: Pannenset, waterkoker, plaids

2014-09-27 Thread De nieuwe dagaanbieding speciaal voor U geselecteerd !!



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

Uw Dagaanbieding vanvrijdag 26september 2014



Deze week ook :



Op IO Dagaanbieding vind u superdeals met kortingen tot wel 100 %! 
Elke dag weer een leuke , exclusieve deal met veel korting aanbieden is ons doel. 
Bespaar veel tijd en geld door gewoon te bestellen uit je luie stoel ! 
Je kan je gratis inschrijven en dit neemt maar enkele seconden tijd in beslag !
Hoe werkt het ?Elke dag worden er exclusieve deals aangeboden, check dus zeker elke dag onze site voor nieuwe deals. 
Het spreekt eigenlijk voor zich, u plaatst een bestelling, u zorgt voor de betaling, 
en wij zorgen dat het product zo snel mogelijk bij u thuis afgeleverd wordt.
OP = OP

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