[Pkg-javascript-devel] Processing of jquery_1.7.2+debian-2.1_amd64.changes

2012-08-04 Thread Debian FTP Masters
jquery_1.7.2+debian-2.1_amd64.changes uploaded successfully to localhost
along with the files:
  jquery_1.7.2+debian-2.1.dsc
  jquery_1.7.2+debian-2.1.debian.tar.gz
  libjs-jquery_1.7.2+debian-2.1_all.deb

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] 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] jquery_1.7.2+debian-2.1_amd64.changes ACCEPTED into unstable

2012-08-04 Thread Debian FTP Masters



Accepted:
jquery_1.7.2+debian-2.1.debian.tar.gz
  to main/j/jquery/jquery_1.7.2+debian-2.1.debian.tar.gz
jquery_1.7.2+debian-2.1.dsc
  to main/j/jquery/jquery_1.7.2+debian-2.1.dsc
libjs-jquery_1.7.2+debian-2.1_all.deb
  to main/j/jquery/libjs-jquery_1.7.2+debian-2.1_all.deb


Changes:
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.


Override entries for your package:
jquery_1.7.2+debian-2.1.dsc - source web
libjs-jquery_1.7.2+debian-2.1_all.deb - optional web

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 679665 


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] Bug#679665: marked as done (jquery: build-deps not satisfiable in wheezy)

2012-08-04 Thread Debian Bug Tracking System
Your message dated Sat, 04 Aug 2012 06:47:10 +
with message-id e1sxy8k-0005wx...@franck.debian.org
and subject line Bug#679665: fixed in jquery 1.7.2+debian-2.1
has caused the Debian Bug report #679665,
regarding jquery: build-deps not satisfiable in wheezy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
679665: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679665
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
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
---End Message---
---BeginMessage---
Source: jquery
Source-Version: 1.7.2+debian-2.1

We believe that the bug you reported is fixed in the latest version of
jquery, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 679...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated jquery package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Aug 2012 08:26:20 +0200
Source: jquery
Binary: libjs-jquery
Architecture: source all
Version: 1.7.2+debian-2.1
Distribution: unstable
Urgency: high
Maintainer: Debian Javascript Maintainers 
pkg-javascript-devel@lists.alioth.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libjs-jquery - JavaScript library for dynamic web applications
Closes: 679665
Changes: 
 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.
Checksums-Sha1: 
 a33b6de5b4bb9db00f40f4bfee2572c1e051fcb3 1999 jquery_1.7.2+debian-2.1.dsc
 bb1e0140d3aa43c80f260168f823e75bbef65bfa 5702 
jquery_1.7.2+debian-2.1.debian.tar.gz
 e9df7174dc70eaa62ffb20cf619209b9297c0e0e 79830 
libjs-jquery_1.7.2+debian-2.1_all.deb
Checksums-Sha256: 
 fe3ef497c51ad5ba938c359fdb0c7b27f93d7786336ec1c7c942fbdb7b8203a2 1999 
jquery_1.7.2+debian-2.1.dsc
 b29105436398317f726bbe97154e260fd77424f96dfbc6d81ac3e2feaf114ba4 5702 
jquery_1.7.2+debian-2.1.debian.tar.gz
 10b378e9b50b1ce035195005edea28252d131f6babe598bc8fbcb2ee53ba289a 79830 
libjs-jquery_1.7.2+debian-2.1_all.deb
Files: 
 8cad162bfe450a4e0571d7bb0591784a 1999 web optional jquery_1.7.2+debian-2.1.dsc
 56aa7fcd6fa5f282c1ba5fd60219e72c 5702 web optional 
jquery_1.7.2+debian-2.1.debian.tar.gz
 395d0061e9bdef9ccdc48bbf1a22b25f 79830 web optional 
libjs-jquery_1.7.2+debian-2.1_all.deb

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

iQIcBAEBCAAGBQJQHMJwAAoJEDEBgAUJBeQMSuUP/0jOH0+k2wvoO7V0dIdJXirc
yhH5BQYJp1LZiL6fSWouPMQ1i1+9B5pKVBX9TsEAyoHSM0+Oa9Zm5lURqenDRgHZ
bLhUrWyF7TbGKoGwpn1gHxERqC45xfTRf9UMNkjqTWB8pGoZqJqUI0Szn4FZ5VuJ
WJEidgDuZsqrWcDyDs90UPyJXEI6wNgkiqo/qpw0avkTytEV7v6sJFEr7AVXUB6J
O2epLDYUUjbCbu/hRkog1Jisuq39Q+eiSrAUwshFzSOwI31sZGeWDGfUPdgqZBNk
MWCcnuF/rA+FGIZVY7+4Ex/gh8PQp0uPcyLoBJxVSXuuIVDkTDfe4PZRNBrPTSO/
RTZMFKmrqgnrvFKsuWtCXn4tane09QS/ORcK6VUrXTvT2MiWcccYMIXbOpyu6Pri
23jf/8077nHeYQLxNNxGknYP80ZrQSiL3Bd6HpYAMqCNm3ynScV5f93ru8GFu8Af
MA5rJuala5LGynGXB/OQ7AHqoEZMfXy+E6rRb63W3xUlMj8F1m/jAn1uZrWuicow
6tnA/9Sv79s/CSlEKN5YFXqDsP7pO0toUnZwhqrJs70dx3xY21/xRiPmumfDc4qK
yJxobb+weJSTW4uxXme02nzO2lk8IjyGExNexQS0GXSelmWvYMjkbBujGUjuvnPq
mx+6Ulrz0vCXkJjzHlTE
=GUjE
-END PGP SIGNATUREEnd Message---
___
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] mathjax_2.0-2_amd64.changes ACCEPTED into experimental

2012-08-04 Thread Debian FTP Masters



Accepted:
libjs-mathjax-doc_2.0-2_all.deb
  to main/m/mathjax/libjs-mathjax-doc_2.0-2_all.deb
libjs-mathjax_2.0-2_all.deb
  to main/m/mathjax/libjs-mathjax_2.0-2_all.deb
mathjax_2.0-2.debian.tar.gz
  to main/m/mathjax/mathjax_2.0-2.debian.tar.gz
mathjax_2.0-2.dsc
  to main/m/mathjax/mathjax_2.0-2.dsc


Changes:
mathjax (2.0-2) experimental; urgency=low
 .
  * Split out libjs-mathjax-doc package
  * Build docs using python3 version of sphinx and dh_sphinxdoc
  * Update debian/copyright and fix Format URL


Override entries for your package:
libjs-mathjax-doc_2.0-2_all.deb - extra doc
libjs-mathjax_2.0-2_all.deb - extra web
mathjax_2.0-2.dsc - source web

Announcing to debian-experimental-chan...@lists.debian.org
Announcing to debian-devel-chan...@lists.debian.org


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