[Pkg-javascript-devel] Bug#736576: nodejs: FTBFS on various archs

2014-01-25 Thread Julien Cristau
Source: nodejs
Version: 0.10.25~dfsg1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

nodejs FTBFS on armel, i386 and kfreebsd-i386, see
https://buildd.debian.org/status/package.php?p=nodejs

 === release test-abort-fatal-error ===
 Path: simple/test-abort-fatal-error
 Command: out/Release/node
 /«PKGBUILDDIR»/test/simple/test-abort-fatal-error.js
 --- TIMEOUT ---

Cheers,
Julien


signature.asc
Description: Digital signature
___
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#679669: tpu upload for #679669 (underscore: build-depends on uglifyjs)

2012-10-15 Thread Julien Cristau
On Mon, Oct 15, 2012 at 20:59:24 +0200, Ansgar Burchardt wrote:

 Sure.  I've attached the debdiff for an upload to wheezy (there's a
 newer version in unstable).  The changes are the same as in the
 backport.
 
Ack, please go ahead.

Thanks,
Julien


signature.asc
Description: Digital signature
___
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] updating the jquery squeeze backport?

2012-08-29 Thread Julien Cristau
Hi,

I needed a newer jquery in order to backport the ipython package to
squeeze, so I was wondering if you would mind me updating jquery in
squeeze-backports to 1.7.2+debian-2.1~bpo60+1 (or if you have plans to
do it yourself).

Cheers,
Julien
-- 
Julien Cristau  julien.cris...@logilab.fr
Logilab http://www.logilab.fr/
Informatique scientifique  gestion de connaissances

___
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#679665: jquery: diff for NMU version 1.7.2+debian-2.1

2012-08-04 Thread Julien Cristau
tags 679665 + pending
thanks

Dear maintainer,

I've prepared an NMU for jquery (versioned as 1.7.2+debian-2.1) and
uploaded it to DELAYED/0.  I don't understand the point from Jonas about
how the symlink could be a problem, other than for somebody who'd
explicitly point a gun at their own feet, so I went ahead with my
proposed patch.

Cheers,
Julien
diff -Nru jquery-1.7.2+debian/debian/changelog jquery-1.7.2+debian/debian/changelog
--- jquery-1.7.2+debian/debian/changelog	2012-06-14 17:58:19.0 +0200
+++ jquery-1.7.2+debian/debian/changelog	2012-08-04 08:26:25.0 +0200
@@ -1,3 +1,12 @@
+jquery (1.7.2+debian-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Don't ship minified js, uglify is not in wheezy (closes: #679665).
+  * Make build a phony target explicitly, since there's a build directory in
+the source package.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 04 Aug 2012 08:26:20 +0200
+
 jquery (1.7.2+debian-2) unstable; urgency=low
 
   * libjs-jquery package should be marked Multi-Arch: foreign
diff -Nru jquery-1.7.2+debian/debian/control jquery-1.7.2+debian/debian/control
--- jquery-1.7.2+debian/debian/control	2012-06-14 17:58:12.0 +0200
+++ jquery-1.7.2+debian/debian/control	2012-07-18 22:55:48.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Javascript Maintainers pkg-javascript-devel@lists.alioth.debian.org
 Uploaders: Marcelo Jorge Vieira (metal) me...@debian.org, Steve Kemp s...@debian.org
-Build-Depends: debhelper (= 7.0.50~), node-uglify
+Build-Depends: debhelper (= 7.0.50~),
 Standards-Version: 3.9.3
 Homepage: http://jquery.com/
 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery.git
diff -Nru jquery-1.7.2+debian/debian/links jquery-1.7.2+debian/debian/links
--- jquery-1.7.2+debian/debian/links	2010-03-16 01:32:42.0 +0100
+++ jquery-1.7.2+debian/debian/links	2012-07-18 22:59:35.0 +0200
@@ -1,2 +1,3 @@
 /usr/share/javascript/jquery/jquery.min.js	/usr/share/javascript/jquery/jquery.pack.js
 /usr/share/javascript/jquery/jquery.min.js	/usr/share/javascript/jquery/jquery.lite.js
+/usr/share/javascript/jquery/jquery.js	/usr/share/javascript/jquery/jquery.min.js
diff -Nru jquery-1.7.2+debian/debian/patches/no-min.diff jquery-1.7.2+debian/debian/patches/no-min.diff
--- jquery-1.7.2+debian/debian/patches/no-min.diff	1970-01-01 01:00:00.0 +0100
+++ jquery-1.7.2+debian/debian/patches/no-min.diff	2012-07-18 23:00:29.0 +0200
@@ -0,0 +1,11 @@
+--- jquery-1.7.2+debian.orig/Makefile
 jquery-1.7.2+debian/Makefile
+@@ -46,7 +46,7 @@ DATE=$(shell date)
+ 
+ all: update_submodules core
+ 
+-core: jquery min hint size
++core: jquery
+ 	@@echo jQuery build complete.
+ 
+ ${DIST_DIR}:
diff -Nru jquery-1.7.2+debian/debian/patches/series jquery-1.7.2+debian/debian/patches/series
--- jquery-1.7.2+debian/debian/patches/series	2012-05-23 03:00:49.0 +0200
+++ jquery-1.7.2+debian/debian/patches/series	2012-07-18 23:00:23.0 +0200
@@ -1 +1,2 @@
 build.patch
+no-min.diff
diff -Nru jquery-1.7.2+debian/debian/rules jquery-1.7.2+debian/debian/rules
--- jquery-1.7.2+debian/debian/rules	2012-05-23 03:15:38.0 +0200
+++ jquery-1.7.2+debian/debian/rules	2012-07-18 23:06:11.0 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-%:
+build %:
 	dh $@
 
 override_dh_auto_clean:
@@ -9,3 +9,5 @@
 override_dh_clean:
 	rm -rf dist/
 	dh_clean
+
+.PHONY: build


signature.asc
Description: Digital signature
___
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#682265: Please undo automatic removals of wims, wims-extra, etc. from testing

2012-08-02 Thread Julien Cristau
On Thu, Aug  2, 2012 at 08:04:17 +0200, Salvatore Bonaccorso wrote:

 On Wed, Aug 01, 2012 at 09:40:44PM +0200, Georges Khaznadar wrote:
  If it is still possible, please do accept the NMU for mootools, which
  makes it buildable in wheezy, then please undo removals for packages
  wims/4.03a-7, wims-extra/3.62-6, wims-modules-es/3.64-1, and
  zoneminder/1.25.0-1.1 which depend on it.
 
 Reading Rule #8 in [1] this still should be possible. But note the
 prefered way to contact the release team is maybe better via
 bugreport, so that the issue can better be tracked and does not get
 lost in mailinglist (the Release Team prefers this way to contact as
 they are quite loaded).
 
Unblocked, they should go back in once mootools is 10 days old.

Cheers,
Julien


signature.asc
Description: Digital signature
___
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#682265: mootools: build-depends on node-uglify, not in wheezy

2012-07-20 Thread Julien Cristau
Source: mootools
Version: 1.4.5~debian1-2
Severity: serious
X-Debbugs-Cc: w...@packages.debian.org, zonemin...@packages.debian.org

Either mootools needs to be removed from wheezy (along with its reverse
dependencies zoneminder and wims), or it needs to lose its build-dep on
node-uglify.

Cheers,
Julien


signature.asc
Description: Digital signature
___
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#679665: Bug#679665: jquery: build-deps not satisfiable in wheezy

2012-07-18 Thread Julien Cristau
tag 679665 patch
kthxbye

On Thu, Jul  5, 2012 at 17:38:48 +0200, Jonas Smedegaard wrote:

  c) Provide only uncompressed code

I've implemented this, which seems to be the only feasible solution for
wheezy AFAICT.

Cheers,
Julien

diff -Nru jquery-1.7.2+debian/debian/changelog 
jquery-1.7.2+debian/debian/changelog
--- jquery-1.7.2+debian/debian/changelog2012-06-14 17:58:19.0 
+0200
+++ jquery-1.7.2+debian/debian/changelog2012-07-18 23:11:48.0 
+0200
@@ -1,3 +1,12 @@
+jquery (1.7.2+debian-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship minified js, uglify is not in wheezy (closes: #679665).
+  * Make build a phony target explicitly, since there's a build directory in
+the source package.
+
+ -- Julien Cristau jcris...@debian.org  Wed, 18 Jul 2012 22:55:36 +0200
+
 jquery (1.7.2+debian-2) unstable; urgency=low
 
   * libjs-jquery package should be marked Multi-Arch: foreign
diff -Nru jquery-1.7.2+debian/debian/control jquery-1.7.2+debian/debian/control
--- jquery-1.7.2+debian/debian/control  2012-06-14 17:58:12.0 +0200
+++ jquery-1.7.2+debian/debian/control  2012-07-18 22:55:48.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Javascript Maintainers 
pkg-javascript-devel@lists.alioth.debian.org
 Uploaders: Marcelo Jorge Vieira (metal) me...@debian.org, Steve Kemp 
s...@debian.org
-Build-Depends: debhelper (= 7.0.50~), node-uglify
+Build-Depends: debhelper (= 7.0.50~),
 Standards-Version: 3.9.3
 Homepage: http://jquery.com/
 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery.git
diff -Nru jquery-1.7.2+debian/debian/links jquery-1.7.2+debian/debian/links
--- jquery-1.7.2+debian/debian/links2010-03-16 01:32:42.0 +0100
+++ jquery-1.7.2+debian/debian/links2012-07-18 22:59:35.0 +0200
@@ -1,2 +1,3 @@
 /usr/share/javascript/jquery/jquery.min.js 
/usr/share/javascript/jquery/jquery.pack.js
 /usr/share/javascript/jquery/jquery.min.js 
/usr/share/javascript/jquery/jquery.lite.js
+/usr/share/javascript/jquery/jquery.js 
/usr/share/javascript/jquery/jquery.min.js
diff -Nru jquery-1.7.2+debian/debian/patches/no-min.diff 
jquery-1.7.2+debian/debian/patches/no-min.diff
--- jquery-1.7.2+debian/debian/patches/no-min.diff  1970-01-01 
01:00:00.0 +0100
+++ jquery-1.7.2+debian/debian/patches/no-min.diff  2012-07-18 
23:00:29.0 +0200
@@ -0,0 +1,11 @@
+--- jquery-1.7.2+debian.orig/Makefile
 jquery-1.7.2+debian/Makefile
+@@ -46,7 +46,7 @@ DATE=$(shell date)
+ 
+ all: update_submodules core
+ 
+-core: jquery min hint size
++core: jquery
+   @@echo jQuery build complete.
+ 
+ ${DIST_DIR}:
diff -Nru jquery-1.7.2+debian/debian/patches/series 
jquery-1.7.2+debian/debian/patches/series
--- jquery-1.7.2+debian/debian/patches/series   2012-05-23 03:00:49.0 
+0200
+++ jquery-1.7.2+debian/debian/patches/series   2012-07-18 23:00:23.0 
+0200
@@ -1 +1,2 @@
 build.patch
+no-min.diff
diff -Nru jquery-1.7.2+debian/debian/rules jquery-1.7.2+debian/debian/rules
--- jquery-1.7.2+debian/debian/rules2012-05-23 03:15:38.0 +0200
+++ jquery-1.7.2+debian/debian/rules2012-07-18 23:06:11.0 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-%:
+build %:
dh $@
 
 override_dh_auto_clean:
@@ -9,3 +9,5 @@
 override_dh_clean:
rm -rf dist/
dh_clean
+
+.PHONY: build


signature.asc
Description: Digital signature
___
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#679665: Bug#679665: jquery: build-deps not satisfiable in wheezy

2012-07-06 Thread Julien Cristau
On Fri, Jul  6, 2012 at 15:13:41 +0200, Jonas Smedegaard wrote:

 How does that sound?  Too complex at this stage?
 
Very much so, I'm afraid.

Cheers,
Julien



___
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#679665: jquery: build-deps not satisfiable in wheezy

2012-06-30 Thread Julien Cristau
Source: jquery
Version: 1.7.2+debian-2
Severity: serious
Tags: wheezy

jquery build-depends on node-uglify, which is not in testing.  This
needs to be fixed before release somehow.

Cheers,
Julien


signature.asc
Description: Digital signature
___
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] Please schedule binNMU for rdepends of libv8

2012-05-11 Thread Julien Cristau
On Sat, May  5, 2012 at 20:25:14 +0200, Tobias Frost wrote:

 Dear release team,
 
 to allow removal of old version of libv8 and allow transition of it to
 testing, please schedule a binnmu for its rdepends:
 
 drizzle
 osmium
 
Done.  What about chromium-browser's FTBFS on arm, and libv8-i18n?
Somebody should talk to the v8 folks about ABI stability sometime.

Cheers,
Julien


signature.asc
Description: Digital signature
___
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] Please schedule binNMU for rdepends of libv8

2012-05-11 Thread Julien Cristau
On Fri, May 11, 2012 at 20:07:35 +0200, Jérémy Lal wrote:

 What's the relation with chromium FTBFS on arm (i guess you mean armel) ?
 
The current version of chromium-browser on arm$whichever depends on the
old libv8.

Cheers,
Julien


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