[Collab-qa-commits] r2436 - in packages-metadata: a c f i l m p t

Charles Plessy plessy at alioth.debian.org
Sat Aug 4 03:01:08 UTC 2012


Author: plessy
Date: 2012-08-04 03:01:08 +0000 (Sat, 04 Aug 2012)
New Revision: 2436

Added:
   packages-metadata/a/alsa-lib.control
   packages-metadata/c/cudf.control
   packages-metadata/c/cudf.copyright
   packages-metadata/f/flask.control
   packages-metadata/f/flask.copyright
   packages-metadata/t/trac-wikiprint.control
   packages-metadata/t/trac-wikiprint.copyright
Modified:
   packages-metadata/i/iceweasel.control
   packages-metadata/i/igv.control
   packages-metadata/i/isdnutils.control
   packages-metadata/l/lintian.control
   packages-metadata/m/mercurial.control
   packages-metadata/p/partman-crypto.control
   packages-metadata/p/partman-md.control
Log:
Daily automatic umegaya push

Added: packages-metadata/a/alsa-lib.control
===================================================================
--- packages-metadata/a/alsa-lib.control	                        (rev 0)
+++ packages-metadata/a/alsa-lib.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,112 @@
+Source: alsa-lib
+Section: libs
+Priority: optional
+Maintainer: Debian ALSA Maintainers <pkg-alsa-devel at lists.alioth.debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>,
+           Elimar Riesebieter <riesebie at lxtec.de>
+Build-Depends: autotools-dev,
+               debhelper (>= 9),
+               dh-autoreconf,
+               doxygen,
+               dpkg-dev (>= 1.16.1),
+               gcc-multilib [amd64],
+               lib32gcc1 [amd64],
+               libc6-dev-i386 [amd64],
+               python-dev
+Standards-Version: 3.9.3
+Homepage: http://www.alsa-project.org/
+Vcs-Svn: svn://anonscm.debian.org/pkg-alsa/trunk/alsa-lib
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-alsa/trunk/alsa-lib/
+
+Package: libasound2
+Architecture: linux-any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: libasound2-plugins (>= 1.0.18)
+Breaks: bluez-alsa (<= 4.94-2),
+        libasound2-plugin-equal (<= 0.6-1),
+        libasound2-plugins (<< 1.0.24)
+Description: shared library for ALSA applications
+ This package contains the ALSA library and its standard plugins, as well
+ as the required configuration files.
+ .
+ ALSA is the Advanced Linux Sound Architecture.
+
+Package: libasound2-dev
+Architecture: linux-any
+Section: libdevel
+Multi-Arch: same
+Provides: libasound-dev
+Depends: libasound2 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
+Suggests: libasound2-doc
+Description: shared library for ALSA applications -- development files
+ This package contains files required for developing software
+ that makes use of libasound2, the ALSA library.
+ .
+ ALSA is the Advanced Linux Sound Architecture.
+
+Package: libasound2-dbg
+Architecture: linux-any
+Section: debug
+Priority: extra
+Depends: libasound2 (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for libasound2
+ This package contains the debugging symbols for the ALSA library.
+ .
+ Most people will not need this package.
+ .
+ ALSA is the Advanced Linux Sound Architecture.
+
+Package: lib32asound2
+Architecture: amd64
+Depends: libasound2 (= ${binary:Version}),
+         ${bilib:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: ia32-libs (<< 1.9),
+        libasound2-plugins (<< 1.0.18),
+        libc6-i386 (<= 2.9-18)
+Replaces: ia32-libs (<< 1.9)
+Description: shared library for ALSA applications (32 bit)
+ This package contains the ALSA library (32 bit) and its standard
+ plugins.
+ .
+ ALSA is the Advanced Linux Sound Architecture.
+
+Package: lib32asound2-dev
+Architecture: amd64
+Section: libdevel
+Depends: lib32asound2 (= ${binary:Version}),
+         libasound2-dev (= ${binary:Version}),
+         ${bidev:Depends},
+         ${misc:Depends}
+Suggests: libasound2-doc
+Breaks: libc6-i386 (<= 2.9-18)
+Description: shared library for ALSA applications -- development files (32 bit)
+ This package contains files required for developing software
+ that makes use of lib32asound2, the ALSA library (32 bit).
+ .
+ ALSA is the Advanced Linux Sound Architecture.
+
+Package: libasound2-udeb
+Section: debian-installer
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Package-Type: udeb
+Description: shared library for ALSA applications (udeb)
+ This package contains the ALSA library for use in the Debian Installer.
+ .
+ ALSA is the Advanced Linux Sound Architecture.
+
+Package: libasound2-doc
+Architecture: all
+Section: doc
+Depends: libjs-jquery, ${misc:Depends}
+Suggests: libasound2-dev
+Description: documentation for user-space ALSA application programming
+ This package contains the HTML documentation for the ALSA library, which
+ describes the development API for user-space applications that want to
+ use ALSA.
+ .
+ ALSA is the Advanced Linux Sound Architecture.

Added: packages-metadata/c/cudf.control
===================================================================
--- packages-metadata/c/cudf.control	                        (rev 0)
+++ packages-metadata/c/cudf.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,105 @@
+Source: cudf
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>,
+ Ralf Treinen <treinen at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ dh-ocaml (>= 0.9),
+ ocaml-nox,
+ camlp4,
+ ocaml-findlib,
+ libextlib-ocaml-dev,
+ libounit-ocaml-dev,
+ libglib2.0-dev
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cudf.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cudf.git
+Homepage: http://www.mancoosi.org/cudf/
+
+Package: libcudf-ocaml-dev
+Architecture: any
+Section: ocaml
+Depends:
+ ocaml-findlib,
+ libextlib-ocaml-dev,
+ ${ocaml:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml library to access descriptions of package upgrade problems
+ libCUDF is a library to manipulate so called CUDF documents. A CUDF
+ document describe an upgrade problem, as faced by package managers in
+ popular package-based GNU/Linux distributions.
+ .
+ A CUDF document consists of a package universe and of a user request.
+ The package universe describes all packages known to the package
+ manager, a subset of which (the package status) denotes the package
+ being currently installed on the target machine.  The user request
+ denotes a change to the package status as requested by the user.
+ .
+ A CUDF document is naturally complemented by a solution describing
+ the resulting package status (if any) implementing the user request,
+ as found by a package manager.
+ .
+ libCUDF enables manipulation of CUDF and related documents.
+ .
+ This package contains all the development stuff you need to use
+ libCUDF in your OCaml programs.
+
+Package: libcudf-dev
+Architecture: any
+Section: libdevel
+Depends:
+ libc6-dev,
+ libglib2.0-dev,
+ libncurses5-dev,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: C library to access descriptions of package upgrade problems
+ libCUDF is a library to manipulate so called CUDF documents. A CUDF
+ document describe an upgrade problem, as faced by package managers in
+ popular package-based GNU/Linux distributions.
+ .
+ A CUDF document consists of a package universe and of a user request.
+ The package universe describes all packages known to the package
+ manager, a subset of which (the package status) denotes the package
+ being currently installed on the target machine.  The user request
+ denotes a change to the package status as requested by the user.
+ .
+ A CUDF document is naturally complemented by a solution describing
+ the resulting package status (if any) implementing the user request,
+ as found by a package manager.
+ .
+ libCUDF enables manipulation of CUDF and related documents.
+ .
+ This package contains a C static library binding the OCaml
+ implementation of libCUDF so that it can be used from the C
+ programming language.
+
+Package: cudf-tools
+Architecture: any
+Section: devel
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: command line tools for package upgrade problem descriptions
+ A CUDF document describe an upgrade problem, as faced by package
+ managers in popular package-based GNU/Linux distributions.
+ .
+ A CUDF document consists of a package universe and of a user request.
+ The package universe describes all packages known to the package
+ manager, a subset of which (the package status) denotes the package
+ being currently installed on the target machine.  The user request
+ denotes a change to the package status as requested by the user.
+ .
+ A CUDF document is naturally complemented by a solution describing
+ the resulting package status (if any) implementing the user request,
+ as found by a package manager.
+ .
+ This package contains command line tools to manipulate CUDF and
+ related documents. In particular it contains cudf-check, which
+ enables checking of document properties such as installation
+ consistency and matching of problems with their solutions.
+

Added: packages-metadata/c/cudf.copyright
===================================================================
--- packages-metadata/c/cudf.copyright	                        (rev 0)
+++ packages-metadata/c/cudf.copyright	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,29 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Thu, 08 Jan 2009 16:08:00 +0100.
+
+It was downloaded from <http://gforge.info.ucl.ac.be/projects/mancoosi/>
+
+Files: *
+Copyright: © 2009-2010 Stefano Zacchiroli <zack at pps.jussieu.fr>
+License: LGPL-3+ | other
+ As a special exception to the GNU Lesser General Public License, you
+ may link, statically or dynamically, a "work that uses the Library"
+ with a publicly distributed version of the Library to produce an
+ executable file containing portions of the Library, and distribute
+ that executable file under terms of your choice, without any of the
+ additional requirements listed in clause 6 of the GNU Lesser General
+ Public License.  By "a publicly distributed version of the Library",
+ we mean either the unmodified Library as distributed, or a modified
+ version of the Library that is distributed under the conditions
+ defined in clause 3 of the GNU Lesser General Public License.  This
+ exception does not however invalidate any other reasons why the
+ executable file might be covered by the GNU Lesser General Public
+ License.
+
+This library is free software: you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+
+The full text of the license can be found in
+`/usr/share/common-licenses/LGPL-3'.

Added: packages-metadata/f/flask.control
===================================================================
--- packages-metadata/f/flask.control	                        (rev 0)
+++ packages-metadata/f/flask.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,30 @@
+Source: flask
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-6), python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python-jinja2, python-werkzeug (>= 0.8)
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/flask/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flask/trunk/
+Homepage: http://flask.pocoo.org/
+X-Python-Version: >= 2.5
+
+Package: python-flask
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-pkg-resources, python-simplejson | python (>= 2.6)
+Description: micro web framework based on Werkzeug, Jinja2 and good intentions
+ Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
+ intentions. A minimal Flask application looks like that:
+ .
+   from flask import Flask
+   app = Flask(__name__)
+ .
+   @app.route("/")
+   def hello():
+       return "Hello World!"
+ .
+   if __name__ == '__main__':
+       app.run()

Added: packages-metadata/f/flask.copyright
===================================================================
--- packages-metadata/f/flask.copyright	                        (rev 0)
+++ packages-metadata/f/flask.copyright	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,41 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Fri, 16 Apr 2010 21:45:12 +0200.
+
+It was downloaded from http://pypi.python.org/pypi/Flask
+
+ Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
+ for more details.
+
+ Some rights reserved.
+
+ Redistribution and use in source and binary forms of the software as well
+ as documentation, with or without modification, are permitted provided
+ that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+ * 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.
+
+ * The names of the contributors may not be used to endorse or
+   promote products derived from this software without specific
+   prior written permission.
+
+ THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER
+ 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 AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
+The Debian packaging is © 2010, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the BSD as well.

Modified: packages-metadata/i/iceweasel.control
===================================================================
--- packages-metadata/i/iceweasel.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/i/iceweasel.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -60,11 +60,9 @@
          fontconfig,
          procps,
          debianutils (>= 1.16),
-         xulrunner-13.0 (>= ${binary:Version}),
+         xulrunner-14.0 (>= ${binary:Version}),
          libsqlite3-0 (>= 3.7.12-1~)
-Suggests: fonts-lyx | ttf-lyx | latex-xft-fonts,
-          xfonts-mathml,
-          ttf-mathematica4.1,
+Suggests: fonts-stix | otf-stix,
           mozplugger,
           libgssapi-krb5-2 | libkrb53
 Provides: www-browser,
@@ -79,20 +77,20 @@
 Section: debug
 Depends: ${misc:Depends},
          iceweasel (= ${binary:Version}),
-         xulrunner-13.0-dbg
+         xulrunner-14.0-dbg
 Description: debugging symbols for iceweasel
  Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser
  with support for modern web application technologies.
  .
  This package contains the debugging symbols for iceweasel.
 
-Package: xulrunner-13.0
+Package: xulrunner-14.0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libnspr4-0d (>> 4.7.1-1),
-         libmozjs13d (= ${binary:Version}),
+         libmozjs14d (= ${binary:Version}),
          libcairo2 (>= 1.8.8)
 Suggests: ${gnome:Depends}, libgnomeui-0, libcanberra0
 Conflicts: j2re1.4,
@@ -116,7 +114,7 @@
  This package also contains the Gecko engine library (libxul)
 Homepage: http://developer.mozilla.org/en/docs/XULRunner
 
-Package: libmozjs13d
+Package: libmozjs14d
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -131,7 +129,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libmozjs13d (= ${binary:Version}),
+         libmozjs14d (= ${binary:Version}),
          libnspr4-dev
 Description: Development files for the Mozilla SpiderMonkey JavaScript library
  This library provides the embeddable JavaScript/ECMAScript engine from
@@ -142,11 +140,11 @@
  Mozilla SpiderMonkey JavaScript library.
 Homepage: http://www.mozilla.org/js/
 
-Package: libmozjs13d-dbg
+Package: libmozjs14d-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libmozjs13d (= ${binary:Version}),
+Depends: libmozjs14d (= ${binary:Version}),
          ${misc:Depends}
 Description: Development files for the Mozilla SpiderMonkey JavaScript library
  This library provides the embeddable JavaScript/ECMAScript engine from
@@ -185,7 +183,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          python-ply,
-         xulrunner-13.0 (>= ${binary:Version}),
+         xulrunner-14.0 (>= ${binary:Version}),
          libnss3-dev,
          libnspr4-dev,
          libmozjs-dev (>= ${binary:Version})
@@ -205,12 +203,12 @@
  same form as the one you may find on mozilla.org in /usr/lib/xulrunner/sdk.
 Homepage: http://wiki.mozilla.org/XUL:Lib_XUL
 
-Package: xulrunner-13.0-dbg
+Package: xulrunner-14.0-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: xulrunner-13.0 (= ${binary:Version}),
-         libmozjs13d-dbg (= ${binary:Version}),
+Depends: xulrunner-14.0 (= ${binary:Version}),
+         libmozjs14d-dbg (= ${binary:Version}),
          libnss3-dbg | libnss3-1d-dbg,
          libnspr4-dbg | libnspr4-0d-dbg,
          ${misc:Depends}
@@ -223,14 +221,14 @@
  support, XBL, XUL, SVG, XSLT, XML Extras (XMLHttpRequest and DOMParser),
  Web Services (SOAP), accessibility support, IPC services, gtkmozembed, etc.
  .
- This package provides the debugging symbols for the xulrunner-13.0
+ This package provides the debugging symbols for the xulrunner-14.0
  package.
 Homepage: http://wiki.mozilla.org/XUL:Lib_XUL
 
 Package: iceweasel-l10n-all
 Architecture: all
 Section: localization
-Depends: ${misc:Depends}, iceweasel-l10n-af, iceweasel-l10n-ak, iceweasel-l10n-ar, iceweasel-l10n-as, iceweasel-l10n-ast, iceweasel-l10n-be, iceweasel-l10n-bg, iceweasel-l10n-bn-bd, iceweasel-l10n-bn-in, iceweasel-l10n-br, iceweasel-l10n-bs, iceweasel-l10n-ca, iceweasel-l10n-cs, iceweasel-l10n-csb, iceweasel-l10n-cy, iceweasel-l10n-da, iceweasel-l10n-de, iceweasel-l10n-el, iceweasel-l10n-en-gb, iceweasel-l10n-en-za, iceweasel-l10n-eo, iceweasel-l10n-es-ar, iceweasel-l10n-es-cl, iceweasel-l10n-es-es, iceweasel-l10n-es-mx, iceweasel-l10n-et, iceweasel-l10n-eu, iceweasel-l10n-fa, iceweasel-l10n-fi, iceweasel-l10n-fr, iceweasel-l10n-fy-nl, iceweasel-l10n-ga-ie, iceweasel-l10n-gd, iceweasel-l10n-gl, iceweasel-l10n-gu-in, iceweasel-l10n-he, iceweasel-l10n-hi-in, iceweasel-l10n-hr, iceweasel-l10n-hu, iceweasel-l10n-hy-am, iceweasel-l10n-id, iceweasel-l10n-is, iceweasel-l10n-it, iceweasel-l10n-ja, iceweasel-l10n-kk, iceweasel-l10n-km, iceweasel-l10n-kn, iceweasel-l10n-ko, iceweasel-l10n-ku, iceweasel-l10n-lg, iceweasel-l10n-lij, iceweasel-l10n-lt, iceweasel-l10n-lv, iceweasel-l10n-mai, iceweasel-l10n-mk, iceweasel-l10n-ml, iceweasel-l10n-mr, iceweasel-l10n-nb-no, iceweasel-l10n-nl, iceweasel-l10n-nn-no, iceweasel-l10n-nso, iceweasel-l10n-or, iceweasel-l10n-pa-in, iceweasel-l10n-pl, iceweasel-l10n-pt-br, iceweasel-l10n-pt-pt, iceweasel-l10n-rm, iceweasel-l10n-ro, iceweasel-l10n-ru, iceweasel-l10n-si, iceweasel-l10n-sk, iceweasel-l10n-sl, iceweasel-l10n-son, iceweasel-l10n-sq, iceweasel-l10n-sr, iceweasel-l10n-sv-se, iceweasel-l10n-ta, iceweasel-l10n-ta-lk, iceweasel-l10n-te, iceweasel-l10n-th, iceweasel-l10n-tr, iceweasel-l10n-uk, iceweasel-l10n-vi, iceweasel-l10n-zh-cn, iceweasel-l10n-zh-tw, iceweasel-l10n-zu
+Depends: ${misc:Depends}, iceweasel-l10n-af, iceweasel-l10n-ak, iceweasel-l10n-ar, iceweasel-l10n-as, iceweasel-l10n-ast, iceweasel-l10n-be, iceweasel-l10n-bg, iceweasel-l10n-bn-bd, iceweasel-l10n-bn-in, iceweasel-l10n-br, iceweasel-l10n-bs, iceweasel-l10n-ca, iceweasel-l10n-cs, iceweasel-l10n-csb, iceweasel-l10n-cy, iceweasel-l10n-da, iceweasel-l10n-de, iceweasel-l10n-el, iceweasel-l10n-en-gb, iceweasel-l10n-en-za, iceweasel-l10n-eo, iceweasel-l10n-es-ar, iceweasel-l10n-es-cl, iceweasel-l10n-es-es, iceweasel-l10n-es-mx, iceweasel-l10n-et, iceweasel-l10n-eu, iceweasel-l10n-fa, iceweasel-l10n-ff, iceweasel-l10n-fi, iceweasel-l10n-fr, iceweasel-l10n-fy-nl, iceweasel-l10n-ga-ie, iceweasel-l10n-gd, iceweasel-l10n-gl, iceweasel-l10n-gu-in, iceweasel-l10n-he, iceweasel-l10n-hi-in, iceweasel-l10n-hr, iceweasel-l10n-hu, iceweasel-l10n-hy-am, iceweasel-l10n-id, iceweasel-l10n-is, iceweasel-l10n-it, iceweasel-l10n-ja, iceweasel-l10n-kk, iceweasel-l10n-km, iceweasel-l10n-kn, iceweasel-l10n-ko, iceweasel-l10n-ku, iceweasel-l10n-lg, iceweasel-l10n-lij, iceweasel-l10n-lt, iceweasel-l10n-lv, iceweasel-l10n-mai, iceweasel-l10n-mk, iceweasel-l10n-ml, iceweasel-l10n-mr, iceweasel-l10n-nb-no, iceweasel-l10n-nl, iceweasel-l10n-nn-no, iceweasel-l10n-nso, iceweasel-l10n-or, iceweasel-l10n-pa-in, iceweasel-l10n-pl, iceweasel-l10n-pt-br, iceweasel-l10n-pt-pt, iceweasel-l10n-rm, iceweasel-l10n-ro, iceweasel-l10n-ru, iceweasel-l10n-si, iceweasel-l10n-sk, iceweasel-l10n-sl, iceweasel-l10n-son, iceweasel-l10n-sq, iceweasel-l10n-sr, iceweasel-l10n-sv-se, iceweasel-l10n-ta, iceweasel-l10n-ta-lk, iceweasel-l10n-te, iceweasel-l10n-th, iceweasel-l10n-tr, iceweasel-l10n-uk, iceweasel-l10n-vi, iceweasel-l10n-zh-cn, iceweasel-l10n-zh-tw, iceweasel-l10n-zu
 Description: All language packages for Iceweasel (meta)
  Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser
  with support for modern web application technologies.
@@ -557,6 +555,17 @@
  .
  This package contains the localization of Iceweasel in Persian.
 
+Package: iceweasel-l10n-ff
+Architecture: all
+Section: localization
+Depends: ${misc:Depends},
+         iceweasel (>= ${source:Version}), iceweasel (<< ${source:Version}.1~)
+Description: Fulah language package for Iceweasel
+ Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser
+ with support for modern web application technologies.
+ .
+ This package contains the localization of Iceweasel in Fulah.
+
 Package: iceweasel-l10n-fi
 Architecture: all
 Section: localization
@@ -936,11 +945,11 @@
 Section: localization
 Depends: ${misc:Depends},
          iceweasel (>= ${source:Version}), iceweasel (<< ${source:Version}.1~)
-Description: Oriya macrolanguage language package for Iceweasel
+Description: Oriya language package for Iceweasel
  Iceweasel is Firefox, rebranded. It is a powerful, extensible web browser
  with support for modern web application technologies.
  .
- This package contains the localization of Iceweasel in Oriya macrolanguage.
+ This package contains the localization of Iceweasel in Oriya.
 
 Package: iceweasel-l10n-pa-in
 Architecture: all

Modified: packages-metadata/i/igv.control
===================================================================
--- packages-metadata/i/igv.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/i/igv.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Shaun Jackman <sjackman at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: ant, junit4, openjdk-6-jdk|java-compiler, debhelper (>= 7.0.50~),
+Build-Depends: ant, junit4, default-jdk|java-compiler, debhelper (>= 7.0.50~),
  libbatik-java (>>1.7),
  libcommons-logging-java, libcommons-math-java, libcommons-net-java,
  libconcurrent-java,
@@ -13,14 +13,14 @@
  libjcommon-java, libjfreechart-java, libjhdf5-java, libjlibeps-java,
  libjama-java, libjargs-java, libjaxp1.3-java, liblog4j1.2-java,
  libsam-java, libswing-layout-java, libxml-commons-external-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://www.broadinstitute.org/igv/
 Vcs-Git: git://git.debian.org/debian-med/igv.git
 Vcs-Browser: http://git.debian.org/?p=debian-med/igv.git
 
 Package: igv
 Architecture: all
-Depends: openjdk-6-jre|java-runtime, ${shlibs:Depends}, ${misc:Depends},
+Depends: default-jre|java-runtime, ${shlibs:Depends}, ${misc:Depends},
  libbatik-java (>>1.7),
  libcommons-logging-java, libcommons-math-java, libcommons-net-java,
  libconcurrent-java,
@@ -29,9 +29,15 @@
  libjama-java, libjargs-java, libjaxp1.3-java, liblog4j1.2-java,
  libsam-java, libswing-layout-java, libxml-commons-external-java
 Description: Integrative Genomics Viewer
- The Integrative Genomics Viewer (IGV) is a high-performance
- visualization tool for interactive exploration of large, integrated
- datasets. It supports a wide variety of data types including sequence
- alignments, microarrays, and genomic annotations.
- .
- To cite your use of IGV, please reference http://www.broadinstitute.org/igv.
+ The Integrative Genomics Viewer (IGV) is a high-performance viewer that
+ efficiently handles large heterogeneous data sets, while providing a
+ smooth and intuitive user experience at all levels of genome resolution.
+ A key characteristic of IGV is its focus on the integrative nature of
+ genomic studies, with support for both array-based and next-generation
+ sequencing data, and the integration of clinical and phenotypic data.
+ Although IGV is often used to view genomic data from public sources,
+ its primary emphasis is to support researchers who wish to visualize and
+ explore their own data sets or those from colleagues. To that end, IGV
+ supports flexible loading of local and remote data sets, and is
+ optimized to provide high-performance data visualization and exploration
+ on standard desktop systems.

Modified: packages-metadata/i/isdnutils.control
===================================================================
--- packages-metadata/i/isdnutils.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/i/isdnutils.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 9), bzip2, libncurses5-dev | libncurses-dev,
  xutils-dev | imake, tcl-dev, linuxdoc-tools (>=0.9.20), groff, libtool,
  libxaw7-dev, libreadline-dev, libpcap0.8-dev, autotools-dev,
- automake1.7, automake1.9, autoconf2.13, autoconf, libssl-dev, psutils,
+ automake, autoconf, libssl-dev, psutils,
  lsb-release, po-debconf, ppp-dev
 Homepage: http://www.isdn4linux.de
 Vcs-Git: git://git.debian.org/git/collab-maint/isdnutils.git

Modified: packages-metadata/l/lintian.control
===================================================================
--- packages-metadata/l/lintian.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/l/lintian.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -39,6 +39,7 @@
                libtest-pod-perl,
                libtest-strict-perl,
                libtest-synopsis-perl,
+               libtext-levenshtein-perl,
                libtext-template-perl,
                libtimedate-perl,
                liburi-perl,
@@ -78,6 +79,7 @@
          libemail-valid-perl,
          libipc-run-perl,
          libparse-debianchangelog-perl,
+         libtext-levenshtein-perl,
          libtimedate-perl,
          liburi-perl,
          man-db,

Modified: packages-metadata/m/mercurial.control
===================================================================
--- packages-metadata/m/mercurial.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/m/mercurial.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  Javi Merino <vicho at debian.org>
-Build-Depends: debhelper (>= 8.0.0),
+Build-Depends: debhelper (>= 9),
  patchutils (>= 0.2.25),
  gettext,
  python-all-dev (>= 2.6.6-3~),
@@ -43,7 +43,7 @@
 Suggests: qct, 
  wish, 
  vim | emacs,
- kdiff3 | kdiff3-qt | kompare | meld | xxdiff | tkcvs | mgdiff
+ kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff
 Breaks: hgsubversion (<< 1.3), hgview (<< 1.3.0-2~), mercurial-git (<< 0.3.1), qct (<< 1.7-2~)
 Description: easy-to-use, scalable distributed version control system
  Mercurial is a fast, lightweight Source Control Management system designed

Modified: packages-metadata/p/partman-crypto.control
===================================================================
--- packages-metadata/p/partman-crypto.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/p/partman-crypto.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -18,9 +18,3 @@
 Architecture: all
 Depends: partman-crypto, crypto-modules, crypto-dm-modules, cryptsetup-udeb
 Description: Add to partman support for dm-crypt encryption
-
-Package: partman-crypto-loop
-Package-Type: udeb
-Architecture: all
-Depends: partman-crypto, loop-aes-modules, mount-aes-udeb, gnupg-udeb
-Description: Add to partman support for loop-AES encryption

Modified: packages-metadata/p/partman-md.control
===================================================================
--- packages-metadata/p/partman-md.control	2012-08-03 03:01:08 UTC (rev 2435)
+++ packages-metadata/p/partman-md.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -8,7 +8,7 @@
 Vcs-Git: git://git.debian.org/d-i/partman-md.git
 
 Package: partman-md
-XC-Package-Type: udeb
+Package-Type: udeb
 Architecture: all
 Depends: ${misc:Depends}, di-utils (>= 1.16), md-modules, mdadm-udeb (>= 2.5.2), partman-base (>= 134)
 Description: Add to partman support for MD

Added: packages-metadata/t/trac-wikiprint.control
===================================================================
--- packages-metadata/t/trac-wikiprint.control	                        (rev 0)
+++ packages-metadata/t/trac-wikiprint.control	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,24 @@
+Source: trac-wikiprint
+Section: web
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~)
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-wikiprint/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-wikiprint/trunk/
+Homepage: http://trac-hacks.org/wiki/TracWikiPrintPlugin
+
+Package: trac-wikiprint
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac, python-pisa, python-imaging, python-html5lib, python-reportlab
+Description: Make Trac wiki pages printable, exporting to PDF or printable HTML
+ This Trac plugin allows export of one or multiple wiki pages in PDF
+ or HTML format. It features:
+  * Fully customizable header/footers for PDF
+  * Syntax highlighting in exported format, using pygments
+  * Customizable front page for PDF book format
+  * Automatic creation of Table of Contents if [[PageOutline]]
+    Macro is used 
+ The style of the resulting PDF or HTML can be fully customized using
+ CSS files. 

Added: packages-metadata/t/trac-wikiprint.copyright
===================================================================
--- packages-metadata/t/trac-wikiprint.copyright	                        (rev 0)
+++ packages-metadata/t/trac-wikiprint.copyright	2012-08-04 03:01:08 UTC (rev 2436)
@@ -0,0 +1,35 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Tue, 2010-02-09 13:36:30 UTC
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/TracWikiPrintPlugin
+
+Upstream Author:
+
+    Alvaro J. Iradier <alvaro.iradier at polartech.es>
+
+Copyright:
+
+    © 2008 Prognus Software Livre - www.prognus.com.br
+    © 2009 Polar Technologies - www.polartech.es
+
+License:
+
+    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 of the License, 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 systems, the complete text of the General Public License can be
+found in `/usr/share/common-licenses/GPL'.




More information about the Collab-qa-commits mailing list