[Collab-qa-commits] r2581 - in packages-metadata: c e g i k l o p s t u y

Charles Plessy plessy at alioth.debian.org
Sun Dec 9 04:01:36 UTC 2012


Author: plessy
Date: 2012-12-09 04:01:36 +0000 (Sun, 09 Dec 2012)
New Revision: 2581

Added:
   packages-metadata/c/cracklib2.control
   packages-metadata/e/eliom.control
   packages-metadata/e/eliom.copyright
   packages-metadata/i/ilmbase.control
   packages-metadata/i/ilmbase.copyright
   packages-metadata/l/libbest-perl.control
   packages-metadata/l/libbest-perl.copyright
   packages-metadata/l/libdata-phrasebook-loader-yaml-perl.control
   packages-metadata/l/libdata-phrasebook-loader-yaml-perl.copyright
   packages-metadata/l/librasterlite.control
   packages-metadata/l/librasterlite.copyright
   packages-metadata/p/pymilter-milters.control
   packages-metadata/p/pymilter-milters.copyright
   packages-metadata/s/spatialite.control
   packages-metadata/t/telepathy-haze.control
Modified:
   packages-metadata/c/cython.control
   packages-metadata/g/gnote.control
   packages-metadata/k/konsole.control
   packages-metadata/l/libdancer-plugin-database-perl.control
   packages-metadata/l/libdancer-plugin-database-perl.copyright
   packages-metadata/l/libdata-printer-perl.control
   packages-metadata/o/ocsigenserver.control
   packages-metadata/o/openexr.control
   packages-metadata/p/ptlib.control
   packages-metadata/s/sphinx.control
   packages-metadata/u/usb-modeswitch-data.control
   packages-metadata/y/yate.control
Log:
Daily automatic umegaya push

Added: packages-metadata/c/cracklib2.control
===================================================================
--- packages-metadata/c/cracklib2.control	                        (rev 0)
+++ packages-metadata/c/cracklib2.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,82 @@
+Source: cracklib2
+Section: libs
+Priority: optional
+Maintainer: Jan Dittberner <jandd at debian.org>
+Uploaders: Martin Pitt <mpitt at debian.org>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~),
+ python3-all-dev (>= 3.1.3-2~), chrpath, xmlto, automake (>= 1.10),
+ autoconf (>=2.61), libtool, python-setuptools, python3-setuptools,
+ dpkg-dev (>= 1.16.1~), autotools-dev
+Homepage: http://sourceforge.net/projects/cracklib
+Vcs-Git: git://git.debian.org/pkg-cracklib/pkg-cracklib.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cracklib/pkg-cracklib.git
+
+Package: libcrack2
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: cracklib-runtime
+Description: pro-active password checker library
+ Shared library for cracklib2 which contains a C function which may be
+ used in a passwd like program. The idea is simple: try to prevent
+ users from choosing passwords that could be guessed by crack by
+ filtering them out, at source. cracklib2 is NOT a replacement passwd
+ program. cracklib2 is a LIBRARY.
+
+Package: libcrack2-dev
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libcrack2 (=${binary:Version}), ${misc:Depends}
+Recommends: cracklib-runtime
+Description: pro-active password checker library - development files
+ Header files, static libraries, documentation, and symbolic links
+ developers using cracklib2 will need.
+ .
+ If you want to build software using cracklib2 you will need to
+ install this package. For developing Python based applications for
+ cracklib2 you need to install python-cracklib instead.
+
+Package: cracklib-runtime
+Section: admin
+Architecture: any
+Depends: ${shlibs:Depends}, libcrack2 (>=${binary:Version}), file,
+ ${misc:Depends}
+Recommends: wamerican | wordlist
+Description: runtime support for password checker library cracklib2
+ Run-time support programs which use the shared library in libcrack2
+ including programs to build the password dictionary databases used by
+ the functions in the shared library.
+
+Package: python-cracklib
+Section: python
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libcrack2 (>=${binary:Version}), cracklib-runtime
+ (>=${binary:Version})
+Provides: ${python:Provides}
+Conflicts: python-crack
+Description: Python bindings for password checker library cracklib2
+ This package provides Python bindings for cracklib. It contains a
+ pythonic interface to cracklib's functions and some Python
+ convenience functions.
+ .
+ You should install this package if you want to use or develop Python
+ applications that want to interface with cracklib2.
+
+Package: python3-cracklib
+Section: python
+Architecture: any
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libcrack2 (>=${binary:Version}), cracklib-runtime
+ (>=${binary:Version})
+Provides: ${python3:Provides}
+Description: Python3 bindings for password checker library cracklib2
+ This package provides Python bindings for cracklib. It contains a
+ pythonic interface to cracklib's functions and some Python
+ convenience functions.
+ .
+ You should install this package if you want to use or develop Python3
+ applications that want to interface with cracklib2.
+ .
+ This package provides the Python3 version of cracklib2's Python binding.

Modified: packages-metadata/c/cython.control
===================================================================
--- packages-metadata/c/cython.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/c/cython.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -3,7 +3,14 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Ondrej Certik <ondrej at certik.cz>, Yaroslav Halchenko <debian at onerussian.com>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, help2man (>= 1.37.1~), python-numpy, python3-all-dev, python3-all-dbg, python3-numpy
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all-dev (>= 2.6.6-3~), python-all-dbg,
+               help2man (>= 1.37.1~),
+               python-sphinx,
+               python-numpy,
+               python3-all-dev,
+               python3-all-dbg,
+               python3-numpy
 Standards-Version: 3.9.3
 Homepage: http://cython.org/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cython/trunk
@@ -13,7 +20,7 @@
 Package: cython
 Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Suggests: python-dev, gcc
+Recommends: python-dev, gcc
 Description: C-Extensions for Python
  Cython is a language that makes writing C extensions for the Python language as
  easy as Python itself. Cython is based on the well-known Pyrex, but supports
@@ -32,15 +39,14 @@
 Section: debug
 Priority: extra
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, cython (= ${binary:Version})
-Suggests: gcc
-Description: C-Extensions for Python (Debug Build of Cython)
+Description: C-Extensions for Python - debug build
  This package contains Cython libraries built against versions of
  Python configured with --pydebug.
 
 Package: cython3
 Architecture: any
 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Suggests: python-dev, gcc
+Recommends: python3-dev, gcc
 Description: C-Extensions for Python 3
  Cython is a language that makes writing C extensions for the Python language as
  easy as Python itself. Cython is based on the well-known Pyrex, but supports
@@ -59,7 +65,15 @@
 Section: debug
 Priority: extra
 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, cython3 (= ${binary:Version})
-Suggests: gcc
-Description: C-Extensions for Python 3 (Debug Build of Cython)
+Description: C-Extensions for Python 3 - debug build
  This package contains Cython libraries built against versions of
  Python configured with --pydebug.
+
+Package: cython-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, libjs-jquery
+Suggests: cython
+Description: C-Extensions for Python - documentation
+ This package contains documentation for Cython.
+

Added: packages-metadata/e/eliom.control
===================================================================
--- packages-metadata/e/eliom.control	                        (rev 0)
+++ packages-metadata/e/eliom.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,68 @@
+Source: eliom
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders:
+  Stéphane Glondu <glondu at debian.org>,
+  Pierre Chambart <pierre.chambart at crans.org>
+Build-Depends:
+  ocaml-nox (>= 3.12.1-2~),
+  ocaml-findlib,
+  dh-ocaml (>= 0.9~),
+  debhelper (>= 8),
+  ocsigenserver (>= 2.0.4),
+  libocsigenserver-ocaml-dev (>= 2.2),
+  libderiving-ocsigen-ocaml-dev (>= 0.3),
+  libjs-of-ocaml-dev (>= 1.3.2),
+  libcalendar-ocaml-dev (>= 2.03),
+  liblwt-ssl-ocaml-dev (>= 2.3.2),
+  libreact-ocaml-dev (>= 0.9.2),
+  js-of-ocaml (>= 1.3.2),
+  libtyxml-ocaml-dev (>= 2.2)
+Standards-Version: 3.9.3
+Homepage: http://ocsigen.org/eliom
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/eliom.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/eliom.git
+
+Package: libeliom-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends:
+ ocaml-findlib
+Description: web framework for ocsigenserver (dev libraries)
+ Eliom allows one to easily develop sophisticated client/server Web
+ applications using OCaml.
+ .
+ This package contains the development files needed to use Eliom.
+
+Package: libeliom-ocaml
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends:
+ ocaml-findlib
+Description: web framework for ocsigenserver (runtime libraries)
+ Eliom allows one to easily develop sophisticated client/server Web
+ applications using OCaml.
+ .
+ This package contains dynamically loadable modules to use with
+ Ocsigenserver.
+
+Package: libeliom-ocaml-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Enhances: libeliom-ocaml-dev
+Description: web framework for ocsigenserver (documentation)
+ Eliom allows one to easily develop sophisticated client/server Web
+ applications using OCaml.
+ .
+ This package contains documentation: the manual (in wikicreole
+ format) and the API reference generated by ocamldoc (in HTML format).

Added: packages-metadata/e/eliom.copyright
===================================================================
--- packages-metadata/e/eliom.copyright	                        (rev 0)
+++ packages-metadata/e/eliom.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Eliom
+Upstream-Contact: The Ocsigen Team <dev at ocsigen.org>
+Source: http://ocsigen.org/eliom/install
+
+License: LGPL-2.1+ and other
+ 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 2.1 of the
+ License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ The complete text of the GNU Lesser General Public License can be
+ found in `/usr/share/common-licenses/LGPL-2.1'.
+ .
+ This program is released under the LGPL version 2.1 (see the text
+ below) with the additional exemption that compiling, linking, and/or
+ using OpenSSL is allowed.
+ .
+ As a special exception to the GNU Library General Public License,
+ you may also 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
+ Library General Public License.  By "a publicly distributed version
+ of the Library", we mean either the unmodified Library, or a
+ modified version of the Library that is distributed under the
+ conditions defined in clause 3 of the GNU Library General Public
+ License.  This exception does not however invalidate any other
+ reasons why the executable file might be covered by the GNU Library
+ General Public License.
+
+Files: *
+Copyright: 2005-2012, Vincent Balat and many others
+License: LGPL-2.1+ and other
+
+Files: debian/*
+Copyright: 2011-2012, Pierre Chambart <chambart at crans.org>
+           2012, Stéphane Gondu <glondu at debian.org>
+License: LGPL-2.1+ and other

Modified: packages-metadata/g/gnote.control
===================================================================
--- packages-metadata/g/gnote.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/g/gnote.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -19,8 +19,7 @@
  rarian-compat,
  uuid-dev,
  yelp-tools
-Standards-Version: 3.9.3
-DM-Upload-Allowed: yes
+Standards-Version: 3.9.4
 Homepage: http://live.gnome.org/Gnote
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/gnote/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/gnote/trunk

Added: packages-metadata/i/ilmbase.control
===================================================================
--- packages-metadata/i/ilmbase.control	                        (rev 0)
+++ packages-metadata/i/ilmbase.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,44 @@
+Source: ilmbase
+Section: libs
+Priority: optional
+Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel at lists.alioth.debian.org>
+Uploaders: Andreas Metzler <ametzler at debian.org>
+Build-Depends: autotools-dev (>= 20100122.1), debhelper (>= 9),
+ dpkg-dev (>= 1.16.1)
+Standards-Version: 3.9.3
+Homepage: http://www.openexr.com
+Vcs-Git: git://git.debian.org/git/pkg-phototools/ilmbase.git
+Vcs-Browser: http://git.debian.org/?p=pkg-phototools/ilmbase.git
+
+Package: libilmbase6
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: several utility libraries from ILM used by OpenEXR
+ IlmBase are a set of utility libraries released by ILM, and used in
+ their OpenEXR implementation. Included in this package you can find:
+ .
+  * libHalf: a class (Half) for manipulating "half" values (16-bit
+    floating point format) as if they were a built-in C++ data type.
+ .
+  * libIlmThread: a thread abstraction library on top of pthreads.
+ .
+  * libImath: a math library with support for matrices, 2d- and
+    3d-transformations, solvers for linear/quadratic/cubic equations,
+    and more.
+ .
+  * libIex: an exception handling library.
+
+Package: libilmbase-dev
+Architecture: any
+Section: libdevel
+Depends: libilmbase6 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Replaces: libopenexr-dev (<< 1.6)
+Breaks: libopenexr-dev (<< 1.6)
+Description: development files for IlmBase
+ This package provides the development files for IlmBase, a set of
+ utility libraries relesaed by ILM and used by OpenEXR. Install this
+ package if you want to compile a program that makes use of these
+ libraries.

Added: packages-metadata/i/ilmbase.copyright
===================================================================
--- packages-metadata/i/ilmbase.copyright	                        (rev 0)
+++ packages-metadata/i/ilmbase.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,69 @@
+Debianized by Adeodato Simó <dato at net.com.org.es>	2007-11-01
+
+The sources of IlmBase can be downloaded from:
+
+    http://download.savannah.gnu.org/releases/openexr
+
+And the project homepage is:
+
+    http://www.openexr.com
+
+Upstream authors:
+
+    Florian Kainz <kainz at ilm.com>
+    Rod Bogart <rgb at ilm.com>
+    Drew Hess <dhess at ilm.com>
+    Bill Anderson <wja at ilm.com>
+    Wojciech Jarosz <wjarosz at ucsd.edu>
+
+Copyright and license terms:
+
+  - The sources of IlmBase are:
+
+// Copyright (c) 2005, Industrial Light & Magic, a division of Lucas
+// Digital Ltd. LLC
+//
+// All rights reserved.
+//
+// Redistribution and use in source and binary forms, 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.
+// *       Neither the name of Industrial Light & Magic nor the names of
+// its contributors may be used to endorse or promote products derived
+// from this software without specific prior written permission.
+//
+// THIS SOFTWARE 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, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+  - The file Imath/ImathPlatform.h contains code which is:
+
+    | Copyright (C) 2001 Boost.org
+
+    Under the following license:
+
+    | Permission to copy, use, modify, sell and and distribute this
+    | software is granted provided this copyright notice appears in all
+    | copies. This software is provided "as is" without express or implied
+    | warranty, and with no claim as to its suitability for any purpose.
+
+  - The packaging scripts in the debian/ subdirectory are:
+
+    | Copyright (c) 2007-2008  Adeodato Simó
+    | Copyright (c) 2009       Cyril Brulebois
+
+    And licensed under the same terms of IlmBase itself.

Modified: packages-metadata/k/konsole.control
===================================================================
--- packages-metadata/k/konsole.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/k/konsole.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -8,7 +8,8 @@
  Modestas Vainius <modax at debian.org>,
  George Kiagiadakis <kiagiadakis.george at gmail.com>,
  José Manuel Santamaría Lema <panfaust at gmail.com>,
- Eshat Cakar <info at eshat.de>
+ Eshat Cakar <info at eshat.de>,
+ Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
 Build-Depends: kde-sc-dev-latest (>= 4:4.8.4),
  cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12), libdlrestrictions-dev (>= 0.14),
  kdelibs5-dev (>= 4:4.8), libphonon-dev (>= 4:4.3.0),
@@ -133,8 +134,8 @@
  kde-baseapps-bin (= ${binary:Version}), install-info
 Suggests: konq-plugins (>= 4:4.1~)
 Recommends: konqueror-nsplugins (= ${binary:Version}), dolphin, kfind
-Breaks: kde-baseapps-data (<< 4:4.8.4)
-Replaces: kde-baseapps-data (<< 4:4.8.4)
+Breaks: kdebase-data (<< 4:4.7.2), kde-baseapps-data (<< 4:4.8.4)
+Replaces: kdebase-data (<< 4:4.7.2), kde-baseapps-data (<< 4:4.8.4)
 Description: advanced file manager, web browser and document viewer
  Konqueror is the KDE web browser and advanced file manager.
  .

Added: packages-metadata/l/libbest-perl.control
===================================================================
--- packages-metadata/l/libbest-perl.control	                        (rev 0)
+++ packages-metadata/l/libbest-perl.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,28 @@
+Source: libbest-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-exception-perl,
+ libtest-pod-perl,
+ perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbest-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libbest-perl.git
+Homepage: http://search.cpan.org/dist/Best/
+
+Package: libbest-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: fallbackable module loader
+ Best.pm attempts to load Perl modules from a list, stopping at the first
+ successful load and failing only if no alternative was found.
+ .
+ Often there are several possible providers of some functionality your program
+ needs, but you don't know which is available at the run site. For example,
+ one of the modules may be implemented with XS, or not in the core Perl
+ distribution and thus not necessarily installed. With Best.pm, this can
+ be as simple as:
+ .
+  use Best qw/YAML::Syck YAML/;

Added: packages-metadata/l/libbest-perl.copyright
===================================================================
--- packages-metadata/l/libbest-perl.copyright	                        (rev 0)
+++ packages-metadata/l/libbest-perl.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,54 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Best
+Upstream-Contact: Gaal Yahas <gaal at forum2.org>
+Source: http://search.cpan.org/dist/Best/
+
+Files: *
+Copyright: 2006-2012, Gaal Yahas <gaal at forum2.org>
+License: Expat
+
+Files: inc/Module/*
+Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+ 2002-2012, Audrey Tang <autrijus at autrijus.org>
+ 2002-2012, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011-2012, gregor herrmann <gregoa at debian.org>
+License: Expat or Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+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.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

Modified: packages-metadata/l/libdancer-plugin-database-perl.control
===================================================================
--- packages-metadata/l/libdancer-plugin-database-perl.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/l/libdancer-plugin-database-perl.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -14,7 +14,7 @@
  libtest-pod-coverage-perl,
  libtest-pod-perl,
  perl
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-plugin-database-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdancer-plugin-database-perl.git
 Homepage: http://search.cpan.org/dist/Dancer-Plugin-Database/

Modified: packages-metadata/l/libdancer-plugin-database-perl.copyright
===================================================================
--- packages-metadata/l/libdancer-plugin-database-perl.copyright	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/l/libdancer-plugin-database-perl.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Dancer-Plugin-Database
 Upstream-Contact: David Precious <davidp at preshweb.co.uk>
 Source: http://search.cpan.org/dist/Dancer-Plugin-Database/
-Upstream-Name: Dancer-Plugin-Database
 
 Files: *
 Copyright: 2010-2012, David Precious <davidp at preshweb.co.uk>
@@ -32,3 +32,4 @@
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

Added: packages-metadata/l/libdata-phrasebook-loader-yaml-perl.control
===================================================================
--- packages-metadata/l/libdata-phrasebook-loader-yaml-perl.control	                        (rev 0)
+++ packages-metadata/l/libdata-phrasebook-loader-yaml-perl.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,30 @@
+Source: libdata-phrasebook-loader-yaml-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdata-phrasebook-perl,
+ libtest-distribution-perl,
+ libtest-yaml-meta-perl,
+ libyaml-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.4
+Homepage: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-phrasebook-loader-yaml-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-phrasebook-loader-yaml-perl.git
+
+Package: libdata-phrasebook-loader-yaml-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-phrasebook-perl,
+ libyaml-perl
+Description: loader class for Data::Phrasebook using YAML
+ Data::Phrasebook::Loader::YAML implements phrasebook patterns using YAML.
+ .
+ Phrases can be contained within one or more dictionaries, with each phrase
+ accessible via a unique key. Phrases may contain placeholders, please see
+ Data::Phrasebook for an explanation of how to use these. Groups of phrases
+ are kept in a dictionary. In this implementation a single YAML file is one
+ complete dictionary.

Added: packages-metadata/l/libdata-phrasebook-loader-yaml-perl.copyright
===================================================================
--- packages-metadata/l/libdata-phrasebook-loader-yaml-perl.copyright	                        (rev 0)
+++ packages-metadata/l/libdata-phrasebook-loader-yaml-perl.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,221 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Barbie <barbie at cpan.org>
+Source: http://search.cpan.org/dist/Data-Phrasebook-Loader-YAML/
+Upstream-Name: Data-Phrasebook-Loader-YAML
+
+Files: *
+Copyright: 2003, Iain Truskett
+ 2004-2012, Barbie <barbie at cpan.org>
+License: Artistic-2.0
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2012, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic-2.0
+ Copyright (c) 2000-2006, The Perl Foundation.
+ .
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ This license establishes the terms under which a given free software
+ Package may be copied, modified, distributed, and/or redistributed.
+ The intent is that the Copyright Holder maintains some artistic
+ control over the development of that Package while still keeping the
+ Package available as open source and free software.
+ .
+ You are always permitted to make arrangements wholly outside of this
+ license directly with the Copyright Holder of a given Package. If the
+ terms of this license do not permit the full use that you propose to
+ make of the Package, you should contact the Copyright Holder and seek
+ a different licensing arrangement.
+ .
+ Definitions
+ .
+ "Copyright Holder" means the individual(s) or organization(s) named in
+ the copyright notice for the entire Package.
+ .
+ "Contributor" means any party that has contributed code or other
+ material to the Package, in accordance with the Copyright Holder's
+ procedures.
+ .
+ "You" and "your" means any person who would like to copy, distribute,
+ or modify the Package.
+ .
+ "Package" means the collection of files distributed by the Copyright
+ Holder, and derivatives of that collection and/or of those files. A
+ given Package may consist of either the Standard Version, or a
+ Modified Version.
+ .
+ "Distribute" means providing a copy of the Package or making it
+ accessible to anyone else, or in the case of a company or
+ organization, to others outside of your company or organization.
+ .
+ "Distributor Fee" means any fee that you charge for Distributing this
+ Package or providing support for this Package to another party. It
+ does not mean licensing fees.
+ .
+ "Standard Version" refers to the Package if it has not been modified,
+ or has been modified only in ways explicitly requested by the
+ Copyright Holder.
+ .
+ "Modified Version" means the Package, if it has been changed, and such
+ changes were not explicitly requested by the Copyright Holder.
+ .
+ "Original License" means this Artistic License as Distributed with the
+ Standard Version of the Package, in its current version or as it may
+ be modified by The Perl Foundation in the future.
+ .
+ "Source" form means the source code, documentation source, and
+ configuration files for the Package.
+ .
+ "Compiled" form means the compiled bytecode, object code, binary, or
+ any other form resulting from mechanical transformation or translation
+ of the Source form.
+ .
+ Permission for Use and Modification Without Distribution
+ .
+ (1) You are permitted to use the Standard Version and create and use
+     Modified Versions for any purpose without restriction, provided
+     that you do not Distribute the Modified Version.
+ .
+ Permissions for Redistribution of the Standard Version
+ .
+ (2) You may Distribute verbatim copies of the Source form of the
+     Standard Version of this Package in any medium without
+     restriction, either gratis or for a Distributor Fee, provided
+     that you duplicate all of the original copyright notices and
+     associated disclaimers. At your discretion, such verbatim copies
+     may or may not include a Compiled form of the Package.
+ .
+ (3) You may apply any bug fixes, portability changes, and other
+     modifications made available from the Copyright Holder. The
+     resulting Package will still be considered the Standard Version,
+     and as such will be subject to the Original License.
+ .
+ Distribution of Modified Versions of the Package as Source
+ .
+ (4) You may Distribute your Modified Version as Source (either gratis
+     or for a Distributor Fee, and with or without a Compiled form of
+     the Modified Version) provided that you clearly document how it
+     differs from the Standard Version, including, but not limited to,
+     documenting any non-standard features, executables, or modules,
+     and provided that you do at least ONE of the following:
+ .
+    (a) make the Modified Version available to the Copyright Holder
+        of the Standard Version, under the Original License, so that
+        the Copyright Holder may include your modifications in the
+        Standard Version.
+    (b) ensure that installation of your Modified Version does not
+        prevent the user installing or running the Standard Version.
+        In addition, the Modified Version must bear a name that is
+        different from the name of the Standard Version.
+    (c) allow anyone who receives a copy of the Modified Version to
+        make the Source form of the Modified Version available to
+        others under
+        (i)  the Original License or
+        (ii) a license that permits the licensee to freely copy,
+             modify and redistribute the Modified Version using the
+             same licensing terms that apply to the copy that the
+             licensee received, and requires that the Source form of
+             the Modified Version, and of any works derived from it,
+             be made freely available in that license fees are
+             prohibited but Distributor Fees are allowed.
+ .
+ Distribution of Compiled Forms of the Standard Version or Modified
+ Versions without the Source
+ .
+ (5) You may Distribute Compiled forms of the Standard Version without
+     the Source, provided that you include complete instructions on
+     how to get the Source of the Standard Version. Such instructions
+     must be valid at the time of your distribution. If these
+     instructions, at any time while you are carrying out such
+     distribution, become invalid, you must provide new instructions
+     on demand or cease further distribution. If you provide valid
+     instructions or cease distribution within thirty days after you
+     become aware that the instructions are invalid, then you do not
+     forfeit any of your rights under this license.
+ .
+ (6) You may Distribute a Modified Version in Compiled form without
+     the Source, provided that you comply with Section 4 with respect
+     to the Source of the Modified Version.
+ .
+ Aggregating or Linking the Package
+ .
+ (7) You may aggregate the Package (either the Standard Version or
+     Modified Version) with other packages and Distribute the
+     resulting aggregation provided that you do not charge a licensing
+     fee for the Package. Distributor Fees are permitted, and licensing
+     fees for other components in the aggregation are permitted. The
+     terms of this license apply to the use and Distribution of the
+     Standard or Modified Versions as included in the aggregation.
+ .
+ (8) You are permitted to link Modified and Standard Versions with
+     other works, to embed the Package in a larger work of your own,
+     or to build stand-alone binary or bytecode versions of
+     applications that include the Package, and Distribute the result
+     without restriction, provided the result does not expose a direct
+     interface to the Package.
+ .
+ Items That are Not Considered Part of a Modified Version
+ .
+ (9) Works (including, but not limited to, modules and scripts) that
+     merely extend or make use of the Package, do not, by themselves,
+     cause the Package to be a Modified Version. In addition, such
+     works are not considered parts of the Package itself, and are
+     not subject to the terms of this license.
+ .
+ General Provisions
+ .
+ (10) Any use, modification, and distribution of the Standard or
+      Modified Versions is governed by this Artistic License. By
+      using, modifying or distributing the Package, you accept this
+      license. Do not use, modify, or distribute the Package, if you
+      do not accept this license.
+ .
+ (11) If your Modified Version has been derived from a Modified
+      Version made by someone other than you, you are nevertheless
+      required to ensure that your Modified Version complies with
+      the requirements of this license.
+ .
+ (12) This license does not grant you the right to use any trademark,
+      service mark, tradename, or logo of the Copyright Holder.
+ .
+ (13) This license includes the non-exclusive, worldwide,
+      free-of-charge patent license to make, have made, use, offer to
+      sell, import and otherwise transfer the Package with respect to
+      any patent claims licensable by the Copyright Holder that are
+      necessarily infringed by the Package. If you institute patent
+      litigation (including a cross-claim or counterclaim) against
+      any party alleging that the Package constitutes direct or
+      contributory patent infringement, then this Artistic License to
+      you shall terminate on the date that such litigation is filed.
+ .
+ (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT
+      HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR
+      IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+      FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE
+      DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS
+      REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE
+      LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+      DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN
+      IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License, version 1, can be found in `/usr/share/common-licenses/GPL-1'.

Modified: packages-metadata/l/libdata-printer-perl.control
===================================================================
--- packages-metadata/l/libdata-printer-perl.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/l/libdata-printer-perl.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -14,7 +14,7 @@
                      libmoose-perl,
                      libsort-naturally-perl,
                      perl (>= 5.13.3)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-printer-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-printer-perl.git
 Homepage: http://search.cpan.org/dist/Data-Printer/

Added: packages-metadata/l/librasterlite.control
===================================================================
--- packages-metadata/l/librasterlite.control	                        (rev 0)
+++ packages-metadata/l/librasterlite.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,77 @@
+Source: librasterlite
+Priority: extra
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org> 
+ , Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends:
+ debhelper (>= 9~)
+ , dh-autoreconf
+ , libtiff5-dev | libtiff-dev
+ , libgeotiff-dev
+ , libjpeg-dev
+ , zlib1g-dev
+ , libpng12-dev | libpng-dev
+ , libepsilon-dev
+ , libspatialite-dev
+ , libproj-dev
+ , libsqlite3-dev
+ , pkg-config
+Standards-Version: 3.9.4
+Section: libs
+Homepage: http://www.gaia-gis.it/spatialite/
+Vcs-Git: git://git.debian.org/pkg-grass/librasterlite.git
+Vcs-Browser: http://git.debian.org/?p=pkg-grass/librasterlite.git
+
+Package: librasterlite-dev
+Section: libdevel
+Multi-Arch: same
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends}
+ , librasterlite2 (= ${binary:Version})
+Description: library supporting raster data sources for spatialite - headers
+ librasterlite is a library supporting raster data sources within a SpatiaLite
+ DataBase, and any releated command-line management tool.
+ .
+ This package contains development files.
+
+Package: librasterlite2
+Multi-Arch: same
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
+Description: library supporting raster data sources for spatialite
+ librasterlite is a library supporting raster data sources within a SpatiaLite
+ DataBase, and any releated command-line management tool.
+ .
+ This package contains the shared library.
+
+Package: rasterlite-dbg
+Section: debug
+Architecture: any
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
+ , librasterlite2 (= ${binary:Version})
+ , rasterlite-bin (= ${binary:Version})
+Description: library supporting raster data sources for spatialite - debugging symbols
+ librasterlite is a library supporting raster data sources within a SpatiaLite
+ DataBase, and any releated command-line management tool.
+ .
+ This package contains debugging symbols for librasterlite and rasterlite-bin.
+
+Package: rasterlite-bin
+Section: graphics
+Architecture: any
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
+ , librasterlite2 (= ${binary:Version})
+Description: command line tools for librasterlite
+ librasterlite is a library supporting raster data sources within a SpatiaLite
+ DataBase, and any releated command-line management tool.
+ .
+ This package contains command-line tools to use librasterlite.

Added: packages-metadata/l/librasterlite.copyright
===================================================================
--- packages-metadata/l/librasterlite.copyright	                        (rev 0)
+++ packages-metadata/l/librasterlite.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
+
+Files: *
+Copyright: © 2009, Alessandro Furieri <a.furieri at lqt.it>
+License: LGPL-3+
+
+Files: debian/*
+Copyright: © 2011-2012, David Paleino <dapal at debian.org>
+ © 2012, Francesco Paolo Lovergine <frankie at debian.org>
+License: GPL-3+
+
+Files: lib/rasterlite_quantize.c
+Copyright: © 2009, Alessandro Furieri <a.furieri at lqt.it>
+ © 2001-2002, Martin Weber
+License: LGPL-3+
+
+License: LGPL-3+
+ This program 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.
+ .
+ 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
+License: GPL-3+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This package 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Modified: packages-metadata/o/ocsigenserver.control
===================================================================
--- packages-metadata/o/ocsigenserver.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/o/ocsigenserver.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -11,7 +11,7 @@
  ocaml-nox (>= 3.11.1-3~),
  camlp4-extra,
  ocaml-findlib (>= 1.2.5),
- liblwt-ssl-ocaml-dev (>= 2.1.1),
+ liblwt-ssl-ocaml-dev (>= 2.4.2),
  libocamlnet-ocaml-dev (>= 2.2.9-7~),
  libpcre-ocaml-dev (>= 6.0.1-2~),
  libssl-ocaml-dev (>= 0.4.3-3~),
@@ -19,7 +19,7 @@
  libsqlite3-ocaml-dev (>= 1.5.6-3~),
  libzip-ocaml-dev (>= 1.04-6~),
  libcryptokit-ocaml-dev (>= 1.3-14~),
- libtyxml-ocaml-dev (>= 2.1),
+ libtyxml-ocaml-dev (>= 2.2.0),
  dh-ocaml (>= 0.9.5~)
 Standards-Version: 3.9.3
 Homepage: http://ocsigen.org/ocsigenserver/

Modified: packages-metadata/o/openexr.control
===================================================================
--- packages-metadata/o/openexr.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/o/openexr.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel at lists.alioth.debian.org>
 Uploaders: Andreas Metzler <ametzler at debian.org>
-Build-Depends: autotools-dev (>= 20100122.1), debhelper (>= 7.0.50),
+Build-Depends: autotools-dev (>= 20100122.1), debhelper (>= 9),
  dh-buildinfo, libilmbase-dev, zlib1g-dev, dpkg-dev (>= 1.16.1)
 Standards-Version: 3.9.3
 Homepage: http://www.openexr.com
@@ -12,6 +12,8 @@
 
 Package: openexr
 Architecture: any
+Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: exrtools
 Description: command-line tools and docs for the OpenEXR image format
@@ -42,6 +44,7 @@
 Package: libopenexr-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: libopenexr6 (= ${binary:Version}), libilmbase-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: development files for the OpenEXR image library
  OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -67,6 +70,8 @@
 Package: libopenexr6
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: runtime files for the OpenEXR image library
  OpenEXR is a high dynamic-range (HDR) image file format developed by

Modified: packages-metadata/p/ptlib.control
===================================================================
--- packages-metadata/p/ptlib.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/p/ptlib.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -6,16 +6,16 @@
 Build-Depends: debhelper (>= 8), autotools-dev, doxygen, pkg-config, bison, flex,
  unixodbc-dev, libssl-dev, libldap2-dev, libsasl2-dev, libkrb5-dev, libexpat1-dev,
  libpulse-dev,
- libsdl1.2-dev, libdv4-dev, 
+ libsdl1.2-dev, libdv4-dev,
  libv4l-dev [linux-any],
  libasound2-dev  [linux-any]
-Build-Conflicts: libpt-dev, libpt2.6.7, libpt2.10.4, libpt2.10.5, libpt2.10.7
+Build-Conflicts: libpt-dev
 Standards-Version: 3.9.3
 Homepage: http://www.opalvoip.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/ptlib/trunk/
 
-Package: libpt2.10.7
+Package: libpt2.10.9
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Portable Tools Library
@@ -30,7 +30,7 @@
 Package: libpt-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libpt2.10.7 (= ${binary:Version}),
+Depends: ${misc:Depends}, libpt2.10.9 (= ${binary:Version}),
  libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev, unixodbc-dev, pkg-config
 Description: Portable Tools Library development files
  This package contains the headers and a static version of the library
@@ -42,7 +42,7 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, libpt2.10.7 (= ${binary:Version})
+Depends: ${misc:Depends}, libpt2.10.9 (= ${binary:Version})
 Description: Portable Tools Library development debug files
  This package contains the shared and static debug symbols of the library
  PTLib, which is a moderately large class library that has its genesis

Added: packages-metadata/p/pymilter-milters.control
===================================================================
--- packages-metadata/p/pymilter-milters.control	                        (rev 0)
+++ packages-metadata/p/pymilter-milters.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,31 @@
+Source: pymilter-milters
+Section: mail
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.16), quilt (>= 0.46-7)
+Standards-Version: 3.9.4
+Homepage: http://sourceforge.net/projects/pymilter/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pymilter-milters/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pymilter-milters/
+
+Package: spf-milter-python
+Architecture: all
+Depends: python, ${misc:Depends}, python-milter (>= 0.9.3), python-spf (>= 2.0), lsb-base, adduser 
+Suggests: postfix (>= 2.3) | sendmail (>= 8.13)
+Description: RFC 4408 compliant SPF Milter for Sendmail and Postfix
+ A Python mail filter to add Received-SPF headers and reject forged mail.
+ Rejection policy is configured via sendmail access file. Updated for RFC 4408
+ compliance.
+
+Package: dkim-milter-python
+Architecture: all
+Depends: python, ${misc:Depends}, python-milter (>= 0.9.3), python-dkim (>= 0.4),
+ python-authres (>= 0.2), lsb-base, adduser
+Suggests: postfix (>= 2.3) | sendmail (>= 8.13)
+Description: Domain Keys Identified Mail Milter for Sendmail and Postfix
+ A simple Python mail filter for creating and verifying Domain Keys Identified
+ Mail (DKIM) signatures.  While not as featureful as some other
+ implementations, like opendkim, because it is written in Python, it is a
+ good choice for experimentation and customization.
+

Added: packages-metadata/p/pymilter-milters.copyright
===================================================================
--- packages-metadata/p/pymilter-milters.copyright	                        (rev 0)
+++ packages-metadata/p/pymilter-milters.copyright	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,55 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Friday August 24, 2007 19:04:29 -0400.
+
+It was downloaded from http://sourceforge.net/projects/pymilter/
+
+Copyright Holder: 
+ * © Copyright 2007 Business Management Systems, Inc.
+
+License:
+
+This is free software; you can redistribute it and/or modify it under the terms
+of the GNU General Public License (version 2), or (at your option) any later 
+version.
+
+    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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GPL v2 can be found here:
+  /usr/share/common-licenses/GPL-2
+
+The file rhsbl.m4 is copyright/licensed:
+
+Copyright © 2002 Derek J. Balling
+      All rights reserved.
+
+Permission to use granted for all purposes. If modifications are made
+they are requested to be sent to <dredd at megacity.org> for inclusion in future
+versions
+
+Files in doc/ are under the GNU Free Documentation License Version 1.3
+
+    Permission is granted to copy, distribute and/or modify this document
+    under the terms of the GNU Free Documentation License, Version 1.3
+    or any later version published by the Free Software Foundation;
+    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+    A copy of the license is included in the section entitled "GNU
+    Free Documentation License".
+
+On Debian systems, the complete text of the GFD v1.3 can be found here:
+/usr/share/common-licenses/GFDL-1.3
+
+The Debian packaging is © 2007 - 2010 Scott Kitterman <scott at kitterman.com>
+and is licensed under the GPL version 2 or later.  See above.
+

Added: packages-metadata/s/spatialite.control
===================================================================
--- packages-metadata/s/spatialite.control	                        (rev 0)
+++ packages-metadata/s/spatialite.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,75 @@
+Source: spatialite
+Section: science
+Priority: extra
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders:
+ Francesco Paolo Lovergine <frankie at debian.org>
+ , David Paleino <dapal at debian.org>
+Build-Depends:
+ debhelper (>= 9)
+ , autotools-dev
+ , libsqlite3-dev (>= 3.6.11)
+ , libgeos-dev (>= 3.3.0)
+ , libproj-dev
+ , libreadline-dev
+ , libexpat1-dev
+ , libfreexl-dev (>= 1.0.0)
+ , pkg-config
+Standards-Version: 3.9.4
+Homepage: http://www.gaia-gis.it/spatialite/
+Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
+Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git
+
+Package: libspatialite5
+Architecture: any
+Section: libs
+Breaks: spatialite-bin (<< 3.0.0-1~)
+Multi-Arch: same
+Pre-Depends: multiarch-support
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
+Description: Geospatial extension for SQLite - libraries
+ The SpatiaLite extension enables SQLite to support spatial (geometry) data
+ in a way conformant to OpenGis specifications, with both WKT and WKB formats.
+ .
+ Spatialite also includes Virtualshape and Virtualtext to enable accessing
+ shapefiles and csv/text files as virtual tables.
+ .
+ This package contains all shared libraries used by Spatialite based programs.
+
+Package: libspatialite-dev
+Architecture: any
+Section: libdevel
+Multi-Arch: same
+Depends:
+ libspatialite5 (= ${binary:Version})
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libsqlite3-dev (>= 3.3.6)
+Recommends: pkg-config
+Description: Geospatial extension for SQLite - development files
+ The SpatiaLite extension enables SQLite to support spatial (geometry) data
+ in a way conformant to OpenGis specifications, with both WKT and WKB formats.
+ .
+ Spatialite also includes Virtualshape and Virtualtext to enable accessing
+ shapefiles and csv/text files as virtual tables.
+ .
+ This package contains development (static libraries and header files).
+
+Package: libspatialite5-dbg
+Architecture: any
+Section: debug
+Multi-Arch: same
+Depends:
+ libspatialite5 (= ${binary:Version})
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Description: Geospatial extension for SQLite - debugging symbols
+ The SpatiaLite extension enables SQLite to support spatial (geometry) data
+ in a way conformant to OpenGis specifications, with both WKT and WKB formats.
+ .
+ Spatialite also includes Virtualshape and Virtualtext to enable accessing
+ shapefiles and csv/text files as virtual tables.
+ .
+ This package contains debugging symbols for the libraries.

Modified: packages-metadata/s/sphinx.control
===================================================================
--- packages-metadata/s/sphinx.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/s/sphinx.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -22,7 +22,7 @@
   gettext
 XS-Python-Version: >= 2.5
 X-Python3-Version: >= 3.1
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sphinx/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/trunk/
 

Added: packages-metadata/t/telepathy-haze.control
===================================================================
--- packages-metadata/t/telepathy-haze.control	                        (rev 0)
+++ packages-metadata/t/telepathy-haze.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -0,0 +1,32 @@
+Source: telepathy-haze
+Section: net
+Priority: optional
+Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at debian.org>,
+           Simon McVittie <smcv at debian.org>,
+           Jonny Lamb <jonny at debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               pkg-config (>= 0.9.0),
+               python (>= 2.5),
+               libpurple-dev (>= 2.7.0),
+               libtelepathy-glib-dev (>= 0.15.1),
+               libdbus-glib-1-dev (>= 0.73),
+               libglib2.0-dev (>= 2.22),
+               xsltproc
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-haze.git
+Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/telepathy-haze.git
+
+Package: telepathy-haze
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Provides: telepathy-connection-manager
+Description: Telepathy connection manager that uses libpurple
+ Haze is a Telepathy connection manager based on libpurple.
+ This allows Telepathy based applications to connect to all protocols
+ supported by libpurple (pidgin).
+ .
+ Libpurple is supporting many different protocols, including:
+ AIM, Windows Live (MSN), Yahoo! Gadu-Gadu, Groupwise and ICQ.

Modified: packages-metadata/u/usb-modeswitch-data.control
===================================================================
--- packages-metadata/u/usb-modeswitch-data.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/u/usb-modeswitch-data.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -2,8 +2,8 @@
 Section: comm
 Priority: extra
 Maintainer: Didier Raboud <odyx at debian.org>
-Build-Depends: debhelper (>= 8.1.0)
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
 Homepage: http://www.draisberghof.de/usb_modeswitch/
 Vcs-Git: git://git.debian.org/collab-maint/usb-modeswitch-data.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/usb-modeswitch-data.git

Modified: packages-metadata/y/yate.control
===================================================================
--- packages-metadata/y/yate.control	2012-12-08 04:02:27 UTC (rev 2580)
+++ packages-metadata/y/yate.control	2012-12-09 04:01:36 UTC (rev 2581)
@@ -37,7 +37,7 @@
  .
  This package contains YATE Server itself.
 
-Package: libyate4.1.0
+Package: libyate4.2.0
 Architecture: any
 Section: libs
 Replaces: libyate4.0.0
@@ -65,7 +65,7 @@
 Package: yate-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libyate4.1.0 (= ${binary:Version})
+Depends: ${misc:Depends}, libyate4.2.0 (= ${binary:Version})
 Description: Development files for YATE
  YATE is a telephony engine aimed at creating a telephony server that
  performs well enough to deal with PBX requirements and also flexible
@@ -119,6 +119,7 @@
 Conflicts: yate-core (<< 4)
 Breaks: yate-core (<< 4)
 Replaces: yate-core (<< 4)
+Pre-Depends: multiarch-support
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version}), yate-alsa (= ${binary:Version}) [linux-any]
 Description: YATE-based universal telephony client




More information about the Collab-qa-commits mailing list