[Collab-qa-commits] r2418 - in packages-metadata: a c d f m u

Charles Plessy plessy at alioth.debian.org
Tue Jul 17 03:01:09 UTC 2012


Author: plessy
Date: 2012-07-17 03:01:09 +0000 (Tue, 17 Jul 2012)
New Revision: 2418

Added:
   packages-metadata/c/cython.control
   packages-metadata/c/cython.copyright
   packages-metadata/d/debian-junior.copyright
   packages-metadata/f/freerdp.control
   packages-metadata/f/freerdp.copyright
Modified:
   packages-metadata/a/awesome.control
   packages-metadata/m/makedumpfile.control
   packages-metadata/u/uwsgi.control
Log:
Daily automatic umegaya push

Modified: packages-metadata/a/awesome.control
===================================================================
--- packages-metadata/a/awesome.control	2012-07-16 03:01:08 UTC (rev 2417)
+++ packages-metadata/a/awesome.control	2012-07-17 03:01:09 UTC (rev 2418)
@@ -13,19 +13,18 @@
 Recommends: x11-xserver-utils, rlwrap, feh
 Depends: ${shlibs:Depends}, ${misc:Depends}, menu, dbus-x11
 Provides: x-window-manager
-Description: highly configurable, next generation framework window manager for X
- Highly configurable window manager for X. It is primarly targeted at power
- users, developers and any people dealing with every day computing tasks and
- want to have fine-grained control on its graphical environment.
+Description: highly configurable X window manager
+ awesome manages windows dynamically in floating or tiled layouts. It is
+ primarily targeted at power users, developers, and all those dealing with
+ everyday computing tasks and looking for fine-grained control over their
+ graphical environment.
  .
- awesome is very extensible and programmable using the Lua programming language.
- It provides an easily usable and very-well documented API to configure and
- define the behaviour of your window manager.
+ It is highly extensible and scriptable via the Lua programming language,
+ providing an easy-to-use and very well documented API to configure its
+ behavior.
  .
- awesome also supports tiled window management, multi-head, use XCB instead
- of Xlib for better performance, does not need mouse (can be fully keyboard
- driven) and implements many of the Freedesktop standards.
- It also use tags instead of workspace, which gives better flexibility on
- windows display.
- .
- Remote control is possible via D-Bus.
+ awesome uses tags instead of workspaces, which gives better flexibility
+ in displaying windows, and can be entirely keyboard-driven, not needing a
+ mouse. It also supports multi-headed configurations; uses XCB instead of
+ Xlib for better performance; implements many freedesktop standards; and
+ can be controlled over D-Bus from awesome-client.

Added: packages-metadata/c/cython.control
===================================================================
--- packages-metadata/c/cython.control	                        (rev 0)
+++ packages-metadata/c/cython.control	2012-07-17 03:01:09 UTC (rev 2418)
@@ -0,0 +1,40 @@
+Source: cython
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Ondrej Certik <ondrej at certik.cz>, Yaroslav Halchenko <debian at onerussian.com>
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python (>= 2.4.4-6), python-all-dev (>= 2.4.4-6), python-support (>= 0.7.5), python-all-dbg, help2man (>= 1.37.1~), python-numpy
+Standards-Version: 3.9.2
+Homepage: http://cython.org/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cython/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/cython/trunk/
+XS-DM-Upload-Allowed: yes
+
+Package: cython
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: python-dev, gcc
+XB-Python-Version: ${python:Versions}
+Description: C-Extensions for Python
+ Cython is a language that makes writing C extensions for the Python language as
+ easy as Python itself. Cython is based on the well-known Pyrex, but supports
+ more cutting edge functionality and optimizations.
+ .
+ The Cython language is very close to the Python language, but Cython
+ additionally supports calling C functions and declaring C types on variables
+ and class attributes. This allows the compiler to generate very efficient C
+ code from Cython code.
+ .
+ This makes Cython the ideal language for wrapping for external C libraries, and
+ for fast C modules that speed up the execution of Python code.
+
+Package: cython-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, cython (= ${binary:Version})
+Suggests: gcc
+XB-Python-Version: ${python:Versions}
+Description: C-Extensions for Python (Debug Build of Cython)
+ This package contains Cython libraries built against versions of
+ Python configured with --pydebug.

Added: packages-metadata/c/cython.copyright
===================================================================
--- packages-metadata/c/cython.copyright	                        (rev 0)
+++ packages-metadata/c/cython.copyright	2012-07-17 03:01:09 UTC (rev 2418)
@@ -0,0 +1,61 @@
+It was downloaded from http://cython.org/
+
+This package was debianized by Ondrej Certik <ondrej at certik.cz> on
+Tue, 20 Nov 2007 23:30:02 +0100
+
+Upstream Authors: 
+
+    Stefan Behnel, Robert Bradshaw, and William Stein
+
+Copyright 2007 Stefan Behnel, Robert Bradshaw, and William Stein
+
+The PYTHON SOFTWARE FOUNDATION LICENSE:
+
+PSF LICENSE AGREEMENT FOR PYTHON 2.4
+------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using Python 2.4 software 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 2.4
+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 Python Software Foundation; All Rights Reserved"
+are retained in Python 2.4 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 2.4 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 2.4.
+
+4. PSF is making Python 2.4 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 2.4 WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4,
+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 2.4, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.

Added: packages-metadata/d/debian-junior.copyright
===================================================================
--- packages-metadata/d/debian-junior.copyright	                        (rev 0)
+++ packages-metadata/d/debian-junior.copyright	2012-07-17 03:01:09 UTC (rev 2418)
@@ -0,0 +1,5 @@
+This package is Copyright 2001 by Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
+
+This software is licensed under the GPL.
+
+On Debian systems, the GPL can be found at /usr/share/common-licenses/GPL.

Added: packages-metadata/f/freerdp.control
===================================================================
--- packages-metadata/f/freerdp.control	                        (rev 0)
+++ packages-metadata/f/freerdp.control	2012-07-17 03:01:09 UTC (rev 2418)
@@ -0,0 +1,84 @@
+Source: freerdp
+Section: x11
+Priority: optional
+Maintainer: Otavio Salvador <otavio at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~), autotools-dev, cmake, libasound2-dev, libcups2-dev,
+ libpcsclite-dev, libpulse-dev, libssl-dev, libx11-dev, libxcursor-dev,
+ libxdamage-dev, libxext-dev, libxkbfile-dev, libxinerama-dev, libxv-dev,
+ pkg-config, xmlto, libavcodec-dev
+Standards-Version: 3.9.2
+Homepage: http://www.freerdp.com/
+Vcs-Browser: http://git.debian.org/?p=collab-maint/freerdp.git
+Vcs-Git: git://git.debian.org/git/collab-maint/freerdp.git
+
+Package: freerdp-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ ${misc:Depends}, freerdp-x11 (= ${binary:Version}),
+ libfreerdp1 (= ${binary:Version}),
+ libfreerdp-plugins-standard (= ${binary:Version}),
+Description: RDP client for Windows Terminal Services (debug)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the debug symbols.
+
+Package: freerdp-x11
+Section: x11
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: libfreerdp-plugins-standard
+Provides: freerdp
+Description: RDP client for Windows Terminal Services
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ Currently, the following Windows Versions are supported:
+ .
+  * Windows NT Server
+  * Windows 2000 Terminal Server
+  * Windows XP
+  * Windows 2003 Server
+  * Windows Vista
+  * Windows 2008 Server
+  * Windows 7
+ .
+ This package contains the X11 based client.
+
+Package: libfreerdp1
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: xfreerdp
+Description: RDP client for Windows Terminal Services (library)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the shared library.
+
+Package: libfreerdp-plugins-standard
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: RDP client for Windows Terminal Services (plugins)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the plugins available to the Channel Manager extending
+ the RDP core functionality, such as sounds, clipboard synchronisation,
+ disk/printer redirection, etc.
+
+Package: libfreerdp-dev
+Section: libdevel
+Architecture: any
+Depends:
+ ${misc:Depends}, libfreerdp1 (= ${binary:Version}),
+ libfreerdp-plugins-standard (= ${binary:Version})
+Description: RDP client for Windows Terminal Services (development)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the development files.

Added: packages-metadata/f/freerdp.copyright
===================================================================
--- packages-metadata/f/freerdp.copyright	                        (rev 0)
+++ packages-metadata/f/freerdp.copyright	2012-07-17 03:01:09 UTC (rev 2418)
@@ -0,0 +1,40 @@
+Upstream-Contact: FreeRDP project <freerdp-devel at lists.sourceforge.net>
+Upstream-Homepage: http://freerdp.sourceforge.net/
+
+Files: *
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/Apache-2.0 file.
+
+Files: debian/*
+Copyright: (C) 2011 Rex Tsai <rex.tsai at ubuntu.com>
+Copyright: (C) 2010 Otavio Salvador <otavio at debian.org>
+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
+ 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 General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.

Modified: packages-metadata/m/makedumpfile.control
===================================================================
--- packages-metadata/m/makedumpfile.control	2012-07-16 03:01:08 UTC (rev 2417)
+++ packages-metadata/m/makedumpfile.control	2012-07-17 03:01:09 UTC (rev 2418)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: John Wright <jsw at debian.org>
-Uploaders: Louis Bouchard <louis at ubuntu.com>
+Uploaders: Louis Bouchard <louis.bouchard at ubuntu.com>
 Standards-Version: 3.8.2
 Build-Depends: debhelper (>= 7.0.50), libelf-dev, libz-dev, libdw-dev (>= 0.141-2ubuntu1), libbz2-dev
 Vcs-Git: git://git.debian.org/collab-maint/makedumpfile.git

Modified: packages-metadata/u/uwsgi.control
===================================================================
--- packages-metadata/u/uwsgi.control	2012-07-16 03:01:08 UTC (rev 2417)
+++ packages-metadata/u/uwsgi.control	2012-07-17 03:01:09 UTC (rev 2418)
@@ -15,19 +15,12 @@
  libjansson-dev,
  libldap2-dev,
  liblua5.1-0-dev,
- libluajit-5.1-dev [i386 amd64 kfreebsd-i386 armel],
  libperl-dev,
  libpq-dev,
  libsqlite3-dev,
  libxml2-dev,
  libyaml-dev,
  libzmq-dev,
- libphp5-embed,
- php5-dev,
- libonig-dev,
- libdb-dev,
- libqdbm-dev,
- libbz2-dev,
  pkg-config,
  python,
  python-all-dev,
@@ -119,7 +112,6 @@
  uwsgi-plugin-fiber (= ${binary:Version}),
  uwsgi-plugin-greenlet-python (= ${binary:Version})
    [amd64 i386 mips powerpc s390],
- uwsgi-plugin-php (= ${binary:Version}),
  uwsgi-plugin-probeconnect (= ${binary:Version}),
  uwsgi-plugin-probepg (= ${binary:Version}),
  uwsgi-plugin-pyerl-python (= ${binary:Version}),
@@ -176,11 +168,11 @@
  uwsgi-plugin-jvm-openjdk-6 (= ${binary:Version}),
  uwsgi-plugin-jwsgi-openjdk-6 (= ${binary:Version}),
  uwsgi-plugin-lua5.1 (= ${binary:Version}),
- uwsgi-plugin-luajit (= ${binary:Version}) [i386 amd64 kfreebsd-i386 armel],
  uwsgi-plugin-psgi (= ${binary:Version}),
  uwsgi-plugin-python (= ${binary:Version}),
  uwsgi-plugin-python3 (= ${binary:Version}),
- uwsgi-plugin-rack
+ uwsgi-plugin-rack-ruby1.8 (= ${binary:Version}),
+ uwsgi-plugin-rack-ruby1.9.1 (= ${binary:Version})
 Description: plugins for integration of uWSGI and application
  uWSGI presents a complete stack for networked/clustered web applications,
  implementing message/object passing, caching, RPC and process management.
@@ -191,7 +183,7 @@
  This dependency package provides plugins for integration of uWSGI and
  application:
    * CGI, Erlang, Java (OpenJDK 6), JWSGI (OpenJDK 6),
-     Lua WSAPI (Lua 5.1/LuaJIT), Perl PSGI, Python WSGI (Python/Python 3),
+     Lua WSAPI (Lua 5.1), Perl PSGI, Python WSGI (Python/Python 3),
      Rack (Ruby 1.8/Ruby 1.9.1)
 
 Package: uwsgi-plugin-admin
@@ -281,7 +273,7 @@
 Package: uwsgi-plugin-fiber
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version}),
- uwsgi-plugin-rack (= ${binary:Version})
+ uwsgi-plugin-rack-ruby1.9.1 (= ${binary:Version})
 Description: fiber loop engine plugin for uWSGI
  uWSGI presents a complete stack for networked/clustered web applications,
  implementing message/object passing, caching, RPC and process management.
@@ -384,18 +376,6 @@
  This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.1
  runtime).
 
-Package: uwsgi-plugin-luajit
-Architecture: i386 amd64 kfreebsd-i386 armel
-Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version})
-Description: Lua WSAPI plugin for uWSGI (LuaJIT)
- uWSGI presents a complete stack for networked/clustered web applications,
- implementing message/object passing, caching, RPC and process management.
- It is designed to be fully modular. This means that different plugins can be
- used in order to add compatibility with tons of different technology on top of
- the same core.
- .
- This package provides Lua WSAPI plugin for uWSGI (linked with LuaJIT runtime).
-
 Package: uwsgi-plugin-nagios
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version})
@@ -514,18 +494,30 @@
  This package provides Python 3 WSGI plugin for uWSGI (linked with Python 3.X
  runtime).
 
-Package: uwsgi-plugin-rack
+Package: uwsgi-plugin-rack-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version})
-Description: Rack plugin for uWSGI
+Description: Rack plugin for uWSGI (Ruby 1.8)
  uWSGI presents a complete stack for networked/clustered web applications,
  implementing message/object passing, caching, RPC and process management.
  It is designed to be fully modular. This means that different plugins can be
  used in order to add compatibility with tons of different technology on top of
  the same core.
  .
- This package provides Rack plugin for uWSGI.
+ This package provides Rack plugin for uWSGI (linked with Ruby 1.8 runtime).
 
+Package: uwsgi-plugin-rack-ruby1.9.1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version})
+Description: Rack plugin for uWSGI (Ruby 1.9.1)
+ uWSGI presents a complete stack for networked/clustered web applications,
+ implementing message/object passing, caching, RPC and process management.
+ It is designed to be fully modular. This means that different plugins can be
+ used in order to add compatibility with tons of different technology on top of
+ the same core.
+ .
+ This package provides Rack plugin for uWSGI (linked with Ruby 1.9.1 runtime).
+
 Package: uwsgi-plugin-rpc
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version})
@@ -610,19 +602,6 @@
  .
  This package provides uGreen plugin for uWSGI.
 
-Package: uwsgi-plugin-php
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, uwsgi-core (= ${binary:Version}),
- phpapi-20100525
-Description: PHP plugin for uWSGI
- uWSGI presents a complete stack for networked/clustered web applications,
- implementing message/object passing, caching, RPC and process management.
- It is designed to be fully modular. This means that different plugins can be
- used in order to add compatibility with tons of different technology on top of
- the same core.
- .
- This package provides PHP plugin for uWSGI.
-
 Package: libapache2-mod-uwsgi
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2




More information about the Collab-qa-commits mailing list