[Collab-qa-commits] r2663 - in packages-metadata: m n p s

Charles Plessy plessy at alioth.debian.org
Tue Apr 30 00:00:14 UTC 2013


Author: plessy
Date: 2013-04-30 00:00:14 +0000 (Tue, 30 Apr 2013)
New Revision: 2663

Added:
   packages-metadata/m/mp4h.control
   packages-metadata/m/mp4h.copyright
   packages-metadata/n/node-slide.control
   packages-metadata/n/node-slide.copyright
Modified:
   packages-metadata/n/npm.control
   packages-metadata/n/npm.copyright
   packages-metadata/p/pymilter.control
   packages-metadata/p/pysubnettree.control
   packages-metadata/s/sphinx.copyright
Log:
Daily automatic umegaya push

Added: packages-metadata/m/mp4h.control
===================================================================
--- packages-metadata/m/mp4h.control	                        (rev 0)
+++ packages-metadata/m/mp4h.control	2013-04-30 00:00:14 UTC (rev 2663)
@@ -0,0 +1,29 @@
+Source: mp4h
+Section: web
+Priority: optional
+Maintainer: Debian WML Packaging Team <pkg-wml-maintainers at lists.alioth.debian.org>
+Uploaders: Axel Beckert <abe at debian.org>
+Standards-Version: 3.9.4
+Build-Depends: autoconf (>= 2.57~),
+               automake1.9,
+               debhelper (>= 9~),
+               dh-autoreconf,
+               gettext,
+               libltdl-dev,
+               libpcre3-dev,
+               libtool,
+               tidy
+Build-Conflicts: autoconf2.13, automake1.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-wml/mp4h.git
+Vcs-Git: git://anonscm.debian.org/pkg-wml/mp4h.git
+
+Package: mp4h
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Macro processor for HTML documents
+ Mp4h is a macro processor specifically designed for HTML documents,
+ with powerful programming features. It allows definition and expansion
+ of new tags with a syntax familiar to HTML authors.
+ .
+ Mp4h is a core component of the Website Meta Language (WML).

Added: packages-metadata/m/mp4h.copyright
===================================================================
--- packages-metadata/m/mp4h.copyright	                        (rev 0)
+++ packages-metadata/m/mp4h.copyright	2013-04-30 00:00:14 UTC (rev 2663)
@@ -0,0 +1,30 @@
+This package was debianized by Denis Barbier <barbier at linuxfr.org>
+on Mon, 28 Feb 2000 21:46:36 +0100.
+
+Currently maintained by the Debian WML Packaging Team,
+http://pkg-wml.alioth.debian.org/
+
+Author: Copyright (C) 2000-2003, Denis Barbier <barbier at linuxfr.org>
+
+It was downloaded from
+
+   http://mp4h.tuxfamily.org/distrib/ (now accessible via
+   http://web.archive.org/web/20031206101441/http://mp4h.tuxfamily.org/distrib/)
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+   USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License may be found in `/usr/share/common-licenses/GPL-2'.

Added: packages-metadata/n/node-slide.control
===================================================================
--- packages-metadata/n/node-slide.control	                        (rev 0)
+++ packages-metadata/n/node-slide.control	2013-04-30 00:00:14 UTC (rev 2663)
@@ -0,0 +1,26 @@
+Source: node-slide
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Jérémy Lal <kapouer at melix.org>
+Build-Depends:
+ debhelper (>= 8.0.0)
+ , dh-buildinfo
+Standards-Version: 3.9.4
+Homepage: https://github.com/isaacs/slide-flow-control
+Vcs-Git: git://git.debian.org/collab-maint/node-slide.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/node-slide.git
+
+Package: node-slide
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+Description: Simple chain and asyncMap flow control module for Node.js
+ The flow control module used by npm, for chaining functions with a
+ clean and concise style, without the need for lots of inlined callbacks
+ functions. Results are optionally filled in an array given as argument.
+ .
+ node-slide also provides an asyncMap function.
+ .
+ Node.js is an event-based server-side javascript engine.

Added: packages-metadata/n/node-slide.copyright
===================================================================
--- packages-metadata/n/node-slide.copyright	                        (rev 0)
+++ packages-metadata/n/node-slide.copyright	2013-04-30 00:00:14 UTC (rev 2663)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: slide
+Source: https://github.com/isaacs/slide-flow-control
+
+Files: *
+Copyright: 2009-2011 Isaac Z. Schlueter <i at izs.me>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.

Modified: packages-metadata/n/npm.control
===================================================================
--- packages-metadata/n/npm.control	2013-04-29 12:03:47 UTC (rev 2662)
+++ packages-metadata/n/npm.control	2013-04-30 00:00:14 UTC (rev 2663)
@@ -4,7 +4,6 @@
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Jérémy Lal <kapouer at melix.org>,
  Jonas Smedegaard <dr at jones.dk>
-DM-Upload-Allowed: yes
 Build-Depends: cdbs,
  debhelper,
  dh-buildinfo,
@@ -19,22 +18,35 @@
 Package: npm
 Architecture: all
 Depends: nodejs (>= 0.6.19~dfsg1-3),
- nodejs-dev,
- node-node-uuid,
+ ${misc:Depends},
+ node-abbrev (>= 1.0.4),
+ node-ansi,
+ node-archy,
+ node-block-stream,
+ node-fstream (>= 0.1.22),
+ node-fstream-ignore,
+ node-glob (>= 3.1.21),
+ node-graceful-fs (>= 1.2.0),
+ node-inherits,
+ node-ini (>= 1.1.0),
+ node-lockfile,
+ node-lru-cache (>= 2.3.0),
+ node-minimatch (>= 0.2.11),
+ node-mkdirp (>= 0.3.3),
+ node-gyp (>= 0.9.3),
+ node-nopt (>= 2.1.1),
+ node-npmlog,
+ node-once,
+ node-osenv,
+ node-read,
+ node-read-package-json,
  node-request,
- node-mkdirp,
- node-minimatch,
- node-semver,
- node-ini,
- node-graceful-fs,
- node-abbrev,
- node-nopt,
- node-fstream,
+ node-retry,
  node-rimraf,
- node-tar,
- node-which,
- ${misc:Depends}
-Suggests: build-essential
+ node-semver (>= 1.1.2),
+ node-slide,
+ node-tar (>= 0.1.17),
+ node-which
 Description: package manager for Node.js
  Node.js is an event-based server-side javascript engine.
  .

Modified: packages-metadata/n/npm.copyright
===================================================================
--- packages-metadata/n/npm.copyright	2013-04-29 12:03:47 UTC (rev 2662)
+++ packages-metadata/n/npm.copyright	2013-04-30 00:00:14 UTC (rev 2663)
@@ -2,43 +2,73 @@
 Upstream-Name: npm
 Upstream-Contact: https://github.com/isaacs/npm/issues
 Source: http://github.com/isaacs/npm
- Repackaged, excluding non-DFSG files and unused external projects
+ Repackaged, excluding non-DFSG font files and pdf.
+ Many external modules are available as debian packages so are removed.
+ Other modules are kept because they are not interesting to package.
 Files-Excluded:
- html/*/GubbleBum-Blocky.ttf*
- node_modules/request/*
- node_modules/node-uuid/*
- node_modules/mkdirp/*
- node_modules/minimatch/*
- node_modules/lru-cache/*
- node_modules/semver/*
+ html/static/webfonts/23242D_3_0.*
+ node_modules/abbrev/*
+ node_modules/ansi/*
+ node_modules/archy/*
+ node_modules/block-stream/*
+ node_modules/fstream/*
+ node_modules/fstream-npm/node_modules/fstream-ignore/*
+ node_modules/glob/*
  node_modules/graceful-fs/*
  node_modules/inherits/*
- node_modules/abbrev/*
+ node_modules/ini/*
+ node_modules/lockfile/*
+ node_modules/lru-cache/*
+ node_modules/minimatch/*
+ node_modules/mkdirp/*
+ node_modules/node-gyp/*
  node_modules/nopt/*
- node_modules/ini/*
- node_modules/block-stream/*
- node_modules/fstream/*
+ node_modules/npmlog/*
+ node_modules/once/*
+ node_modules/osenv/*
+ node_modules/read/*
+ node_modules/read-package-json/*
+ node_modules/request/*
+ node_modules/retry/*
  node_modules/rimraf/*
+ node_modules/semver/*
+ node_modules/slide/nodejs-controlling-flow.pdf
+ node_modules/slide/*
  node_modules/tar/*
- node_modules/fast-list/*
  node_modules/which/*
- node_modules/slide/nodejs-controlling-flow.pdf
 
 Files: *
- node_modules/read/*
-Copyright: 2009-2012, Isaac Z. Schlueter (the "Original Author")
+Copyright: 2009-2013, Isaac Z. Schlueter (the "Original Author")
 License: Expat+no-false-attribs
 
-Files: debian/*
-Copyright: 2010-2012, Jérémy Lal <kapouer at melix.org>
+Files: node_modules/chmodr/*
+ node_modules/chownr/*
+ node_modules/cmd-shim/*
+ node_modules/fstream-npm/*
+ node_modules/init-package-json/node_modules/promzard/*
+ node_modules/init-package-json/*
+ node_modules/npmconf/*
+ node_modules/npm-registry-client/node_modules/couch-login/*
+ node_modules/npm-registry-client/*
+ node_modules/read-installed/*
+ node_modules/uid-number/*
+Copyright: 2009-2013, Isaac Z. Schlueter
+License: BSD-2-clause
+
+Files: node_modules/npmconf/node_modules/config-chain/*
+Copyright: 2011 Dominic Tarr
 License: Expat
 
-Files: node_modules/proto-list/*
-Copyright: 2009, 2010, 2011 Isaac Z. Schlueter
+Files: node_modules/npmconf/node_modules/config-chain/node_modules/proto-list/*
+Copyright: 2009-2011, Isaac Z. Schlueter
 License: Expat
 
-Files: node_modules/slide/*
-Copyright: 2009, 2010, 2011 Isaac Z. Schlueter
+Files: node_modules/opener/*
+Copyright: 2012 Domenic Denicola <domenic at domenicdenicola.com>
+License: WTFPL2
+
+Files: debian/*
+Copyright: 2010-2012, Jérémy Lal <kapouer at melix.org>
 License: Expat
 
 License: Expat+no-false-attribs
@@ -92,3 +122,38 @@
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: WTFPL2
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+ .
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. You just DO WHAT THE FUCK YOU WANT TO.

Modified: packages-metadata/p/pymilter.control
===================================================================
--- packages-metadata/p/pymilter.control	2013-04-29 12:03:47 UTC (rev 2662)
+++ packages-metadata/p/pymilter.control	2013-04-30 00:00:14 UTC (rev 2663)
@@ -4,17 +4,16 @@
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5-2~), libmilter-dev, doxygen
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 Homepage: http://sourceforge.net/projects/pymilter/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymilter/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymilter/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pymilter/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pymilter/trunk/
 
 Package: python-milter
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dns
 Suggests: postfix (>= 2.3) | sendmail (>= 8.13), python-milter-doc
-Provides: ${python:Provides}
 Description: Python extension for Sendmail Milter Protocol
  Python milter provides Python extensions for the Milter protocol traditionally
  used by Sendmail and now also used by Postfix. It provides a thin layer of
@@ -34,15 +33,3 @@
  .
  This package provides HTML and LaTex documentation for python-milter.
 
-Package: python-milter-docs
-Architecture: all
-Section: oldlibs
-Priority: extra
-Depends: python-milter-doc, ${misc:Depends}
-Description: Documentation for the Python Milter extension (transitional package)
- Python milter provides Python extensions for the Milter protocol traditionally
- used by Sendmail and now also used by Postfix. It provides a thin layer of
- Python over the Milter protocol.
- .
- This package is a transitional package and may safely be removed after
- upgrading.

Modified: packages-metadata/p/pysubnettree.control
===================================================================
--- packages-metadata/p/pysubnettree.control	2013-04-29 12:03:47 UTC (rev 2662)
+++ packages-metadata/p/pysubnettree.control	2013-04-30 00:00:14 UTC (rev 2663)
@@ -7,9 +7,9 @@
 Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5-2~), python3-all-dev (>= 3.1.2-12~), swig
 X-Python-Version: >= 2.4
 Standards-Version: 3.9.4
-Homepage: http://bro-ids.org/download/README.pysubnettree.html
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysubnettree/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/
+Homepage: http://bro.org/download/README.pysubnettree.html
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pysubnettree/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pysubnettree/trunk/
 
 Package: python-subnettree
 Architecture: any

Modified: packages-metadata/s/sphinx.copyright
===================================================================
--- packages-metadata/s/sphinx.copyright	2013-04-29 12:03:47 UTC (rev 2662)
+++ packages-metadata/s/sphinx.copyright	2013-04-30 00:00:14 UTC (rev 2663)
@@ -10,7 +10,7 @@
 License for Sphinx
 ==================
 
-Copyright (c) 2007-2011 by the Sphinx team (see AUTHORS file).
+Copyright (c) 2007-2013 by the Sphinx team (see AUTHORS file).
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without




More information about the Collab-qa-commits mailing list