Re: [geographiclib] 06/06: Disable Javascript install temporarily

2015-10-03 Thread Ross Gammon
On 10/02/2015 02:56 PM, Sebastiaan Couwenberg wrote:

> 
> I've finalized the geographiclib package to include a
> node-geographiclib package. Symlinking shouldn't be required, so I've
> only move the Node.js module to the appropriate path.
> 

Thanks Bas for finishing it off. Was busy the last two days.
Yes - the node_module looked self-contained, so just moving to the new
package should be enough.



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: [geographiclib] 06/06: Disable Javascript install temporarily

2015-10-02 Thread Sebastiaan Couwenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 30-09-15 21:46, Sebastiaan Couwenberg wrote:
> On 30-09-15 21:35, Ross Gammon wrote:
>> On 09/30/2015 09:29 PM, Ross Gammon wrote:
>>> --- a/debian/geographiclib-doc.install +++ 
>>> b/debian/geographiclib-doc.install @@ -1,2 +1,2 @@ 
>>> usr/share/doc/geographiclib/html 
>>> -usr/share/doc/geographiclib/scripts 
>>> +#usr/share/doc/geographiclib/scripts
> 
>> The javascript in this directory has now been ported to a node 
>> module and is trying to install in: 
>> usr/lib/x86_64-linux-gnu/node_modules/geographiclib/
> 
>> Do you think we should put it there, or install it as per the 
>> Javascript Team policy?
> 
> Install in the Policy compliant directory and symlink it to usr/lib
> as expected by the upstream code.

I've finalized the geographiclib package to include a
node-geographiclib package. Symlinking shouldn't be required, so I've
only move the Node.js module to the appropriate path.

Kind Regards,

Bas

- -- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJWDn78AAoJEGdQ8QrojUrx7ywQANPS6PpA93wJg8W61OFvBRuv
rZppGmHu9yDmHkwooZbafoM4ECDa+60C/BOvIRV5NHSAeQrCw+XMpV5jDQCJINKy
nnHk4IT6ZuAy1wZeGll2rOM+JFD8q6jW0Bh5QuYLUgEpT2mkG30MDS0SAzwxANyb
rVeRxBYZ3MAqC/tXM2RF0TQ3kGeOcXoff6KzNJbzavmA9KAmq0IM1hDR+pG9ww3Q
env3zwJQIVgAYzPrlXUm0I0MDhyA2RqvqNa1zISYhBSxyt0S1EtIxc8mtSclxL5Y
tsTp0NxKYmx18meMes8keEBMcXnAtlpp3GZRSEVHU6HFydGqHKpVo9ZODPU0Qced
QKK/usJ/FVAARo2OTH5Up1BM3SFaR2yprATOi44mmoyxwso6Rh/bAj0MIOIP/TG+
IhDOfOJlvvh8TfySoqXmp0d+ihaZTDDKpbtuy3nT98KojLKYiZ2JaCkMM6XRBHwB
PA1zHARHgC8NhatdVgvIj1Z3xmCFspzEQa4EhfnJWLHwwMNWX+ex4RXOzk6qnenV
z9GKGDfRbcKOKlZWTiQI711oQ09oTGqQGZUZSBLWAtIJ6zelKUCAfgyaLz20vny6
YMvOofQf+PldZx78P8v44z4Xeouc3jYCbQGozob/2j3gIU/T/zEEjVsPnXjJNQDX
pHrDpaAqE6v/ypebiF2i
=wQya
-END PGP SIGNATURE-

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


[geographiclib] 06/06: Disable Javascript install temporarily

2015-09-30 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository geographiclib.

commit db3824b851efc5088ff2c637d32e223d98059877
Author: Ross Gammon 
Date:   Wed Sep 30 21:26:48 2015 +0200

Disable Javascript install temporarily

Now wants to install in node_modules directory
---
 debian/geographiclib-doc.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/geographiclib-doc.install b/debian/geographiclib-doc.install
index ebea7ca..e4d2665 100644
--- a/debian/geographiclib-doc.install
+++ b/debian/geographiclib-doc.install
@@ -1,2 +1,2 @@
 usr/share/doc/geographiclib/html
-usr/share/doc/geographiclib/scripts
+#usr/share/doc/geographiclib/scripts

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geographiclib.git

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


Re: [geographiclib] 06/06: Disable Javascript install temporarily

2015-09-30 Thread Ross Gammon
Bas,

Stopped here to ask a question.

On 09/30/2015 09:29 PM, Ross Gammon wrote:
> --- a/debian/geographiclib-doc.install
> +++ b/debian/geographiclib-doc.install
> @@ -1,2 +1,2 @@
>  usr/share/doc/geographiclib/html
> -usr/share/doc/geographiclib/scripts
> +#usr/share/doc/geographiclib/scripts

The javascript in this directory has now been ported to a node module
and is trying to install in:
usr/lib/x86_64-linux-gnu/node_modules/geographiclib/

Do you think we should put it there, or install it as per the Javascript
Team policy?

Cheers,

Ross



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: [geographiclib] 06/06: Disable Javascript install temporarily

2015-09-30 Thread Sebastiaan Couwenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 30-09-15 21:35, Ross Gammon wrote:
> On 09/30/2015 09:29 PM, Ross Gammon wrote:
>> --- a/debian/geographiclib-doc.install +++
>> b/debian/geographiclib-doc.install @@ -1,2 +1,2 @@ 
>> usr/share/doc/geographiclib/html 
>> -usr/share/doc/geographiclib/scripts 
>> +#usr/share/doc/geographiclib/scripts
> 
> The javascript in this directory has now been ported to a node
> module and is trying to install in: 
> usr/lib/x86_64-linux-gnu/node_modules/geographiclib/
> 
> Do you think we should put it there, or install it as per the
> Javascript Team policy?

Install in the Policy compliant directory and symlink it to usr/lib as
expected by the upstream code.

Kind Regards,

Bas

- -- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJWDDwAAAoJEGdQ8QrojUrx8MgP/RM/2RSSuzmcRC9Ck+qkCGSS
asTnu1S4F8BlDJOQNAEikaTJ5s45Ka5poM1Jr1dx1edWY6CQ/r0+Wbgg9CjOO3mS
XSwdQbDoFFS6UaOkd5wXcLlzzoO8nK++tZq2ws1lI/9GttCJCw942Fj/Ob9a5Wf6
2/YwKGARgaIME8J02KIlfUuBQmZIQUJs5yOzw17npPMV3FtPxgiQKCleDWPz8uxe
ia9jA50QF4Q4L71VAaJV08q/Hjdxgyb4antMaQnw8PNYL7GUCRuMvLqKNcUMFDnw
Fqq/KK18yQmscj6uby2Nd5IBD7KGdikATnSOjcuwJrNg52Lk87vuQGvBAuh7tIOk
C8fWrciOxX9w5BN1t+JH27Lpzh81AypJEgjGMPgwmq1KMXM4E2NkwG02y3vDd8uE
gV07AUxVWveDVW9tOZrL3+a5BSE3FGMFvtHq8w8LW0vN5QiESKLvirthJk152NN5
YAV6iVik08gO+14wc84FCOBnQGh4vQ9vmHMn8YIUjRr2Jv6xos5D2K74LTdu0uwb
2/VeJ6D8EYvkDKFyOZiJ9uxro1dgHaSuhHQ2yk0HDKsD6zZ9qwDzzIXW9x308Kuu
eHJ7vQAScorN3b+hhuhBFaTrhvHt89Gbk4Q8YF7W8MWtX4AN2Dfa0jw9epPjRNCh
Is9kg3UdZ1uejPP7ThLD
=9fUf
-END PGP SIGNATURE-

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