[Collab-qa-commits] r2457 - in packages-metadata: b c f g i l p r v

Charles Plessy plessy at alioth.debian.org
Mon Aug 27 03:00:31 UTC 2012


Author: plessy
Date: 2012-08-27 03:00:30 +0000 (Mon, 27 Aug 2012)
New Revision: 2457

Added:
   packages-metadata/b/beaker.control
   packages-metadata/b/beaker.copyright
   packages-metadata/c/cherrytree.control
   packages-metadata/c/cherrytree.copyright
   packages-metadata/f/flashblock.control
   packages-metadata/f/flashblock.copyright
   packages-metadata/f/fntsample.control
   packages-metadata/f/fntsample.copyright
   packages-metadata/i/installation-guide.control
   packages-metadata/i/installation-guide.copyright
   packages-metadata/l/libauthen-tacacsplus-perl.control
   packages-metadata/l/libauthen-tacacsplus-perl.copyright
   packages-metadata/l/libcdk-perl.control
   packages-metadata/l/libcdk-perl.copyright
   packages-metadata/l/libsoup2.4.control
   packages-metadata/l/libsoup2.4.copyright
   packages-metadata/p/pastedeploy.control
   packages-metadata/p/pastedeploy.copyright
   packages-metadata/r/routes.control
   packages-metadata/r/ruby-hoe.control
   packages-metadata/r/ruby-hoe.copyright
Modified:
   packages-metadata/f/fcitx.control
   packages-metadata/f/focuswriter.control
   packages-metadata/g/gnutls28.control
   packages-metadata/l/libpal-java.copyright
   packages-metadata/r/ruby-arel.control
   packages-metadata/v/virt-manager.control
   packages-metadata/v/virtinst.control
Log:
Daily automatic umegaya push

Added: packages-metadata/b/beaker.control
===================================================================
--- packages-metadata/b/beaker.control	                        (rev 0)
+++ packages-metadata/b/beaker.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,76 @@
+Source: beaker
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-all (>= 2.6.6-3), python3-all (>= 3.1.2-8),
+ python-setuptools (>= 0.6b3-1~), python3-setuptools,
+# for tests
+ python-sqlalchemy (>= 0.4), python-webtest, python-nose,
+ python-pycryptopp (>= 0.5.12), python-pylibmc | python-memcache
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.5
+Homepage: http://pypi.python.org/pypi/Beaker
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/beaker/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/beaker/trunk/
+
+Package: python-beaker
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python
+Recommends: python-pkg-resources
+Suggests: python-sqlalchemy (>= 0.4), python-pycryptopp | python-crypto, python-pylibmc | python-memcache
+Enhances: python-pylons
+Description: cache and session library
+ Beaker is a web session and general caching library that includes WSGI
+ middleware for use in web applications.
+ .
+ As a general caching library, Beaker can handle storing for various times any
+ Python object that can be pickled with optional back-ends on a fine-grained
+ basis.
+ .
+ Features:
+  * Fast, robust performance
+  * Multiple reader/single writer lock system to avoid duplicate simultaneous
+    cache creation
+  * Cache back-ends include dbm, file, memory, memcached, and database (using
+    SQLAlchemy for multiple-db vendor support)
+  * Signed cookies to prevent session hijacking/spoofing 
+  * Cookie-only sessions to remove the need for a database or file backend
+    (ideal for clustered systems)
+  * Extensible Container object to support new back-ends
+  * Caches can be divided into namespaces (to represent templates, objects,
+    etc.) then keyed for different copies
+  * Create functions for automatic call-backs to create new cache copies after
+    expiration
+  * Fine-grained toggling of back-ends, keys, and expiration per Cache object
+
+Package: python3-beaker
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Recommends: ${python3:Recommends}, python3-pkg-resources
+Suggests: ${python3:Suggests}, python3-sqlalchemy
+# Suggests: python3-pycryptopp | python3-crypto, python3-pylibmc | python3-memcache
+Description: cache and session library for Python 3
+ Beaker is a web session and general caching library that includes WSGI
+ middleware for use in web applications.
+ .
+ As a general caching library, Beaker can handle storing for various times any
+ Python object that can be pickled with optional back-ends on a fine-grained
+ basis.
+ .
+ Features:
+  * Fast, robust performance
+  * Multiple reader/single writer lock system to avoid duplicate simultaneous
+    cache creation
+  * Cache back-ends include dbm, file, memory, memcached, and database (using
+    SQLAlchemy for multiple-db vendor support)
+  * Signed cookies to prevent session hijacking/spoofing 
+  * Cookie-only sessions to remove the need for a database or file backend
+    (ideal for clustered systems)
+  * Extensible Container object to support new back-ends
+  * Caches can be divided into namespaces (to represent templates, objects,
+    etc.) then keyed for different copies
+  * Create functions for automatic call-backs to create new cache copies after
+    expiration
+  * Fine-grained toggling of back-ends, keys, and expiration per Cache object

Added: packages-metadata/b/beaker.copyright
===================================================================
--- packages-metadata/b/beaker.copyright	                        (rev 0)
+++ packages-metadata/b/beaker.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,42 @@
+This package was debianized by Oleksandr Moskalenko <malex at debian.org> on Mon,
+16 Oct 2006 22:00:11 -0600.
+
+It was downloaded from <http://cheeseshop.python.org/pypi/Beaker/>.
+
+Upstream Authors: Julian Krause and Ben Bangart.
+
+Copyright (c) 2006, 2007 Ben Bangert, Mike Bayer, Philip Jenvey
+                         and contributors.
+
+    All rights reserved.
+
+License:
+
+   This package is licensed under the BSD 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.
+3. The name of the author or contributors 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 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 AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+The Debian packaging is copyright 2006-2010, Oleksandr Moskalenko
+<malex at debian.org> and is licensed under the modified BSD License above.

Added: packages-metadata/c/cherrytree.control
===================================================================
--- packages-metadata/c/cherrytree.control	                        (rev 0)
+++ packages-metadata/c/cherrytree.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,27 @@
+Source: cherrytree
+Section: editors
+Priority: optional
+Maintainer: Vincent Cheng <Vincentc1208 at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ desktop-file-utils,
+ gettext,
+ python (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.3
+Homepage: http://www.giuspen.com/cherrytree/
+Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/cherrytree/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/cherrytree/trunk
+
+Package: cherrytree
+Architecture: all
+Depends:
+ p7zip-full,
+ python-gtk2 (>= 2.16),
+ python-gtksourceview2,
+ ${misc:Depends},
+ ${python:Depends}
+Description: hierarchical note taking application
+ CherryTree is a hierarchical note taking application, featuring rich text,
+ syntax highlighting, images handling, hyperlinks, import/export with support
+ for multiple formats, support for multiple languages, and more.

Added: packages-metadata/c/cherrytree.copyright
===================================================================
--- packages-metadata/c/cherrytree.copyright	                        (rev 0)
+++ packages-metadata/c/cherrytree.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cherrytree
+Source: http://www.giuspen.com/cherrytree/
+
+Files: *
+Copyright: 2009-2011 Giuseppe Penone <giuspen at gmail.com>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2011 Vincent Cheng <Vincentc1208 at gmail.com>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ 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".

Modified: packages-metadata/f/fcitx.control
===================================================================
--- packages-metadata/f/fcitx.control	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/f/fcitx.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -488,8 +488,8 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: fcitx (>= 1:4.2.0), fcitx-module-dbus,
  fcitx-module-kimpanel, fcitx-module-lua, fcitx-module-x11
-Replaces: fcitx (<< 1:4.2.0), fcitx-keyboard
-Breaks: fcitx (<< 1:4.2.0), fcitx-keyboard
+Replaces: fcitx (<< 1:4.2.0), fcitx-keyboard, fcitx-modules-x11 (<< 1:4.2.4.1-5)
+Breaks: fcitx (<< 1:4.2.0), fcitx-keyboard, fcitx-modules-x11 (<< 1:4.2.4.1-5)
 Provides: fcitx-keyboard
 Description: Flexible Input Method Framework - core modules
  Fcitx is a input method framework with extension support, which provides

Added: packages-metadata/f/flashblock.control
===================================================================
--- packages-metadata/f/flashblock.control	                        (rev 0)
+++ packages-metadata/f/flashblock.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,24 @@
+Source: flashblock
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Alexander GQ Gerasiov <gq at debian.org>, Philippe Coval <rzr at gna.org>, Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 7), cdbs, mozilla-devscripts (>= 0.16~)
+Standards-Version: 3.9.3
+Homepage: http://flashblock.mozdev.org
+Vcs-Git: git://git.debian.org/pkg-mozext/flashblock.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/flashblock.git;a=summary
+
+Package: xul-ext-flashblock
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Breaks: flashblock (<< 1.5.11)
+Replaces: flashblock (<< 1.5.11)
+Description: Mozilla extension to block Adobe Flash content
+ Flashblock is an extension for the Iceweasel/Firefox browser that takes a
+ pessimistic approach to dealing with Adobe Flash content on a webpage and
+ blocks ALL Flash content from loading. It then leaves placeholders on the
+ webpage that allow you to click to download and then view the Flash content.

Added: packages-metadata/f/flashblock.copyright
===================================================================
--- packages-metadata/f/flashblock.copyright	                        (rev 0)
+++ packages-metadata/f/flashblock.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flashblock
+Upstream-Contact: Ted Mielczarek <luser_mozdev at perilith.com>
+Source: http://flashblock.mozdev.org
+
+Files: *
+Copyright: 2004-2012 Ted Mielczarek <luser_mozdev at perilith.com>
+                     Ted Drake
+                     Przemyslaw Bialik
+                     Lorenzo Colitti
+                     Philip Chee <philip.chee at gmail.com>
+                     Jesse Ruderman (initial idea)
+                     Neil Rashbrook (whitelist wizardry)
+                     Mark Bokil http://markbokil.org/ (toolbar button code and icons)
+                     Gary Liquid (Flash 8 bug fixes)
+                     Julien Saurin (New extension icon)
+                     Sven Schneider (Silverlight block and play buttons)
+License:  MPL or GPL-2 or LGPL-2.1
+
+Files: debian/*
+Copyright: 2008-2009 Philippe Coval <rzr at gna.org>
+           2009-2012 Alexander GQ Gerasiov <gq at debian.org>
+License:  MPL or GPL-2 or LGPL-2.1
+
+License: MPL
+    You may obtain a copy of the License at http://www.mozilla.org/MPL/
+    The copy of this License is also available in 'MPL' file shipped with this
+    package.
+
+License: GPL-2
+    On Debian systems the full text of the GNU General Public
+    License can be found in the `/usr/share/common-licenses/GPL-2' file.
+
+License: LGPL-2.1
+    On Debian systems the full text of the GNU Lesser General Public
+    License can be found in the `/usr/share/common-licenses/LGPL-2.1' file.
+

Added: packages-metadata/f/fntsample.control
===================================================================
--- packages-metadata/f/fntsample.control	                        (rev 0)
+++ packages-metadata/f/fntsample.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,21 @@
+Source: fntsample
+Section: text
+Priority: optional
+Maintainer: Євгеній Мещеряков <eugen at debian.org>
+Build-Depends: debhelper (>= 9~), gawk, libcairo2-dev, unicode-data, libglib2.0-dev,
+  pkg-config, libfreetype6-dev, libpango1.0-dev (>= 1.16), gettext
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/collab-maint/fntsample.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/fntsample.git
+Homepage: http://fntsample.sourceforge.net/
+
+Package: fntsample
+Architecture: any
+Depends: libpdf-api2-perl, libintl-perl, ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
+Description: program for making font samples
+ A program for making font samples that show Unicode coverage of the font
+ and are similar in appearance to Unicode charts. Samples can be saved as
+ PDF or PostScript files.
+ .
+ This package also contains script called 'pdfoutline', that can be used to
+ add outlines (aka bookmarks) to generated PDF files.

Added: packages-metadata/f/fntsample.copyright
===================================================================
--- packages-metadata/f/fntsample.copyright	                        (rev 0)
+++ packages-metadata/f/fntsample.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,30 @@
+This package was debianized by Eugeniy Meshcheryakov <eugen at debian.org> on
+Sat, 20 Jan 2007 21:37:56 +0100.
+
+It was downloaded from http://sourceforge.net/projects/fntsample/
+
+Upstream Author: Eugeniy Meshcheryakov <eugen at debian.org>
+
+Copyright:
+            2007-2010, Eugeniy Meshcheryakov <eugen at debian.org>
+
+License:
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 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 complete text of the GNU General Public
+License, version 3, can be found in /usr/share/common-licenses/GPL-3.
+
+The Debian packaging is © 2007-2012, Eugeniy Meshcheryakov <eugen at debian.org> and
+is licensed under the GPL, see above.

Modified: packages-metadata/f/focuswriter.control
===================================================================
--- packages-metadata/f/focuswriter.control	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/f/focuswriter.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -5,7 +5,7 @@
 Uploaders: Graeme Gott <graeme at gottcode.org>
 Build-Depends: debhelper (>= 9),
 	       libqt4-dev,
-	       libhunspell-dev,
+	       libenchant-dev,
 	       libzip-dev,
 	       pkg-config
 Standards-Version: 3.9.3

Modified: packages-metadata/g/gnutls28.control
===================================================================
--- packages-metadata/g/gnutls28.control	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/g/gnutls28.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -6,7 +6,7 @@
  Eric Dorland <eric at debian.org>,
  James Westby <jw+debian at jameswestby.net>,
  Simon Josefsson <simon at josefsson.org>
-Build-Depends: debhelper (>= 8.1.3), nettle-dev (>= 2.4), zlib1g-dev,
+Build-Depends: debhelper (>= 8.1.3), nettle-dev (>= 2.5), zlib1g-dev,
  cdbs (>= 0.4.93), gtk-doc-tools, texinfo (>= 4.8),
  libtasn1-3-dev (>= 0.3.4-0), autotools-dev, guile-1.8-dev, datefudge,
  libp11-kit-dev (>= 0.11), pkg-config, chrpath, libidn11-dev, autogen

Added: packages-metadata/i/installation-guide.control
===================================================================
--- packages-metadata/i/installation-guide.control	                        (rev 0)
+++ packages-metadata/i/installation-guide.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,194 @@
+Source: installation-guide
+Section: doc
+Priority: optional
+Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
+Uploaders: Samuel Thibault <sthibault at debian.org>
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/d-i/trunk/manual
+Vcs-Browser: http://anonscm.debian.org/viewvc/d-i/trunk/manual/
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, ghostscript, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-finnish, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, texlive-lang-swedish, texlive-lang-vietnamese, ko.tex-base, cm-super
+# This comment can also be used to generate a Build-Depends-Indep line, by
+# running the debian/genbuilddeps program. So put each build dep on its own
+# line, prefixed by " - " and to comment out a build dep, start the line
+# with two hashes. And don't edit the Build-Depends-Indep line above by hand.
+#
+#	- docbook
+#	- docbook-xml
+#	- docbook-xsl
+#	- xsltproc
+#		The manual is a docbook XML document, so needs these to	build.
+#	- gawk
+#	- libhtml-parser-perl
+#		Used as part of the manual build process.
+#	- w3m
+#		Used to generate plain text manual from html.
+#	- poxml
+#		Translations of the manual are done in po files via poxml.
+#	- jadetex
+#	- openjade | openjade1.3
+#	- docbook-dsssl
+#		Used for producing pdf and ps files.
+#	- ghostscript
+#		For pdfs.
+#	- texlive-lang-cyrillic
+#	- texlive-lang-czechslovak
+##	- texlive-lang-danish
+##	- texlive-lang-dutch
+#	- texlive-lang-finnish
+#	- texlive-lang-french
+#	- texlive-lang-german
+#	- texlive-lang-greek
+#	- texlive-lang-italian
+#	- texlive-lang-other
+#		Contains hyphenation for Romanian.
+#	- texlive-lang-portuguese
+#	- texlive-lang-spanish
+#	- texlive-lang-swedish
+#	- texlive-lang-vietnamese
+#		All texlive-lang-* packages provide hyphenation and other
+#		language-specific support.
+#	- ko.tex-base
+#		Font for Korean pdf.
+#	- cm-super
+#		Font for Russian pdf.
+
+Package: installation-guide-amd64
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for amd64
+ This package contains the Debian installation guide for the AMD64
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-armel
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for armel
+ This package contains the Debian installation guide for the ARM
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-armhf
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for armhf
+ This package contains the Debian installation guide for the ARM
+ with Hardware FPU architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+#Package: installation-guide-hppa
+#Architecture: all
+#Depends: ${misc:Depends}
+#Conflicts: installation-guide
+#Description: Debian installation guide for hppa
+# This package contains the Debian installation guide for the PA-RISC
+# architecture, in a variety of languages.
+# .
+# A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-i386
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for i386
+ This package contains the Debian installation guide for the Intel x86
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-ia64
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for ia64
+ This package contains the Debian installation guide for the IA-64
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-kfreebsd-amd64
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for kFreeBSD amd64
+ This package contains the Debian installation guide for the kFreeBSD kernel
+ running on the AMD64 architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-kfreebsd-i386
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for kFreeBSD i386
+ This package contains the Debian installation guide for the kFreeBSD kernel
+ running on the Intel x86 architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-mips
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for mips
+ This package contains the Debian installation guide for the Mips
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-mipsel
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for mipsel
+ This package contains the Debian installation guide for the Mipsel
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-powerpc
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for powerpc
+ This package contains the Debian installation guide for the PowerPC
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-s390
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for s390
+ This package contains the Debian installation guide for the S/390
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-s390x
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for s390x
+ This package contains the Debian installation guide for the 64bit S/390
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.
+
+Package: installation-guide-sparc
+Architecture: all
+Depends: ${misc:Depends}
+Conflicts: installation-guide
+Description: Debian installation guide for sparc
+ This package contains the Debian installation guide for the Sparc
+ architecture, in a variety of languages.
+ .
+ A shorter reference, the installation HOWTO, is included in an appendix.

Added: packages-metadata/i/installation-guide.copyright
===================================================================
--- packages-metadata/i/installation-guide.copyright	                        (rev 0)
+++ packages-metadata/i/installation-guide.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,7 @@
+The Installation Guide is copyright 1996 Bruce Perens; 1996, 1997 Sven Rudolph;
+1998 Igor Grobman, James Treacy; 1998-2002 Adam Di Carlo; 2003 Chris Tillman;
+2004-2010 by the Debian Installer team, and by other contributors. It is
+licensed under the terms of the GNU GPL, version 2.
+
+A copy of the GPL is included in an appendix of the Installation Guide and can
+also be found in /usr/share/common-licenses/GPL-2 on Debian systems.

Added: packages-metadata/l/libauthen-tacacsplus-perl.control
===================================================================
--- packages-metadata/l/libauthen-tacacsplus-perl.control	                        (rev 0)
+++ packages-metadata/l/libauthen-tacacsplus-perl.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,23 @@
+Source: libauthen-tacacsplus-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Shuler <michael at pbandjelly.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Angel Abad <angel at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 9.20120312),
+ perl
+Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-tacacsplus-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-tacacsplus-perl.git
+Homepage: http://search.cpan.org/dist/Authen-TacacsPlus/
+
+Package: libauthen-tacacsplus-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl module for authentication using TACACS+ server
+ Authen::TacacsPlus is a Perl module that provides authentication services
+ using the TACACS+ authentication protocol, optionally supporting various
+ authentication methods including plain text (ASCII), Password Authentication
+ Protocol (PAP) and Challenge-Handshake Authentication Protocol (CHAP).

Added: packages-metadata/l/libauthen-tacacsplus-perl.copyright
===================================================================
--- packages-metadata/l/libauthen-tacacsplus-perl.copyright	                        (rev 0)
+++ packages-metadata/l/libauthen-tacacsplus-perl.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,69 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Authen-TacacsPlus
+Upstream-Contact: Mike McCauley <mikem at open.com.au>
+Source: http://search.cpan.org/dist/Authen-TacacsPlus/
+
+Files: *
+Copyright: 1998-1999, Mike Shoyher <msh at corbina.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2008, 2011, Michael Shuler <michael at pbandjelly.org>
+ 2008, Roberto C. Sanchez <roberto at debian.org>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2011, Ansgar Burchardt <ansgar at debian.org>
+ 2011-2012, Angel Abad <angel at debian.org>
+ 2012, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+Files: tacpluslib/*
+Copyright: 1995-1996, Cisco Systems, Inc.
+License: other
+ Permission to use, copy, modify, and distribute this software for
+ any purpose and without fee is hereby granted, provided that this
+ copyright and permission notice appear on all copies of the software
+ and supporting documentation, the name of Cisco Systems, Inc. not
+ be used in advertising or publicity pertaining to distribution of
+ the program without specific prior permission, and notice be given
+ in supporting documentation that modification, copying and
+ distribution is by permission of Cisco Systems, Inc.
+ Cisco Systems, Inc. makes no representations about the suitability
+ of this software for any purpose.  THIS SOFTWARE IS PROVIDED ``AS
+ IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+ WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE.
+
+Files: tacpluslib/md5.*
+Copyright: 1991-1992, RSA Data Security, Inc.
+License: other
+ License to copy and use this software is granted provided that it
+ is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+ Algorithm" in all material mentioning or referencing this software
+ or this function.
+ License is also granted to make and use derivative works provided
+ that such works are identified as "derived from the RSA Data Security,
+ Inc. MD5 Message-Digest Algorithm" in all material mentioning or
+ referencing the derived work.
+ RSA Data Security, Inc. makes no representations concerning either
+ the merchantability of this software or the suitability of this
+ software for any particular purpose. It is provided "as is"
+ without express or implied warranty of any kind.
+ These notices must be retained in any copies of any part of this
+ documentation and/or software.
+
+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 GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

Added: packages-metadata/l/libcdk-perl.control
===================================================================
--- packages-metadata/l/libcdk-perl.control	                        (rev 0)
+++ packages-metadata/l/libcdk-perl.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,32 @@
+Source: libcdk-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremiah Foster <jeremiah at jeremiahfoster.com>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Dominic Hargreaves <dom at earth.li>
+Section: perl
+Priority: optional
+Build-Depends: autotools-dev,
+               debhelper (>= 9.20120312),
+               libcdk5-dev,
+               perl
+Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcdk-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcdk-perl.git
+Homepage: http://invisible-island.net/cdk/
+
+Package: libcdk-perl
+Architecture: any
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libperl4-corelibs-perl | perl (<< 5.12.3-7)
+Description: Perl interface for a curses widget library
+ CDK stands for "Curses Development Kit".  CDK sits on top of the curses
+ library and provides 22 ready to use widgets for rapid application
+ development of text-based interfaces.  CDK delivers many of the common
+ widget types required for a robust interface.  Widgets can be combined
+ to create complex widgets if needed.
+ .
+ This package provides a Perl interface for the CDK library.
+

Added: packages-metadata/l/libcdk-perl.copyright
===================================================================
--- packages-metadata/l/libcdk-perl.copyright	                        (rev 0)
+++ packages-metadata/l/libcdk-perl.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,66 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Cdk
+Upstream-Contact: Thomas Dickey
+Source: http://invisible-island.net/cdk/
+
+Files: *
+Copyright: 1995-1999, Mike Glover
+ 1999-2006, 2012 Thomas Dickey
+License: BSD-4-clause
+
+Files: debian/*
+Copyright: 2000, Raphael Bossek <bossekr at debian.org>
+ 2001, 2002, Stephen Zander <gibreel at debian.org>
+ 2005, Matej Vela <vela at debian.org>
+ 2007, Jeremiah Foster <jeremiah at jeremiahfoster.com>
+ 2008, 2009, 2012, gregor herrmann <gregoa at debian.org>
+ 2008, Damyan Ivanov <dmn at debian.org>
+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: BSD-4-clause
+ 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.  All advertising materials mentioning features or use of this software must
+     display the following acknowledgment:
+     This product includes software developed by Mike Glover and
+     contributors.
+ .
+ 4. Neither the name of Mike Glover nor the names of contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY MIKE GLOVER 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 MIKE GLOVER 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: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

Modified: packages-metadata/l/libpal-java.copyright
===================================================================
--- packages-metadata/l/libpal-java.copyright	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/l/libpal-java.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -1,7 +1,11 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: PAL (Phylogenetic Analysis Library)
 Upstream-Contact: Matthew Goode <m.goode at auckland.ac.nz>
 Source: http://www.cebl.auckland.ac.nz/pal-project/
+Files-Excluded:
+    src/org
+    doc/COPYRIGHT-org.w3c.dom.html
+    doc/.*html*
 
 Files: *
 Copyright: © 2002-2011 Matthew Goode <m.goode at auckland.ac.nz>
@@ -9,6 +13,8 @@
            © 2001-2011 Ed Buckler <buckler at statgen.ncsu.edu>
            © 1999-2011 Korbinian Strimmer <strimmer at stat.uni-muenchen.de>
 License: LGPL-2.1
+
+License: LGPL-2.1
  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 2.1 of the License, or
@@ -21,11 +27,10 @@
  .
  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/>.
-Comment:
+ .
  On Debian systems, you can read the full text of the GNU Lesser General Public
  License in ‘/usr/share/common-licenses/LGPL-2.1’.
 
 Files: debian/*
 Copyright: © 2012 Andreas Tille <tille at debian.org>
 License: LGPL-2.1
- Same License as the software itself.

Added: packages-metadata/l/libsoup2.4.control
===================================================================
--- packages-metadata/l/libsoup2.4.control	                        (rev 0)
+++ packages-metadata/l/libsoup2.4.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,233 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: libsoup2.4
+Section: devel
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Gustavo Noronha Silva <kov at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 9),
+               cdbs (>= 0.4.93~),
+               gnome-pkg-tools,
+               libglib2.0-dev (>= 2.31.7),
+               glib-networking (>= 2.32.0),
+               libgnome-keyring-dev,
+               libsqlite3-dev,
+               libxml2-dev,
+               gtk-doc-tools,
+               shared-mime-info,
+               libgirepository1.0-dev (>= 0.9.5),
+               gobject-introspection (>= 0.9.12-4~),
+               gir1.2-glib-2.0
+Build-Depends-Indep: libglib2.0-doc
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libsoup2.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsoup2.4
+Standards-Version: 3.9.3
+
+Package: libsoup2.4-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         libsoup2.4-1 (= ${binary:Version}),
+         gir1.2-soup-2.4 (= ${binary:Version}),
+         libglib2.0-dev (>= 2.31.7),
+         libxml2-dev
+Suggests: libsoup2.4-doc
+Replaces: gir-repository-dev
+Description: HTTP library implementation in C -- Development files
+ It was originally part of a SOAP (Simple Object Access Protocol)
+ implementation called Soup, but the SOAP and non-SOAP parts have now been
+ split into separate packages.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications. This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the GTK+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ Features:
+  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
+  * Automatically caches connections
+  * SSL Support using GnuTLS
+  * Proxy support, including authentication and SSL tunneling
+  * Client support for Digest, NTLM, and Basic authentication
+  * Server support for Digest and Basic authentication
+  * Basic client-side SOAP and XML-RPC support
+ .
+ This package contains the development files.
+
+Package: libsoup2.4-1
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         glib-networking (>= 2.32.0)
+Description: HTTP library implementation in C -- Shared library
+ It was originally part of a SOAP (Simple Object Access Protocol)
+ implementation called Soup, but the SOAP and non-SOAP parts have now been
+ split into separate packages.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications.  This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the GTK+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ Features:
+  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
+  * Automatically caches connections
+  * SSL Support using GnuTLS
+  * Proxy support, including authentication and SSL tunneling
+  * Client support for Digest, NTLM, and Basic authentication
+  * Server support for Digest and Basic authentication
+  * Basic client-side SOAP and XML-RPC support
+ .
+ This package contains the shared library.
+
+Package: libsoup2.4-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libsoup2.4-1 (= ${binary:Version}),
+         ${misc:Depends}
+Description: HTTP library implementation in C -- debugging symbols
+ It was originally part of a SOAP (Simple Object Access Protocol).
+ implementation called Soup, but the SOAP and non-SOAP parts have now been
+ split into separate packages.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications.  This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the GTK+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ Features:
+  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
+  * Automatically caches connections
+  * SSL Support using GnuTLS.
+  * Proxy support, including authentication and SSL tunneling
+  * Client support for Digest, NTLM, and Basic authentication
+  * Server support for Digest and Basic authentication
+  * Basic client-side SOAP and XML-RPC support
+ .
+ This package contains the debugging symbols.
+
+Package: libsoup-gnome2.4-1
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: HTTP library implementation in C -- GNOME support library
+ It was originally part of a SOAP (Simple Object Access Protocol)
+ implementation called Soup, but the SOAP and non-SOAP parts have now been
+ split into separate packages.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications.  This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the GTK+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ The GNOME support library is used for features which are important to
+ GNOME apps, but which require GNOME-specific libraries that non-GNOME
+ apps may not want to add dependencies on.
+ .
+ Features:
+  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
+  * Automatically caches connections
+  * SSL Support using GnuTLS
+  * Proxy support, including authentication and SSL tunneling
+  * Client support for Digest, NTLM, and Basic authentication
+  * Server support for Digest and Basic authentication
+  * Basic client-side SOAP and XML-RPC support
+ .
+ This package contains the GNOME support shared library.
+
+Package: libsoup-gnome2.4-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         libsoup-gnome2.4-1 (= ${binary:Version}),
+         libsoup2.4-dev (= ${binary:Version})
+Suggests: libsoup2.4-doc
+Replaces: gir-repository-dev (<< 0.6.5-7)
+Description: HTTP library implementation in C -- GNOME support development files
+ It was originally part of a SOAP (Simple Object Access Protocol)
+ implementation called Soup, but the SOAP and non-SOAP parts have now been
+ split into separate packages.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications. This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the Gtk+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ The GNOME support library is used for features which are important to
+ GNOME apps, but which require GNOME-specific libraries that non-GNOME
+ apps may not want to add dependencies on.
+ .
+ Features:
+  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
+  * Automatically caches connections
+  * SSL Support using GnuTLS
+  * Proxy support, including authentication and SSL tunneling
+  * Client support for Digest, NTLM, and Basic authentication
+  * Server support for Digest and Basic authentication
+  * Basic client-side SOAP and XML-RPC support
+ .
+ This package contains the development files for the GNOME support.
+
+Package: libsoup2.4-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libsoup2.4-dev
+Description: HTTP library implementation in C -- API Reference
+ It was originally part of a SOAP (Simple Object Access Protocol)
+ implementation called Soup, but the SOAP and non-SOAP parts have now been
+ split into separate packages.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications. This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the GTK+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ Features:
+  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
+  * Automatically caches connections
+  * SSL Support using GnuTLS
+  * Proxy support, including authentication and SSL tunneling
+  * Client support for Digest, NTLM, and Basic authentication
+  * Server support for Digest and Basic authentication
+  * Basic client-side SOAP and XML-RPC support
+ .
+ This package contains the documentation.
+
+Package: gir1.2-soup-2.4
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Provides: gir1.2-soup-gnome-2.4
+Conflicts: gir1.0-soup-2.4,
+           gir1.0-soup-gnome-2.4
+Description: GObject introspection data for the libsoup HTTP library
+ This package contains introspection data for the libsoup HTTP library.
+ .
+ libsoup uses the Glib main loop and is designed to work well with GTK+
+ applications.  This enables GNOME applications to access HTTP servers
+ on the network in a completely asynchronous fashion, very similar to
+ the GTK+ programming model (a synchronous operation mode is also
+ supported for those who want it).
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
+

Added: packages-metadata/l/libsoup2.4.copyright
===================================================================
--- packages-metadata/l/libsoup2.4.copyright	                        (rev 0)
+++ packages-metadata/l/libsoup2.4.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://ftp.gnome.org/pub/GNOME/sources/libsoup/
+
+Files: *
+Copyright:
+    Copyright (C) 2007, 2008 Red Hat, Inc.
+    Copyright (C) 2001-2007 Novell, Inc.
+    Copyright (C) 1999-2003 Ximian, Inc.
+    Copyright (C) 2008 Diego Escalante Urrelo
+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.
+ .
+ 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/p/pastedeploy.control
===================================================================
--- packages-metadata/p/pastedeploy.control	                        (rev 0)
+++ packages-metadata/p/pastedeploy.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,25 @@
+Source: pastedeploy
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3-1~), python-docutils
+Standards-Version: 3.9.3
+Homepage: http://pythonpaste.org/deploy/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastedeploy/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pastedeploy/trunk/
+X-Python-Version: >= 2.4
+
+Package: python-pastedeploy
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-paste
+Recommends: python-pastescript (>= 1.7.3-6~)
+Enhances: python-paste
+Description: load, configure, and compose WSGI applications and servers
+ Paste Deployment is a system for finding and configuring WSGI applications and
+ servers. For WSGI application consumers it provides a single, simple function
+ (loadapp) for loading a WSGI application from a configuration file or a Python
+ Egg. For WSGI application providers it only asks for a single, simple entry
+ point to your application, so that application users don't need to be exposed
+ to the implementation details of your application.

Added: packages-metadata/p/pastedeploy.copyright
===================================================================
--- packages-metadata/p/pastedeploy.copyright	                        (rev 0)
+++ packages-metadata/p/pastedeploy.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,29 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Thu,  4 May 2006 14:00:37 +0200.
+
+It was downloaded from http://pypi.python.org/pypi/PasteDeploy
+
+Copyright (c) 2005-2009 Ian Bicking <ianb at colorstudy.com> and Contributors
+
+License: 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.
+
+The Debian packaging is © 2006-2009, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the MIT as well.

Added: packages-metadata/r/routes.control
===================================================================
--- packages-metadata/r/routes.control	                        (rev 0)
+++ packages-metadata/r/routes.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,38 @@
+Source: routes
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-all (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-sphinx (>= 1.0.7+dfsg),
+ python-repoze.lru
+Standards-Version: 3.9.3
+Homepage: http://routes.groovie.org/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/routes/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/routes/trunk/
+
+Package: python-routes
+Architecture: all
+Depends: ${python:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}, python-pkg-resources
+Recommends: python-webob
+Suggests: python-paste
+Description: Routing Recognition and Generation Tools
+ Routes is a Python re-implementation of the Rails routes system for mapping
+ URLs to Controllers/Actions and generating URLs. Routes makes it easy to
+ create pretty and concise URLs that are RESTful with little effort.
+ .
+ Speedy and dynamic URL generation means you get a URL with minimal cruft (no
+ big dangling query args). Shortcut features like Named Routes cut down on
+ repetitive typing.
+ .
+ Current features:
+  * Named Routes
+  * Sophisticated Route lookup and URL generation
+  * Wildcard path's before and after static parts
+  * Groupings syntax to allow flexible URLs to accommodate almost any need
+  * Sub-domain support built-in
+  * Conditional matching based on domain, cookies, HTTP method (RESTful), and
+    more
+  * Easily extensible utilizing custom condition functions and route generation
+    functions
+  * Extensive unit tests

Modified: packages-metadata/r/ruby-arel.control
===================================================================
--- packages-metadata/r/ruby-arel.control	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/r/ruby-arel.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -19,9 +19,7 @@
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
-	 ruby | ruby-interpreter,
-	 ruby-minitest (>= 2.11~),
-	 ruby-hoe (>= 2.13~)
+	 ruby | ruby-interpreter
 Description: SQL AST manager for Ruby
  Arel is a SQL AST manager for Ruby. It simplifies the generation of
  complex SQL queries and adapts to various RDBMS systems.

Added: packages-metadata/r/ruby-hoe.control
===================================================================
--- packages-metadata/r/ruby-hoe.control	                        (rev 0)
+++ packages-metadata/r/ruby-hoe.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,27 @@
+Source: ruby-hoe
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Byrum <clint at ubuntu.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), ruby-minitest (>= 2.12), rake (>= 0.8.7)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hoe.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hoe.git;a=summary
+Homepage: http://rubyforge.org/projects/seattlerb/
+XS-Ruby-Versions: all
+
+Package: ruby-hoe
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter,
+ rake (>= 0.8.7),
+ rubygems1.9.1 | rubygems
+Description: rake/rubygems helper for project Rakefiles
+ Hoe is a rake/rubygems helper for project Rakefiles. It helps you
+ manage and maintain, and release your project and includes a dynamic
+ plug-in system allowing for easy extensibility. Hoe ships with
+ plug-ins for all your usual project tasks including rdoc generation,
+ testing, packaging, and deployment.

Added: packages-metadata/r/ruby-hoe.copyright
===================================================================
--- packages-metadata/r/ruby-hoe.copyright	                        (rev 0)
+++ packages-metadata/r/ruby-hoe.copyright	2012-08-27 03:00:30 UTC (rev 2457)
@@ -0,0 +1,32 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
+Upstream-Name: hoe
+Source: http://seattlerb.rubyforge.org/hoe/
+Comment: Hoe.pdf was removed from the upstream tarball to address the
+ policy that documentation must be edittable and rebuildable.
+ - Clint Byrum <clint at ubuntu.com>
+
+Files: *
+Copyright: Copyright (c) Ryan Davis, Seattle.rb
+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.
+
+Files: debian/*
+Copyright: Copyright 2011 Lucas Nussbaum <lucas at lucas-nussbaum.net>
+License: MIT

Modified: packages-metadata/v/virt-manager.control
===================================================================
--- packages-metadata/v/virt-manager.control	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/v/virt-manager.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-gtk2,
  python-glade2, python-gnome2, python-dbus, python-urlgrabber, python-vte,
- librsvg2-common, python-libvirt (>= 0.7.1), virtinst (>= 0.600.2),
+ librsvg2-common, python-libvirt (>= 0.7.1), virtinst (>= 0.600.3),
  python-gtk-vnc (>= 0.3.8), python-ipy (>= 0.70), python-spice-client-gtk
 Recommends: libvirt-bin (>= 0.4.6), gnome-icon-theme
 Suggests: virt-viewer, ssh-askpass, gnome-keyring, python-gnomekeyring,

Modified: packages-metadata/v/virtinst.control
===================================================================
--- packages-metadata/v/virtinst.control	2012-08-26 03:00:29 UTC (rev 2456)
+++ packages-metadata/v/virtinst.control	2012-08-27 03:00:30 UTC (rev 2457)
@@ -13,8 +13,8 @@
 Package: virtinst
 Architecture: all
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libvirt (>= 0.4.6),
- python-libxml2, python-urlgrabber
-Recommends: virt-viewer, qemu
+ python-libxml2, python-urlgrabber, qemu-utils
+Suggests: virt-viewer
 Description: Programs to create and clone virtual machines
  Virtinst is a set of commandline tools to create virtual machines using
  libvirt:




More information about the Collab-qa-commits mailing list