[Collab-qa-commits] r2499 - in packages-metadata: d e f k l w

Charles Plessy plessy at alioth.debian.org
Sat Sep 29 03:01:20 UTC 2012


Author: plessy
Date: 2012-09-29 03:01:19 +0000 (Sat, 29 Sep 2012)
New Revision: 2499

Added:
   packages-metadata/d/dose3.control
   packages-metadata/d/dose3.copyright
   packages-metadata/f/fcitx-chewing.control
   packages-metadata/f/fcitx-fbterm.control
   packages-metadata/f/fcitx-hangul.control
   packages-metadata/f/fcitx-hangul.copyright
   packages-metadata/f/fcitx-libpinyin.control
   packages-metadata/f/fcitx-libpinyin.copyright
   packages-metadata/f/fcitx-table-other.control
   packages-metadata/f/fcitx-table-other.copyright
   packages-metadata/f/freedink.control
   packages-metadata/f/freedink.copyright
   packages-metadata/l/libv8.control
   packages-metadata/l/libyaml-syck-perl.control
   packages-metadata/l/libyaml-syck-perl.copyright
   packages-metadata/w/w3c-linkchecker.control
   packages-metadata/w/w3c-linkchecker.copyright
Modified:
   packages-metadata/e/expand-region-el.control
   packages-metadata/f/fcitx-cloudpinyin.control
   packages-metadata/f/fcitx-configtool.control
   packages-metadata/k/kcm-fcitx.control
   packages-metadata/k/kphotoalbum.control
   packages-metadata/l/libv8.copyright
Log:
Daily automatic umegaya push

Added: packages-metadata/d/dose3.control
===================================================================
--- packages-metadata/d/dose3.control	                        (rev 0)
+++ packages-metadata/d/dose3.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,127 @@
+Source: dose3
+Section: ocaml
+Priority: extra
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>,
+ Ralf Treinen <treinen at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~),
+ automake, autoconf,
+ ocaml-nox (>= 3.11.1-3~), camlp4,
+ libpcre-ocaml-dev,
+ libextlib-ocaml-dev,
+ libocamlgraph-ocaml-dev,
+ libcudf-ocaml-dev (>= 0.6.2),
+ libzip-ocaml-dev, libbz2-ocaml-dev, librpm-dev (>= 4.8),
+ perl, graphviz, hevea, texlive-latex-base, texlive-latex-extra
+Standards-Version: 3.9.3
+Homepage: http://www.mancoosi.org/software/
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/dose3.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/dose3.git
+
+Package: libdose3-ocaml-dev
+Architecture: any
+Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml libraries for package dependencies (development files)
+ Dose3 is a framework consisting of several OCaml libraries for analysing
+ the metadata of software packages (like Packages files of debian suites).
+ .
+ Though not tied to any particular distribution, Dose3 constitutes a
+ pool of libraries which enable analyzing packages coming from various
+ distributions. 
+ .
+ Besides basic functionalities for querying and setting package
+ properties, dose3 also implements algorithms for solving more complex
+ problems (monitoring package evolutions, correct and complete
+ dependency resolution, repository-wide uninstallability checks).
+ .
+ This package contains the development stuff you need to use dose3 for
+ the development of programs.
+
+Package: libdose3-ocaml
+Architecture: any
+Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends} 
+Provides: ${ocaml:Provides}
+Description: OCaml libraries for package dependencies (runtime files)
+ Dose3 is a framework consisting of several OCaml libraries for analysing
+ the metadata of software packages (like Packages files of debian suites).
+ .
+ Though not tied to any particular distribution, Dose3 constitutes a
+ pool of libraries which enable analyzing packages coming from various
+ distributions. 
+ .
+ Besides basic functionalities for querying and setting package
+ properties, dose3 also implements algorithms for solving more complex
+ problems (monitoring package evolutions, correct and complete
+ dependency resolution, repository-wide uninstallability checks).
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: dose-distcheck
+Section: devel
+Architecture: any
+Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: dose3-distcheck (<< 2.9.13)
+Replaces: dose3-distcheck (<< 2.9.13)
+Description: Checks whether dependencies of packages can be satisfied
+ This software checks for every package of a distribution whether it
+ is possible to satisfy its dependencies and conflicts within this
+ distribution. It comes in several versions:
+  - dose-debcheck for Debian packages
+  - dose-rpmcheck for rpm packages
+  - dose-eclipsecheck for OSGi plugins
+
+Package: dose-builddebcheck
+Section: devel
+Architecture: any
+Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Conflicts: dose3-builddebcheck (<< 2.9.13)
+Replaces: dose3-builddebcheck (<< 2.9.13)
+Description: Checks whether build-dependencies can be satisfied
+ This software checks, given a collection of source package stanzas
+ and a collection of binary package stanzas of debian packages, whether
+ the build-dependencies of each source package can be satisfied by the
+ binary packages.
+
+Package: dose-extra
+Section: devel
+Architecture: any
+Provides: ceve
+Conflicts: ceve (<< 2.9.10)
+Replaces: ceve (<< 2.9.10)
+Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: Extra QA tools from the Dose3-library
+ This package contains extra tools for analyzing meta-data of software 
+ packages:
+  - ceve, a general metadata parser supporting different input formats
+    (debian, rpm, and others) and different output formats.
+  - dose-outdated, a debian-specific tool for finding packages that are not
+    installable with respect to a package repository, and that can only be
+    made installable again by fixing the package itself.
+  - dose-challenged, a debian-specific tool for checking which packages
+    will certainly become uninstallable when some existing package is upgraded
+    to a newer version.
+ The tools dose-distcheck and dose-builddebcheck are packaged in their
+ own resepective packages.
+
+Package: apt-cudf
+Section: admin
+Architecture: any
+Depends: aspcud | cudf-solver,
+ ${ocaml:Depends}, ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: CUDF solver integration for APT
+ apt-cudf provides integration among the APT package manager and CUDF solvers,
+ allowing APT to rely on external (CUDF-based) dependency solvers to plan
+ package installation, upgrade, and removal.
+ .
+ CUDF is a distribution-independent, standard format to describe dependency
+ solving scenarios, as faced by package managers in popular package-based
+ GNU/Linux distributions. APT is a well-known package manager for Debian-based
+ distributions, which is able to delegate dependency solving to external
+ solvers, by the means of the External Dependency Solving Protocol (EDSP).
+ .
+ apt-cudf provides the glue between the EDSP protocol and CUDF solvers,
+ enabling any installed CUDF solver to be used as an external solver for APT.
+ .
+ Several CUDF solvers are available in Debian. They all provide the cudf-solver
+ virtual package.

Added: packages-metadata/d/dose3.copyright
===================================================================
--- packages-metadata/d/dose3.copyright	                        (rev 0)
+++ packages-metadata/d/dose3.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,69 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dose
+Upstream-Contact: Pietro Abate <pietro.abate at pps.jussieu.fr>
+Source: http://gforge.info.ucl.ac.be/projects/mancoosi/
+
+Files: *
+Copyright: © 2009-2012 Pietro Abate
+License: LGPL-3+
+
+Files: deb/format822.ml
+Copyright: © 2005-2009 Jérôme Vouillion, Stefano Zacchiroli, Pietro Abate
+License: LGPL-3+
+
+Files: algo/statistics.ml
+Copyright: © 2008 Jaap Boender, Stefano Zacchiroli, Pietro Abate
+License: LGPL-3+
+
+Files: common/edosSolver.ml common/edosSolver.mli 
+Copyright: © 2005-2009 Jérôme Vouillion
+License: LGPL-3+
+
+Files: common/util.ml
+Copyright: © 2009 Alain Frish, Pietro Abate
+License: LGPL-3+
+
+Files: common/url.ml common/url.mli deb/version.ml
+Copyright: © 2011 Ralf Treinen
+License: LGPL-3+
+
+Files: debian/update-cudf-solvers
+Copyright: © 2011 Stefano Zacchiroli
+License: LGPL-3+
+
+Files: debian/*
+Copyright: © 2011, 2012 Ralf Treinen, Stefano Zacchiroli
+License: LGPL-3+
+
+Files: db/sqlite/sqlitext/connection.h
+Copyright: (C) 2004-2006 Gerhard Häring <gh at ghaering.de>
+License: connection-licence
+
+License: LGPL-3+
+ This library is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.  A special linking
+ exception to the GNU Lesser General Public License applies to this
+ library, see the COPYING file for more information.
+ .
+ On Debian systems, the complete text of the latest GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+License: connection-licence
+ This software is provided 'as-is', without any express or implied
+ warranty.  In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+

Modified: packages-metadata/e/expand-region-el.control
===================================================================
--- packages-metadata/e/expand-region-el.control	2012-09-28 03:01:17 UTC (rev 2498)
+++ packages-metadata/e/expand-region-el.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Barak A. Pearlmutter <bap at debian.org>
 Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: https://github.com/magnars/expand-region.el
 Vcs-Git: git://git.debian.org/collab-maint/expand-region-el.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/expand-region-el.git;a=summary
@@ -11,6 +11,7 @@
 Package: expand-region-el
 Architecture: all
 Depends: ${misc:Depends}
+Enhances: emacs, emacs23, emacs24
 Description: Increase selected region in Emacs by semantic units
  Expand region increases the selected region by semantic units.  Just
  keep pressing the 'C-=' key until it selects what you want.

Added: packages-metadata/f/fcitx-chewing.control
===================================================================
--- packages-metadata/f/fcitx-chewing.control	                        (rev 0)
+++ packages-metadata/f/fcitx-chewing.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,22 @@
+Source: fcitx-chewing
+Section: utils
+Priority: optional
+Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
+Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8), cmake, intltool, fcitx-libs-dev (>= 4.2.0), 
+  libchewing3-dev, gettext, pkg-config
+Standards-Version: 3.9.3
+Homepage: http://fcitx.googlecode.com
+Vcs-Git: git://git.debian.org/pkg-ime/fcitx-chewing.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-chewing.git
+
+Package: fcitx-chewing
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-bin, 
+  fcitx-data (>= 1:4.2.0), fcitx-modules
+Description: Fcitx wrapper for Chewing library
+ fcitx-chewing is a wrapper of Chewing IM engine for Fcitx.
+ .
+ Chewing is an intelligent phonetic input method library
+ designed mainly for inputing Traditional Chinese..

Modified: packages-metadata/f/fcitx-cloudpinyin.control
===================================================================
--- packages-metadata/f/fcitx-cloudpinyin.control	2012-09-28 03:01:17 UTC (rev 2498)
+++ packages-metadata/f/fcitx-cloudpinyin.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -4,7 +4,7 @@
 Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
 Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), cmake, fcitx-libs-dev (>= 1:4.2.5), libcurl4-gnutls-dev,
+Build-Depends: debhelper (>= 9), cmake, fcitx-libs-dev (>= 1:4.2.6), libcurl4-gnutls-dev,
   intltool
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/fcitx

Modified: packages-metadata/f/fcitx-configtool.control
===================================================================
--- packages-metadata/f/fcitx-configtool.control	2012-09-28 03:01:17 UTC (rev 2498)
+++ packages-metadata/f/fcitx-configtool.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -4,7 +4,7 @@
 Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
 Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.4), intltool,
+Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.6), intltool,
  libunique-dev, libgtk-3-dev, iso-codes, libgtk2.0-dev (>= 2.22), pkg-config,
  libdbus-glib-1-dev
 Standards-Version: 3.9.3

Added: packages-metadata/f/fcitx-fbterm.control
===================================================================
--- packages-metadata/f/fcitx-fbterm.control	                        (rev 0)
+++ packages-metadata/f/fcitx-fbterm.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,34 @@
+Source: fcitx-fbterm
+Section: utils
+Priority: optional
+Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
+Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.6),
+    libdbus-glib-1-dev, gettext
+Standards-Version: 3.9.3
+Homepage: http://code.google.com/p/fcitx
+Vcs-Git: git://git.debian.org/pkg-ime/fcitx-fbterm.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-fbterm.git
+
+Package: fcitx-frontend-fbterm
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, fbterm, 
+    fcitx-bin, fcitx-data, fcitx-modules
+Recommends: fcitx-pinyin, fcitx-googlepinyin | fcitx-sunpinyin,
+    fcitx-table-wubi | fcitx-table-wbpy
+Suggests: fcitx-tools
+Description: Flexible Input Method Framework - FbTerm frontend
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems.
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides the FbTerm frontend, which is recommended for
+ users who does not use X.
+

Added: packages-metadata/f/fcitx-hangul.control
===================================================================
--- packages-metadata/f/fcitx-hangul.control	                        (rev 0)
+++ packages-metadata/f/fcitx-hangul.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,31 @@
+Source: fcitx-hangul
+Section: utils
+Priority: optional
+Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
+Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8.0.0), cmake, pkg-config, intltool,
+               fcitx-libs-dev (>= 1:4.2.3), libhangul-dev (>= 0.0.12)
+Standards-Version: 3.9.3
+Homepage: http://code.google.com/p/fcitx
+Vcs-Git: git://git.debian.org/pkg-ime/fcitx-hangul.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-hangul.git
+
+Package: fcitx-hangul
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-modules
+Recommends: fcitx
+Description: Free Chinese Input Toy of X - hangul module
+ Fcitx is the Free Chinese Input Toy of X, which was initially designed
+ for Chinese users, and used XIM protocol. Now it has already evolved
+ into a highly modularized, feature rich input method framework for
+ Unix-like platforms supporting a considerable amount of frontends,
+ backends and modules.
+ .
+ It is an ideal choice for the vast majority. Many of its features make
+ users of Unix-like platforms have a fully modern input experience for
+ the first time. It has also greatly lower the threshold for developers,
+ making the development of extended funtions much easier than ever before.
+ .
+ This package provides the hangul module, which uses libhangul, 
+ the Hangul keyboard input library.

Added: packages-metadata/f/fcitx-hangul.copyright
===================================================================
--- packages-metadata/f/fcitx-hangul.copyright	                        (rev 0)
+++ packages-metadata/f/fcitx-hangul.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,41 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: fcitx-hangul
+Source: http://code.google.com/p/fcitx
+
+Files: *
+Copyright: 2012 CSSlayer <wengxt at gmail.com>
+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 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: debian/*
+Copyright: 2012 YunQiang Su <wzssyqa at gmail.com>
+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 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages-metadata/f/fcitx-libpinyin.control
===================================================================
--- packages-metadata/f/fcitx-libpinyin.control	                        (rev 0)
+++ packages-metadata/f/fcitx-libpinyin.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,21 @@
+Source: fcitx-libpinyin
+Section: utils
+Priority: optional
+Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
+Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 9), cmake, fcitx-libs-dev (>= 4.2.5), libpinyin2-dev (>= 0.7.0),
+ libpinyin-utils, intltool, pkg-config, libglib2.0-dev
+Standards-Version: 3.9.3
+Homepage: http://code.googlecode.com/p/fcitx
+Vcs-Git: git://git.debian.org/pkg-ime/fcitx-libpinyin.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-libpinyin.git
+
+Package: fcitx-libpinyin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Fcitx wrapper for libpinyin
+ fcitx-libpinyin is a wrapper of libpinyin for Fcitx.
+ .
+ libpinyin is a set of core algorithms designed for intelligent
+ sentence-based Chinese PinYin input methods.

Added: packages-metadata/f/fcitx-libpinyin.copyright
===================================================================
--- packages-metadata/f/fcitx-libpinyin.copyright	                        (rev 0)
+++ packages-metadata/f/fcitx-libpinyin.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: fcitx-libpinyin
+Source: http://code.google.com/p/fcitx
+
+Files: *
+Copyright: 2010, Weng Xuetian (CSSlayer) <wengxt at gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2012 Aron Xu <aron at debian.org>
+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 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages-metadata/f/fcitx-table-other.control
===================================================================
--- packages-metadata/f/fcitx-table-other.control	                        (rev 0)
+++ packages-metadata/f/fcitx-table-other.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,253 @@
+Source: fcitx-table-other
+Section: utils
+Priority: optional
+Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
+Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 8), cmake, fcitx-libs-dev (>= 1:4.2.4),
+    fcitx-tools (>= 1:4.2.4), intltool
+Standards-Version: 3.9.3
+Homepage: http://code.googlecode.com/p/fcitx
+Vcs-Git: git://git.debian.org/pkg-ime/fcitx-table-other.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-table-other.git
+
+Package: fcitx-table-amharic
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Amharic table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Amharic table used by the Fcitx table engine.
+
+Package: fcitx-table-arabic
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Arabic table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Arabic table used by the Fcitx table engine.
+
+Package: fcitx-table-cns11643
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Cns11643 table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Cns11643 table used by the Fcitx table engine.
+
+Package: fcitx-table-compose
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Compose table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Compose table used by the Fcitx table engine.
+
+Package: fcitx-table-emoji
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Emoji table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Emoji table used by the Fcitx table engine.
+
+Package: fcitx-table-ipa-x-sampa
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - IPA-X-SAMPA table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides IPA-X-SAMPA table used by the Fcitx table engine.
+
+Package: fcitx-table-latex
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - LaTeX table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides LaTeX table used by the Fcitx table engine.
+
+Package: fcitx-table-malayalam-phonetic
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Malayalam phonetic table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Malayalam phonetic table used by the Fcitx table engine.
+
+Package: fcitx-table-rustrad
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Rustrad table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Rustrad table used by the Fcitx table engine.
+
+Package: fcitx-table-tamil-remington
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Tamil Remington table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Tamil Remington table used by the Fcitx table engine.
+
+Package: fcitx-table-thai
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Thai table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Thai table used by the Fcitx table engine.
+
+Package: fcitx-table-translit-ua
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Ukrainian Translit table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Ukrainian Translit table used by the Fcitx table
+ engine.
+
+Package: fcitx-table-translit
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Translit table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Translit table used by the Fcitx table engine.
+
+Package: fcitx-table-viqr
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Viqr table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Viqr table used by the Fcitx table engine.
+
+Package: fcitx-table-yawerty
+Architecture: any
+Depends: ${misc:Depends}, fcitx-table
+Description: Flexible Input Method Framework - Yawerty table
+ Fcitx is a input method framework with extension support, which provides
+ an interface for entering characters of different scripts in applications
+ using a variety of mapping systems. 
+ .
+ It offers a pleasant and modern experience, with intuitive graphical
+ configuration tools and customizable skins and mapping tables. It is
+ highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
+ for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
+ API.
+ .
+ This package provides Yawerty table used by the Fcitx table engine.

Added: packages-metadata/f/fcitx-table-other.copyright
===================================================================
--- packages-metadata/f/fcitx-table-other.copyright	                        (rev 0)
+++ packages-metadata/f/fcitx-table-other.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: fcitx-table-other
+Source: http://code.google.com/p/fcitx
+
+Files: *
+Copyright: 2012 Xuetian Weng <wengxt at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2012 Aron Xu <aron at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: packages-metadata/f/freedink.control
===================================================================
--- packages-metadata/f/freedink.control	                        (rev 0)
+++ packages-metadata/f/freedink.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,58 @@
+Source: freedink
+Section: games
+Priority: extra
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Sylvain Beucler <beuc at debian.org>
+Build-Depends: debhelper (>= 7.4.2), autotools-dev, pkg-config, libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-ttf2.0-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libfontconfig1-dev
+Standards-Version: 3.9.3
+Homepage: http://www.gnu.org/software/freedink/
+Vcs-Git: git://git.debian.org/git/pkg-games/freedink.git
+Vcs-Browser: http://git.debian.org/?p=pkg-games/freedink.git
+
+Package: freedink-engine
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, freedink-data, ttf-liberation, freepats
+Recommends: freedink-dfarc
+Description: adventure and role-playing game (engine)
+ Dink Smallwood is an adventure/role-playing game, similar to Zelda,
+ made by RTsoft. Besides twisted humour, it includes the actual game
+ editor, allowing players to create hundreds of new adventures called
+ Dink Modules or D-Mods for short.
+ .
+ GNU FreeDink is a new and portable version of the game engine, which
+ runs the original game as well as its D-Mods, with close
+ compatibility, under multiple platforms.
+ .
+ This package contains the game engine alone.
+
+Package: freedink-engine-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, freedink-engine (= ${binary:Version})
+Description: debugging symbols for freedink
+ Dink Smallwood is an adventure/role-playing game, similar to Zelda,
+ made by RTsoft. Besides twisted humour, it includes the actual game
+ editor, allowing players to create hundreds of new adventures called
+ Dink Modules or D-Mods for short.
+ .
+ GNU FreeDink is a new and portable version of the game engine, which
+ runs the original game as well as its D-Mods, with close
+ compatibility, under multiple platforms.
+ .
+ This package contains the debugging symbols for freedink.
+
+Package: freedink
+Architecture: all
+Depends: ${misc:Depends}, freedink-engine, freedink-dfarc
+Description: adventure and role-playing game
+ Dink Smallwood is an adventure/role-playing game, similar to Zelda,
+ made by RTsoft. Besides twisted humour, it includes the actual game
+ editor, allowing players to create hundreds of new adventures called
+ Dink Modules or D-Mods for short.
+ .
+ GNU FreeDink is a new and portable version of the game engine, which
+ runs the original game as well as its D-Mods, with close
+ compatibility, under multiple platforms.
+ .
+ This package is a metapackage to install the game, its data and a
+ front-end to manage game options and D-Mods.

Added: packages-metadata/f/freedink.copyright
===================================================================
--- packages-metadata/f/freedink.copyright	                        (rev 0)
+++ packages-metadata/f/freedink.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,192 @@
+This is GNU FreeDink.
+
+The original source can always be found at:
+	http://ftp.gnu.org/gnu/freedink/
+
+Copyright (C) 1997, 1998, 1999, 2002, 2003  Seth A. Robinson
+Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011  Sylvain Beucler
+Copyright (C) 2005, 2006  Dan Walma
+Copyright (C) 2003  Shawn Betts
+Copyright (C) 2001  Guido Draheim
+
+Translations:
+fr - public domain
+nb - public domain
+fi - public domain
+es - public domain
+pl - Copyright (C) 2009  Michał Trzebiatowski
+da - public domain
+vi - Copyright (C) 2009  Free Software Foundation.
+id - Copyright (C) 2009  Erwid M Jadied
+de - public domain
+el - Copyright (C) 2010  Michael Kotsarinis
+it - Copyright (C) 2010  Vincenzo Campanella
+cs - Copyright (C) 2010  Marek Černocký
+eo - Copyright (C) 2011  Felipe Castro
+sl - Copyright (C) 2011  Klemen Košir
+sr - Copyright (C) 2011  Мирослав Николић
+hr - Copyright (C) 2012  Tomislav Krznar
+
+License:
+
+    This file is part of GNU FreeDink
+  
+    GNU FreeDink 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.
+  
+    GNU FreeDink is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    General Public License for more details.
+  
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see
+    <http://www.gnu.org/licenses/>.
+  
+
+On Debian systems, the complete text of the GNU General Public License
+version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+
+FreeDink includes version '1.04.93' of the 'Liberation Sans' font (but
+is not used in the Debian package which depends on ttf-liberation
+instead).
+
+Copyright (C) 2007 Red Hat, Inc.
+
+License:
+
+    LIBERATION is a trademark of Red Hat, Inc.
+   
+    This agreement governs the use of the Software and any updates to the Software,
+    regardless of the delivery mechanism. Subject to the following terms, Red Hat, Inc.
+    ("Red Hat") grants to the user ("Client") a license to this work pursuant to 
+    the GNU General Public License v.2 with the exceptions set forth below and such 
+    other terms as our set forth in this End User License Agreement.
+   
+    1. The Software and License Exception. LIBERATION font software  (the "Software")
+    consists of TrueType-OpenType formatted font software for rendering LIBERATION
+    typefaces in sans serif, serif, and monospaced character styles. You are licensed 
+    to  use, modify, copy, and distribute the Software pursuant to the GNU General
+    Public License v.2 with the following exceptions:  
+   
+    (a) As a special exception, if you create a document which uses this font, and 
+        embed this font or unaltered portions of this font into the document, this
+        font does not by itself cause the resulting document to be covered by the 
+        GNU General Public License.  This exception does not however invalidate any
+        other reasons why the document might be covered by the GNU General Public 
+        License.  If you modify this font, you may extend this exception to your 
+        version of the font, but you are not obligated to do so. If you do not 
+        wish to do so, delete this exception statement from your version.
+   
+    (b) As a further exception, any distribution of the object code of the Software 
+        in a physical product must provide you the right to access and modify the
+        source code for the Software and to reinstall that modified version of the 
+        Software in object code form on the same physical product on which you 
+        received it.
+   
+    2. Intellectual Property Rights. The Software and each of its components, including 
+       the source code, documentation, appearance, structure and organization are owned 
+       by Red Hat and others and are protected under copyright and other laws. Title to 
+       the Software and any component, or to any copy, modification, or merged portion
+       shall remain with the aforementioned, subject to the applicable license. 
+       The "LIBERATION" trademark is a trademark of Red Hat, Inc. in the U.S. and other
+       countries. This agreement does not permit Client to distribute modified versions 
+       of the Software using Red Hat's trademarks. If Client makes a redistribution of 
+       a modified version of the Software, then Client must modify the files names to 
+       remove any reference to the Red Hat trademarks and must not use the Red Hat 
+       trademarks in any way to reference or promote the modified Software. 
+   
+    3. Limited Warranty. To the maximum extent permitted under applicable law, the 
+       Software is provided and licensed "as is" without warranty of any kind, 
+       expressed or implied, including the implied warranties of merchantability, 
+       non-infringement or fitness for a particular purpose. Red Hat does not warrant
+       that the functions contained in the Software will meet Client's requirements or
+       that the operation of the Software will be entirely error free or appear precisely
+       as described in the accompanying documentation. 
+   
+    4. Limitation of Remedies and Liability.  To the maximum extent permitted by applicable
+       law, Red Hat or any Red Hat authorized dealer will not be liable to Client for any
+       incidental or consequential damages, including lost profits or lost savings arising 
+       out of the use or inability to use the Software, even if Red Hat or such dealer has
+       been advised of the possibility of such damages. 
+   
+    5. General. If any provision of this agreement is held to be unenforceable, that shall
+       not affect the enforceability of the remaining provisions. This agreement shall be
+       governed by the laws of the State of North Carolina and of the United States, without
+       regard to any conflict of laws provisions, except that the United Nations Convention 
+       on the International Sale of Goods shall not apply.
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+FreeDink includes vgasys.fon (from Wine).
+
+Copyright (C) 2004 Huw D M Davies, Dmitry Timoshkov
+
+    This library is free software; you can redistribute it and/or modify
+    it under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of the
+    License, or (at your option) any later version.
+    
+    This library is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+    
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; 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 version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+
+The gnulib directory is an embedded copy of gnulib:
+
+Copyright (C) 1992,1995-1999,2000-2003,2005-2009 Free Software Foundation, Inc.
+License:
+
+        GNULib is a collection of unrelated source files. Each source file is
+        provided under a different license (including GPL, LGPL, GFDL and
+        others) and includes a license headers stating the terms that apply to
+        that particular file.
+
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in /usr/share/common-licenses/GPL-2 file, the
+GNU General Public License version 3 in
+/usr/share/common-licenses/GPL-3 file, the GNU Lesser General Public
+License version 3 in /usr/share/common-licenses/LGPL-3, and the GNU
+Free Document License in /usr/share/common-licenses/GFDL-1.3.
+
+
+The SDL_rwops_libzip.c, SDL_rwops_libzip.h, SDL_rwops_zzip.c and SDL_rwops_zzip.h
+in ./src and ./test/sdl are covered by the ZLIB license:
+      Copyright (c) 2001 Guido Draheim <guidod at gmx.de>
+
+
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
+
+The Debian packaging is Copyright (C) 2008, 2009, 2010, 2011, Sylvain
+Beucler <beuc at beuc.net> and is licensed under the GPL, either version
+3, or (at your option) any later version, see
+`/usr/share/common-licenses/GPL-3'.

Modified: packages-metadata/k/kcm-fcitx.control
===================================================================
--- packages-metadata/k/kcm-fcitx.control	2012-09-28 03:01:17 UTC (rev 2498)
+++ packages-metadata/k/kcm-fcitx.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -5,7 +5,7 @@
 Uploaders: Aron Xu <aron at debian.org>, YunQiang Su <wzssyqa at gmail.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9), cmake, pkg-config, gettext, intltool,
- fcitx-libs-dev (>= 1:4.2.5), kdelibs5-dev, libxkbfile-dev
+ fcitx-libs-dev (>= 1:4.2.6), kdelibs5-dev, libxkbfile-dev
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/fcitx
 Vcs-Git: git://git.debian.org/pkg-ime/kcm-fcitx.git

Modified: packages-metadata/k/kphotoalbum.control
===================================================================
--- packages-metadata/k/kphotoalbum.control	2012-09-28 03:01:17 UTC (rev 2498)
+++ packages-metadata/k/kphotoalbum.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -14,7 +14,7 @@
 Package: kphotoalbum
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libqt4-sql-sqlite
+ libqt4-sql-sqlite, mplayer2
 Recommends: kipi-plugins, khelpcenter
 Suggests: mplayerthumbs
 Description: tool for indexing, searching and viewing images by keywords for KDE

Added: packages-metadata/l/libv8.control
===================================================================
--- packages-metadata/l/libv8.control	                        (rev 0)
+++ packages-metadata/l/libv8.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,48 @@
+Source: libv8
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Jérémy Lal <kapouer at melix.org>,
+ Jonas Smedegaard <dr at jones.dk>
+Build-Depends: cdbs (>= 0.4.69~),
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ gyp
+Standards-Version: 3.9.3
+Section: libs
+Homepage: http://code.google.com/p/v8/
+DM-Upload-Allowed: yes
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libv8.git
+Vcs-Git: git://git.debian.org/git/collab-maint/libv8.git
+
+Package: libv8-dev
+Section: libdevel
+Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
+Depends: libv8-3.10.8 (= ${binary:Version}), ${misc:Depends}
+Description: V8 JavaScript engine - development files
+ V8 is a high performance JavaScript engine written in C++.  It is used
+ in the web browser Chromium.
+ .
+ Install this package if you wish to develop your own programs using the
+ V8 JavaScript engine.
+
+Package: libv8-3.10.8
+Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: V8 JavaScript engine - runtime library
+ V8 is a high performance JavaScript engine written in C++.  It is used
+ in the web browser Chromium.
+ .
+ This package includes the dynamic library against which you can link
+ your program.
+
+Package: libv8-dbg
+Priority: extra
+Section: debug
+Architecture: i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel
+Depends: libv8-3.10.8 (= ${binary:Version}), ${misc:Depends}
+Description: V8 JavaScript engine - debugging symbols
+ V8 is a high performance JavaScript engine written in C++.  It is used
+ in the web browser Chromium.
+ .
+ This package provides the debugging symbols for the library.

Modified: packages-metadata/l/libv8.copyright
===================================================================
--- packages-metadata/l/libv8.copyright	2012-09-28 03:01:17 UTC (rev 2498)
+++ packages-metadata/l/libv8.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -1,7 +1,7 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: V8
 Upstream-Contact: the V8 Project Authors <v8-dev at googlegroups.com>
 Source: http://code.google.com/p/v8
-Upstream-Name: v8
 
 Files: *
 Copyright: 2006-2012 the V8 project authors
@@ -13,7 +13,7 @@
  src/mips/assembler-mips*
  src/x64/assembler-x64.h
 Copyright: 1994-2006,2011, Sun Microsystems Inc.
- 2011-2012, the V8 Project Authors
+  2011-2012, the V8 Project Authors
 License: BSD-3-clause~SUN
 
 Files: test/mjsunit/third_party/*
@@ -26,19 +26,24 @@
 
 Files: test/mjsunit/third_party/regexp-pcre.js
 Copyright: 1997-2007, University of Cambridge
- 2007, Google Inc
+  2007, Google Inc
 License: BSD-3-clause~Cambridge
 
 Files: benchmarks/deltablue.js
 Copyright: 1996, John Maloney
- 1996, Mario Wolczko
- 2008, the V8 project authors
+  1996, Mario Wolczko
+  2008, the V8 project authors
 License: GPL-2+
 
 Files: benchmarks/crypto.js
 Copyright: 2003-2005, Tom Wu
 License: MIT~Wu
 
+Files: benchmarks/navier-stokes.js
+Copyright: 2009, Oliver Hunt <http://nerget.com>
+  2012, the V8 project authors
+License: MIT
+
 Files: benchmarks/raytrace.js
 Copyright: 2005-2007, Sam Stephenson
 License: MIT~Prototype
@@ -49,7 +54,7 @@
 
 Files: build/android.gypi
 Copyright: 2012, The Chromium Authors
- 2012, the V8 project authors
+  2012, the V8 project authors
 License: BSD-3-clause~Google
 
 Files: debian/*
@@ -197,6 +202,28 @@
  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
 
+License: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+
 License: MIT~Wu
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the

Added: packages-metadata/l/libyaml-syck-perl.control
===================================================================
--- packages-metadata/l/libyaml-syck-perl.control	                        (rev 0)
+++ packages-metadata/l/libyaml-syck-perl.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,33 @@
+Source: libyaml-syck-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+           Ryan Niebur <ryan at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 9.20120312),
+               libdevel-leak-perl
+Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-syck-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libyaml-syck-perl.git
+Homepage: http://search.cpan.org/dist/YAML-Syck/
+
+Package: libyaml-syck-perl
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${perl:Depends},
+         ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6~)
+Description: Perl module providing a fast, lightweight YAML loader and dumper
+ YAML::Syck provides a Perl interface to the libsyck data
+ serialization library.  It exports the Dump and Load functions for
+ converting Perl data structures to YAML strings, and the other way
+ around.
+ .
+ This module is considered deprecated. Please consider using
+ libyaml-libyaml-perl or switching to JSON instead.
+

Added: packages-metadata/l/libyaml-syck-perl.copyright
===================================================================
--- packages-metadata/l/libyaml-syck-perl.copyright	                        (rev 0)
+++ packages-metadata/l/libyaml-syck-perl.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,108 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174
+Upstream-Contact: Ævar Arnfjörð Bjarmason <avar at cpan.org>
+Source: http://search.cpan.org/dist/YAML-Syck/
+Upstream-Name: YAML-Syck
+
+Files: *
+Copyright: 2005-2009, Audrey Tang <cpan at audreyt.org>
+License: Expat
+
+Files: *.c *.h
+Copyright: 2003, "why the lucky stiff"
+License: Expat or Death and Repudiation
+Comment: MIT/Expat was wrongly named BSD by upstream
+
+Files: ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Test/More.pm
+Copyright: 2001-2009, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: inc/Test/Builder/* inc/Test/Builder.pm
+Copyright:
+ 2002-2009, chromatic <chromatic at wgz.org>
+ 2002-2009, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright:
+ 2006-2008, Stephen Quinney <sjq at debian.org>
+ 2008, AGOSTINI Yves <agostini at univ-metz.fr>
+ 2009, Ryan Niebur <ryan at debian.org>
+ 2010, Ansgar Burchardt <ansgar at debian.org>
+ 2010, 2012, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2010, 2012, gregor herrmann <gregoa at debian.org>
+ 2012, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+License: Death and Repudiation
+ This software may not be used directly by any living being. ANY use of this
+ software (even perfectly legitimate and non-commercial uses) until after death
+ is explicitly restricted. Any living being using (or attempting to use) this
+ software will be punished to the fullest extent of the law.
+ .
+ For your protection, corpses will not be punished.  We respectfully request 
+ that you submit your uses (revisions, uses, distributions, uses, etc.) to 
+ your children, who may vicariously perform these uses on your behalf.  If 
+ you use this software and you are found to be not dead, you will be punished 
+ to the fullest extent of the law.
+ .
+ If you are found to be a ghost or angel, you will be punished to the fullest 
+ extent of the law.
+ .
+ After your following the terms of this license, the author has vowed to
+ repudiate your claim, meaning that the validity of this contract will no
+ longer be recognized. This license will be unexpectedly revoked (at a time
+ which is designated to be most inconvenient) and involved heirs will be
+ punished to the fullest extent of the law.
+ .
+ Furthermore, if any parties (related or non-related) escape the punishments
+ outlined herein, they will be severely punished to the fullest extent of a new
+ revised law that (1) expands the statement "fullest extent of the law" to
+ encompass an infinite duration of infinite punishments and (2) exacts said
+ punishments upon all parties (related or non-related).

Added: packages-metadata/w/w3c-linkchecker.control
===================================================================
--- packages-metadata/w/w3c-linkchecker.control	                        (rev 0)
+++ packages-metadata/w/w3c-linkchecker.control	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,28 @@
+Source: w3c-linkchecker
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, libcss-dom-perl, po-debconf, libhtml-parser-perl,
+ libwww-perl (>= 5.833), liburi-perl (>= 1.53), libencode-locale-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/W3C-LinkChecker/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/w3c-linkchecker.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/w3c-linkchecker.git
+
+Package: w3c-linkchecker
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcss-dom-perl,
+ libhtml-parser-perl, libwww-perl (>= 5.833), liburi-perl (>= 1.53),
+ libconfig-general-perl, libnet-ip-perl, libterm-readkey-perl,
+ libencode-locale-perl, ucf
+Recommends: w3c-markup-validator, apache2 | httpd-cgi
+Description: tool to verify the links in a web page are still valid
+ The checklink tool is a program that reads an HTML or XHTML document,
+ extracts a list of anchors and links and checks that no anchor is defined twice
+ and that all the links are dereferenceable, including the fragments. It warns
+ about HTTP redirects, including directory redirects, and can check recursively
+ a part of a web site. The program can be used either as a command line tool or
+ as a CGI script. The official site is available as
+ http://validator.w3.org/checklink.

Added: packages-metadata/w/w3c-linkchecker.copyright
===================================================================
--- packages-metadata/w/w3c-linkchecker.copyright	                        (rev 0)
+++ packages-metadata/w/w3c-linkchecker.copyright	2012-09-29 03:01:19 UTC (rev 2499)
@@ -0,0 +1,139 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Maintainer: W3C QA-dev Team <public-qa-dev at w3.org>
+Source: http://search.cpan.org/dist/W3C-LinkChecker/
+Name: W3C-LinkChecker
+
+Files: *
+Copyright: 1994-2011, World Wide Web Consortium
+License: W3C-Software
+
+Files: images/info_icons/*.png
+Copyright: public domain
+
+Files: debian/*
+Copyright: 2010-2012, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/templates, debian/po/templates.pot
+Copyight:
+ 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2011, Justin B Rye <jbr at edlug.org.uk>
+License: Artistic or GPL-1+
+
+Files: debian/po/pt.po
+Copyright: 2011, Américo Monteiro <a_monteiro at netcabo.pt>
+License: Artistic or GPL-1+
+
+Files: debian/po/ru.po
+Copyright: 2011, Yuri Kozlov <yuray at komyakino.ru>
+License: Artistic or GPL-1+
+
+Files: debian/po/pt_BR.po
+Copyright: 2011, Adriano Rafael Gomes <adrianorg at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/po/fr.po
+Copyright: 2011, Julien Patriarca <patriarcaj at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/po/sv.po
+Copyright: 2011, Martin Bagge <brother at bsnet.se>
+License: Artistic or GPL-1+
+
+Files: debian/po/de.po
+Copyright: 2011, Chris Leick <c.leick at vollbio.de>
+License: Artistic or GPL-1+
+
+Files: debian/po/es.po
+Copyright: 2012, Slime Siabef <slimesiabef.debian at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/po/da.po
+Copyright: 2012, Joe Hansen <joedalton2 at yahoo.dk>
+License: Artistic or GPL-1+
+
+Files: debian/po/nl.po
+Copyright: 2012, Jeroen Schot <schot at a-eskwadraat.nl>
+License: Artistic or GPL-1+
+
+Files: debian/po/pl.po
+Copyright: 2012, Michal Kulach <michal.kulach at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/po/it.po
+Copyright: 2012, Francesca Ciceri <madamezou at zouish.org>
+License: Artistic or GPL-1+
+
+Files: debian/po/cs.po
+Copyright: 2011-2012, Michal Simunek <michal.simunek at gmail.com>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: W3C-Software
+ By obtaining, using and/or copying this work, you (the licensee) agree
+ that you have read, understood, and will comply with the following
+ terms and conditions.
+ .
+ Permission to copy, modify, and distribute this software and its
+ documentation, with or without modification, for any purpose and
+ without fee or royalty is hereby granted, provided that you include the
+ following on ALL copies of the software and documentation or portions
+ thereof, including modifications:
+   * The full text of this NOTICE in a location viewable to users of the
+     redistributed or derivative work.
+   * Any pre-existing intellectual property disclaimers, notices, or
+     terms and conditions. If none exist, the W3C Software Short Notice
+     should be included (hypertext is preferred, text is permitted)
+     within the body of any redistributed or derivative code.
+   * Notice of any changes or modifications to the files, including the
+     date changes were made. (We recommend you provide URIs to the
+     location from which the code is derived.)
+ .
+ Disclaimers
+ .
+ THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
+ HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
+ DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
+ TRADEMARKS OR OTHER RIGHTS.
+ .
+ COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
+ OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
+ DOCUMENTATION.
+ .
+ The name and trademarks of copyright holders may NOT be used in
+ advertising or publicity pertaining to the software without specific,
+ written prior permission. Title to copyright in this software and any
+ associated documentation will at all times remain with copyright
+ holders.
+ .
+ Notes
+ .
+ This version:
+ http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+ .
+ This formulation of W3C's notice and license became active on December
+ 31 2002. This version removes the copyright ownership notice such that
+ this license can be used with materials other than those owned by the
+ W3C, reflects that ERCIM is now a host of the W3C, includes references
+ to this specific dated version of the license, and removes the
+ ambiguous grant of "use". Otherwise, this version is the same as the
+ previous version and is written so as to preserve the Free Software
+ Foundation's assessment of GPL compatibility and OSI's certification
+ under the Open Source Definition.




More information about the Collab-qa-commits mailing list