[Collab-qa-commits] r2382 - in packages-metadata: c d f g i j k l m n o p r s t w y

Charles Plessy plessy at alioth.debian.org
Tue Jun 19 03:01:16 UTC 2012


Author: plessy
Date: 2012-06-19 03:01:15 +0000 (Tue, 19 Jun 2012)
New Revision: 2382

Added:
   packages-metadata/c/c-ares.control
   packages-metadata/c/colortest-python.control
   packages-metadata/c/colortest-python.copyright
   packages-metadata/d/debsums.control
   packages-metadata/d/debsums.copyright
   packages-metadata/d/dynare.control
   packages-metadata/f/fbautostart.control
   packages-metadata/g/glib2.0.control
   packages-metadata/g/gwenview.control
   packages-metadata/i/ispell.pt.control
   packages-metadata/j/jalv.control
   packages-metadata/j/java-common.control
   packages-metadata/j/java-common.copyright
   packages-metadata/k/kdeartwork.control
   packages-metadata/k/ksnapshot.control
   packages-metadata/k/ktimer.control
   packages-metadata/k/ktimer.copyright
   packages-metadata/m/mancala.control
   packages-metadata/m/mancala.copyright
   packages-metadata/n/networkmanagement.control
   packages-metadata/o/ocamlsdl.control
   packages-metadata/o/osgi-core.control
   packages-metadata/o/osgi-core.copyright
   packages-metadata/o/osmosis.control
   packages-metadata/p/petri-foo.control
   packages-metadata/p/petri-foo.copyright
   packages-metadata/p/pike7.8.control
   packages-metadata/p/pike7.8.copyright
   packages-metadata/p/publican.control
   packages-metadata/p/publican.copyright
   packages-metadata/p/python-django-social-auth.control
   packages-metadata/p/python-django-social-auth.copyright
   packages-metadata/p/python-slimmer.control
   packages-metadata/p/python-slimmer.copyright
   packages-metadata/s/saga.control
   packages-metadata/s/saga.copyright
   packages-metadata/s/stylebook.control
   packages-metadata/s/stylebook.copyright
   packages-metadata/w/wdm.control
   packages-metadata/y/yate.control
Modified:
   packages-metadata/d/dynare.copyright
   packages-metadata/f/fbautostart.copyright
   packages-metadata/f/fcitx.control
   packages-metadata/g/gnumed-client.control
   packages-metadata/l/libffado.control
   packages-metadata/m/mediawiki-math.control
   packages-metadata/m/mediawiki.control
   packages-metadata/n/netcfg.control
   packages-metadata/o/ocamlsdl.copyright
   packages-metadata/o/osmosis.copyright
   packages-metadata/p/partman-ext3.control
   packages-metadata/p/partman-partitioning.control
   packages-metadata/r/redmine.copyright
   packages-metadata/r/rescue.control
   packages-metadata/t/tzsetup.control
Log:
Daily automatic umegaya push

Added: packages-metadata/c/c-ares.control
===================================================================
--- packages-metadata/c/c-ares.control	                        (rev 0)
+++ packages-metadata/c/c-ares.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,51 @@
+Source: c-ares
+Priority: extra
+Maintainer: Andreas Schuldei <andreas at debian.org>
+Uploaders: Gregor Jasny <gjasny at googlemail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8.1.3~), autotools-dev
+Standards-Version: 3.9.3
+Section: libs
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/c-ares.git
+Vcs-Git: git://git.debian.org/git/collab-maint/c-ares.git
+Homepage: http://c-ares.haxx.se/
+
+
+Package: libc-ares-dev
+Section: libdevel
+Architecture: any
+Conflicts: libares-dev
+Depends: libc-ares2 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Multi-Arch: same
+Description: library for asynchronous name resolves (development files)
+ c-ares is a C library that performs DNS requests 
+ and name resolves asynchronously. 
+ .
+ c-ares is a fork of the library named 'ares'
+ .
+ additionally it features 
+  * IPv6 support
+  * Extended cross platform portability
+  * 64bit cleaned sources
+ .
+ This package contains development files (headers and static libraries).
+
+Package: libc-ares2
+Conflicts: libcares2
+Architecture: any
+Replaces: libc-ares1
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: library for asynchronous name resolves
+ c-ares is a C library that performs DNS requests 
+ and name resolves asynchronously. 
+ .
+ c-ares is a fork of the library named 'ares'
+ .
+ additionally it features 
+  * IPv6 support
+  * Extended cross platform portability
+  * 64bit cleaned sources

Added: packages-metadata/c/colortest-python.control
===================================================================
--- packages-metadata/c/colortest-python.control	                        (rev 0)
+++ packages-metadata/c/colortest-python.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,34 @@
+Source: colortest-python
+Section: utils
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: python-support (>= 0.5.3), python | python-all | python-dev | python-all-dev
+Standards-Version: 3.9.3
+Vcs-Browser: http://git.debian.org/?p=collab-maint/colortest-python.git
+Vcs-Git: git://git.debian.org/git/collab-maint/colortest-python.git
+Homepage: http://freshmeat.net/projects/terminal_colors
+
+Package: colortest-python
+Suggests: colortest
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: utility to test color capabilities of terminal
+ Most terminals are capable of displaying 16 colors; 8 colors and 2
+ different brightness values, some (like xterm) can display more, even
+ 256 colors.
+ .
+ The program automatically detects 8, 16, 88, 256 color capabilities
+ (via ncurses) and displays the appropriate color charts. Program can
+ display the colors as blocks or 2d cubes optionally with color values
+ overlaid in int or hex values, it can show the full rgb text string
+ and show the display with a vertical (default) or horizontal
+ orientation.
+ .
+ In addition to the color charts it can also convert between 256 and
+ 88 color values. This can be useful when converting various terminals
+ like between urxvt and xterm-256.
+ .
+ The goal of this program was to provide the functionality of all the
+ various Perl and sh scripts in one place with some bells and whistles.

Added: packages-metadata/c/colortest-python.copyright
===================================================================
--- packages-metadata/c/colortest-python.copyright	                        (rev 0)
+++ packages-metadata/c/colortest-python.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+X-Format: http://dep.debian.net/deps/dep5
+Upstream-Name: colortest-python
+Source: http://freshmeat.net/projects/terminal_colors
+Upstream-Contact: John Eikenberry <jae at zhar.net>
+
+Files: terminal-colors
+Copyright:
+  2009-2010 John Eikenberry <jae at zhar.net>
+License: GPL-3+
+
+Files: debian/*
+Copyright:
+  2010-2012 Jari Aalto <jari.aalto at cante.net>
+License: GPL-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 can be found in "/usr/share/common-licenses/GPL-3".

Added: packages-metadata/d/debsums.control
===================================================================
--- packages-metadata/d/debsums.control	                        (rev 0)
+++ packages-metadata/d/debsums.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,17 @@
+Source: debsums
+Section: admin
+Priority: optional
+Maintainer: Ryan Niebur <ryan at debian.org>
+Uploaders: Anders Kaseorg <andersk at mit.edu>
+Build-Depends: debhelper (>= 8), po-debconf, po4a
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/collab-maint/debsums.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/debsums.git;a=summary
+
+Package: debsums
+Architecture: all
+Depends: perl (>= 5.8.0-3), ucf (>= 0.28), libfile-fnmatch-perl, libdpkg-perl, dpkg (>= 1.16.3), ${misc:Depends}
+Description: tool for verification of installed package files against MD5 checksums
+ debsums can verify the integrity of installed package files against
+ MD5 checksums installed by the package, or generated from a .deb
+ archive.

Added: packages-metadata/d/debsums.copyright
===================================================================
--- packages-metadata/d/debsums.copyright	                        (rev 0)
+++ packages-metadata/d/debsums.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,37 @@
+Copyright:
+  1997       Christoph Lameter <clameter at debian.org>
+  1997-1999  Ben Collins <bcollins at debian.org>
+  1999-2001  Petr Cech <cech at debian.org>
+  2002-2007  Brendan O'Dea <bod at debian.org>
+  2008       Francois Marier <francois at debian.org>
+  2009       Ryan Niebur <ryanryan52 at gmail.com>
+
+  This is free software, licensed under the terms of the GNU General Public
+  License.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
+  PARTICULAR PURPOSE.
+
+  You are free to distribute this software under the terms of the GNU General
+  Public License. On Debian systems, the complete text of the GNU General
+  Public License can be found in /usr/share/common-licenses/GPL file.
+
+rdebsums:
+
+  Copyright 2007 by Vincent Fourmond <fourmond at debian.org>
+
+  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 GNU GPL version 2 can be
+  found in /usr/share/common-licenses/GPL-2.

Added: packages-metadata/d/dynare.control
===================================================================
--- packages-metadata/d/dynare.control	                        (rev 0)
+++ packages-metadata/d/dynare.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,149 @@
+Source: dynare
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Sébastien Villemot <sebastien.villemot at ens.fr>,
+ Thomas Weber <tweber at debian.org>,
+ Christian T. Steigies <cts at debian.org>,
+ Jordi Gutiérrez Hermoso <jordigh at gmail.com>
+DM-Upload-Allowed: yes
+Section: math
+Priority: optional
+Build-Depends: debhelper (>= 9), liboctave-dev, libboost-graph-dev (>= 1.36),
+ texlive, texlive-publishers, texlive-extra-utils, texlive-formats-extra,
+ texlive-generic-recommended, texi2html, latex2html, latex-beamer,
+ texlive-math-extra, libmatio-dev, libgsl0-dev
+Standards-Version: 3.9.3
+Homepage: http://www.dynare.org/
+Vcs-Git: git://git.debian.org/git/pkg-octave/dynare.git
+Vcs-Browser: http://git.debian.org/?p=pkg-octave/dynare.git
+
+Package: dynare
+Architecture: any
+Depends: octave, dynare-common, ${shlibs:Depends}, ${misc:Depends}
+Suggests: dynare-doc, dynare-matlab
+Recommends: liboctave-dev, octave-optim, octave-io, octave-statistics,
+ octave-control
+Description: platform for handling a wide class of economic models
+ Dynare is a software platform for handling a wide class of economic models, in
+ particular dynamic stochastic general equilibrium (DSGE) and overlapping
+ generations (OLG) models. The models solved by Dynare include those relying on
+ the rational expectations hypothesis, wherein agents form their expectations
+ about the future in a way consistent with the model. But Dynare is also able
+ to handle models where expectations are formed differently: on one extreme,
+ models where agents perfectly anticipate the future; on the other extreme,
+ models where agents have limited rationality or imperfect knowledge of the
+ state of the economy and, hence, form their expectations through a learning
+ process. In terms of types of agents, models solved by Dynare can incorporate
+ consumers, productive firms, governments, monetary authorities, investors and
+ financial intermediaries. Some degree of heterogeneity can be achieved by
+ including several distinct classes of agents in each of the aforementioned
+ agent categories.
+ .
+ Dynare offers a user-friendly and intuitive way of describing these models. It
+ is able to perform simulations of the model given a calibration of the model
+ parameters and is also able to estimate these parameters given a dataset. In
+ practice, the user will write a text file containing the list of model
+ variables, the dynamic equations linking these variables together, the
+ computing tasks to be performed and the desired graphical or numerical
+ outputs.
+ .
+ This package provides a full installation of Dynare, to be run on top of GNU
+ Octave.
+ .
+ It contains:
+  * the binary preprocessor
+  * dynamic loadable libraries for faster computation, compiled for Octave
+  * the standalone program Dynare++ for higher-order approximations
+
+Package: dynare-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: platform for handling a wide class of economic models
+ Dynare is a software platform for handling a wide class of economic models, in
+ particular dynamic stochastic general equilibrium (DSGE) and overlapping
+ generations (OLG) models. The models solved by Dynare include those relying on
+ the rational expectations hypothesis, wherein agents form their expectations
+ about the future in a way consistent with the model. But Dynare is also able
+ to handle models where expectations are formed differently: on one extreme,
+ models where agents perfectly anticipate the future; on the other extreme,
+ models where agents have limited rationality or imperfect knowledge of the
+ state of the economy and, hence, form their expectations through a learning
+ process. In terms of types of agents, models solved by Dynare can incorporate
+ consumers, productive firms, governments, monetary authorities, investors and
+ financial intermediaries. Some degree of heterogeneity can be achieved by
+ including several distinct classes of agents in each of the aforementioned
+ agent categories.
+ .
+ Dynare offers a user-friendly and intuitive way of describing these models. It
+ is able to perform simulations of the model given a calibration of the model
+ parameters and is also able to estimate these parameters given a dataset. In
+ practice, the user will write a text file containing the list of model
+ variables, the dynamic equations linking these variables together, the
+ computing tasks to be performed and the desired graphical or numerical
+ outputs.
+ .
+ This package contains the various M-files which can be run under both GNU
+ Octave and MATLAB.
+
+Package: dynare-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: documentation for Dynare
+ Dynare is a software platform for handling a wide class of economic models, in
+ particular dynamic stochastic general equilibrium (DSGE) and overlapping
+ generations (OLG) models. The models solved by Dynare include those relying on
+ the rational expectations hypothesis, wherein agents form their expectations
+ about the future in a way consistent with the model. But Dynare is also able
+ to handle models where expectations are formed differently: on one extreme,
+ models where agents perfectly anticipate the future; on the other extreme,
+ models where agents have limited rationality or imperfect knowledge of the
+ state of the economy and, hence, form their expectations through a learning
+ process. In terms of types of agents, models solved by Dynare can incorporate
+ consumers, productive firms, governments, monetary authorities, investors and
+ financial intermediaries. Some degree of heterogeneity can be achieved by
+ including several distinct classes of agents in each of the aforementioned
+ agent categories.
+ .
+ Dynare offers a user-friendly and intuitive way of describing these models. It
+ is able to perform simulations of the model given a calibration of the model
+ parameters and is also able to estimate these parameters given a dataset. In
+ practice, the user will write a text file containing the list of model
+ variables, the dynamic equations linking these variables together, the
+ computing tasks to be performed and the desired graphical or numerical
+ outputs.
+ .
+ This package contains full Dynare documentation, including a user guide and
+ the reference manual.
+
+Package: dynare-matlab
+Architecture: all
+Section: contrib/math
+Depends: ${misc:Depends}, dynare, libboost-graph-dev (>= 1.36),
+ gfortran, matlab-support, make
+Description: MATLAB support for Dynare
+ Dynare is a software platform for handling a wide class of economic models, in
+ particular dynamic stochastic general equilibrium (DSGE) and overlapping
+ generations (OLG) models. The models solved by Dynare include those relying on
+ the rational expectations hypothesis, wherein agents form their expectations
+ about the future in a way consistent with the model. But Dynare is also able
+ to handle models where expectations are formed differently: on one extreme,
+ models where agents perfectly anticipate the future; on the other extreme,
+ models where agents have limited rationality or imperfect knowledge of the
+ state of the economy and, hence, form their expectations through a learning
+ process. In terms of types of agents, models solved by Dynare can incorporate
+ consumers, productive firms, governments, monetary authorities, investors and
+ financial intermediaries. Some degree of heterogeneity can be achieved by
+ including several distinct classes of agents in each of the aforementioned
+ agent categories.
+ .
+ Dynare offers a user-friendly and intuitive way of describing these models. It
+ is able to perform simulations of the model given a calibration of the model
+ parameters and is also able to estimate these parameters given a dataset. In
+ practice, the user will write a text file containing the list of model
+ variables, the dynamic equations linking these variables together, the
+ computing tasks to be performed and the desired graphical or numerical
+ outputs.
+ .
+ This package is only useful to users having MATLAB installed on their
+ machine. It contains the source of the MEX files and will recompile them using
+ the existing MATLAB installation.

Modified: packages-metadata/d/dynare.copyright
===================================================================
--- packages-metadata/d/dynare.copyright	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/d/dynare.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -4,10 +4,11 @@
                   Stéphane Adjemian <stephane.adjemian at ens.fr>
                   Houtan Bastani <houtan.bastani at ens.fr>
                   Michel Juillard <michel.juillard at mjui.fr>
-                  Ferhat Mihoubi <fmihoubi at univ-evry.fr>
                   Frédéric Karamé <frederic.karame at univ-evry.fr>
                   Junior Maih <junior.maih at gmail.com>
+                  Ferhat Mihoubi <fmihoubi at univ-evry.fr>
                   George Perendia <george at perendia.orangehome.co.uk>
+                  Johannes Pfeifer <jpfeifer at gmx.de>
                   Marco Ratto <marco.ratto at jrc.ec.europa.eu>
                   Sébastien Villemot <sebastien.villemot at ens.fr>
 Source: http://www.dynare.org
@@ -15,21 +16,6 @@
 Files: *
 Copyright: 1996-2012 Dynare Team
 License: GPL-3+
- Dynare 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.
- .
- Dynare 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 Dynare.  If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 
 Files: matlab/AIM/SP*
 Copyright: public-domain
@@ -53,47 +39,18 @@
  Journal of Economic Dynamics and Control, 2010, vol. 34, issue 3,
  pages 472-489
 
-Files: matlab/bfgsi.m
+Files: matlab/bfgsi1.m matlab/csolve.m matlab/csminit1.m matlab/numgrad2.m
+ matlab/numgrad3.m matlab/numgrad5.m matlab/csminwel1.m matlab/bvar_density.m
+ matlab/bvar_toolbox.m matlab/partial_information/PI_gensys.m matlab/qzswitch.m
+ matlab/qzdiv.m
 Copyright: 1993-2009 Christopher Sims
+           2006-2011 Dynare Team
 License: GPL-3+
- Dynare 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.
- .
- Dynare 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 Dynare.  If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 
-Files: matlab/csolve.m matlab/csminit.m matlab/numgrad.m matlab/numgrad3.m
- matlab/numgrad5.m matlab/csminwel.m matlab/bvar_density.m
- matlab/bvar_toolbox.m matlab/partial_information/PI_gensys.m
- matlab/qzswitch.m matlab/qzdiv.m
-Copyright: 1993-2009 Christopher Sims
-           2006-2011 Dynare Team
+Files: matlab/cmaes.m
+Copyright: 2001-2012 Nikolaus Hansen
+           2012 Dynare Team
 License: GPL-3+
- Dynare 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.
- .
- Dynare 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 Dynare.  If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 
 Files: matlab/missing/stats/normpdf.m matlab/missing/stats/gamcdf.m
  matlab/missing/stats/common_size.m matlab/missing/stats/chi2inv.m
@@ -105,73 +62,170 @@
 Copyright: 1995-2007 Kurt Hornik
            2008-2009 Dynare Team
 License: GPL-3+
- Dynare 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.
- .
- Dynare 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 Dynare.  If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 
 Files: matlab/missing/bicgstab/bicgstab.m
 Copyright: 2008 Radek Salac
 License: GPL-3+
- This file is part of Octave.
- .
- Octave 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.
- .
- Octave 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 Octave; see the file COPYING.  If not, see
- <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
 
 Files: doc/dynare.texi doc/*.tex doc/*.svg doc/*.dia doc/*.pdf doc/*.bib
-Copyright: 1996-2011 Dynare Team
+Copyright: 1996-2012 Dynare Team
 License: GFDL-NIV-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 can be found at <http://www.gnu.org/licenses/fdl.txt>
- .
- On Debian systems, the full text of the GNU Free Documentation License
- version 1.3 can be found in the file `/usr/share/common-licenses/GFDL-1.3'.
 
 Files: doc/userguide/*.tex doc/userguide/*.bib doc/userguide/*.pdf
 Copyright: 2007-2011 Tommaso Mancini Griffoli
 License: GFDL-NIV-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 can be found at <http://www.gnu.org/licenses/fdl.txt>
- .
- On Debian systems, the full text of the GNU Free Documentation License
- version 1.3 can be found in the file `/usr/share/common-licenses/GFDL-1.3'.
 
 Files: doc/dr.tex doc/bvar_a_la_sims.tex
 Copyright: 2007-2011 Sébastien Villemot
 License: GFDL-NIV-1.3+
+
+Files: dynare++/*.cweb dynare++/*.hweb dynare++/*.cpp dynare++/*.h
+ dynare++/*.tex dynare++/*.mod dynare++/*.m dynare++/*.web dynare++/*.lex
+ dynare++/*.y
+Copyright: 2004-2011 Ondra Kamenik
+License: GPL-3+
+
+Files: dynare++/utils/*.cpp dynare++/utils/*.h dynare++/parser/*.cpp
+ dynare++/parser/*.h dynare++/parser/*.lex dynare++/parser/*.y
+Copyright: 2004-2011 Ondra Kamenik
+License: LGPL-3+
+
+Files: m4/ax_blas.m4 m4/ax_lapack.m4
+Copyright: 2008 Steven G. Johnson <stevenj at alum.mit.edu>
+License: GPL-3+ with Autoconf exception
+
+Files: m4/ax_pthread.m4
+Copyright: 2008 Steven G. Johnson <stevenj at alum.mit.edu>
+           2010 Dynare Team
+License: GPL-3+ with Autoconf exception
+
+Files: m4/ax_boost_base.m4
+Copyright: 2008 Thomas Porschberg <thomas at randspringer.de>
+           2009 Dynare Team
+License: other
+ Copying and distribution of this file, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice
+ and this notice are preserved.
+
+Files: m4/ax_compare_version.m4
+Copyright: 2008 Tim Toolan <toolan at ele.uri.edu>
+License: other
+ Copying and distribution of this file, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice
+ and this notice are preserved.
+
+Files: m4/ax_latex_bibtex_test.m4 m4/ax_latex_class.m4 m4/ax_tex_test.m4
+Copyright: 2008 Boretti Mathieu <boretti at eig.unige.ch>
+           2009 Dynare Team
+License: LGPL-2.1+
+
+Files: m4/ax_matlab_arch.m4 m4/ax_matlab.m4 m4/ax_mexext.m4
+Copyright: 2002-2003 Ralph Schleicher
+           2009 Dynare Team
+License: GPL-2+ with Autoconf exception
+
+Files: scripts/dynare.el
+Copyright: 2010 Yannick Kalantzis
+License: GPL-3+
+
+Files: mex/sources/libslicot/*
+Copyright: 2002-2009 NICONET e.V.
+License: GPL-2+
+
+Files: mex/sources/sobol/sobol.hh mex/sources/sobol/initialize_v_array.hh
+ mex/sources/sobol/initialize_v_array.inc
+Copyright: 2009 John Burkardt
+           2010-2011 Dynare Team
+License: LGPL-3+
+
+Files: contrib/ms-sbvar/utilities_dw/*
+Copyright: 1996-2011 Daniel Waggoner
+License: GPL-3+
+
+Files: contrib/ms-sbvar/switch_dw/*
+Copyright: 1996-2011 Daniel Waggoner and Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/switch_dw/state_space/sbvar/dw_csminwel.c
+ state_space/sbvar/dw_csminwel.h
+Copyright: 1996 Christopher Sims
+           2003 Karibzhanov, Waggoner and Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/*
+Copyright: 1996-2012 Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/szbvar.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/phg233.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/phg235.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/pwf234.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/pmddf235.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/pmddf234.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/pmddf236.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/csminwel.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/phg234.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/pwf235.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/mnpdf.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/szasbvar.m
+Copyright: 1997-2012 Christopher A. Sims and Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/pmddf233.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/csminit.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gensysoldversion.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gensys_z2new.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gensysct.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/csminitworksuntiil0205.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gensys_z2.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/qzdiv.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/pwf233.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gensys.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/bfgsi.m
+Copyright: 1996-2012 Christopher A. Sims
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/srestrictrwzalg.m
+Copyright: 1997-2012 Juan Rubio-Ramirez, Daniel Waggoner and Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/clmonq.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/clgls.m
+Copyright: 1997-2012 Eric Leeper and Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/a0lhfun.m
+Copyright: 1997-2012 Eric Leeper
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/suptitle.m
+Copyright: 1997-2012 Drea Thomas
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/fn_gibbsrvar.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gibbsvar.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/simtanzphi.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/fn_gibbsglb.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/fn_gibbsrvar_setup.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/gibbsglb.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/fn_gibbsrvaroldworks.m
+Copyright: 1997-2012 Daniel Waggoner and Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/xydata.m
+Copyright: 1997-2012 Lutz Kilian and Tao Zha
+License: GPL-3+
+
+Files: contrib/ms-sbvar/TZcode/MatlabFiles/qplot2.m
+ contrib/ms-sbvar/TZcode/MatlabFiles/ellipse.m
+Copyright: 1997-2012 Clark A. Burdick
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2009-2012 Sébastien Villemot <sebastien.villemot at ens.fr>
+License: GPL-3+
+
+License: GFDL-NIV-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
@@ -179,18 +233,15 @@
  .
  A copy of the license can be found at <http://www.gnu.org/licenses/fdl.txt>
  .
- On Debian systems, the full text of the GNU Free Documentation License
- version 1.3 can be found in the file `/usr/share/common-licenses/GFDL-1.3'.
+ On Debian systems, the complete text of the GNU Free Documentation
+ License, version 1.3, can be found in the file
+ `/usr/share/common-licenses/GFDL-1.3'.
 
-Files: dynare++/*.cweb dynare++/*.hweb dynare++/*.cpp dynare++/*.h
- dynare++/*.tex dynare++/*.mod dynare++/*.m dynare++/*.web dynare++/*.lex
- dynare++/*.y
-Copyright: 2004-2011 Ondra Kamenik
-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.
+License: GPL-2+
+ 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
@@ -198,66 +249,55 @@
  GNU General Public License for more details.
  .
  You should have received a copy of the GNU General Public License
- along with Dynare.  If not, see <http://www.gnu.org/licenses/>.
+ along with this program.  If not, see
+ <http://www.gnu.org/licenses/>.
  .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+ On Debian systems, the complete text of the GNU General Public
+ License, version 2, can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
 
-Files: dynare++/utils/*.cpp dynare++/utils/*.h dynare++/parser/*.cpp
- dynare++/parser/*.h dynare++/parser/*.lex dynare++/parser/*.y
-Copyright: 2004-2011 Ondra Kamenik
-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.
+License: GPL-2+ with Autoconf exception
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2,
+ or (at your option) any later version.
  .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU Lesser General Public License for more details.
+ GNU 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 full text of the GNU Lesser General Public License
- version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
-
-Files: m4/ax_blas.m4 m4/ax_lapack.m4
-Copyright: 2008 Steven G. Johnson <stevenj at alum.mit.edu>
-License: GPL-3+ with Autoconf exception
- 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 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, see <http://www.gnu.org/licenses/>.
  .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+ On Debian systems, the complete text of the GNU General Public
+ License, version 2, can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
  .
- As a special exception, the respective Autoconf Macro's copyright owner
- gives unlimited permission to copy, distribute and modify the configure
- scripts that are the output of Autoconf when processing the Macro. You
- need not follow the terms of the GNU General Public License when using
- or distributing such scripts, even though portions of the text of the
- Macro appear in them. The GNU General Public License (GPL) does govern
- all other use of the material that constitutes the Autoconf Macro.
+ As a special exception to the GNU General Public License, if
+ you distribute this file as part of a program that contains a
+ configuration script generated by GNU Autoconf, you may include
+ it under the same distribution terms that you use for the rest
+ of that program.
+
+License: GPL-3+
+ Dynare 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 special exception to the GPL applies to versions of the Autoconf
- Macro released by the Autoconf Archive. When you make and distribute a
- modified version of the Autoconf Macro, you may extend this special
- exception to the GPL to apply to your modified version as well.
+ Dynare 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 Dynare.  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 the file
+ `/usr/share/common-licenses/GPL-3'.
 
-Files: m4/ax_pthread.m4
-Copyright: 2008 Steven G. Johnson <stevenj at alum.mit.edu>
-           2010 Dynare Team
 License: GPL-3+ with Autoconf exception
  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
@@ -272,8 +312,9 @@
  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 full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+ On Debian systems, the complete text of the GNU General Public
+ License, version 3, can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
  .
  As a special exception, the respective Autoconf Macro's copyright owner
  gives unlimited permission to copy, distribute and modify the configure
@@ -288,24 +329,6 @@
  modified version of the Autoconf Macro, you may extend this special
  exception to the GPL to apply to your modified version as well.
 
-Files: m4/ax_boost_base.m4
-Copyright: 2008 Thomas Porschberg <thomas at randspringer.de>
-           2009 Dynare Team
-License: other
- Copying and distribution of this file, with or without modification, are
- permitted in any medium without royalty provided the copyright notice
- and this notice are preserved.
-
-Files: m4/ax_compare_version.m4
-Copyright: 2008 Tim Toolan <toolan at ele.uri.edu>
-License: other
- Copying and distribution of this file, with or without modification, are
- permitted in any medium without royalty provided the copyright notice
- and this notice are preserved.
-
-Files: m4/ax_latex_bibtex_test.m4 m4/ax_latex_class.m4 m4/ax_tex_test.m4
-Copyright: 2008 Boretti Mathieu <boretti at eig.unige.ch>
-           2009 Dynare Team
 License: LGPL-2.1+
  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
@@ -320,52 +343,24 @@
  You should have received a copy of the GNU Lesser General Public License
  along with this library. If not, see <http://www.gnu.org/licenses/>.
  .
- On Debian systems, the full text of the GNU Lesser General Public License
- version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License, version 2.1, can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
 
-Files: m4/ax_matlab_arch.m4 m4/ax_matlab.m4 m4/ax_mexext.m4
-Copyright: 2002-2003 Ralph Schleicher
-           2009 Dynare Team
-License: GPL-2+ with Autoconf exception
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2,
- or (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License along
- with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- .
- As a special exception to the GNU General Public License, if
- you distribute this file as part of a program that contains a
- configuration script generated by GNU Autoconf, you may include
- it under the same distribution terms that you use for the rest
- of that program.
-
-Files: dynare.el
-Copyright: 2010 Yannick Kalantzis
-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
+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 General Public License for more details.
+ GNU Lesser 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/>.
+ 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 full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
-
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License, version 3, can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.

Added: packages-metadata/f/fbautostart.control
===================================================================
--- packages-metadata/f/fbautostart.control	                        (rev 0)
+++ packages-metadata/f/fbautostart.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,19 @@
+Source: fbautostart
+Section: misc
+Priority: optional
+Maintainer: Paul Tagliamonte <paultag at ubuntu.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Homepage: https://launchpad.net/fbautostart
+Vcs-Git: git://git.debian.org/collab-maint/fbautostart.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/fbautostart.git
+
+Package: fbautostart
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: XDG compliant autostarting app for Fluxbox
+ The fbautostart app was designed to have little to no overhead, while
+ still maintaining the needed functionality of launching applications
+ according to the XDG spec.
+ .
+ This package contains support for GNOME and KDE.

Modified: packages-metadata/f/fbautostart.copyright
===================================================================
--- packages-metadata/f/fbautostart.copyright	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/f/fbautostart.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -1,32 +1,25 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: fbautostart
 Upstream-Contact: fluxbox maintainers
-Source: hhttps://launchpad.net/fbautostart
+Source: https://launchpad.net/fbautostart
 
 Files: *
 Copyright: 2010-2012, Paul Tagliamonte <paultag at ubuntu.com>
-License: BSD-3
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-  .
-  1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-  2. Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
-  3. Neither the name of the University 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 REGENTS 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 REGENTS OR CONTRIBUTORS BE LIABLE
-  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGE.
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Modified: packages-metadata/f/fcitx.control
===================================================================
--- packages-metadata/f/fcitx.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/f/fcitx.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -127,7 +127,7 @@
 
 Package: gir1.2-fcitx-1.0
 Architecture: any
-Section: libs
+Section: introspection
 Depends: ${gir:Depends}, ${misc:Depends}
 Suggests: fcitx (>= 1:4.2.0)
 Replaces: fcitx (<< 1:4.2.0)

Added: packages-metadata/g/glib2.0.control
===================================================================
--- packages-metadata/g/glib2.0.control	                        (rev 0)
+++ packages-metadata/g/glib2.0.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,183 @@
+Source: glib2.0
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 8.1.3),
+               cdbs (>= 0.4.93),
+               dh-autoreconf,
+               pkg-config (>= 0.16.0),
+               gettext,
+               autotools-dev,
+               gnome-pkg-tools (>= 0.11),
+               dpkg-dev (>= 1.16.0),
+               libelf-dev,
+               libpcre3-dev (>= 8.11),
+               desktop-file-utils,
+               gtk-doc-tools (>= 1.15),
+               libselinux1-dev [linux-any],
+               linux-libc-dev [linux-any],
+               libgamin-dev [!linux-any] | libfam-dev [!linux-any],
+               zlib1g-dev,
+               dbus,
+               dbus-x11,
+               shared-mime-info,
+               python (>= 2.5),
+               python-dbus,
+               python-gobject-2,
+               libxml2-utils,
+               libffi-dev (>= 3.0.0)
+Standards-Version: 3.9.3
+Homepage: http://www.gtk.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glib2.0/
+
+Package: libglib2.0-0
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: libglib2.0-data,
+            shared-mime-info
+Breaks: gvfs (<< 1.8),
+        gnome-control-center (<< 1:3),
+        gnome-session (<< 3.0.0-3),
+        gdm3 (<< 3.0.3),
+        libgtk-3-0 (<< 3.0.12),
+        emacs23 (<< 23.4+1-3),
+        eog (<< 3.2.2-3),
+        gwaei (<< 3.2.0b1-2)
+Replaces: libglib2.0-dev (<< 2.23.2-2)
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Description: GLib library of C routines
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the shared libraries.
+
+Package: libglib2.0-udeb
+Section: debian-installer
+XC-Package-Type: udeb
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: GLib library of C routines - minimal runtime
+ This is a udeb, or a microdeb, for the debian-installer.
+ .
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the minimal runtime library needed by the Debian
+ installer.
+
+Package: libglib2.0-bin
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libglib2.0-0 (= ${binary:Version}),
+         libglib2.0-data
+Conflicts: libglib2.0-0 (<< 2.25.11-2),
+Replaces: libglib2.0-0 (<< 2.25.11-2),
+          libglib2.0-dev (<< 2.25.11-2)
+Multi-Arch: foreign
+Description: Programs for the GLib library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the program files which is used for the libraries
+ and others.
+
+Package: libglib2.0-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libglib2.0-0 (= ${binary:Version}),
+         libglib2.0-bin (= ${binary:Version}),
+         libpcre3-dev (>= 8.11),
+         pkg-config (>= 0.16.0),
+         zlib1g-dev
+Recommends: python
+Suggests: libglib2.0-doc
+Description: Development files for the GLib library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package is needed to compile programs against libglib2.0-0,
+ as only it includes the header files and static libraries (optionally)
+ needed for compiling.
+
+Package: libglib2.0-0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         libglib2.0-0 (= ${binary:Version})
+Conflicts: libglib2.0-dbg
+Replaces: libglib2.0-dbg
+Description: Debugging symbols for the GLib libraries
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains detached debugging symbols.
+ .
+ Most people will not need this package.
+
+Package: libglib2.0-data
+Architecture: all
+Depends: ${misc:Depends}
+Multi-Arch: foreign
+Description: Common files for GLib library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package is needed for the runtime libraries to display messages in
+ languages other than English.
+
+Package: libglib2.0-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: devhelp
+Multi-Arch: foreign
+Description: Documentation files for the GLib library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the HTML documentation for the GLib library
+ in /usr/share/doc/libglib2.0-doc/ .
+
+Package: libgio-fam
+Architecture: hurd-any kfreebsd-any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: gamin
+Multi-Arch: same
+Description: GLib Input, Output and Streaming Library (fam module)
+ GIO is the input, output and streaming API of GLib. This package
+ provides a fam file and directory monitoring backend for it.
+
+Package: libglib2.0-0-refdbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libglib2.0-0 (= ${binary:Version})
+Multi-Arch: same
+Description: GLib library of C routines - refdbg library
+ GLib is a library containing many useful C routines for things such
+ as trees, hashes, lists, and strings.  It is a useful general-purpose
+ C library used by projects such as GTK+, GIMP, and GNOME.
+ .
+ This package contains the shared library built with
+ --disable-Bsymbolic so that it can be used with refdbg, a GObject
+ refcount debugger.

Modified: packages-metadata/g/gnumed-client.control
===================================================================
--- packages-metadata/g/gnumed-client.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/g/gnumed-client.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -31,8 +31,8 @@
  This is the GNUmed Electronic Medical Record. Its purpose is
  to enable doctors to keep a medically sound record on their
  patients' health. It does not currently provide functionality
- for billing and stock keeping. Clinical features are well-tested
- by real doctors in the field.
+ for stock keeping. Clinical features are well-tested by real
+ doctors in the field.
  .
  While the GNUmed team has taken the utmost care to make sure
  the medical records are safe at all times you still need to

Added: packages-metadata/g/gwenview.control
===================================================================
--- packages-metadata/g/gwenview.control	                        (rev 0)
+++ packages-metadata/g/gwenview.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,324 @@
+Source: kdegraphics
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Sune Vuorela <sune at debian.org>, Fathi Boudra <fabo at debian.org>, Armin Berres <armin+debian at space-based.de>,
+ Modestas Vainius <modax at debian.org>, George Kiagiadakis <kiagiadakis.george at gmail.com>,
+ José Manuel Santamaría Lema <panfaust at gmail.com>
+Build-Depends: kde-sc-dev-latest (>= 4:4.6.5),
+ cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
+ kdelibs5-dev (>= 4:4.6), libphonon-dev (>= 4:4.6.0really4.3.80),
+ libpoppler-qt4-dev (>= 0.8.0), libspectre-dev, libqca2-dev,
+ libsane-dev, libtiff4-dev, libgphoto2-2-dev, libchm-dev, libdjvulibre-dev,
+ libxxf86vm-dev, libxext-dev, libqimageblitz-dev (>= 1:0.0.4-2), libexiv2-dev (>= 0.18),
+ libstreamanalyzer-dev (>= 0.6.3), libstreams-dev (>= 0.6.3), libepub-dev, liblcms1-dev,
+ libxfixes-dev, shared-mime-info, shared-desktop-ontologies
+Standards-Version: 3.9.2
+Homepage: http://www.kde.org/
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/kdegraphics.git
+Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdegraphics.git
+
+Package: kdegraphics
+Architecture: all
+Depends: ${misc:Depends}, gwenview (>= ${source:Version}), kamera (>= ${source:Version}),
+ kcolorchooser (>= ${source:Version}), kgamma (>= ${source:Version}),
+ kolourpaint4 (>= ${source:Version}), kruler (>= ${source:Version}),
+ libksane0 (>= ${source:Version}), ksnapshot (>= ${source:Version}),
+ okular (>= ${source:Version})
+Recommends: kdegraphics-strigi-plugins (>= ${source:Version}),
+Description: graphics applications from the official KDE release
+ KDE is produced by an international technology team that creates free and open
+ source software for desktop and portable computing. Among KDE's products are a
+ modern desktop system for Linux and UNIX platforms, comprehensive office
+ productivity and groupware suites and hundreds of software titles in many
+ categories including Internet and web applications, multimedia, entertainment,
+ educational, graphics and software development.
+ .
+ This metapackage includes graphics applications provided with the official
+ release of KDE.
+
+Package: kdegraphics-libs-data
+Section: libs
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libkipi0, libkdcraw5, libkdcraw7, libkipi5, libkipi6
+Breaks: libkipi0, libkdcraw5, libkdcraw7, libkipi5, libkipi6
+Description: data files for libraries from the kdegraphics module
+ This package contains data files needed by libraries built from the KDE
+ graphics module.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kdegraphics-strigi-plugins
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: graphics file format plugins for Strigi Desktop Search
+ These plugins allow Strigi Desktop Search to extract additional information
+ about several document and graphic file formats.
+ .
+ Strigi plugins are included for:
+  * Device independent documents (DVI)
+  * PostScript documents (PS)
+  * Digital camera raw images
+ .
+ This package is part of the KDE graphics module.
+
+Package: gwenview
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: image viewer
+ Gwenview is an image viewer, ideal for browsing and displaying a collection of
+ images.  It is capable of showing images in a full-screen slideshow view and
+ making simple adjustments, such as rotating or cropping images.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kamera
+Architecture: any
+Section: graphics
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: digital camera support for KDE applications
+ This package allows any KDE application to access and manipulate pictures on
+ a digital camera.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kcolorchooser
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: kcoloredit
+Breaks: kcoloredit
+Description: color chooser and palette editor
+ KColorChooser is a color palette tool, used to mix colors and create custom
+ color palettes.  Using the dropper, it can obtain the color of any pixel on
+ the screen.
+ .
+ A number of common color palettes are included, such as the standard Web colors
+ and the Oxygen color scheme.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kgamma
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: khelpcenter4
+Description: monitor calibration panel for KDE
+ This package contains a settings panel for adjusting the brightness, contrast,
+ and gamma-correction of a monitor.  Test patterns are shown to help
+ determine the settings that accurately display the full range of colors.
+ .
+ Each of the red, green, and blue components can be adjusted individually,
+ or all three components can be adjusted together.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kolourpaint4
+Section: graphics
+Architecture: any
+Replaces: kolourpaint
+Breaks: kolourpaint
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple image editor and drawing application
+ KolourPaint is a simple drawing and image editing application for KDE.
+ It aims to be easy to use, providing a level of functionality targeted towards
+ the average user. It is ideal for common tasks such as drawing simple graphics
+ and touching-up photos.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kruler
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: okular (<= 4:4.6.3-2~)
+Replaces: okular (<= 4:4.6.3-2~)
+Description: screen ruler
+ KRuler is a tool for measuring the size, in pixels, of items on the screen.
+ .
+ This package is part of the KDE graphics module.
+
+Package: libksane0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdegraphics-libs-data (>= ${source:Version})
+Description: scanner library (runtime)
+ The KDE scanner library provides an API and widgets for using scanners and
+ other imaging devices supported by SANE.
+ .
+ This package is part of the KDE graphics module.
+
+Package: libksane-dev
+Section: libdevel
+Architecture: any
+Depends: libksane0 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libksane0}
+Description: scanner library development headers
+ The KDE scanner library provides an API and widgets for using scanners and
+ other imaging devices supported by SANE.
+ .
+ This package contains the scanner library development files.
+ .
+ This package is part of the KDE graphics module.
+
+Package: ksnapshot
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: okular (<= 4:4.6.3-2~)
+Replaces: okular (<= 4:4.6.3-2~)
+Description: screen capture tool
+ KSnapshot captures images of the screen.  It can capture the whole screen,
+ a specified region, an individual window, or only part of a window.
+ .
+ This package is part of the KDE graphics module.
+
+Package: libokularcore1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: libraries for the Okular document viewer
+ This package contains libraries used by the Okular document viewer.
+ .
+ This package is part of the KDE graphics module.
+
+Package: okular
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: okular-extra-backends (= ${binary:Version}), texlive-binaries, unrar, poppler-data, ghostscript, jovie
+Provides: pdf-viewer, postscript-viewer
+Description: universal document viewer
+ Okular is a universal document viewer with support for advanced document
+ features, such as annotations, forms, and embedded files.
+ .
+ This package provides the document viewer application, plus plugins for a wide
+ variety of document formats such as:
+  * PostScript (PS)
+  * Portable Document Format (PDF)
+  * OpenDocument Text (ODT)
+  * TeX Device independent file format (DVI)
+  * XML Paper Specification (XPS)
+  * G3 fax
+  * various electronic book formats: ComicBook, FictionBook, MobiPocket, and
+    Plucker
+ .
+ This package is part of the KDE graphics module.
+
+Package: okular-dev
+Section: libdevel
+Architecture: any
+Depends: libokularcore1 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libokularcore1}
+Description: development files for the Okular libraries
+ This package contains development files for building Okular document format
+ backends.
+ .
+ This package is part of the KDE graphics module.
+
+Package: okular-extra-backends
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: okular
+Provides: djvu-viewer
+Description: additional document format support for Okular
+ These plugins allow Okular to view additional document formats:
+  * Microsoft Compiled HTML Help (CHM)
+  * Tagged Image File Format (TIFF)
+  * DjVu scanned page format
+  * EPub eBooks
+ .
+ This package is part of the KDE graphics module.
+
+Package: libkdcraw9
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdegraphics-libs-data (>= ${source:Version})
+Description: RAW picture decoding library
+ Libkdcraw is a Qt interface to the libraw library used to decode
+ RAW picture files.
+ .
+ This library is used by kipi-plugins, digiKam, kphotoalbum, and krita.
+ .
+ libkdcraw9 contains the library of libkdcraw.
+
+Package: libkdcraw-dev
+Section: libdevel
+Architecture: any
+Depends: libkdcraw9 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libkdcraw9}, pkg-config
+Conflicts: libkdcraw5-dev, libkdcraw7-dev
+Description: RAW picture decoding library -- development files
+ Libkdcraw is a Qt interface to the libraw library used to decode
+ RAW picture files.
+ .
+ This package contains the development files and the documentation.
+ The library documentation is available in the kdcraw.h header file.
+
+Package: libkexiv2-9
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt like interface for the libexiv2 library
+ Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
+ pictures metadata.
+ .
+ This package contains the libkexiv2 library.
+
+Package: libkexiv2-dev
+Section: libdevel
+Architecture: any
+Depends: libkexiv2-9 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libkexiv2-9}, pkg-config
+Conflicts: libkexiv2-6-dev, libkexiv2-7-dev
+Description: Qt-like interface for the libexiv2 library -- development files
+ Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
+ pictures metadata.
+ .
+ This package contains the development files and the documentation.
+ The library documentation is available in the kexiv2.h header file.
+
+Package: libkipi8
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdegraphics-libs-data (>= ${source:Version})
+Description: KDE Image Plugin Interface library
+ Libkipi is a KDE library that provides a common interface for operations
+ on images such as manipulation, organization, importing from and exporting
+ to online services (and not only these), batch editing, etc.
+ .
+ These services are used in graphics applications such as gwenview, digiKam,
+ kphotoalbum, and ksnapshot.
+ .
+ This package provides the kipi library.
+
+Package: libkipi-dev
+Section: libdevel
+Architecture: any
+Depends: libkipi8 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libkipi8}, pkg-config
+Conflicts: libkipi0-dev, libkipi5-dev, libkipi6-dev
+Description: KDE Image Plugin Interface library -- development files
+ Libkipi is a KDE library that provides a common interface for operations
+ on images such as manipulation, organization, importing from and exporting
+ to online services (and not only these), batch editing, etc.
+ .
+ These services are used in graphics applications such as gwenview, digiKam,
+ kphotoalbum, and ksnapshot.
+ .
+ This package provides the development files for using the kipi library,
+ and documentation for it (in the header files).
+
+Package: kdegraphics-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, kdebase-runtime-dbg
+Suggests: kdegraphics (= ${source:Version})
+Replaces: okular-dbg
+Breaks: okular-dbg
+Description: debugging symbols for the KDE graphics module
+ This package contains debugging files used to investigate problems with
+ binaries included in the KDE graphics module.

Added: packages-metadata/i/ispell.pt.control
===================================================================
--- packages-metadata/i/ispell.pt.control	                        (rev 0)
+++ packages-metadata/i/ispell.pt.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,31 @@
+Source: ispell.pt
+Section: text
+Priority: optional
+Maintainer: Agustin Martin Domingo <agmartin at debian.org>
+Build-Depends: ispell, debhelper (>= 7.0.0), cdbs,
+ dictionaries-common-dev (>= 1.11.2)
+Standards-Version: 3.9.2
+Homepage: http://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:ispell
+Vcs-Git: git://git.debian.org/users/agmartin/portuguese/ispell.pt.git
+Vcs-Browser: http://git.debian.org/?p=users/agmartin/portuguese/ispell.pt.git;a=summary
+
+Package: iportuguese
+Architecture: all
+Depends: ispell, debconf | debconf-2.0, dictionaries-common (>= 0.20),
+ ${misc:Depends}
+Provides: ispell-dictionary
+Description: European Portuguese dictionary for ispell
+ This is the Portuguese dictionary for ispell currently developed by the
+ Informatics Department at Minho's University in Portugal.
+
+Package: wportuguese
+Architecture: all
+Depends: dictionaries-common (>= 0.20), debconf | debconf-2.0,
+ ${misc:Depends}
+Provides: wordlist
+Description: European Portuguese wordlist
+ This package provides the file /usr/share/dict/portuguese containing a
+ list of Portuguese words with European spellings. It was obtained
+ from the ispell.pt dictionary developed by the Informatics Department
+ at Minho's University in Portugal.
+

Added: packages-metadata/j/jalv.control
===================================================================
--- packages-metadata/j/jalv.control	                        (rev 0)
+++ packages-metadata/j/jalv.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,35 @@
+Source: jalv
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Alessio Treglia <alessio at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ libgtk2.0-dev,
+ libjack-dev,
+ liblilv-dev (>= 0.14.0~),
+ libqt4-dev,
+ libserd-dev,
+ libsord-dev,
+ libsratom-dev,
+ libsuil-dev,
+ lv2-dev,
+ pkg-config,
+ python
+Standards-Version: 3.9.3
+Homepage: http://drobilla.net/software/jalv/
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/jalv.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jalv.git
+
+Package: jalv
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: tool to run LV2 plugins as stand-alone applications
+ jalv is a stand-alone version of lv2jack that supports plugin UIs
+ via libsuil. It allows one to run an LV2 plugin as a JACK application.
+ .
+ This package contains a replacement for the lv2jack utility, which was
+ previously provided by the lilv-utils package.

Added: packages-metadata/j/java-common.control
===================================================================
--- packages-metadata/j/java-common.control	                        (rev 0)
+++ packages-metadata/j/java-common.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,91 @@
+Source: java-common
+Section: java
+Priority: optional
+Maintainer: Debian Java Mailing List <debian-java at lists.debian.org>
+Uploaders: Matthias Klose <doko at debian.org>, Torsten Werner <twerner at debian.org>,
+ Niels Thykier <niels at thykier.net>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java-common
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/java-common/
+
+Package: java-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Suggests: default-jre, equivs
+Description: Base of all Java packages
+ This package must be installed in the system if a Java environment
+ is desired. It covers useful information for Java users in
+ Debian GNU/Linux, including:
+  * The Java policy document which describes the layout of Java support in
+    Debian and how Java packages should behave.
+  * The Debian-Java-FAQ which provides information on the status of
+    Java support in Debian, available compilers, virtual machines, Java
+    programs and libraries as well as on legal issues.
+  * Information on how to create dummy packages to fulfill java2
+    requirements.
+
+Package: default-jre
+Architecture: any
+Depends: default-jre-headless (= ${binary:Version}), ${jre}${jre:version},
+ ${misc:Depends}
+Provides: ${jre:provides}
+Description: Standard Java or Java compatible Runtime
+ This package points to the Java runtime, or Java compatible
+ runtime recommended for the ${jre:arch} architecture,
+ which is ${jre} for ${jre:arch}.
+
+Package: default-jre-headless
+Architecture: any
+Depends: ${jhl}${jre:version}, java-common, ${misc:Depends}
+Suggests: default-jre
+Provides: ${jhl:provides}
+Replaces: openjdk-6-jre-headless (<< 6b23~pre8-2~)
+Description: Standard Java or Java compatible Runtime (headless)
+ This package points to the Java runtime, or Java compatible
+ runtime recommended for this architecture, which is
+ ${jhl} for ${jre:arch}.
+ .
+ The package is used as dependency for packages not needing a
+ graphical display during runtime.
+
+Package: default-jdk
+Architecture: any
+Depends: default-jre (= ${binary:Version}), ${jdk}${jdk:version},
+ ${misc:Depends}
+Provides: ${jdk:provides}
+Description: Standard Java or Java compatible Development Kit
+ This package points to the Java runtime, or Java compatible
+ development kit recommended for this architecture, which is
+ ${jdk} for ${jre:arch}.
+
+Package: default-jdk-doc
+Architecture: all
+Section: doc
+Depends: ${doc}, ${misc:Depends}
+Suggests: default-jdk
+Description: Standard Java or Java compatible Development Kit (documentation)
+ This package points to the documentation for the Java development kit,
+ or Java compatible development kit recommended for Debian, which is
+ ${doc}.
+
+Package: gcj-native-helper
+Architecture: any
+Depends: default-jdk (= ${binary:Version}), ${jdk:builddep}, ${misc:Depends}
+Provides: default-jdk-builddep
+Conflicts: default-jdk-builddep
+Replaces: default-jdk-builddep
+Description: Standard helper tools for creating gcj native packages
+ This package points to the build dependencies used to build
+ gcj native packages.
+ .
+ Unlike default-jdk-builddep, this package only provides the
+ helpers to compile jar/class files into native code and not
+ a Java Development Kit (JDK). You do not need this package
+ unless you are compiling jar/class files to native code.
+ .
+ Note: During the transition from default-jdk-builddep to
+ gcj-native-helper, this package will also depend on
+ default-jdk to avoid breakage.

Added: packages-metadata/j/java-common.copyright
===================================================================
--- packages-metadata/j/java-common.copyright	                        (rev 0)
+++ packages-metadata/j/java-common.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,35 @@
+It is a Debian original work.
+
+Current maintainers:
+	Michael Koch <konqueror at gmx.de>
+	Matthias Klose <doko at debian.org>
+	Torsten Werner <twerner at debian.org>
+	Niels Thykier <niels at thykier.net>
+
+Previous maintainers:
+	Ola Lundqvist <opal at debian.org>
+	Stephane Bortzmeyer <bortzmeyer at debian.org>
+	Stefan Gybas <sgybas at debian.org>
+	Arnaud Vandyck <avdyk at debian.org>
+
+Copyright (C) 1999-2010 by current and previous maintainers for Debian
+
+License:
+
+   This package 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 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, 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 GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+

Added: packages-metadata/k/kdeartwork.control
===================================================================
--- packages-metadata/k/kdeartwork.control	                        (rev 0)
+++ packages-metadata/k/kdeartwork.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,190 @@
+Source: kdeartwork
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Sune Vuorela <sune at debian.org>,
+ Fathi Boudra <fabo at debian.org>,
+ 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>
+Build-Depends: kde-sc-dev-latest (>= 4:4.8.4),
+ cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
+ kde-workspace-dev (>= 4:4.8), libxt-dev, libstreamanalyzer-dev (>= 0.6.3),
+ xscreensaver, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl, xscreensaver-gl-extra, 
+ libqt4-opengl-dev, libeigen2-dev, xscreensaver-screensaver-bsod,
+ xscreensaver-screensaver-webcollage, libkexiv2-dev, pkg-config
+Standards-Version: 3.9.3
+Homepage: http://www.kde.org/
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/kdeartwork.git
+Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdeartwork.git
+
+Package: kdeartwork
+Architecture: all
+Depends: ${misc:Depends}, kdeartwork-emoticons (>= ${source:Version}),
+ kdeartwork-style (>= ${source:Version}), kdeartwork-theme-icon (>= ${source:Version}) | kdelibs5-data,
+ kdewallpapers (>= ${source:Version}), kscreensaver (>= ${source:Version}),
+ plasma-desktopthemes-artwork (>= ${source:Version}), kdeartwork-theme-window (>= ${source:Version})
+Replaces: kdeartwork-misc
+Breaks: kdeartwork-misc
+Description: themes, styles and other artwork from the official KDE release
+ KDE is produced by an international technology team that creates free and open
+ source software for desktop and portable computing. Among KDE's products are a
+ modern desktop system for Linux and UNIX platforms, comprehensive office
+ productivity and groupware suites and hundreds of software titles in many
+ categories including Internet and web applications, multimedia, entertainment,
+ educational, graphics and software development.
+ .
+ This metapackage includes a collection of additional artwork provided with the
+ official release of KDE.
+
+Package: kdeartwork-emoticons
+Architecture: all
+Depends: ${misc:Depends}
+Description: emoticon collections for chat clients
+ This package contains several collections of emoticons for chat clients,
+ such as Kopete and Konversation.
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: kdewallpapers
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: kde-window-manager | x-window-manager
+Replaces: kdebase-workspace-data (<< 4:4.6.0)
+Breaks: kdebase-workspace-data (<< 4:4.6.0)
+Description: wallpapers released with KDE Plasma Workspaces
+ This package contains additional wallpapers for KDE Plasma Workspaces.
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: kdeartwork-theme-icon
+Depends: ${misc:Depends}, nuvola-icon-theme (>= ${source:Version}),
+ kde-icons-mono (>= ${source:Version})
+Architecture: all
+Description: additional icon themes
+ This metapackage installs additional icon themes for KDE.
+ .
+ This package is part of the KDE artwork module.
+
+Package: kde-icons-nuvola
+Section: oldlibs
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, nuvola-icon-theme
+Description: transitional package for Nuvola icon theme
+ Transitional package for ease upgrading from Nuvola icons as shipped
+ in KDE 3 series.
+
+Package: nuvola-icon-theme
+Section: x11
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: kde-icons-nuvola (<< 4:4.0.0), kdeartwork-theme-icon (<= 4:4.3.0-3)
+Conflicts: kde-icons-nuvola (<< 4:4.0.0), kdeartwork-theme-icon (<= 4:4.3.0-3)
+Description: Nuvola icon theme
+ This package contains the Nuvola icon theme for KDE.
+ .
+ Nuvola follows the freedesktop.org icon schemes, so it can be used in other
+ desktop environments using this specification.
+ .
+ This package is part of the KDE artwork module.
+
+Package: kde-icons-mono
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: kmouth (<< 4:4.6)
+Breaks: kmouth (<< 4:4.6)
+Description: monochromatic icons theme
+ A monochromatic icon theme, designed for accessibility purposes.
+ .
+ This package is part of the KDE accessibility module
+
+Package: kdeartwork-theme-window
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: kde-window-manager (<< 4:4.5.80)
+Breaks: kde-window-manager (<< 4:4.5.80)
+Description: window decoration for the K Window manager (KWin)
+ This package contains additional window decorations for K Window Manager
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: kdeartwork-style
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: widget styles for applications using Qt or KDE Development Platform
+ Currently it provides the following themes:
+  * phase
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: kscreensaver
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kde-workspace-bin
+Recommends: kde-window-manager, kscreensaver-xsavers (= ${binary:Version})
+Description: Additional screensavers for KScreenSaver
+ This package contains screensavers for KScreenSaver.
+ .
+ KScreenSaver can use XScreenSaver collection of screensavers with the
+ 'kscreensaver-xsavers' package.
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: kscreensaver-xsavers
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kde-workspace-bin, xscreensaver-data, xscreensaver-data-extra, xscreensaver-screensaver-bsod
+Recommends: kde-window-manager, kscreensaver (= ${binary:Version}), xscreensaver-gl, xscreensaver-gl-extra
+Suggests: kscreensaver-xsavers-webcollage (= ${source:Version})
+Description: xscreensaver support for KScreenSaver
+ This package allows KScreenSaver to use the XScreenSaver collection of
+ screensavers.
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: kscreensaver-xsavers-webcollage
+Architecture: all
+Depends: ${misc:Depends}, kscreensaver-xsavers (>= ${source:Version}), xscreensaver-screensaver-webcollage, miscfiles, netpbm
+Description: webcollage screensaver support for KScreenSaver
+ This package allows KScreenSaver to use the WebCollage screensaver, which
+ downloads random pictures from the internet to create a collage.
+ .
+ IMPORTANT NOTICE: The internet contains all kinds of pictures, some of which
+ might be found inappropriate or offensive.
+ It is recommended that this screensaver not be used a public environment,
+ workplace, or where it may be seen by children.
+ .
+ Please read /usr/share/doc/kscreensaver-xsavers-webcollage/README.Debian
+ after installing this package.
+ .
+ This package is part of the KDE artwork module.
+
+
+Package: plasma-desktopthemes-artwork
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: desktop themes for KDE Plasma Workspaces
+ This package include several desktops theme to change Plasma look and feel
+ .
+ This package is part of the KDE artwork module.
+
+Package: kdeartwork-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: kdeartwork (= ${source:Version})
+Replaces: kdebase-workspace-dbg (<< 4:4.6.0)
+Breaks: kdebase-workspace-dbg (<< 4:4.6.0)
+Description: debugging symbols for kdeartwork
+ This package contains the debugging files associated with kdeartwork.
+ They will automatically be used by gdb for debugging kdeartwork-related
+ issues.
+ .
+ This package is part of the KDE artwork module.

Added: packages-metadata/k/ksnapshot.control
===================================================================
--- packages-metadata/k/ksnapshot.control	                        (rev 0)
+++ packages-metadata/k/ksnapshot.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,324 @@
+Source: kdegraphics
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Sune Vuorela <sune at debian.org>, Fathi Boudra <fabo at debian.org>, Armin Berres <armin+debian at space-based.de>,
+ Modestas Vainius <modax at debian.org>, George Kiagiadakis <kiagiadakis.george at gmail.com>,
+ José Manuel Santamaría Lema <panfaust at gmail.com>
+Build-Depends: kde-sc-dev-latest (>= 4:4.6.5),
+ cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
+ kdelibs5-dev (>= 4:4.6), libphonon-dev (>= 4:4.6.0really4.3.80),
+ libpoppler-qt4-dev (>= 0.8.0), libspectre-dev, libqca2-dev,
+ libsane-dev, libtiff4-dev, libgphoto2-2-dev, libchm-dev, libdjvulibre-dev,
+ libxxf86vm-dev, libxext-dev, libqimageblitz-dev (>= 1:0.0.4-2), libexiv2-dev (>= 0.18),
+ libstreamanalyzer-dev (>= 0.6.3), libstreams-dev (>= 0.6.3), libepub-dev, liblcms1-dev,
+ libxfixes-dev, shared-mime-info, shared-desktop-ontologies
+Standards-Version: 3.9.2
+Homepage: http://www.kde.org/
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/kdegraphics.git
+Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdegraphics.git
+
+Package: kdegraphics
+Architecture: all
+Depends: ${misc:Depends}, gwenview (>= ${source:Version}), kamera (>= ${source:Version}),
+ kcolorchooser (>= ${source:Version}), kgamma (>= ${source:Version}),
+ kolourpaint4 (>= ${source:Version}), kruler (>= ${source:Version}),
+ libksane0 (>= ${source:Version}), ksnapshot (>= ${source:Version}),
+ okular (>= ${source:Version})
+Recommends: kdegraphics-strigi-plugins (>= ${source:Version}),
+Description: graphics applications from the official KDE release
+ KDE is produced by an international technology team that creates free and open
+ source software for desktop and portable computing. Among KDE's products are a
+ modern desktop system for Linux and UNIX platforms, comprehensive office
+ productivity and groupware suites and hundreds of software titles in many
+ categories including Internet and web applications, multimedia, entertainment,
+ educational, graphics and software development.
+ .
+ This metapackage includes graphics applications provided with the official
+ release of KDE.
+
+Package: kdegraphics-libs-data
+Section: libs
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libkipi0, libkdcraw5, libkdcraw7, libkipi5, libkipi6
+Breaks: libkipi0, libkdcraw5, libkdcraw7, libkipi5, libkipi6
+Description: data files for libraries from the kdegraphics module
+ This package contains data files needed by libraries built from the KDE
+ graphics module.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kdegraphics-strigi-plugins
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: graphics file format plugins for Strigi Desktop Search
+ These plugins allow Strigi Desktop Search to extract additional information
+ about several document and graphic file formats.
+ .
+ Strigi plugins are included for:
+  * Device independent documents (DVI)
+  * PostScript documents (PS)
+  * Digital camera raw images
+ .
+ This package is part of the KDE graphics module.
+
+Package: gwenview
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: image viewer
+ Gwenview is an image viewer, ideal for browsing and displaying a collection of
+ images.  It is capable of showing images in a full-screen slideshow view and
+ making simple adjustments, such as rotating or cropping images.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kamera
+Architecture: any
+Section: graphics
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: digital camera support for KDE applications
+ This package allows any KDE application to access and manipulate pictures on
+ a digital camera.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kcolorchooser
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: kcoloredit
+Breaks: kcoloredit
+Description: color chooser and palette editor
+ KColorChooser is a color palette tool, used to mix colors and create custom
+ color palettes.  Using the dropper, it can obtain the color of any pixel on
+ the screen.
+ .
+ A number of common color palettes are included, such as the standard Web colors
+ and the Oxygen color scheme.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kgamma
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: khelpcenter4
+Description: monitor calibration panel for KDE
+ This package contains a settings panel for adjusting the brightness, contrast,
+ and gamma-correction of a monitor.  Test patterns are shown to help
+ determine the settings that accurately display the full range of colors.
+ .
+ Each of the red, green, and blue components can be adjusted individually,
+ or all three components can be adjusted together.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kolourpaint4
+Section: graphics
+Architecture: any
+Replaces: kolourpaint
+Breaks: kolourpaint
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple image editor and drawing application
+ KolourPaint is a simple drawing and image editing application for KDE.
+ It aims to be easy to use, providing a level of functionality targeted towards
+ the average user. It is ideal for common tasks such as drawing simple graphics
+ and touching-up photos.
+ .
+ This package is part of the KDE graphics module.
+
+Package: kruler
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: okular (<= 4:4.6.3-2~)
+Replaces: okular (<= 4:4.6.3-2~)
+Description: screen ruler
+ KRuler is a tool for measuring the size, in pixels, of items on the screen.
+ .
+ This package is part of the KDE graphics module.
+
+Package: libksane0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdegraphics-libs-data (>= ${source:Version})
+Description: scanner library (runtime)
+ The KDE scanner library provides an API and widgets for using scanners and
+ other imaging devices supported by SANE.
+ .
+ This package is part of the KDE graphics module.
+
+Package: libksane-dev
+Section: libdevel
+Architecture: any
+Depends: libksane0 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libksane0}
+Description: scanner library development headers
+ The KDE scanner library provides an API and widgets for using scanners and
+ other imaging devices supported by SANE.
+ .
+ This package contains the scanner library development files.
+ .
+ This package is part of the KDE graphics module.
+
+Package: ksnapshot
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: okular (<= 4:4.6.3-2~)
+Replaces: okular (<= 4:4.6.3-2~)
+Description: screen capture tool
+ KSnapshot captures images of the screen.  It can capture the whole screen,
+ a specified region, an individual window, or only part of a window.
+ .
+ This package is part of the KDE graphics module.
+
+Package: libokularcore1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: libraries for the Okular document viewer
+ This package contains libraries used by the Okular document viewer.
+ .
+ This package is part of the KDE graphics module.
+
+Package: okular
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: okular-extra-backends (= ${binary:Version}), texlive-binaries, unrar, poppler-data, ghostscript, jovie
+Provides: pdf-viewer, postscript-viewer
+Description: universal document viewer
+ Okular is a universal document viewer with support for advanced document
+ features, such as annotations, forms, and embedded files.
+ .
+ This package provides the document viewer application, plus plugins for a wide
+ variety of document formats such as:
+  * PostScript (PS)
+  * Portable Document Format (PDF)
+  * OpenDocument Text (ODT)
+  * TeX Device independent file format (DVI)
+  * XML Paper Specification (XPS)
+  * G3 fax
+  * various electronic book formats: ComicBook, FictionBook, MobiPocket, and
+    Plucker
+ .
+ This package is part of the KDE graphics module.
+
+Package: okular-dev
+Section: libdevel
+Architecture: any
+Depends: libokularcore1 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libokularcore1}
+Description: development files for the Okular libraries
+ This package contains development files for building Okular document format
+ backends.
+ .
+ This package is part of the KDE graphics module.
+
+Package: okular-extra-backends
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: okular
+Provides: djvu-viewer
+Description: additional document format support for Okular
+ These plugins allow Okular to view additional document formats:
+  * Microsoft Compiled HTML Help (CHM)
+  * Tagged Image File Format (TIFF)
+  * DjVu scanned page format
+  * EPub eBooks
+ .
+ This package is part of the KDE graphics module.
+
+Package: libkdcraw9
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdegraphics-libs-data (>= ${source:Version})
+Description: RAW picture decoding library
+ Libkdcraw is a Qt interface to the libraw library used to decode
+ RAW picture files.
+ .
+ This library is used by kipi-plugins, digiKam, kphotoalbum, and krita.
+ .
+ libkdcraw9 contains the library of libkdcraw.
+
+Package: libkdcraw-dev
+Section: libdevel
+Architecture: any
+Depends: libkdcraw9 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libkdcraw9}, pkg-config
+Conflicts: libkdcraw5-dev, libkdcraw7-dev
+Description: RAW picture decoding library -- development files
+ Libkdcraw is a Qt interface to the libraw library used to decode
+ RAW picture files.
+ .
+ This package contains the development files and the documentation.
+ The library documentation is available in the kdcraw.h header file.
+
+Package: libkexiv2-9
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt like interface for the libexiv2 library
+ Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
+ pictures metadata.
+ .
+ This package contains the libkexiv2 library.
+
+Package: libkexiv2-dev
+Section: libdevel
+Architecture: any
+Depends: libkexiv2-9 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libkexiv2-9}, pkg-config
+Conflicts: libkexiv2-6-dev, libkexiv2-7-dev
+Description: Qt-like interface for the libexiv2 library -- development files
+ Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
+ pictures metadata.
+ .
+ This package contains the development files and the documentation.
+ The library documentation is available in the kexiv2.h header file.
+
+Package: libkipi8
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdegraphics-libs-data (>= ${source:Version})
+Description: KDE Image Plugin Interface library
+ Libkipi is a KDE library that provides a common interface for operations
+ on images such as manipulation, organization, importing from and exporting
+ to online services (and not only these), batch editing, etc.
+ .
+ These services are used in graphics applications such as gwenview, digiKam,
+ kphotoalbum, and ksnapshot.
+ .
+ This package provides the kipi library.
+
+Package: libkipi-dev
+Section: libdevel
+Architecture: any
+Depends: libkipi8 (= ${binary:Version}), ${misc:Depends},
+ ${sameVersionDep:kdelibs5-dev:libkipi8}, pkg-config
+Conflicts: libkipi0-dev, libkipi5-dev, libkipi6-dev
+Description: KDE Image Plugin Interface library -- development files
+ Libkipi is a KDE library that provides a common interface for operations
+ on images such as manipulation, organization, importing from and exporting
+ to online services (and not only these), batch editing, etc.
+ .
+ These services are used in graphics applications such as gwenview, digiKam,
+ kphotoalbum, and ksnapshot.
+ .
+ This package provides the development files for using the kipi library,
+ and documentation for it (in the header files).
+
+Package: kdegraphics-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, kdebase-runtime-dbg
+Suggests: kdegraphics (= ${source:Version})
+Replaces: okular-dbg
+Breaks: okular-dbg
+Description: debugging symbols for the KDE graphics module
+ This package contains debugging files used to investigate problems with
+ binaries included in the KDE graphics module.

Added: packages-metadata/k/ktimer.control
===================================================================
--- packages-metadata/k/ktimer.control	                        (rev 0)
+++ packages-metadata/k/ktimer.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,205 @@
+Source: kdeutils
+Section: kde
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>, Sune Vuorela <sune at debian.org>, 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>
+Build-Depends: kde-sc-dev-latest (>= 4:4.7.4),
+ cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
+ kdelibs5-dev (>= 4:4.7), kdepimlibs5-dev (>= 4:4.7),
+ libgmp-dev, libqimageblitz-dev (>= 1:0.0.4-2),
+ libarchive-dev, libx11-dev, libxrender-dev, python-dev,
+ libkonq5-dev (>= 4:4.7), liblzma-dev, libkvm-dev [kfreebsd-any],
+ libbz2-dev, zlib1g-dev, libxtst-dev
+Standards-Version: 3.9.3
+Homepage: http://www.kde.org/
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-sc/kdeutils.git
+Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdeutils.git
+
+Package: kdeutils-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, kde-runtime-dbg
+Suggests: kdeutils (= ${source:Version})
+Description: debugging symbols for the KDE SC utilities module
+ This package contains debugging files used to investigate problems with
+ binaries included in the KDE SC utilities module.
+
+
+Package: ark
+Section: utils
+Architecture: any
+Recommends: bzip2, p7zip-full, zip, unzip
+Suggests: rar, unrar | unrar-free
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: archive utility 
+ Ark manages various archive formats, including tar, gzip, bzip2, rar and zip,
+ as well as CD-ROM images.  Ark can be used to browse, extract, create, and
+ modify archives.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kcalc
+Section: math
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: simple and scientific calculator
+ KCalc is a scientific calculator.
+ .
+ KCalc provides:
+  * Trigonometric functions, logic operations, and statistical calculations
+  * Calculation in decimal, hexadecimal, octal, and binary bases
+  * Memory functions for storing results
+  * A comprehensive collection of mathematical constants
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kcharselect
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: special character utility
+ KCharSelect is a utility for finding special characters which are not
+ available on the keyboard.  It can search for characters by Unicode number,
+ display characters in any font, and copy characters to the clipboard so they
+ can be pasted into documents.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kremotecontrol
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: lirc
+Description: frontend for using remote controls
+ KRemoteControl is a KDE frontend for your remote controls. It allows you
+ to configure actions for button presses on remotes. All types of remotes
+ supported by Solid are also supported by KRemoteControl.
+ .
+ KRemoteControl consists of the following parts:
+  * a control module that allows one to create and assign actions.
+  * a kded module responsible for executing the actions.
+  * a system tray applet for visual feedback.
+  * a Plasma data engine for interacting with remotes from Plasma widgets.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kdelirc
+Section: oldlibs
+Architecture: all
+Priority: extra
+Depends: kremotecontrol (>= ${source:Version}), ${misc:Depends}
+Description: transitional package for kremotecontrol
+ This is a transitional package provided to ease upgrade from kdelirc
+ to the new kremotecontrol.  It can be safely removed.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kdf
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: disk information utility
+ KDiskFree displays information about hard disks and other storage devices,
+ including the amount of free space available.  It can also mount and unmount
+ storage devices and view them in the file manager.
+ .
+ KwikDisk is an icon for the system tray that provides convenient access to
+ the features of KDiskFree.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kfloppy
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: floppy formatter
+ Kfloppy is a utility for formatting floppy disks.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kgpg
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: graphical front end for GNU Privacy Guard
+ Kgpg manages cryptographic keys for the GNU Privacy Guard, and can encrypt,
+ decrypt, sign, and verify files.  It features a simple editor for applying
+ cryptography to short pieces of text, and can also quickly apply cryptography
+ to the contents of the clipboard.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: ktimer
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: countdown timer
+ KTimer is a countdown timer for running commands after a delay.
+ The countdown can be paused or set to loop continuously.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: kwalletmanager
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: utils
+Description: secure password wallet manager
+ The KDE Wallet system provides a secure way to store passwords and other
+ secret information, allowing the user to remember only a single KDE Wallet
+ password instead of numerous different passwords and credentials.
+ .
+ KWallet Manager is a utility for viewing and editing information stored in
+ the KDE Wallet.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: plasma-scriptengine-superkaramba
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: kde-workspace-bin
+Replaces: superkaramba
+Breaks: superkaramba
+Description: SuperKaramba theme support for the Plasma Workspaces
+ This package provides SuperKaramba scriptengine for Plasma. It brings
+ support for the SuperKaramba interactive desktop applets, called "themes", to
+ the Plasma desktop.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: sweeper
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: history and temporary file cleaner
+ Sweeper can quickly remove temporary information, such as web page cookies,
+ browser history, or the list of recently-opened documents.  It helps provide
+ additional privacy on a system shared between multiple users.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: printer-applet
+Section: utils
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-qt4-dbus, python-cups, python-kde4 (>= 4:4.1.82)
+Recommends: hal-cups-utils, system-config-printer-kde
+Description: manages your printing jobs
+ Printer applet lets you easily manage your printing jobs.
+ .
+ This package is part of the KDE SC utilities module.
+
+Package: filelight
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: show where your diskspace is being used
+ Filelight allows you to understand your disk usage by graphically
+ representing your filesystem as a set of concentric, segmented rings.
+ .
+ It is like a pie-chart, but the segments nest, allowing you to see both
+ which directories take up all your space, and which directories
+ and files inside those directories are the real culprits.
+ .
+ This package is part of the KDE SC utilities module.
+

Added: packages-metadata/k/ktimer.copyright
===================================================================
--- packages-metadata/k/ktimer.copyright	                        (rev 0)
+++ packages-metadata/k/ktimer.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,352 @@
+This package was debianized by Ana Beatriz Guerrero Lopez <ana at debian.org> on
+Wed, 23 May 2007 18:51:02 +0200.
+
+It was downloaded from ftp://ftp.kde.org
+
+Upstream Author: The KDE development team <kde-core-devel at kde.org>
+Numerous people, too many to count, have contributed to kdelibs as a
+whole. The KDE project tries to make an extensive list of people who contributed
+to KDE at http://www.kde.org/people/credits/
+
+Copyright:
+Unless something else is mentioned, copyright is
+Copyright (C) 1996-2009, The K Desktop Environment project http://www.kde.org
+
+
+License:
+
+
+Unless something else is mentioned, the code files in this package are under
+the GNU General Public License: (This is later referred to as GPLv2 or later)
+
+    | 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 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, write to the Free Software Foundation,
+    | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+  The full text of the GNU General Public License version 2 is available on
+  Debian systems in /usr/share/common-licenses/GPL-2.
+
+
+The documentation docbook files in this package, placed under docs/, are under
+the GNU Free Documentation License:
+
+    | Permission is granted to copy, distribute and/or modify this
+    | document under the terms of the GNU Free Documentation License,
+    | Version 1.1 or any later version published by the Free Software
+    | Foundation; with no Invariant Sections, with no Front-Cover Texts,
+    | and with no Back-Cover Texts.
+
+  The full text of the GNU Free Documentation License is available on
+  Debian systems in /usr/share/common-licenses/GFDL-1.2
+
+As well, all the Manpages.dox included are under this license, unless specified
+otherwise below.
+
+Some more legend:
+
+The following is later referred to as GPLv2 or GPLv2only
+
+    | 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; version 2
+    |
+    | 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, write to the Free Software Foundation,
+    | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+  The full text of the GNU General Public License version 2 is available on
+  Debian systems in /usr/share/common-licenses/GPL-2.
+
+The following is later referred to as GPLv2+3+KDEev
+ * 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) version 3 or any later version
+ * accepted by the membership of KDE e.V. (or its successor approved
+ * by the membership of KDE e.V.), which shall act as a proxy
+ * defined in Section 14 of version 3 of the license.
+ *
+ * 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.
+ *
+
+  The full text of the GNU General Public License version 2 is available on
+  Debian systems in /usr/share/common-licenses/GPL-2.
+  The full text of the GNU General Public License version 3 is available on
+  Debian systems in /usr/share/common-licenses/GPL-3.
+
+The following is referred to as LGPLv2.1+3+KDEev
+
+    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) version 3, or any
+    later version accepted by the membership of KDE e.V. (or its
+    successor approved by the membership of KDE e.V.), which shall
+    act as a proxy defined in Section 6 of version 3 of the license.
+
+    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 full text of the GNU Lesser General Public License version 2.1 is available on
+  Debian systems in /usr/share/common-licenses/LGPL-2.1.
+  The full text of the GNU Lesser General Public License version 3 is available on
+  Debian systems in /usr/share/common-licenses/LGPL-3.
+
+
+
+Detailed copyright/license information of the files that are not under the
+directories detailed above.
+
+
+ file ~ license ~ copyright holder
+------~---------~------------------
+
+Files under ark/
+   Copyright (C) 2008 Harald Hvaal <haraldhv AT stud.ntnu.no>
+   Copyright (C) 2004-2007 Henrique Pinto <henrique.pinto at kdemail.net>
+   Copyright (C) 2003 Helio Chissini de Castro <helio at conectiva.com>
+   Copyright (C) 2002-2003 Georg Robbers <Georg.Robbers at urz.uni-hd.de>
+   Copyright (C) 2008 Chen Yew Ming <fusion82 at gmail.com>
+   Copyright (C) 2005-2007 Andrew Smith <andrew-smith at mail.ru>
+   Copyright (C) 2008 Claudio Bantaloukas <rockdreamer at gmail.com>
+
+
+ Most files under GPLv2 or later
+ Some plugins under GPLv2only
+ A few is under a BSD-ish license:
+
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR 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.
+
+ so ark is effectively GPLv2.
+
+
+
+Files under cmake/
+Files under printer-applet/cmake
+
+ Copyright (c) 2006, Pino Toscano, <toscano.pino at tiscali.it>
+ Copyright (c) 2007 Simon Edwards <simon at simonzone.com>
+ Copyright (c) 2008 Jonathan Riddell <jriddell at ubuntu.com>
+
+	Redistribution and use in source and binary forms, with or without
+	modification, are permitted provided that the following conditions
+	are met:
+
+	1. Redistributions of source code must retain the copyright
+	   notice, this list of conditions and the following disclaimer.
+	2. Redistributions in binary form must reproduce the copyright
+	   notice, this list of conditions and the following disclaimer in the
+	   documentation and/or other materials provided with the distribution.
+	3. The name of the author may not be used to endorse or promote products
+	   derived from this software without specific prior written permission.
+
+	THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+	IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+	OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+	IN NO EVENT SHALL THE AUTHOR 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.
+
+
+Files under kcalc/
+ Copyright (c) 2003-2006 Klaus Niederkrueger <kniederk at math.uni-koeln.de>
+ Copyright (C) 1996-2000 Bernd Johannes Wuebben <wuebben at kde.org>
+ Copyright (C) 2006  Michel Marti <mma at objectxp.com>
+ Copyright (C) 1995 Martin Bartlett
+
+ Some parts under GNU Library General Public License version 2 or later, some parts under
+ GNU General Public License, version 2 or later.
+
+ KCalc is effectively GPLv2 or later.
+
+Files under kcharselect/
+
+ Copyright (C) 1999 Reginald Stadlbauer <reggie at kde.org>
+ Copyright (C) 2007 Daniel Laidig <d.laidig at gmx.de>
+
+ Some parts under GNU Library General Public License version 2 or later, some parts under
+ GNU General Public License, version 2 or later.
+
+
+Files under kdessh/
+
+ Copyright (C) 2000 Geert Jansen <jansen at kde.org>
+
+ Files under GNU General Public License, version2 or later.
+
+
+Files under kdf/
+
+ Copyright (c) 1998-2001 Michael Kropfberger <michael.kropfberger at gmx.net>
+ Copyright (C) 1999  Espen Sand, espen at kde.org
+
+ Files under GNU General Public License, version2 or later.
+
+Files under kfloppy/
+ Copyright (C) 2002-2003 Adriaan de Groot <groot at kde.org>
+ Copyright (C) 1997 Bernd Johannes Wuebben <wuebben at math.cornell.edu>
+ Copyright (C) 2004, 2005 Nicolas GOUTTE <goutte at kde.org>
+
+ Files is under a mix of GNU General Public License, version 2 only and GNU General
+ Public License, version 2 or later - effectively making KFloppy GPLv2.
+
+Files under kgpg/
+
+ Copyright (C) 2006-2007 Jimmy Gilles  <jimmygilles at gmail.com>
+ Copyright (C) 2002 Jean-Baptiste Mardelle <bj at altern.org>
+ Copyright (C) 2007-2008  Rolf Eike Beer <kde at opensource.sf-tec.de>
+ Copyright (C) 2007 Lukas Kropatschek <lukas.krop at gmail.com>
+
+ Files is under a mix of GPLv2 or later and GPLv2+3+KDEev - effectively rendering kgpg under
+ GPLv2+3+KDEev.
+
+
+Files under ktimer/
+
+ Copyright (C) 2001 Stefan Schimanski <1Stein at gmx.de>
+
+ Files is nuder GPLv2 or later.
+
+
+Files under kwallet/
+
+ Copyright (C) 2003-2005 George Staikos <staikos at kde.org>
+ Copyright (C) 2005 Isaac Clerencia <isaac at warp.es>
+
+ Files is a mix of GPLv2 or later and GPLv2 only - rendering everything GPLv2only
+
+Files under okteta/
+ Copyright 2003-2008 Friedrich W. H. Kossebau <kossebau at kde.org>
+
+ Files is except the main program under LGPLv2.1+3+KDEev and the main program is under
+ GPLv2+3+KDEev.
+ okteta/programlibkakao/core/tests/util/* is under LGPLv2only.
+
+Files under printer-applet/
+ Copyright (C) 2007-2008 Canonical Ltd.
+               Author: Jonathan Riddell <jriddell at ubuntu.com>
+ Copyright (C) 2007 Tim Waugh <twaugh at redhat.com>
+ Copyright (C) 2007 Red Hat, Inc.
+
+Files under superkaramba/
+ Copyright (C) 2003 Hans Karlsson <karlsson.h at home.se>
+ Copyright (C) 2003-2004 Adam Geitgey <adam at rootnode.org>
+ Copyright (c) 2005 Ryan Nickell <p0z3r at earthlink.net>
+ Copyright (c) 2004,2005 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
+ Copyright (C) 2007 Sebastian Sauer <mail at dipe.org>
+ Copyright (C) 2003-2007 Matt Broadstone <mbroadst at gmail.com>
+ Copyright (c) 2004-2005 Petri Damst� <damu at iki.fi>
+ Copyright (c) 1999-2002 Hans Petter Bieker <bieker at kde.org>
+ Copyright (c) 1999 Preston Brown <pbrown at kde.org>
+ Copyright (c) 1997,2001 Stephan Kulow <coolo at kde.org>
+ Copyright (C) 1995 Software Foundation, Inc.
+ Copyright (c) 2005 Alexander Wiedenbruch <mail at wiedenbruch.de>
+ Copyright (C) 2003 by Ralph M. Churchill
+ Copyright (C) 2004 by Tommy Brander
+ Copyright (C) 2007 David Faure <faure at kde.org>
+ Copyright (C) 2001      Martijn Klingens <mklingens at yahoo.com>
+ Copyright (C) 2001      Carsten Pfeiffer <pfeiffer at kde.org>
+ Copyright (C) 2000-2001 Matthias Elter   <elter at kde.org>
+ Copyright (C) 2000-2001 Matthias Ettrich <ettrich at kde.org>
+ Copyright (C) 2003      Sven Leiber <s.leiber at web.de>
+ Copyright (c) 2001 Richard Moore <rich at kde.org>
+ Copyright (c) 2002 Lukas Tinkl <lukas at kde.org>
+
+ Most files under GPLv2 or later
+ Some files under GPLv2only
+ Some example code is not clear licensed, but as example code it must be covered by the
+ generic COPYING file, GPLv2.
+
+ A few files is under a BSD-ish license:
+	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 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.
+
+
+
+Files under sweeper/
+
+ Copyright (C) 2005 Benjamin C Meyer (ben at meyerhome dot net)
+ Copyright (C) 2005 Brian S. Stephan ( bssteph at irtonline dot org )
+ Copyright (c) 2003-2005 Ralf Hoelzer <ralf at well.com>
+
+ Files under LGPLv2 or later.
+
+Files under kdelirc/
+
+ Copyright (C) 2002-2003 Gav Wood <gav at kde.org>
+
+ Files under LGPLv2 or later.
+
+-------------------------------------------------------------------------------
+Legend:
+
+
+On Debian systems, you can find the complete texts of these licenses at:
+  - Artistic: /usr/share/common-licenses/Artistic
+  - GPL:      /usr/share/common-licenses/GPL
+  - GPLv2:    /usr/share/common-licenses/GPL-2
+  - LGPLv2:   /usr/share/common-licenses/LGPL-2
+  - GFDL:     /usr/share/common-licenses/GFDL
+
+-------------------------------------------------------------------------------
+
+The Debian packaging is (C) 2007-2009, Debian Qt/KDE Maintainers
+<debian-qt-kde at lists.debian.org> and is licensed under the GPL,
+see `/usr/share/common-licenses/GPL'.

Modified: packages-metadata/l/libffado.control
===================================================================
--- packages-metadata/l/libffado.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/l/libffado.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -14,6 +14,7 @@
  libconfig++-dev,
  libdbus-1-dev,
  libdbus-c++-dev,
+ libdbus-c++-bin,
  libexpat1-dev,
  libiec61883-dev (>= 1.1.0),
  libraw1394-dev (>= 1.3.0),
@@ -76,7 +77,9 @@
 Replaces:
  ffado-mixer-qt4 (<< 2.0.1+svn1856-2~)
 Breaks:
- ffado-mixer-qt4 (<< 2.0.1+svn1856-2~)
+ ffado-mixer-qt4 (<< 2.0.1+svn1856-2~),
+ jackd1-firewire (<< 1:0.121.3+20120418git75e3e20b-1),
+ jackd2-firewire (<< 1.9.8~dfsg.3+20120418gitf82ec715-1)
 Description: FFADO debugging and firmware tools
  FFADO is a Linux driver for FireWire (IEEE1394) audio devices.
  .

Added: packages-metadata/m/mancala.control
===================================================================
--- packages-metadata/m/mancala.control	                        (rev 0)
+++ packages-metadata/m/mancala.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,20 @@
+Source: mancala
+Section: games
+Priority: extra
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Paul Wise <pabs at debian.org>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), libforms-bin, libforms-dev
+Homepage: http://shh.thathost.com/pub-unix/#Mancala
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mancala/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/mancala/
+
+Package: mancala
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Implementation of the simple board game called Mancala
+ This is an implementation of the simple, but fun board game known as
+ Mancala.  Contains both a user-unfriendly character-based interface, and a
+ nice, user-friendly X11-interface.  Be warned: If you just bother to read the
+ rules, you may get hooked on this! For more information about the Mancala
+ family of games, please read http://en.wikipedia.org/wiki/Mancala

Added: packages-metadata/m/mancala.copyright
===================================================================
--- packages-metadata/m/mancala.copyright	                        (rev 0)
+++ packages-metadata/m/mancala.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,23 @@
+This package was debianized by Andrew Gray <ajpg at debian.org> on
+Sat,  7 Aug 1999 12:43:52 +0100.
+
+It was downloaded from http://shh.thathost.com/pub-unix/#Mancala
+
+Upstream Authors:
+
+   Sverre H.  Huseby <shh at thathost.com>
+   Glenn Terje Lines <glennli at simula.no>
+
+Copyright:
+
+Licensed under the Artistic License (according to the '.lsm' file).  On Debian
+systems, a copy of the Artistic License should be found at
+/usr/share/common-licenses/Artistic.
+
+The following notice appears in the README file:
+
+	Feel free to do what you want with this software, but please drop any
+	of us a mail if you use it (or if you don't use it, for some reason).
+	If you make any changes to the code before passing it further, you
+	must include a file identifying what changes you made. Please leave
+	our names where you find'em. Fame and fortune, you know...

Modified: packages-metadata/m/mediawiki-math.control
===================================================================
--- packages-metadata/m/mediawiki-math.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/m/mediawiki-math.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -3,12 +3,11 @@
 Priority: optional
 Maintainer: Mediawiki Maintenance Team <pkg-mediawiki-devel at lists.alioth.debian.org>
 Uploaders: Romain Beauxis <toots at rastageeks.org>, Jonathan Wiltshire <jmw at debian.org>
-Build-Depends: cdbs,
- debhelper,
+Build-Depends: debhelper (>= 9),
  dh-buildinfo,
- debhelper (>= 7.0.1), ocaml-nox | ocaml, xsltproc, docbook-xml, docbook-xsl, po-debconf
+ ocaml-nox | ocaml, xsltproc, docbook-xml, docbook-xsl, po-debconf
 Homepage: http://www.mediawiki.org/
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-SVN: svn://svn.debian.org/svn/pkg-mediawiki/mediawiki/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-mediawiki/mediawiki/trunk/
 
@@ -17,6 +16,7 @@
 Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql | php5-sqlite, mime-support, libjs-jquery, libjs-jquery-tipsy, libjs-jquery-cookie, libjs-jquery-form, libjs-jquery-tablesorter, ${misc:Depends} 
 Recommends: mysql-server | postgresql-contrib, php5-cli, python
 Suggests: imagemagick | php5-gd, mediawiki-math, memcached, clamav
+Breaks: fusionforge-plugin-mediawiki (<< 5.2~rc1-4~)
 Description: website engine for collaborative work
  MediaWiki is a wiki engine (a program for creating a collaboratively
  edited website). It is designed to handle heavy websites containing

Modified: packages-metadata/m/mediawiki.control
===================================================================
--- packages-metadata/m/mediawiki.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/m/mediawiki.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -3,10 +3,9 @@
 Priority: optional
 Maintainer: Mediawiki Maintenance Team <pkg-mediawiki-devel at lists.alioth.debian.org>
 Uploaders: Romain Beauxis <toots at rastageeks.org>, Jonathan Wiltshire <jmw at debian.org>
-Build-Depends: cdbs,
- debhelper,
+Build-Depends: debhelper (>= 9),
  dh-buildinfo,
- debhelper (>= 7.0.1), ocaml-nox | ocaml, xsltproc, docbook-xml, docbook-xsl, po-debconf
+ ocaml-nox | ocaml, xsltproc, docbook-xml, docbook-xsl, po-debconf
 Homepage: http://www.mediawiki.org/
 Standards-Version: 3.9.3
 Vcs-SVN: svn://svn.debian.org/svn/pkg-mediawiki/mediawiki/trunk/
@@ -17,6 +16,7 @@
 Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql | php5-sqlite, mime-support, libjs-jquery, libjs-jquery-tipsy, libjs-jquery-cookie, libjs-jquery-form, libjs-jquery-tablesorter, ${misc:Depends} 
 Recommends: mysql-server | postgresql-contrib, php5-cli, python
 Suggests: imagemagick | php5-gd, mediawiki-math, memcached, clamav
+Breaks: fusionforge-plugin-mediawiki (<< 5.2~rc1-4~)
 Description: website engine for collaborative work
  MediaWiki is a wiki engine (a program for creating a collaboratively
  edited website). It is designed to handle heavy websites containing

Modified: packages-metadata/n/netcfg.control
===================================================================
--- packages-metadata/n/netcfg.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/n/netcfg.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -9,7 +9,7 @@
 Vcs-Git: git://git.debian.org/d-i/netcfg.git
 
 Package: netcfg
-XC-Package-Type: udeb
+Package-Type: udeb
 Architecture: i386 amd64 alpha arm armel armeb armhf hppa ia64 m68k mips mipsel powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386 sh4 sparc64 ppc64
 Depends: ${shlibs:Depends}, ${misc:Depends}, ethernet-card-detection, isc-dhcp-client-udeb [kfreebsd-any hurd-any], freebsd-net-tools-udeb [kfreebsd-any], wpasupplicant-udeb [!s390 !s390x !sparc !kfreebsd-any !hurd-any], crypto-modules [!s390 !s390x !sparc !kfreebsd-any !hurd-any]
 Provides: configured-network
@@ -22,7 +22,7 @@
  network settings will be copied to your newly installed system.
 
 Package: netcfg-static
-XC-Package-Type: udeb
+Package-Type: udeb
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ethernet-card-detection, freebsd-net-tools-udeb [kfreebsd-any]
 Provides: configured-network

Added: packages-metadata/n/networkmanagement.control
===================================================================
--- packages-metadata/n/networkmanagement.control	                        (rev 0)
+++ packages-metadata/n/networkmanagement.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,51 @@
+Source: networkmanagement
+Section: kde
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Modestas Vainius <modax at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 8), cmake (>= 2.6.2), pkg-kde-tools (>= 0.5),
+ libqt4-dev (>= 4:4.6.0), kdelibs5-dev (>= 4:4.6.0), kdebase-workspace-dev (>= 4:4.6.0),
+ network-manager-dev (>= 0.9.0), libnm-util-dev (>= 0.9.0), libnm-glib-dev (>= 0.9.0),
+ mobile-broadband-provider-info
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/pkg-kde/kde-extras/networkmanagement.git
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/networkmanagement.git
+
+Package: plasma-widget-networkmanagement
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.9.0),
+ mobile-broadband-provider-info
+Suggests: kdebase-workspace-bin
+Recommends: kwalletmanager, network-manager-vpnc, network-manager-openvpn, network-manager-pptp
+Replaces: knm-runtime
+Breaks: knm-runtime
+Description: Network Management widget for KDE Plasma workspaces
+ This package contains the Network Management plasma widget which aims to
+ provide a fully featured GUI for managing networks. Currently, the only
+ supported backend is NetworkManager. Support for wired, wireless, mobile
+ and VPN networks are provided. The widget is exclusively written for KDE
+ Plasma workspaces and it is not supposed to work in other environments.
+ .
+ In order to start using the widget, look for "Network Management" in the "Add
+ Widgets" dialog of the Plasma workspace you're using.
+
+Package: network-manager-kde
+Architecture: any
+Section: oldlibs
+Priority: extra
+Depends: ${misc:Depends}, plasma-widget-networkmanagement
+Description: transitional package for plasma-widget-networkmanagement
+ This is a dummy transitional package for plasma-widget-networkmanagement. You
+ may safely remove it.
+
+Package: plasma-widget-networkmanagement-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${misc:Depends}, plasma-widget-networkmanagement (= ${binary:Version})
+Recommends: kdelibs5-dbg
+Suggests: kdebase-workspace-dbg
+Description: debugging symbols for KDE Network Management
+ This package provides debugging symbols for all binary packages built from the
+ plasma-widget-networkmanagement source package. It's highly recommended to
+ have this package installed before reporting any crashes.

Added: packages-metadata/o/ocamlsdl.control
===================================================================
--- packages-metadata/o/ocamlsdl.control	                        (rev 0)
+++ packages-metadata/o/ocamlsdl.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,64 @@
+Source: ocamlsdl
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders:
+ Samuel Mimram <smimram at debian.org>,
+ Sylvain Le Gall <gildor at debian.org>,
+ Stéphane Glondu <glondu at debian.org>
+Build-Depends:
+ debhelper (>= 8),
+ dh-ocaml (>= 0.9.1),
+ ocaml-nox (>= 3.11),
+ libpng-dev,
+ libsdl1.2-dev,
+ libsdl-mixer1.2-dev,
+ libsdl-image1.2-dev,
+ libsdl-ttf2.0-dev,
+ libsdl-gfx1.2-dev,
+ liblablgl-ocaml-dev (>= 1.04),
+ ocaml-findlib (>= 1.2.4)
+Standards-Version: 3.9.3
+Homepage: http://ocamlsdl.sourceforge.net
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlsdl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlsdl.git
+
+Package: libsdl-ocaml-dev
+Architecture: any
+Depends:
+ libsdl1.2-dev,
+ libsdl-image1.2-dev,
+ libsdl-mixer1.2-dev,
+ libsdl-ttf2.0-dev,
+ libsdl-gfx1.2-dev,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Suggests: ocaml-findlib
+Description: OCaml bindings for SDL - development files
+ SDL (Simple DirectMedia Layer) is a generic API that provides low
+ level access to audio, keyboard, mouse, and display framebuffer
+ across multiple platforms.
+ OCamlSDL is an OCaml interface to SDL that might be used to write
+ multimedia applications in Objective Caml.
+ .
+ This package contains development files for OCamlSDL application
+ writers.
+
+Package: libsdl-ocaml
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml bindings for SDL - runtime files
+ SDL (Simple DirectMedia Layer) is a generic API that provides low
+ level access to audio, keyboard, mouse, and display framebuffer
+ across multiple platforms.
+ OCamlSDL is an OCaml interface to the SDL and might be used to write
+ multimedia applications in Objective Caml.
+ .
+ This package contains runtime libraries needed for running dynamic
+ bytecode executables.

Modified: packages-metadata/o/ocamlsdl.copyright
===================================================================
--- packages-metadata/o/ocamlsdl.copyright	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/o/ocamlsdl.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -1,32 +1,19 @@
-This package was debianized by Jérôme Marant <jerome at debian.org> on
-Sat, 20 Apr 2002 22:42:47 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Packaged-By: Jérôme Marant <jerome at debian.org>
+Packaged-Date: Sat, 20 Apr 2002 22:42:47 +0200
 
-It was downloaded from http://prdownloads.sourceforge.net/ocamlsdl
-
-Upstream Authors: Frederic Brunel <brunel at mail.dotcom.fr>
-                  Luc Mazardo <luc at mazardo.com>
-                  Sami Makëlä <sajuma at utu.fi>
-                  Olivier Andrieu <oliv__a at users.sourceforge.net>
-
-Copyright (C) 2002-2008: see upstream authors
-
-License:
-
-    This package 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 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
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-OCamlSDL is distributed under the terms of the LGPL (Lesser GNU Public License).
-
-On Debian systems, the complete text of the GNU Lesser General Public License
-can be found in /usr/share/common-licenses/LGPL-2.
+Files: *
+Copyright: 2002-2012 Olivier Andrieu and others
+License: LGPL-2
+ This package 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 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in /usr/share/common-licenses/LGPL-2.

Added: packages-metadata/o/osgi-core.control
===================================================================
--- packages-metadata/o/osgi-core.control	                        (rev 0)
+++ packages-metadata/o/osgi-core.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,39 @@
+Source: osgi-core
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
+           Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: ant, debhelper (>= 7), default-jdk, javahelper,
+ maven-repo-helper (>= 1.6~)
+Standards-Version: 3.9.2
+Homepage: http://www.osgi.org/Specifications/HomePage
+Vcs-Git: git://git.debian.org/git/pkg-java/osgi-core.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/osgi-core.git
+
+Package: libosgi-core-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Suggests: libosgi-core-java-doc
+Description: Java OSGi API - Core module
+ OSGi, for Open Services Gateway initiative framework, is a module system and
+ service platform for the Java programming language.
+ .
+ This package contains OSGi Core for Release 4.
+ Two main provided packages are org.osgi.service and
+ org.osgi.framework.
+
+Package: libosgi-core-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Javadoc for Java OSGi API - Core module
+ OSGi, for Open Services Gateway initiative framework, is a module system and
+ service platform for the Java programming language.
+ .
+ This package contains OSGi Core for Release 4.
+ Two main provided packages are org.osgi.service and
+ org.osgi.framework.
+ .
+ This package contains Javadoc HTML documentation for libosgi-core-java.

Added: packages-metadata/o/osgi-core.copyright
===================================================================
--- packages-metadata/o/osgi-core.copyright	                        (rev 0)
+++ packages-metadata/o/osgi-core.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,17 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: OSGi Core Classes
+Upstream-Contact: OSGi Alliance (http://www.osgi.org/)
+Source: http://www.osgi.org/Download/Release4V43
+
+Files: *
+Copyright: Copyright (c) OSGi Alliance (2000, 2009)
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2010, Ludovic Claude <ludovic.claude at laposte.net>
+           2011, Damien Raude-Morvan <drazzib at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the complete text of the Apache License Version 2.0,
+ can be found in /usr/share/common-licenses/Apache-2.0.

Added: packages-metadata/o/osmosis.control
===================================================================
--- packages-metadata/o/osmosis.control	                        (rev 0)
+++ packages-metadata/o/osmosis.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,70 @@
+Source: osmosis
+Section: utils
+Priority: optional
+Maintainer: Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>
+ , David Paleino <dapal at debian.org>
+Build-Depends:
+ ant
+ , ant-optional
+ , debhelper (>= 8~)
+ , libcommons-codec-java
+ , libcommons-compress-java (>= 1.2)
+ , libcommons-dbcp-java
+ , libjpf-java
+ , libmysql-java
+ , libpostgis-java
+ , libpostgresql-jdbc-java
+ , libspring-beans-java
+ , libspring-context-java
+ , libspring-jdbc-java
+ , libspring-transaction-java
+ , libstax2-api-java
+ , libbatik-java
+ , libprotobuf-java
+ , libosmpbf-java
+ , libplexus-classworlds-java
+ , libxerces2-java
+ , checkstyle (>= 5.4)
+ , ivy
+ , junit4 (>= 4.10)
+ , default-jdk
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-osm/osmosis.git
+Vcs-Browser: http://git.debian.org/?p=pkg-osm/osmosis.git
+Homepage: http://wiki.openstreetmap.org/wiki/Osmosis
+
+Package: osmosis
+Architecture: all
+Depends:
+ ant
+ , default-jre-headless | java6-runtime-headless
+ , libcommons-codec-java
+ , libcommons-compress-java (>= 1.2)
+ , libcommons-dbcp-java
+ , libjpf-java
+ , libmysql-java
+ , libpostgis-java
+ , libpostgresql-jdbc-java
+ , libspring-beans-java
+ , libspring-context-java
+ , libspring-core-java
+ , libspring-jdbc-java
+ , libspring-transaction-java
+ , libplexus-classworlds-java
+ , libprotobuf-java
+ , libosmpbf-java
+ , libbatik-java
+ , libcommons-pool-java
+ , libxerces2-java
+ , ${misc:Depends}
+Description: Command line OpenStreetMap data processor
+ Osmosis consists of a series of components that can be chained together
+ in order to perform operations on an OpenStreetMap database or
+ OpenStreetMap XML or PBF files. Such operations include:
+  * Generate and load dumps from and to a database.
+  * Produce changesets comparing databases and files and applying
+    them to other databases and files.
+  * Sort data contained in a file.
+  * Extract data contained in a bounding box or in a polygon.

Modified: packages-metadata/o/osmosis.copyright
===================================================================
--- packages-metadata/o/osmosis.copyright	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/o/osmosis.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -1,24 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
 Upstream-Name: osmosis
-Upstream-Source: http://www.bretth.com/osmosis/
+Source: http://www.bretth.com/osmosis/
 
-Files: src/*
- test/*
-Copyright: © 2007-2008, Bretth Henderson <brett at bretth.com> and other contributors
-License: PD
- Osmosis is placed into the public domain and where this is not legally
- possible everybody is granted a perpetual, irrevocable license to use
- this work for any purpose whatsoever.
- .
- DISCLAIMERS
- By making Osmosis publicly available, it is hoped that users will find the
- software useful.  However:
- * Osmosis comes without any warranty, to the extent permitted by applicable
- law.
- * Unless required by applicable law, no liability will be accepted by
- the authors and distributors of this software for any damages caused
- as a result of its use.
-
 Files: debian/*
 Copyright: © 2008-2009, Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
  © 2009-2012, David Paleino <dapal at debian.org>
@@ -37,3 +20,19 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 X-Comment: on Debian systems, the complete text of the GNU General Public
  License version 3 can be found in /usr/share/common-licenses/GPL-3.
+
+Files: *
+Copyright: © 2007-2008, Bretth Henderson <brett at bretth.com> and other contributors
+License: PD
+ Osmosis is placed into the public domain and where this is not legally
+ possible everybody is granted a perpetual, irrevocable license to use
+ this work for any purpose whatsoever.
+ .
+ DISCLAIMERS
+ By making Osmosis publicly available, it is hoped that users will find the
+ software useful.  However:
+ * Osmosis comes without any warranty, to the extent permitted by applicable
+ law.
+ * Unless required by applicable law, no liability will be accepted by
+ the authors and distributors of this software for any damages caused
+ as a result of its use.

Modified: packages-metadata/p/partman-ext3.control
===================================================================
--- packages-metadata/p/partman-ext3.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/p/partman-ext3.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -8,7 +8,7 @@
 Vcs-Git: git://git.debian.org/d-i/partman-ext3.git
 
 Package: partman-ext3
-XC-Package-Type: udeb
+Package-Type: udeb
 Architecture: all
 Depends: ${misc:Depends}, e2fsprogs-udeb, ext3-modules, ext4-modules, partman-basicfilesystems (>= 59), partman-base (>= 140)
 Provides: partman-filesystem

Modified: packages-metadata/p/partman-partitioning.control
===================================================================
--- packages-metadata/p/partman-partitioning.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/p/partman-partitioning.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -8,7 +8,7 @@
 Vcs-Git: git://git.debian.org/d-i/partman-partitioning.git
 
 Package: partman-partitioning
-XC-Package-Type: udeb
+Package-Type: udeb
 Architecture: any
 Depends: e2fsprogs-udeb, ${fs:Depends}, ${misc:Depends}, di-utils (>= 1.66)
 Description: Partitioning operations for partman

Added: packages-metadata/p/petri-foo.control
===================================================================
--- packages-metadata/p/petri-foo.control	                        (rev 0)
+++ packages-metadata/p/petri-foo.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,55 @@
+Source: petri-foo
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Alessio Treglia <alessio at debian.org>,
+ Jaromír Mikeš <mira.mikes at seznam.cz>
+DM-Upload-Allowed: yes
+Build-Depends:
+ cmake,
+ debhelper (>= 7.0.50~),
+ libasound2-dev (>= 1.0.8),
+ libgnomecanvas2-dev,
+ libgtk2.0-dev (>= 2.4.13),
+ libjack-dev,
+ libphat-dev (>= 0.3.1),
+ libsamplerate0-dev (>= 0.1.1),
+ libsndfile1-dev (>= 1.0.10),
+ libxml2-dev (>= 2.6.11)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/petri-foo.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/petri-foo.git
+Homepage: http://petri-foo.sourceforge.net/
+
+Package: petri-foo
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: MIDI controllable audio sampler - successor of specimen
+ A simple but very useful midi controlled sampler for ALSA/JACK featuring:
+  * 64 notes of polyphony, spread across up to 64 patches.
+  * fast, high quality pitch scaling, linear ADSR volume envelopes.
+  * low pass filter with resonance; a variety of direction-independent.
+  * playback modes and zoomable sample editor for loop and play points.
+ .
+ Petri-Foo is a fork of the Specimen Sampler project.
+
+Package: petri-foo-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ petri-foo (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for petri-foo
+ A simple but very useful midi controlled sampler for ALSA/JACK featuring:
+  * 64 notes of polyphony, spread across up to 64 patches.
+  * fast, high quality pitch scaling, linear ADSR volume envelopes.
+  * low pass filter with resonance; a variety of direction-independent.
+  * playback modes and zoomable sample editor for loop and play points.
+ .
+ Petri-Foo is a fork of the Specimen Sampler project.
+ .
+ This package contains the debugging symbols.

Added: packages-metadata/p/petri-foo.copyright
===================================================================
--- packages-metadata/p/petri-foo.copyright	                        (rev 0)
+++ packages-metadata/p/petri-foo.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Petri-Foo
+Upstream-Contact: James Morris <james at jwm-art.net>
+Source: http://sf.net/projects/petri-foo/files/
+Copyright: 2011 James Morris <james at jwm-art.net>
+ 2005 Pete Bessman
+
+Files: *
+Copyright:
+ 2011 James Morris <james at jwm-art.net>
+ 2005 Pete Bessman
+License: GPL-2
+
+Files: debian/*
+Copyright:
+ 2011-2012 Alessio Treglia <alessio at debian.org>
+ 2011-2012 Jaromír Mikeš <mira.mikes at seznam.cz>
+License: GPL-2
+
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ 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.
+Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ .
+ You should have received a copy of the GNU General Public License
+ along with Petri-Foo.  If not, see <http://www.gnu.org/licenses/>.

Added: packages-metadata/p/pike7.8.control
===================================================================
--- packages-metadata/p/pike7.8.control	                        (rev 0)
+++ packages-metadata/p/pike7.8.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,253 @@
+Source: pike7.8
+Section: interpreters
+Priority: optional
+Maintainer: Magnus Holmgren <holmgren at debian.org>
+Uploaders: Henrik Andreasson <debian at han.pp.se>
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 5), bison, sharutils, bc, pkg-config,
+ libgmp10-dev, nettle-dev (>= 2.1~), zlib1g-dev | libz-dev,
+ libbz2-dev, libgdbm-dev, libiodbc2-dev, libmysqlclient-dev,
+ libpq-dev, libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev,
+ libsdl1.2-dev, libsane-dev, x11proto-gl-dev, libxpm-dev,
+ libglade2-dev, libfreetype6-dev, freeglut3-dev, libjpeg-dev,
+ libtiff4-dev, librsvg2-dev (>= 2.7), libgnomeui-dev,
+ libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev
+Build-Conflicts: libutahglx-dev
+Homepage: http://pike.ida.liu.se/
+Vcs-Svn: svn://svn.debian.org/pkg-pike/trunk
+Vcs-Browser: http://svn.debian.org/pkg-pike
+
+Package: pike7.8-core
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: pike7.8-doc
+Description: Powerful interpreted programming language
+ Pike is an interpreted, object-oriented, dynamic programming language
+ with a syntax similar to C. It includes many powerful data types and
+ a module system that, for instance, provides image manipulation together,
+ with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many
+ others, database connectivity, advanced cryptography, XML/HTML parsers
+ and others. To learn more about pike, please visit http://pike.ida.liu.se/
+ Note that some of the Pike features are found in other pike7.8-* packages 
+ (image processing, MySQL, PostgreSQL, SANE and more).
+
+Package: pike7.8
+Architecture: all
+Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), 
+ pike7.8-gdbm (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), ${misc:Depends}
+Recommends: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version})
+Suggests: pike7.8-doc (= ${source:Version})
+Description: Recommended metapackage for Pike 7.8
+ This is a metapackage which depends upon several other Pike
+ packages that together make up the recommended Pike installation.
+ If you want to install every packaged component of the Pike 
+ distribution, please install the pike7.8-full package.
+ .
+ If you want to remove several components this package depends
+ upon, you can purge this package without worrying about the
+ functionality loss in Pike and then remove the packages you
+ don't need on your system.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version})
+Description: Development files for Pike 7.8
+ This package contains files you will need to develop C extension modules 
+ for Pike. The package depends on the recommended set of packages for the 
+ Pike environment.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-manual
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Pike 7.8 manual
+ The Pike manual auto-generated from the sources.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-reference
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Pike 7.8 reference
+ The Pike reference auto-generated from the sources.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version})
+Description: Pike 7.8 documentation metapackage
+ This package depends upon all the Pike 7.8 documentation  packages. Note 
+ that the download and installation sizes might be very large.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-full
+Architecture: all
+Depends: ${misc:Depends}, pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${source:Version}), pike7.8-sdl (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), pike7.8-gtk (>= ${source:Version}), pike7.8-gl (>= ${source:Version}), pike7.8-sane (>= ${source:Version}), pike7.8-doc (= ${source:Version}), pike7.8-dev (>= ${source:Version}), pike7.8-svg (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), pike7.8-bzip2 (>= ${source:Version}), pike7.8-fuse (>= ${source:Version}), pike7.8-sqlite (>= ${source:Version}), pike7.8-dnssd (>= ${source:Version})
+Description: Metapackage for Pike 7.8
+ This package depends on all the components that make up the Pike
+ language distribution. It will pull in a LOT of packages the
+ Pike components depend upon (including XFree libraries, GTK+, GNOME)!
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-mysql
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: MySQL module for Pike
+ This Pike module provides access to MySQL databases.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-pg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: PostgreSQL module for Pike
+ This Pike module provides access to PostgreSQL databases.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-odbc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: ODBC module for Pike
+ This Pike module provides glue to the iODBC interface.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-svg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Suggests: pike7.8-image (= ${source:Version})
+Description: SVG format support for Pike
+ This module provides an SVG graphics format module. It has
+ been separated from the pike7.8-image module because of its
+ quite extensive dependencies.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-image
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Suggests: pike7.8-svg (= ${source:Version})
+Description: Image module for Pike
+ This module provides many powerful image processing functions to
+ Pike programs.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-sdl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: SDL module for Pike
+ This module provides the Pike interface to the SDL library.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-gdbm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: Gdbm module for Pike
+ This Pike module provides access to gdbm databases.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-gtk
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: GTK+ 2.0 module for Pike
+ This Pike module provides access to the GTK+ 2.0 library.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-gl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: Mesa module for Pike
+ This Pike module provides access to the Mesa 3D graphics library.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-sane
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: SANE module for Pike
+ This Pike module provides access to SANE.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-pcre
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: PCRE module for Pike
+ This Pike module enables one to use the PCRE (Perl compatible regular
+ expressions) library from within the Pike programs.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-bzip2
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: Bzip2 module for Pike
+ This Pike module enables one to use the Bzip2 compression
+ algorithm from within the Pike programs.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-fuse
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: Filesystem in USErspace support for Pike
+ This Pike module enables one to export filesystems to the Linux
+ kernel using the FUSE library.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-sqlite
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: SQLite module for Pike
+ This Pike module enables one to use the SQLite embedded database
+ library.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+
+Package: pike7.8-dnssd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
+Description: DNS Service Discovery (DNS-SD) for Pike
+ This Pike module enables one to take advantage of DNS service discovery.
+ .
+ DNS Service Discovery is a way of using standard DNS programming interfaces,
+ servers, and packet formats to browse the network for services.
+ .
+ Pike is an interpreted programming language, for more information 
+ see the description of the pike7.8-core package.
+

Added: packages-metadata/p/pike7.8.copyright
===================================================================
--- packages-metadata/p/pike7.8.copyright	                        (rev 0)
+++ packages-metadata/p/pike7.8.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,535 @@
+This package was debianized by Marek Habersack <grendel at debian.org> on
+Sun,  5 May 2002 01:34:05 +0200.
+
+The current maintainer is Magnus Holmgren <holmgren at debian.org> with
+some help from Henrik Andreasson <pike at han.pp.se>.
+
+It was downloaded from http://pike.ida.liu.se/download/pub/pike/
+
+The upstream tarball has been repacked without the 'bundles'
+subdirectory, which contains redundant copies of some libraries, to
+avoid shipping some non-DFSG-compliant bits (see the gmp package) and
+having to include the copyright information and licenses of those
+libraries.
+
+Copyright © 1994-1996 Fredrik Hübinette
+Copyright © 1996-1997 Informationsvävarna AB
+Copyright © 1997-2000 Idonex AB
+Copyright © 2000-2002 Roxen Internet Software AB
+Copyright © 2002-2008 Department of Computer and Information Science,
+                      Linköping University
+
+Pike refers to the source code, and any executables
+created from the same source code. Parts of other
+copyrighted works are included in Pike, in accordance
+with their respective conditions for distribution.
+
+Doug Lea's Malloc
+Copyright © 1987-2005 Doug Lea
+
+Emacs font lock definitions
+Copyright © 2002 Martin Stjernholm
+
+IDEA encryption and decryption code
+Copyright © Xuejia Lai
+
+JPEG transform code
+Copyright © 1991-1998, Thomas G. Lane, Independent JPEG Group
+
+MD5 password hash code
+Copyright © Poul-Henning Kamp
+
+Regular expression matching code
+Copyright © 1986 by University of Toronto.
+
+TrueVision Targa code
+Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit
+
+Unicode Character Database
+Copyright © 1991-2005 Unicode, Inc.
+
+Zlib detection and verification code
+Copyright © 1995-1998 Jean-loup Gailly and Mark Adler
+
+License:
+
+The Pike source is distributed under GPL (GNU General Public License 2), LGPL
+(GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+The full text of the Mozilla Public License 1.1 follows.
+
+                          MOZILLA PUBLIC LICENSE
+                                Version 1.1
+
+                              ---------------
+
+1. Definitions.
+
+     1.0.1. "Commercial Use" means distribution or otherwise making the
+     Covered Code available to a third party.
+
+     1.1. "Contributor" means each entity that creates or contributes to
+     the creation of Modifications.
+
+     1.2. "Contributor Version" means the combination of the Original
+     Code, prior Modifications used by a Contributor, and the Modifications
+     made by that particular Contributor.
+
+     1.3. "Covered Code" means the Original Code or Modifications or the
+     combination of the Original Code and Modifications, in each case
+     including portions thereof.
+
+     1.4. "Electronic Distribution Mechanism" means a mechanism generally
+     accepted in the software development community for the electronic
+     transfer of data.
+
+     1.5. "Executable" means Covered Code in any form other than Source
+     Code.
+
+     1.6. "Initial Developer" means the individual or entity identified
+     as the Initial Developer in the Source Code notice required by Exhibit
+     A.
+
+     1.7. "Larger Work" means a work which combines Covered Code or
+     portions thereof with code not governed by the terms of this License.
+
+     1.8. "License" means this document.
+
+     1.8.1. "Licensable" means having the right to grant, to the maximum
+     extent possible, whether at the time of the initial grant or
+     subsequently acquired, any and all of the rights conveyed herein.
+
+     1.9. "Modifications" means any addition to or deletion from the
+     substance or structure of either the Original Code or any previous
+     Modifications. When Covered Code is released as a series of files, a
+     Modification is:
+          A. Any addition to or deletion from the contents of a file
+          containing Original Code or previous Modifications.
+
+          B. Any new file that contains any part of the Original Code or
+          previous Modifications.
+
+     1.10. "Original Code" means Source Code of computer software code
+     which is described in the Source Code notice required by Exhibit A as
+     Original Code, and which, at the time of its release under this
+     License is not already Covered Code governed by this License.
+
+     1.10.1. "Patent Claims" means any patent claim(s), now owned or
+     hereafter acquired, including without limitation,  method, process,
+     and apparatus claims, in any patent Licensable by grantor.
+
+     1.11. "Source Code" means the preferred form of the Covered Code for
+     making modifications to it, including all modules it contains, plus
+     any associated interface definition files, scripts used to control
+     compilation and installation of an Executable, or source code
+     differential comparisons against either the Original Code or another
+     well known, available Covered Code of the Contributor's choice. The
+     Source Code can be in a compressed or archival form, provided the
+     appropriate decompression or de-archiving software is widely available
+     for no charge.
+
+     1.12. "You" (or "Your")  means an individual or a legal entity
+     exercising rights under, and complying with all of the terms of, this
+     License or a future version of this License issued under Section 6.1.
+     For legal entities, "You" includes any entity which controls, is
+     controlled by, or is under common control with You. For purposes of
+     this definition, "control" means (a) the power, direct or indirect,
+     to cause the direction or management of such entity, whether by
+     contract or otherwise, or (b) ownership of more than fifty percent
+     (50%) of the outstanding shares or beneficial ownership of such
+     entity.
+
+2. Source Code License.
+
+     2.1. The Initial Developer Grant.
+     The Initial Developer hereby grants You a world-wide, royalty-free,
+     non-exclusive license, subject to third party intellectual property
+     claims:
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Initial Developer to use, reproduce,
+          modify, display, perform, sublicense and distribute the Original
+          Code (or portions thereof) with or without Modifications, and/or
+          as part of a Larger Work; and
+
+          (b) under Patents Claims infringed by the making, using or
+          selling of Original Code, to make, have made, use, practice,
+          sell, and offer for sale, and/or otherwise dispose of the
+          Original Code (or portions thereof).
+
+          (c) the licenses granted in this Section 2.1(a) and (b) are
+          effective on the date Initial Developer first distributes
+          Original Code under the terms of this License.
+
+          (d) Notwithstanding Section 2.1(b) above, no patent license is
+          granted: 1) for code that You delete from the Original Code; 2)
+          separate from the Original Code;  or 3) for infringements caused
+          by: i) the modification of the Original Code or ii) the
+          combination of the Original Code with other software or devices.
+
+     2.2. Contributor Grant.
+     Subject to third party intellectual property claims, each Contributor
+     hereby grants You a world-wide, royalty-free, non-exclusive license
+
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Contributor, to use, reproduce, modify,
+          display, perform, sublicense and distribute the Modifications
+          created by such Contributor (or portions thereof) either on an
+          unmodified basis, with other Modifications, as Covered Code
+          and/or as part of a Larger Work; and
+
+          (b) under Patent Claims infringed by the making, using, or
+          selling of  Modifications made by that Contributor either alone
+          and/or in combination with its Contributor Version (or portions
+          of such combination), to make, use, sell, offer for sale, have
+          made, and/or otherwise dispose of: 1) Modifications made by that
+          Contributor (or portions thereof); and 2) the combination of
+          Modifications made by that Contributor with its Contributor
+          Version (or portions of such combination).
+
+          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+          effective on the date Contributor first makes Commercial Use of
+          the Covered Code.
+
+          (d)    Notwithstanding Section 2.2(b) above, no patent license is
+          granted: 1) for any code that Contributor has deleted from the
+          Contributor Version; 2)  separate from the Contributor Version;
+          3)  for infringements caused by: i) third party modifications of
+          Contributor Version or ii)  the combination of Modifications made
+          by that Contributor with other software  (except as part of the
+          Contributor Version) or other devices; or 4) under Patent Claims
+          infringed by Covered Code in the absence of Modifications made by
+          that Contributor.
+
+3. Distribution Obligations.
+
+     3.1. Application of License.
+     The Modifications which You create or to which You contribute are
+     governed by the terms of this License, including without limitation
+     Section 2.2. The Source Code version of Covered Code may be
+     distributed only under the terms of this License or a future version
+     of this License released under Section 6.1, and You must include a
+     copy of this License with every copy of the Source Code You
+     distribute. You may not offer or impose any terms on any Source Code
+     version that alters or restricts the applicable version of this
+     License or the recipients' rights hereunder. However, You may include
+     an additional document offering the additional rights described in
+     Section 3.5.
+
+     3.2. Availability of Source Code.
+     Any Modification which You create or to which You contribute must be
+     made available in Source Code form under the terms of this License
+     either on the same media as an Executable version or via an accepted
+     Electronic Distribution Mechanism to anyone to whom you made an
+     Executable version available; and if made available via Electronic
+     Distribution Mechanism, must remain available for at least twelve (12)
+     months after the date it initially became available, or at least six
+     (6) months after a subsequent version of that particular Modification
+     has been made available to such recipients. You are responsible for
+     ensuring that the Source Code version remains available even if the
+     Electronic Distribution Mechanism is maintained by a third party.
+
+     3.3. Description of Modifications.
+     You must cause all Covered Code to which You contribute to contain a
+     file documenting the changes You made to create that Covered Code and
+     the date of any change. You must include a prominent statement that
+     the Modification is derived, directly or indirectly, from Original
+     Code provided by the Initial Developer and including the name of the
+     Initial Developer in (a) the Source Code, and (b) in any notice in an
+     Executable version or related documentation in which You describe the
+     origin or ownership of the Covered Code.
+
+     3.4. Intellectual Property Matters
+          (a) Third Party Claims.
+          If Contributor has knowledge that a license under a third party's
+          intellectual property rights is required to exercise the rights
+          granted by such Contributor under Sections 2.1 or 2.2,
+          Contributor must include a text file with the Source Code
+          distribution titled "LEGAL" which describes the claim and the
+          party making the claim in sufficient detail that a recipient will
+          know whom to contact. If Contributor obtains such knowledge after
+          the Modification is made available as described in Section 3.2,
+          Contributor shall promptly modify the LEGAL file in all copies
+          Contributor makes available thereafter and shall take other steps
+          (such as notifying appropriate mailing lists or newsgroups)
+          reasonably calculated to inform those who received the Covered
+          Code that new knowledge has been obtained.
+
+          (b) Contributor APIs.
+          If Contributor's Modifications include an application programming
+          interface and Contributor has knowledge of patent licenses which
+          are reasonably necessary to implement that API, Contributor must
+          also include this information in the LEGAL file.
+
+               (c)    Representations.
+          Contributor represents that, except as disclosed pursuant to
+          Section 3.4(a) above, Contributor believes that Contributor's
+          Modifications are Contributor's original creation(s) and/or
+          Contributor has sufficient rights to grant the rights conveyed by
+          this License.
+
+     3.5. Required Notices.
+     You must duplicate the notice in Exhibit A in each file of the Source
+     Code.  If it is not possible to put such notice in a particular Source
+     Code file due to its structure, then You must include such notice in a
+     location (such as a relevant directory) where a user would be likely
+     to look for such a notice.  If You created one or more Modification(s)
+     You may add your name as a Contributor to the notice described in
+     Exhibit A.  You must also duplicate this License in any documentation
+     for the Source Code where You describe recipients' rights or ownership
+     rights relating to Covered Code.  You may choose to offer, and to
+     charge a fee for, warranty, support, indemnity or liability
+     obligations to one or more recipients of Covered Code. However, You
+     may do so only on Your own behalf, and not on behalf of the Initial
+     Developer or any Contributor. You must make it absolutely clear than
+     any such warranty, support, indemnity or liability obligation is
+     offered by You alone, and You hereby agree to indemnify the Initial
+     Developer and every Contributor for any liability incurred by the
+     Initial Developer or such Contributor as a result of warranty,
+     support, indemnity or liability terms You offer.
+
+     3.6. Distribution of Executable Versions.
+     You may distribute Covered Code in Executable form only if the
+     requirements of Section 3.1-3.5 have been met for that Covered Code,
+     and if You include a notice stating that the Source Code version of
+     the Covered Code is available under the terms of this License,
+     including a description of how and where You have fulfilled the
+     obligations of Section 3.2. The notice must be conspicuously included
+     in any notice in an Executable version, related documentation or
+     collateral in which You describe recipients' rights relating to the
+     Covered Code. You may distribute the Executable version of Covered
+     Code or ownership rights under a license of Your choice, which may
+     contain terms different from this License, provided that You are in
+     compliance with the terms of this License and that the license for the
+     Executable version does not attempt to limit or alter the recipient's
+     rights in the Source Code version from the rights set forth in this
+     License. If You distribute the Executable version under a different
+     license You must make it absolutely clear that any terms which differ
+     from this License are offered by You alone, not by the Initial
+     Developer or any Contributor. You hereby agree to indemnify the
+     Initial Developer and every Contributor for any liability incurred by
+     the Initial Developer or such Contributor as a result of any such
+     terms You offer.
+
+     3.7. Larger Works.
+     You may create a Larger Work by combining Covered Code with other code
+     not governed by the terms of this License and distribute the Larger
+     Work as a single product. In such a case, You must make sure the
+     requirements of this License are fulfilled for the Covered Code.
+
+4. Inability to Comply Due to Statute or Regulation.
+
+     If it is impossible for You to comply with any of the terms of this
+     License with respect to some or all of the Covered Code due to
+     statute, judicial order, or regulation then You must: (a) comply with
+     the terms of this License to the maximum extent possible; and (b)
+     describe the limitations and the code they affect. Such description
+     must be included in the LEGAL file described in Section 3.4 and must
+     be included with all distributions of the Source Code. Except to the
+     extent prohibited by statute or regulation, such description must be
+     sufficiently detailed for a recipient of ordinary skill to be able to
+     understand it.
+
+5. Application of this License.
+
+     This License applies to code to which the Initial Developer has
+     attached the notice in Exhibit A and to related Covered Code.
+
+6. Versions of the License.
+
+     6.1. New Versions.
+     Netscape Communications Corporation ("Netscape") may publish revised
+     and/or new versions of the License from time to time. Each version
+     will be given a distinguishing version number.
+
+     6.2. Effect of New Versions.
+     Once Covered Code has been published under a particular version of the
+     License, You may always continue to use it under the terms of that
+     version. You may also choose to use such Covered Code under the terms
+     of any subsequent version of the License published by Netscape. No one
+     other than Netscape has the right to modify the terms applicable to
+     Covered Code created under this License.
+
+     6.3. Derivative Works.
+     If You create or use a modified version of this License (which you may
+     only do in order to apply it to code which is not already Covered Code
+     governed by this License), You must (a) rename Your license so that
+     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+     "MPL", "NPL" or any confusingly similar phrase do not appear in your
+     license (except to note that your license differs from this License)
+     and (b) otherwise make it clear that Your version of the license
+     contains terms which differ from the Mozilla Public License and
+     Netscape Public License. (Filling in the name of the Initial
+     Developer, Original Code or Contributor in the notice described in
+     Exhibit A shall not of themselves be deemed to be modifications of
+     this License.)
+
+7. DISCLAIMER OF WARRANTY.
+
+     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
+     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
+     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
+     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
+     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
+     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+8. TERMINATION.
+
+     8.1.  This License and the rights granted hereunder will terminate
+     automatically if You fail to comply with terms herein and fail to cure
+     such breach within 30 days of becoming aware of the breach. All
+     sublicenses to the Covered Code which are properly granted shall
+     survive any termination of this License. Provisions which, by their
+     nature, must remain in effect beyond the termination of this License
+     shall survive.
+
+     8.2.  If You initiate litigation by asserting a patent infringement
+     claim (excluding declatory judgment actions) against Initial Developer
+     or a Contributor (the Initial Developer or Contributor against whom
+     You file such action is referred to as "Participant")  alleging that:
+
+     (a)  such Participant's Contributor Version directly or indirectly
+     infringes any patent, then any and all rights granted by such
+     Participant to You under Sections 2.1 and/or 2.2 of this License
+     shall, upon 60 days notice from Participant terminate prospectively,
+     unless if within 60 days after receipt of notice You either: (i)
+     agree in writing to pay Participant a mutually agreeable reasonable
+     royalty for Your past and future use of Modifications made by such
+     Participant, or (ii) withdraw Your litigation claim with respect to
+     the Contributor Version against such Participant.  If within 60 days
+     of notice, a reasonable royalty and payment arrangement are not
+     mutually agreed upon in writing by the parties or the litigation claim
+     is not withdrawn, the rights granted by Participant to You under
+     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+     the 60 day notice period specified above.
+
+     (b)  any software, hardware, or device, other than such Participant's
+     Contributor Version, directly or indirectly infringes any patent, then
+     any rights granted to You by such Participant under Sections 2.1(b)
+     and 2.2(b) are revoked effective as of the date You first made, used,
+     sold, distributed, or had made, Modifications made by that
+     Participant.
+
+     8.3.  If You assert a patent infringement claim against Participant
+     alleging that such Participant's Contributor Version directly or
+     indirectly infringes any patent where such claim is resolved (such as
+     by license or settlement) prior to the initiation of patent
+     infringement litigation, then the reasonable value of the licenses
+     granted by such Participant under Sections 2.1 or 2.2 shall be taken
+     into account in determining the amount or value of any payment or
+     license.
+
+     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
+     all end user license agreements (excluding distributors and resellers)
+     which have been validly granted by You or any distributor hereunder
+     prior to termination shall survive termination.
+
+9. LIMITATION OF LIABILITY.
+
+     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
+     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
+     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
+     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
+     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
+     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
+     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
+     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+10. U.S. GOVERNMENT END USERS.
+
+     The Covered Code is a "commercial item," as that term is defined in
+     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+     software" and "commercial computer software documentation," as such
+     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+     all U.S. Government End Users acquire Covered Code with only those
+     rights set forth herein.
+
+11. MISCELLANEOUS.
+
+     This License represents the complete agreement concerning subject
+     matter hereof. If any provision of this License is held to be
+     unenforceable, such provision shall be reformed only to the extent
+     necessary to make it enforceable. This License shall be governed by
+     California law provisions (except to the extent applicable law, if
+     any, provides otherwise), excluding its conflict-of-law provisions.
+     With respect to disputes in which at least one party is a citizen of,
+     or an entity chartered or registered to do business in the United
+     States of America, any litigation relating to this License shall be
+     subject to the jurisdiction of the Federal Courts of the Northern
+     District of California, with venue lying in Santa Clara County,
+     California, with the losing party responsible for costs, including
+     without limitation, court costs and reasonable attorneys' fees and
+     expenses. The application of the United Nations Convention on
+     Contracts for the International Sale of Goods is expressly excluded.
+     Any law or regulation which provides that the language of a contract
+     shall be construed against the drafter shall not apply to this
+     License.
+
+12. RESPONSIBILITY FOR CLAIMS.
+
+     As between Initial Developer and the Contributors, each party is
+     responsible for claims and damages arising, directly or indirectly,
+     out of its utilization of rights under this License and You agree to
+     work with Initial Developer and Contributors to distribute such
+     responsibility on an equitable basis. Nothing herein is intended or
+     shall be deemed to constitute any admission of liability.
+
+13. MULTIPLE-LICENSED CODE.
+
+     Initial Developer may designate portions of the Covered Code as
+     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
+     Developer permits you to utilize portions of the Covered Code under
+     Your choice of the NPL or the alternative licenses, if any, specified
+     by the Initial Developer in the file described in Exhibit A.
+
+EXHIBIT A -Mozilla Public License.
+
+     ``The contents of this file are subject to the Mozilla Public License
+     Version 1.1 (the "License"); you may not use this file except in
+     compliance with the License. You may obtain a copy of the License at
+     http://www.mozilla.org/MPL/
+
+     Software distributed under the License is distributed on an "AS IS"
+     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+     License for the specific language governing rights and limitations
+     under the License.
+
+     The Original Code is ______________________________________.
+
+     The Initial Developer of the Original Code is ________________________.
+     Portions created by ______________________ are Copyright (C) ______
+     _______________________. All Rights Reserved.
+
+     Contributor(s): ______________________________________.
+
+     Alternatively, the contents of this file may be used under the terms
+     of the _____ license (the  "[___] License"), in which case the
+     provisions of [______] License are applicable instead of those
+     above.  If you wish to allow use of your version of this file only
+     under the terms of the [____] License and not to allow others to use
+     your version of this file under the MPL, indicate your decision by
+     deleting  the provisions above and replace  them with the notice and
+     other provisions required by the [___] License.  If you do not delete
+     the provisions above, a recipient may use your version of this file
+     under either the MPL or the [___] License."
+
+     [NOTE: The text of this Exhibit A may differ slightly from the text of
+     the notices in the Source Code files of the Original Code. You should
+     use the text of this Exhibit A rather than the text found in the
+     Original Code Source Code for Your Modifications.]

Added: packages-metadata/p/publican.control
===================================================================
--- packages-metadata/p/publican.control	                        (rev 0)
+++ packages-metadata/p/publican.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,89 @@
+Source: publican
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+ docbook-xml,
+ docbook-xsl (>= 1.76.1),
+ fop,
+# for Archive::Tar, I18N::LangTags::List, Locale::Language, Term::ANSIColor, Text::Wrap and more
+ perl (>= 5.10),
+ libarchive-zip-perl,
+ libconfig-simple-perl,
+ libdatetime-format-dateparse-perl,
+ libdatetime-perl,
+ libdbd-sqlite3-perl,
+ libdbi-perl,
+ libdevel-cover-perl,
+ libfile-copy-recursive-perl (>= 0.38),
+ libfile-find-rule-perl,
+ libfile-pushd-perl,
+ libfile-which-perl,
+ libhtml-format-perl,
+ libhtml-template-perl,
+ libhtml-tree-perl (>= 3.23-2),
+ libimage-size-perl,
+ libio-string-perl,
+ liblocale-maketext-gettext-perl,
+ liblocale-po-perl,
+ libmakefile-parser-perl,
+ libmodule-build-perl,
+ libsyntax-highlight-engine-kate-perl,
+ libtemplate-perl,
+ libtest-exception-perl,
+ libtest-perl-critic-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
+ libxml-libxml-perl (>= 1.67),
+ libxml-libxslt-perl (>= 1.67),
+ libxml-simple-perl,
+ libxml-treebuilder-perl (>= 3.09-2),
+ perlmagick,
+Maintainer: Mikhail Gusarov <dottedmag at debian.org>
+Uploaders: Raphaël Hertzog <hertzog at debian.org>
+Standards-Version: 3.9.3
+Homepage: https://fedorahosted.org/publican/
+Vcs-Git: git://git.debian.org/collab-maint/publican.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/publican.git
+
+Package: publican
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+ docbook-xml,
+ docbook-xsl (>= 1.76.1),
+ fop,
+ gettext,
+ libarchive-zip-perl,
+ libconfig-simple-perl,
+ libdatetime-format-dateparse-perl,
+ libdatetime-perl,
+ libdbd-sqlite3-perl,
+ libdbi-perl,
+ libfile-copy-recursive-perl (>= 0.38),
+ libfile-find-rule-perl,
+ libfile-pushd-perl,
+ libfile-which-perl,
+ libhtml-format-perl,
+ libhtml-template-perl,
+ libhtml-tree-perl (>= 3.23-2),
+ libimage-size-perl,
+ libio-string-perl,
+ liblocale-maketext-gettext-perl,
+ liblocale-po-perl,
+ libmakefile-parser-perl,
+ libtemplate-perl,
+ libsyntax-highlight-engine-kate-perl,
+ libxml-libxml-perl (>= 1.67),
+ libxml-libxslt-perl (>= 1.67),
+ libxml-simple-perl,
+ libxml-treebuilder-perl (>= 3.09-2),
+ perlmagick,
+ librsvg2-bin,
+Description: Tool for publishing material authored in DocBook XML
+ Publican is a DocBook XML publication system:
+  * Publican ensures your document is valid,
+  * Publican works to ensure your document is up to publishable standard,
+  * Publican supports skinning to allow you to create your own presentation
+    rules and look, overriding many parts of the default style to meet your
+    publishing needs,
+  * Publican automates producing documentation in several formats: plain text,
+    several variations of HTML output and PDF, hiding boring details.

Added: packages-metadata/p/publican.copyright
===================================================================
--- packages-metadata/p/publican.copyright	                        (rev 0)
+++ packages-metadata/p/publican.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,81 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jeff Fearn <jfearn at redhat.com>
+Upstream-Source: http://fedorahosted.org/publican/
+Upstream-Name: Publican
+
+Files: *
+Copyright: 2009 Red Hat, Inc.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+# Please improve this section when explicit GFDL licensing is added to source
+# code
+Files: datadir/Common_Content/*
+Copyright: 2007-2009 Red Hat, Inc.
+License: GFDL
+ Not explicitly stated in source code, so here's the mail excerpt from Jeff
+ Fearn. Full mail can be found at
+ https://www.redhat.com/archives/publican-list/2009-August/msg00055.html
+ .
+ Return-Path: <publican-list-bounces at redhat.com>
+ Delivered-To: unknown
+ Message-ID: <4A947E2D.7070306 at redhat.com>
+ Date: Wed, 26 Aug 2009 10:13:33 +1000
+ From: Jeffrey Fearn <jfearn at redhat.com>
+ Organization: Red Hat Inc.
+ MIME-Version: 1.0
+ To: Publican list <publican-list at redhat.com>
+ Subject: Re: [publican-list] Adjusting copyright information
+ References: <87r5v097yw.fsf at vertex.dottedmag.net>
+ In-Reply-To: <87r5v097yw.fsf at vertex.dottedmag.net>
+ Content-Type: text/plain; charset=ISO-8859-1; format=flowed
+ Content-Transfer-Encoding: 7bit
+ .
+ ...
+ > datadir/Common_Content/*: no copyright/license information
+ hmm that content is all GFDL license, anyone know if I need to specify this per file or can I do it in one place?
+
+Files: datadir/fop/*
+Copyright: 1999-2008 The Apache Software Foundation
+License: Apache-2.0
+
+Files: datadir/xsl/*
+Copyright: 2007-2009 Red Hat, Inc.
+License: Artistic | GPL-2+
+
+Files: datadir/xsl/epub.xsl
+Copyright: 2009 Red Hat, Inc.
+License: Artistic | GPL-2+
+
+Files: debian/*
+Copyright: 2009, Mikhail Gusarov <dottedmag at dottedmag.net>
+License: Artistic | GPL-2+
+
+License: Apache-2.0
+    This program is free software; you can redistribute it and/or modify it
+    under the terms of the Apache License version 2.0 as published by Apache
+    Software Foundation. On Debian GNU/Linux systems, the complete text of the
+    Apache License can be found in /usr/share/common-licenses/Apache-2.0
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
+
+License: GPL-2+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 2, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: packages-metadata/p/python-django-social-auth.control
===================================================================
--- packages-metadata/p/python-django-social-auth.control	                        (rev 0)
+++ packages-metadata/p/python-django-social-auth.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,48 @@
+Source: python-django-social-auth
+Section: python
+Priority: extra
+Maintainer: Janos Guljas <janos at resenje.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools
+Standards-Version: 3.9.3
+Homepage: http://pypi.python.org/pypi/django-social-auth
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-social-auth/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-social-auth/trunk/
+
+Package: python-django-social-auth
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: Django social authentication made simple
+ Django Social Auth is an easy to setup social authentication/authorization
+ mechanism for Django projects.
+ .
+ This application provides user registration and login using social sites
+ credentials, some features are:
+ .
+  * Registration and Login using social sites using the following providers:
+     - Google OpenID
+     - Google OAuth
+     - Google OAuth2
+     - Yahoo OpenID
+     - OpenId like myOpenID
+     - Twitter OAuth
+     - Facebook OAuth
+ .
+  * Some contributions added support for:
+     - LiveJournal OpenID
+     - Orkut OAuth
+     - Linkedin OAuth
+     - Foursquare OAuth2
+     - GitHub OAuth
+     - Dropbox OAuth
+     - Flickr OAuth
+ .
+  * Basic user data population and signaling, to allows custom fields values
+    from providers response.
+ .
+  * Multiple social accounts association to single users.
+ .
+  * Custom User model override if needed (auth.User by default).
+

Added: packages-metadata/p/python-django-social-auth.copyright
===================================================================
--- packages-metadata/p/python-django-social-auth.copyright	                        (rev 0)
+++ packages-metadata/p/python-django-social-auth.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-social-auth
+Upstream-Contact: Matías Aguirre <matiasaguirre at gmail.com>
+Source: https://github.com/omab/django-social-auth
+
+Files: *
+Copyright: 2010, Matías Aguirre <matiasaguirre at gmail.com>
+License: BSD
+
+Files: debian/*
+Copyright: 2011 Janos Guljas <janos at resenje.org>
+License: BSD
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the this project nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.

Added: packages-metadata/p/python-slimmer.control
===================================================================
--- packages-metadata/p/python-slimmer.control	                        (rev 0)
+++ packages-metadata/p/python-slimmer.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,29 @@
+Source: python-slimmer
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at resenje.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Jan Dittberner <jandd at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python3-all (>= 3.1), python-setuptools, python3-setuptools
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.4
+Homepage: http://pypi.python.org/pypi/slimmer/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-slimmer/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-slimmer/trunk/
+
+Package: python-slimmer
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: HTML, XHTML, CSS, JavaScript optimizer
+ Slimmer is a simple set of functions for compressing/optimizing
+ HTML, XHTML and CSS documents as strings.
+
+Package: python3-slimmer
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: HTML, XHTML, CSS, JavaScript optimizer for Python3
+ Slimmer is a simple set of functions for compressing/optimizing
+ HTML, XHTML and CSS documents as strings.
+ .
+ This package provides module for python3 series.

Added: packages-metadata/p/python-slimmer.copyright
===================================================================
--- packages-metadata/p/python-slimmer.copyright	                        (rev 0)
+++ packages-metadata/p/python-slimmer.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,225 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: slimmer
+Upstream-Contact: Peter Bengtsson <peter at fry-it.com>
+Source: http://pypi.python.org/pypi/slimmer/
+
+Files: *
+Copyright: 2004-2009, Peter Bengtsson <peter at fry-it.com>
+License: PSF2
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ --------------------------------------------
+ .
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
+ otherwise using this software ("Python") in source or binary form and
+ its associated documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement, PSF
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
+ license to reproduce, analyze, test, perform and/or display publicly,
+ prepare derivative works, distribute, and otherwise use Python
+ alone or in any derivative version, provided, however, that PSF's
+ License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+ 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
+ Reserved" are retained in Python alone or in any derivative version
+ prepared by Licensee.
+ .
+ 3. In the event Licensee prepares a derivative work that is based on
+ or incorporates Python or any part thereof, and wants to make
+ the derivative work available to others as provided herein, then
+ Licensee hereby agrees to include in any such work a brief summary of
+ the changes made to Python.
+ .
+ 4. PSF is making Python available to Licensee on an "AS IS"
+ basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ .
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between PSF and
+ Licensee. This License Agreement does not grant permission to use PSF
+ trademarks or trade name in a trademark sense to endorse or promote
+ products or services of Licensee, or any third party.
+ .
+ 8. By copying, installing or otherwise using Python, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
+ .
+ BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+ -------------------------------------------
+ .
+ BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+ .
+ 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
+ office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
+ Individual or Organization ("Licensee") accessing and otherwise using
+ this software in source or binary form and its associated
+ documentation ("the Software").
+ .
+ 2. Subject to the terms and conditions of this BeOpen Python License
+ Agreement, BeOpen hereby grants Licensee a non-exclusive,
+ royalty-free, world-wide license to reproduce, analyze, test, perform
+ and/or display publicly, prepare derivative works, distribute, and
+ otherwise use the Software alone or in any derivative version,
+ provided, however, that the BeOpen Python License is retained in the
+ Software, alone or in any derivative version prepared by Licensee.
+ .
+ 3. BeOpen is making the Software available to Licensee on an "AS IS"
+ basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
+ SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
+ AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
+ DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 5. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ .
+ 6. This License Agreement shall be governed by and interpreted in all
+ respects by the law of the State of California, excluding conflict of
+ law provisions. Nothing in this License Agreement shall be deemed to
+ create any relationship of agency, partnership, or joint venture
+ between BeOpen and Licensee. This License Agreement does not grant
+ permission to use BeOpen trademarks or trade names in a trademark
+ sense to endorse or promote products or services of Licensee, or any
+ third party. As an exception, the "BeOpen Python" logos available at
+ http://www.pythonlabs.com/logos.html may be used according to the
+ permissions granted on that web page.
+ .
+ 7. By copying, installing or otherwise using the software, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
+ .
+ CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
+ ---------------------------------------
+ .
+ 1. This LICENSE AGREEMENT is between the Corporation for National
+ Research Initiatives, having an office at 1895 Preston White Drive,
+ Reston, VA 20191 ("CNRI"), and the Individual or Organization
+ ("Licensee") accessing and otherwise using Python 1.6.1 software in
+ source or binary form and its associated documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement, CNRI
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
+ license to reproduce, analyze, test, perform and/or display publicly,
+ prepare derivative works, distribute, and otherwise use Python 1.6.1
+ alone or in any derivative version, provided, however, that CNRI's
+ License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
+ 1995-2001 Corporation for National Research Initiatives; All Rights
+ Reserved" are retained in Python 1.6.1 alone or in any derivative
+ version prepared by Licensee. Alternately, in lieu of CNRI's License
+ Agreement, Licensee may substitute the following text (omitting the
+ quotes): "Python 1.6.1 is made available subject to the terms and
+ conditions in CNRI's License Agreement. This Agreement together with
+ Python 1.6.1 may be located on the Internet using the following
+ unique, persistent identifier (known as a handle): 1895.22/1013. This
+ Agreement may also be obtained from a proxy server on the Internet
+ using the following URL: http://hdl.handle.net/1895.22/1013".
+ .
+ 3. In the event Licensee prepares a derivative work that is based on
+ or incorporates Python 1.6.1 or any part thereof, and wants to make
+ the derivative work available to others as provided herein, then
+ Licensee hereby agrees to include in any such work a brief summary of
+ the changes made to Python 1.6.1.
+ .
+ 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
+ basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+ 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ .
+ 7. This License Agreement shall be governed by the federal
+ intellectual property law of the United States, including without
+ limitation the federal copyright law, and, to the extent such
+ U.S. federal law does not apply, by the law of the Commonwealth of
+ Virginia, excluding Virginia's conflict of law provisions.
+ Notwithstanding the foregoing, with regard to derivative works based
+ on Python 1.6.1 that incorporate non-separable material that was
+ previously distributed under the GNU General Public License (GPL), the
+ law of the Commonwealth of Virginia shall govern this License
+ Agreement only as to issues arising under or with respect to
+ Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
+ License Agreement shall be deemed to create any relationship of
+ agency, partnership, or joint venture between CNRI and Licensee. This
+ License Agreement does not grant permission to use CNRI trademarks or
+ trade name in a trademark sense to endorse or promote products or
+ services of Licensee, or any third party.
+ .
+ 8. By clicking on the "ACCEPT" button where indicated, or by copying,
+ installing or otherwise using Python 1.6.1, Licensee agrees to be
+ bound by the terms and conditions of this License Agreement.
+ .
+ ACCEPT
+ .
+ CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+ --------------------------------------------------
+ .
+ Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
+ The Netherlands. All rights reserved.
+ .
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted,
+ provided that the above copyright notice appear in all copies and that
+ both that copyright notice and this permission notice appear in
+ supporting documentation, and that the name of Stichting Mathematisch
+ Centrum or CWI not be used in advertising or publicity pertaining to
+ distribution of the software without specific, written prior
+ permission.
+ .
+ STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Files: debian/*
+Copyright: 2009-2011 Janos Guljas <janos at resenje.org>
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the Janos Guljas nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.

Modified: packages-metadata/r/redmine.copyright
===================================================================
--- packages-metadata/r/redmine.copyright	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/r/redmine.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -155,10 +155,6 @@
  copyright notice that you have modified it. I also wouldn't mind if you sent patches
  back to me, but you are not strictly required to do so.
 
-License: GPL
- On Debian systems, the complete text of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL'.
-
 License: GPL-2
  On Debian systems, the complete text of the GNU General
  Public License version 2 can be found in '/usr/share/common-licenses/GPL-2'.

Modified: packages-metadata/r/rescue.control
===================================================================
--- packages-metadata/r/rescue.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/r/rescue.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -10,14 +10,14 @@
 Package: rescue-check
 Architecture: all
 Priority: standard
-XC-Package-Type: udeb
+Package-Type: udeb
 Depends: cdebconf-udeb (>= 0.75), main-menu (>= 1.03), di-utils (>= 1.18)
 Description: enter d-i rescue mode if requested
 
 Package: rescue-mode
 Architecture: all
 Priority: optional
-XC-Package-Type: udeb
+Package-Type: udeb
 XB-Installer-Menu-Item: 3900
 Depends: rescue-check, cdebconf-udeb (>= 0.73), harddrive-detection, e2fsprogs-udeb, ext2-modules, ext3-modules, ext4-modules, fat-modules, jfsutils-udeb, jfs-modules, md-modules, crypto-dm-modules, reiserfsprogs-udeb, reiserfs-modules, xfsprogs-udeb, xfs-modules, lvm2-udeb, mdadm-udeb (>= 2.5.2), di-utils (>= 1.62), crypto-modules, cryptsetup-udeb, fdisk-udeb, parted-udeb
 Description: mount requested partition and start a rescue shell

Added: packages-metadata/s/saga.control
===================================================================
--- packages-metadata/s/saga.control	                        (rev 0)
+++ packages-metadata/s/saga.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,62 @@
+Source: saga
+Section: science
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>, Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: libwxgtk2.8-dev, wx-common, libgdal-dev, libexpat-dev,
+ libogdi3.2-dev, libproj-dev, libgrib2c-dev, debhelper (>=8), swig,
+ libqhull-dev, libhpdf-dev, python-dev, liblas-dev
+Standards-Version: 3.9.3
+Homepage: http://www.saga-gis.org/
+Vcs-Git: git://git.debian.org/pkg-grass/saga.git
+Vcs-Browser: http://git.debian.org/?p=pkg-grass/saga.git
+
+Package: saga
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsaga (= ${binary:Version})
+Description: System for Automated Geoscientific Analyses
+ SAGA GIS (System for Automated Geoscientific Analyses) is a free and
+ open source geographic information system used for editing and 
+ analysing spatial data. It includes a large number of modules for the
+ analysis of vector (point, line and polygon), table, grid and image 
+ data. Among others the package includes modules for geostatistics, 
+ image classification, projections, simulation of dynamic processes 
+ (hydrology, landscape development) and terrain analysis.
+ The functionality can be accessed through a GUI, the command line or 
+ by using the C++ API.
+
+Package: libsaga-dev
+Section: libdevel
+Architecture: any
+Suggests: saga (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libsaga (<< 2.0.4+dfsg-3~)
+Breaks: libsaga (<< 2.0.4+dfsg-3~)
+Description: SAGA GIS development files
+ SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
+ information system used for editing and analysing spatial data.
+ . 
+ This package contains the header files for developing with SAGA.
+ Install this package if you wish to develop software that uses the SAGA API.
+
+Package: libsaga
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: libsaga-2.0.8
+Description: SAGA GIS development files
+ SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
+ information system used for editing and analysing spatial data.
+ . 
+ This package contains the library files for developing with SAGA.
+
+Package: python-saga
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libsaga (= ${binary:Version})
+Suggests: saga (= ${binary:Version})
+Description: SAGA GIS python bindings
+ SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
+ information system used for editing and analysing spatial data.
+ . 
+ This package contains the python bindings to SAGA. 

Added: packages-metadata/s/saga.copyright
===================================================================
--- packages-metadata/s/saga.copyright	                        (rev 0)
+++ packages-metadata/s/saga.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,285 @@
+The original source was downloaded from http://www.saga-gis.org 
+The main upstream author is: Olaf Conrad <oconrad at saga-gis.org>
+
+On two places files were removed to adhere to the DFSG:
+- the files triangle.c and triangle.h were removed from libgrid_gridding
+  because they are incompatible with the DFSG. The functionality
+  could be retained by linking to libqhull
+  src/modules/grid/grid_gridding/nn/triangle.[c/h]
+- the module fire simulation: src/modules_simulation/fire/*
+  it relies on a non DFSG library: libfire  (www.fire.org)
+
+
+***Saga API and cli/gui - Copyright***
+src/saga_core/*:
+Copyright: 2001-2011 Olaf Conrad 
+Copyright: 2003-2006 Victor Olaya 
+Copyright: 2001-2004 Andre Ringeler 
+Copyright: 2007      Thomas Schorr
+Copyright: 2003-2011 Volker Wichmann
+
+src/saga_core/saga_gui/wx/propgrid/*
+Copyright: 2004-2007 Jaakko Salli
+http://wxpropgrid.sourceforge.net/
+
+src/saga_core/saga_api/mat_formula.cpp
+contains code base on work by:
+Copyright 1993-1998 Herald Helfgott
+
+src/saga_core/saga_api/clipper.cpp
+Copyright 2010-2011, Angus Johnson http://www.angusj.com
+
+src/saga_core/saga_odbc/otlv4.h
+Copyright (C) 1996-2010, Sergei Kuchin (skuchin at gmail.com)
+
+***Saga API and cli/gui - License***
+src/saga_core/saga_api/*
+src/saga_core/saga_gdi/*
+src/saga_core/saga_odbc/*
+License: LGPGL-2.1 available on debian at: /usr/share/common-licenses/LGPL-2.1
+
+src/saga_core/saga_api/clipper.cpp
+License: Boost Software License ver 1.
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
+
+src/saga_core/saga_odbc/otlv4.h
+=============================================================================
+ORACLE, ODBC and DB2/CLI Template Library, Version 4.0.210,
+Copyright (C) 1996-2010, Sergei Kuchin (skuchin at gmail.com)
+
+This library is free software. Permission to use, copy, modify,
+and/or distribute this software for any purpose with or without fee
+is hereby granted, provided that the above copyright notice and
+this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+src/saga_core/saga_gui/*
+src/saga_core/saga_cmd/*
+License: GPL-2 available on debian at: /usr/share/common-licenses/GPL-2
+
+src/saga_core/saga_gui/wx/propgrid/*
+License: wxWindows Library License, this equals the LPGL with exception that object code may be distributed under own terms. 
+wxWindows library licence:
+Copyright (c) 1998 Julian Smart, Robert Roebling [, ...]
+
+Everyone is permitted to copy and distribute verbatim copies
+of this licence document, but changing it is not allowed.
+
+WXWINDOWS LIBRARY LICENCE
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+This library is free software; you can redistribute it and/or modify it
+under the terms of the GNU Library General Public Licence as published by
+the Free Software Foundation; either version 2 of the Licence, 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 Library
+General Public Licence for more details.
+
+You should have received a copy of the GNU Library General Public Licence
+along with this software, available on debian systems at: 
+/usr/share/common-licenses/GPL-2
+If not, write to the Free Software Foundation, Inc., 51 Franklin Street, 
+Fifth Floor, Boston, MA 02110-1301 USA
+
+EXCEPTION NOTICE
+
+1. As a special exception, the copyright holders of this library give
+permission for additional uses of the text contained in this release of
+the library as licenced under the wxWindows Library Licence, applying
+either version 3 of the Licence, or (at your option) any later version of
+the Licence as published by the copyright holders of version 3 of the
+Licence document.
+
+2. The exception is that you may use, copy, link, modify and distribute
+under the user's own terms, binary object code versions of works based
+on the Library.
+
+3. If you copy code from files distributed under the terms of the GNU
+General Public Licence or the GNU Library General Public Licence into a
+copy of this library, as this licence permits, the exception does not
+apply to the code that you add in this way. To avoid misleading anyone as
+to the status of such modified files, you must delete this exception
+notice from such code and/or adjust the licensing conditions notice
+accordingly.
+
+4. If you write modifications of your own for this library, it is your
+choice whether to permit this exception to apply to your modifications.
+If you do not wish that, you must delete the exception notice from such
+code and/or adjust the licensing conditions notice accordingly.
+
+*** SAGA modules: Copyright ***
+src/modules/*
+src/modules_*
+Copyright: 2001-2011 Olaf Conrad 
+Copyright: 2002-2010 SAGA User Group Association
+Copyright: 2003-2006 Victor Olaya
+Copyright: 2001-2009 Andre Ringeler
+Copyright: 2007 Thomas Schorr
+Copyright: 2003-2011 Volker Wichmann
+Copyright: 2004 Antonio Boggia
+Copyright: 2004 Gianluca Massei
+Copyright: 2006 Stefan Liersch
+Copyright:      Alessandro Perego
+Copyright: 2007-2011 Johan Van de Wauw
+License: GPL-2 available on debian at: /usr/share/common-licenses/GPL-2
+
+Some modules contain (parts of) previously published software:
+src/modules_io/esri_e00/io_esri_e00/e00compr/*
+Copyright 1998-1999 Frank Warmerdam and Daniel Morisette
+MIT license:
+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.
+
+shapes/io_shapes_dxf/dxflib
+Copyright (C) 2001-2003 RibbonSoft. All rights reserved.
+Copyright (C) 2001 Robert J. Campbell Jr
+License: GPL-2 available on debian at: /usr/share/common-licenses/GPL-2
+
+src/modules/shapes/shapes_lines_ex/*
+Contains code from Plot Graphic Library
+a C++/MFC charting library.
+http://pgl.codeplex.com/
+Copyright (C) 2001  de Halleux Jonathan
+LGPLv2.1+ (2.1 or higher)
+the complete text of this license can be found in the file:
+/usr/share/common-licenses/LGPL-2.1
+
+src/modules_projection/pj_georeference/pj_georeference/*
+A number of files in this directory comes from CMinpack:
+http://devernay.free.fr/hacks/cminpack.html
+
+Minpack Copyright Notice (1999) University of Chicago.  All rights reserved
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the
+following conditions are met:
+
+1. Redistributions of source code must retain the above
+copyright notice, this list of conditions and the following
+disclaimer.
+
+2. Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following
+disclaimer in the documentation and/or other materials
+provided with the distribution.
+
+3. The end-user documentation included with the
+redistribution, if any, must include the following
+acknowledgment:
+
+   "This product includes software developed by the
+   University of Chicago, as Operator of Argonne National
+   Laboratory.
+
+Alternately, this acknowledgment may appear in the software
+itself, if and wherever such third-party acknowledgments
+normally appear.
+
+4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS"
+WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE
+UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND
+THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE
+OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY
+OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR
+USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF
+THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4)
+DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION
+UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL
+BE CORRECTED.
+
+5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT
+HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF
+ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT,
+INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF
+ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF
+PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER
+SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT
+(INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE,
+EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
+POSSIBILITY OF SUCH LOSS OR DAMAGES.
+
+src/modules/grid/grid_gridding/nn/*.[c|h]
+saga/src/modules/grid/grid_spline/csa.[c|h]
+upstream URL: http://code.google.com/p/nn-c/source/browse/nn/LICENSE
+- the files triangle.[c|h] are removed
+and upstream URL: http://http://code.google.com/p/csa-c/
+
+Copyright (C) 2000-2008 Pavel Sakov and CSIRO
+
+Redistribution and use of material from the package `nn', with or without
+modification, are permitted provided that the following conditions are 
+met:
+
+   1. Redistributions of material must retain the above copyright notice, this
+      list of conditions and the following disclaimer.
+   2. The names of the authors may not be used to endorse or promote products
+      derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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.
+
+*** Debian packaging ***
+Files: debian/*
+Copyright: 2010 Johan Van de Wauw <johan.vandewauw at gmail.com>
+License: LGPLv2.1+ (2.1 or higher)
+the complete text of this license can be found in the file:
+/usr/share/common-licenses/LGPL-2.1

Added: packages-metadata/s/stylebook.control
===================================================================
--- packages-metadata/s/stylebook.control	                        (rev 0)
+++ packages-metadata/s/stylebook.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,17 @@
+Source: stylebook
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Koch <konqueror at gmx.de>, Jakub Adam <jakub.adam at ktknet.cz>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: default-jdk, ant, javahelper (>= 0.33~), libxerces2-java
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
+
+Package: libstylebook-java
+Architecture: all
+Depends: libxerces2-java, ${misc:Depends}
+Description: XML application for authoring web site content
+ Stylebook is a way to convert a set of XML files into a proper web
+ site with consistent navigation and layout.

Added: packages-metadata/s/stylebook.copyright
===================================================================
--- packages-metadata/s/stylebook.copyright	                        (rev 0)
+++ packages-metadata/s/stylebook.copyright	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,68 @@
+This package was debianized by Marcus Better <marcus at better.se> on
+Thu, 09 Nov 2006 11:33:42 +0100.
+
+It was downloaded from
+<http://svn.apache.org/repos/asf/xml/stylebook/trunk/>.
+
+Upstream authors: Pierpaolo Fumagalil <pier at apache.org>, Donald Leslie
+<donald_leslie at lotus.com>.
+
+Stylebook is Copyright (C) 1999-2000 The Apache Software Foundation.
+
+    The Apache Software License, Version 1.1
+
+    Copyright (c) 1999 The Apache Software Foundation.  All rights 
+    reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer. 
+
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in
+       the documentation and/or other materials provided with the
+       distribution.
+
+    3. The end-user documentation included with the redistribution,
+     if any, must include the following acknowledgment:  
+	"This product includes software developed by the
+	   Apache Software Foundation (http://www.apache.org/)."
+       Alternately, this acknowledgment may appear in the software itself,
+       if and wherever such third-party acknowledgments normally appear.
+
+    4. The names "Xerces" and "Apache Software Foundation" must
+       not be used to endorse or promote products derived from this
+       software without prior written permission. For written 
+       permission, please contact apache at apache.org.
+
+    5. Products derived from this software may not be called "Apache",
+       nor may "Apache" appear in their name, without prior written
+       permission of the Apache Software Foundation.
+
+    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR
+    ITS 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.
+    ====================================================================
+
+    This software consists of voluntary contributions made by many
+    individuals on behalf of the Apache Software Foundation and was
+    originally based on software copyright (c) 1999, International
+    Business Machines, Inc., http://www.apache.org.  For more
+    information on the Apache Software Foundation, please see
+    <http://www.apache.org/>.
+
+The Debian packaging is Copyright (C) 2006 Marcus Better
+<marcus at better.se> and is licensed under the Apache License, Version
+1.1, as above.

Modified: packages-metadata/t/tzsetup.control
===================================================================
--- packages-metadata/t/tzsetup.control	2012-06-18 03:01:04 UTC (rev 2381)
+++ packages-metadata/t/tzsetup.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -11,5 +11,5 @@
 Package: tzsetup-udeb
 Architecture: all
 Depends: ${misc:Depends}, localechooser
-XC-Package-Type: udeb
+Package-Type: udeb
 Description: choose time zone

Added: packages-metadata/w/wdm.control
===================================================================
--- packages-metadata/w/wdm.control	                        (rev 0)
+++ packages-metadata/w/wdm.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,29 @@
+Source: wdm
+Section: x11
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Homepage: http://voins.program.ru/wdm
+Vcs-Git: git://git.debian.org/collab-maint/wdm.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/wdm.git;a=summary
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 5), po-debconf, dpkg-dev (>= 1.15.7~),
+ libgif-dev, libjpeg-dev, libpng-dev, libxpm-dev,
+ libpam0g-dev, libwings-dev, libwraster3-dev, zlib1g-dev,
+ libxdmcp-dev, libxinerama-dev, libxkbfile-dev, libxmu-dev,
+ libx11-dev, libxau-dev, libxt-dev,
+ libselinux1-dev [linux-any],
+ x11proto-core-dev, libxft-dev, x11-xserver-utils
+
+Package: wdm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libpam-runtime (>= 0.76-13.1), libpam-modules,
+ debconf (>= 1.5.20) | debconf-2.0,
+ psmisc, x11-apps, x11-common,
+ x11-xserver-utils, x11-utils
+Suggests: xfonts-base | xfs
+Provides: x-display-manager
+Description: WINGs Display Manager - an xdm replacement with a WindowMaker look
+ This is an xdm replacement based on the WINGs widget set.  WINGs is the
+ NeXT-like widget set used by WindowMaker and some other programs.  wdm
+ provides a nice and versatile login panel along with xdm functionality.

Added: packages-metadata/y/yate.control
===================================================================
--- packages-metadata/y/yate.control	                        (rev 0)
+++ packages-metadata/y/yate.control	2012-06-19 03:01:15 UTC (rev 2382)
@@ -0,0 +1,167 @@
+Source: yate
+Section: comm
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Faidon Liambotis <paravoid at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Build-Depends: debhelper (>= 8),
+ autotools-dev,
+ dh-autoreconf,
+ libopenh323-dev | libh323plus-dev (>= 1.22.0~),
+ libgsm1-dev,
+ dahdi-source,
+ libmysqlclient-dev,
+ libpq-dev,
+ libqt4-dev,
+ libasound2-dev,
+ libspeex-dev,
+ libssl-dev,
+ zlib1g-dev,
+ libsctp-dev,
+ python,
+ libspandsp-dev (>= 0.0.5~),
+ doxygen,
+ pkg-config
+Standards-Version: 3.9.2
+Homepage: http://yate.null.ro/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/yate/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/yate/?op=log
+
+Package: yate
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, yate-core (= ${binary:Version})
+Description: Yet Another Telephony Engine (YATE)
+ YATE is a telephony engine aimed at creating a telephony server that
+ performs well enough to deal with PBX requirements and also flexible
+ enough for complex Gateway and IVR solutions.
+ .
+ This package contains YATE Server itself.
+
+Package: libyate4.1.0
+Architecture: any
+Section: libs
+Replaces: libyate4.0.0
+Conflicts: libyate4.0.0
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Shared library 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This package contains shared libraries for YATE.
+
+Package: yate-core
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: YATE core modules
+ YATE is a telephony engine aimed at creating a telephony server that
+ performs well enough to deal with PBX requirements and also flexible
+ enough for complex Gateway and IVR solutions.
+ .
+ This package contains the core modules necessary for running YATE.
+
+Package: yate-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libyate4.1.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
+ enough for complex Gateway and IVR solutions.
+ .
+ This package contains development libraries for YATE.
+
+Package: yate-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Documentation 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This package provides documentation for YATE.
+
+# Or maybe a separate -php and -perl packages?
+Package: yate-scripts
+Architecture: any
+Depends: ${misc:Depends}, yate (>= ${binary:Version}), php5-cli
+Description: PHP scripts 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
+ enough for complex Gateway and IVR solutions.
+ .
+ These are the php scripts for YATE.
+
+Package: yate-pgsql
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+Description: PostgreSQL module 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
+ enough for complex Gateway and IVR solutions.
+ .
+ These are the modules that require PostgreSQL.
+
+Package: yate-h323chan
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+Description: H323 module 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This is the H.323 protocol module.
+
+Package: yate-qt4
+Conflicts: yate-core (<< 4)
+Breaks: yate-core (<< 4)
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version}), yate-alsa (= ${binary:Version}) [linux-any]
+Description: YATE-based universal telephony client
+ YATE is a telephony engine aimed at creating a telephony server that
+ performs well enough to deal with PBX requirements and also flexible
+ enough for complex Gateway and IVR solutions.
+ .
+ YateClient uses the same telephony code to produce a software desktop VoIP
+ (SIP, H.323, IAX2) phone. yate-qt4 uses this to provide such a telephony
+
+Package: yate-alsa
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+Description: ALSA module 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This is the ALSA module for YATE.
+
+Package: yate-mysql
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+Description: MySQL support module 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This is the MySQL support module for YATE.
+
+Package: yate-dahdi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+Description: Dahdi support 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This is the DAHDI support module for YATE.
+
+Package: yate-sctp
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yate-core (= ${binary:Version})
+Description: SCTP support 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
+ enough for complex Gateway and IVR solutions.
+ .
+ This is the SCTP support module for YATE needed for SIGTRAN.




More information about the Collab-qa-commits mailing list