[Collab-qa-commits] r2579 - in packages-metadata: a c d f l p s t u w

Charles Plessy plessy at alioth.debian.org
Fri Dec 7 04:01:34 UTC 2012


Author: plessy
Date: 2012-12-07 04:01:34 +0000 (Fri, 07 Dec 2012)
New Revision: 2579

Added:
   packages-metadata/a/akonadi.control
   packages-metadata/a/axis.control
   packages-metadata/a/axis.copyright
   packages-metadata/c/clamsmtp.control
   packages-metadata/c/clamsmtp.copyright
   packages-metadata/c/commons-httpclient.control
   packages-metadata/c/commons-httpclient.copyright
   packages-metadata/f/file-roller.control
   packages-metadata/l/libtext-hunspell-perl.control
   packages-metadata/l/libtext-hunspell-perl.copyright
   packages-metadata/p/phpunit-story.control
   packages-metadata/p/phpunit-story.copyright
   packages-metadata/s/speech-dispatcher.control
   packages-metadata/s/speech-dispatcher.copyright
   packages-metadata/s/ssdeep.control
   packages-metadata/s/ssdeep.copyright
   packages-metadata/t/totem.control
   packages-metadata/u/unhide.rb.control
   packages-metadata/u/unhide.rb.copyright
Modified:
   packages-metadata/a/at-spi2-atk.control
   packages-metadata/a/at-spi2-atk.copyright
   packages-metadata/d/dragonegg.control
   packages-metadata/l/libvm-ec2-perl.control
   packages-metadata/w/webcit.control
Log:
Daily automatic umegaya push

Added: packages-metadata/a/akonadi.control
===================================================================
--- packages-metadata/a/akonadi.control	                        (rev 0)
+++ packages-metadata/a/akonadi.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,120 @@
+Source: akonadi
+Section: libs
+Priority: extra
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Sune Vuorela <debian at pusling.com>, Modestas Vainius <modax at debian.org>,
+ Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7), cmake (>= 2.6.2), automoc, pkg-kde-tools (>= 0.12),
+ libqt4-dev (>= 4:4.6.0), shared-mime-info, libmysqlclient-dev,
+ libxslt-dev, libsoprano-dev (>= 2.1.1), xsltproc, libdbus-1-dev, libboost-program-options-dev,
+ libsqlite3-dev
+Standards-Version: 3.9.3
+Homepage: http://pim.kde.org/akonadi
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-req/akonadi.git
+Vcs-Git: git://git.debian.org/pkg-kde/kde-req/akonadi.git
+
+Package: akonadi-server
+Section: net
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ akonadi-backend-mysql (= ${source:Version}) | akonadi-backend-sqlite (= ${binary:Version}) |
+ akonadi-backend-postgresql (= ${source:Version})
+Suggests: akonadi-backend-mysql (= ${binary:Version}), akonadi-backend-sqlite (= ${binary:Version}),
+ akonadi-backend-postgresql (= ${source:Version})
+Description: Akonadi PIM storage service
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package contains the Akonadi PIM storage server and associated programs.
+
+Package: libakonadiprotocolinternals1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: akonadi-server (= ${binary:Version})
+Replaces: libakonadiprivate1 (<< 1.4.90)
+Breaks: libakonadiprivate1 (<< 1.4.90)
+Description: libraries for the Akonadi PIM storage service
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package contains libraries used by the Akonadi PIM storage service.
+
+Package: libakonadi-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libakonadiprotocolinternals1 (= ${binary:Version}), libboost-dev
+Suggests: pkg-config
+Description: development files for the Akonadi PIM storage service
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package contains development files for building software that uses the
+ Akonadi PIM storage service.
+
+Package: akonadi-backend-mysql
+Section: misc
+Architecture: all
+Depends: ${misc:Depends}, mysql-server-core, libqt4-sql-mysql
+Recommends: akonadi-server
+Replaces: akonadi-server (<< 1.3.60~)
+Breaks: akonadi-server (<< 1.3.60~)
+Description: MySQL storage backend for Akonadi
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package installs everything what's needed for Akonadi to work with MySQL
+ as underlying data storage engine. By default, a local MySQL server instance
+ will be started for each user. Alternatively, connection to an external MySQL
+ database is supported as well.
+
+Package: akonadi-backend-postgresql
+Section: misc
+Architecture: all
+Depends: ${misc:Depends}, libqt4-sql-psql
+Recommends: akonadi-server, postgresql
+Replaces: akonadi-server (<< 1.3.60~)
+Breaks: akonadi-server (<< 1.3.60~)
+Description: PostgreSQL storage backend for Akonadi
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package installs everything what's needed for Akonadi to work with
+ PostgreSQL as underlying data storage engine. By default, a local PostgreSQL
+ server instance will be started for each user. Alternatively, connection to an
+ external PostgreSQL database is supported as well.
+
+Package: akonadi-backend-sqlite
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: akonadi-server
+Description: SQLite storage backend for Akonadi
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package installs everything what's needed for Akonadi to work with SQLite
+ as underlying data storage engine. Since SQLite is an embedded database
+ engine, a separate SQL server daemon is not necessary.
+ .
+ In addition, the package contains an improved QSql driver for SQLite named
+ "QSQLite3". It can be used by any application that needs to access SQLite
+ databases via standard Qt QSql framework.
+
+Package: akonadi-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}
+Suggests: akonadi-server (= ${binary:Version})
+Description: debugging symbols for the Akonadi PIM storage service
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package contains debugging files used to investigate problems with
+ the Akonadi PIM storage service.

Modified: packages-metadata/a/at-spi2-atk.control
===================================================================
--- packages-metadata/a/at-spi2-atk.control	2012-12-06 04:01:30 UTC (rev 2578)
+++ packages-metadata/a/at-spi2-atk.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -43,6 +43,7 @@
 Architecture: all
 Section: oldlibs
 Priority: extra
+Depends: ${misc:Depends}
 Replaces: libatk-adaptor-schemas
 Conflicts: libatk-adaptor-schemas
 Description: AT-SPI 2 toolkit bridge - transitional dummy package

Modified: packages-metadata/a/at-spi2-atk.copyright
===================================================================
--- packages-metadata/a/at-spi2-atk.copyright	2012-12-06 04:01:30 UTC (rev 2578)
+++ packages-metadata/a/at-spi2-atk.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -149,12 +149,6 @@
  On Debian systems the full text of the GNU Library General Public License can
  be found in the `/usr/share/common-licenses/LGPL-2' file.
 
-Files: dbind/*.[ch]
-Copyright: 2008-2011 Novell, Inc.
-License: LGPL-2+
- On Debian systems the full text of the GNU Library General Public License can
- be found in the `/usr/share/common-licenses/LGPL-2' file.
-
 Files: debian/*
 Copyright: Copyright 2009, Mario Lang <mlang at debian.org>
 License: GPL-2

Added: packages-metadata/a/axis.control
===================================================================
--- packages-metadata/a/axis.control	                        (rev 0)
+++ packages-metadata/a/axis.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,60 @@
+Source: axis
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Koch <konqueror at gmx.de>,
+ Torsten Werner <twerner at debian.org>,
+ Damien Raude-Morvan <drazzib at debian.org>,
+ Jakub Adam <jakub.adam at ktknet.cz>
+Build-Depends: debhelper (>= 7), cdbs, ant-optional, default-jdk, libwsdl4j-java,
+ libcommons-logging-java, libcommons-httpclient-java,
+ libcommons-discovery-java, libgnujaf-java, libgnumail-java, libservlet2.5-java,
+ maven-repo-helper
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/axis
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/axis
+Homepage: http://ws.apache.org/axis/
+
+Package: libaxis-java
+Architecture: all
+Recommends: ant
+Suggests: libaxis-java-doc
+Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java,
+ libcommons-httpclient-java, libgnujaf-java, libgnumail-java, libservlet2.5-java,
+ ${misc:Depends}
+Description: SOAP implementation in Java
+ Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
+ submission to W3C.
+ .
+ From the draft W3C specification:
+ .
+ SOAP is a lightweight protocol for exchange of information in a decentralized,
+ distributed environment. It is an XML based protocol that consists of three
+ parts: an envelope that defines a framework for describing what is in a message
+ and how to process it, a set of encoding rules for expressing instances of
+ application-defined datatypes, and a convention for representing remote
+ procedure calls and responses.
+ .
+ This project is a follow-on to the Apache SOAP project.
+
+Package: libaxis-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libaxis-java
+Description: SOAP implementation in Java (documentation)
+ Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
+ submission to W3C.
+ .
+ From the draft W3C specification:
+ .
+ SOAP is a lightweight protocol for exchange of information in a decentralized,
+ distributed environment. It is an XML based protocol that consists of three
+ parts: an envelope that defines a framework for describing what is in a message
+ and how to process it, a set of encoding rules for expressing instances of
+ application-defined datatypes, and a convention for representing remote
+ procedure calls and responses.
+ .
+ This project is a follow-on to the Apache SOAP project.
+ .
+ This package contains the Javadoc API documentation.

Added: packages-metadata/a/axis.copyright
===================================================================
--- packages-metadata/a/axis.copyright	                        (rev 0)
+++ packages-metadata/a/axis.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,21 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Upstream-Name: Apache Axis
+Upstream-Contact: http://ws.apache.org/axis/
+Source: http://www.apache.org/dist/ws/axis/1_4/
+
+Files: *
+Copyright: 2006-2008, Apache Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2006, Vladimír Lapáček <vladimir.lapacek at gmail.com>
+Copyright: 2006-2010, various Debian Contributors
+Copyright: 2010, Damien Raude-Morvan <drazzib at debian.org>
+License: Apache-2.0
+
+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.
+ .
+ The full text of the license can be found in
+ `/usr/share/common-licenses/Apache-2.0'.

Added: packages-metadata/c/clamsmtp.control
===================================================================
--- packages-metadata/c/clamsmtp.control	                        (rev 0)
+++ packages-metadata/c/clamsmtp.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,27 @@
+Source: clamsmtp
+Section: mail
+Priority: optional
+Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>
+Uploaders: Michael Meskes <meskes at debian.org>
+Build-Depends: debhelper (>= 9), quilt (>= 0.46-7)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-clamav/clamsmtp.git
+Vcs-Browser: http://git.debian.org/?p=pkg-clamav/clamsmtp.git;a=summary
+Homepage: http://memberwebs.com/nielsen/software/clamsmtp
+
+Package: clamsmtp
+Architecture: any
+Depends: dpkg (>= 1.10.11), clamav-daemon (>= 0.75.1), adduser, ${shlibs:Depends}, ${misc:Depends}
+Recommends: postfix | mail-transport-agent
+Description: virus-scanning SMTP proxy 
+ ClamSMTP is an SMTP proxy daemon that checks for viruses using the ClamAV
+ anti-virus software.  It can act as a traditional SMTP proxy with publicly
+ accessible ports or as a transparent proxy, where SMTP traffic is redirected
+ to the ClamSMTP by your router.
+ .
+ ClamSMTP aims to be lightweight, reliable, and simple rather than have a
+ myriad of options. It is written in C without major dependencies. ClamSMTP
+ does not do general spam filtering, it only scans for viruses.
+ .
+ You do not need a local mail-transport-agent installed, since this server can
+ forward to a remote one.

Added: packages-metadata/c/clamsmtp.copyright
===================================================================
--- packages-metadata/c/clamsmtp.copyright	                        (rev 0)
+++ packages-metadata/c/clamsmtp.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,64 @@
+This package was debianized by Chad Walstrom <chewie at debian.org> on
+Thu, 26 Aug 2004 13:28:56 -0500.
+
+It was downloaded from http://memberwebs.com/nielsen/software/clamsmtp/
+
+The location has been updated to http://memberwebs.com/stef/
+
+Upstream Author: Stefan Walter <stef at memberwebs.com> also known as Nate Nielsen
+                 <nielsen at memberwebs.com>
+
+Copyright (c) 2004-2005, Stefan Walter/Nate Nielsen
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+    * this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice,
+    * this list of conditions and the following disclaimer in the documentation
+    * and/or other materials provided with the distribution.
+    * The names of contributors to this software may not be used to endorse or
+    * promote products derived from this software without specific prior written
+    * permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Portions of common/compat.c:
+ *
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
+ * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+

Added: packages-metadata/c/commons-httpclient.control
===================================================================
--- packages-metadata/c/commons-httpclient.control	                        (rev 0)
+++ packages-metadata/c/commons-httpclient.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,35 @@
+Source: commons-httpclient
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Koch <konqueror at gmx.de>, Kumar Appaiah <akumar at debian.org>,
+ Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>,
+ Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: debhelper (>= 7), cdbs
+Build-Depends-Indep: maven-repo-helper, ant, default-jdk, libcommons-codec-java, libcommons-logging-java, junit
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-httpclient
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-httpclient
+Homepage: http://hc.apache.org/httpclient-3.x
+
+Package: libcommons-httpclient-java
+Architecture: all
+Suggests: libcommons-httpclient-java-doc
+Depends: libcommons-logging-java, libcommons-codec-java, ${misc:Depends}
+Description: A Java(TM) library for creating HTTP clients
+ The Jakarta Commons HTTPClient library provides an efficient,
+ up-to-date, and feature-rich package implementing the client side of
+ the most recent HTTP standards and recommendations.
+
+Package: libcommons-httpclient-java-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libcommons-httpclient-java
+Description: Documentation for libcommons-httpclient-java
+ The Jakarta Commons HTTPClient library provides an efficient,
+ up-to-date, and feature-rich package implementing the client side of
+ the most recent HTTP standards and recommendations.
+ .  
+ This package contains the documentation for the Jakarta Commons 
+ HTTPClient library.

Added: packages-metadata/c/commons-httpclient.copyright
===================================================================
--- packages-metadata/c/commons-httpclient.copyright	                        (rev 0)
+++ packages-metadata/c/commons-httpclient.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,37 @@
+This package was debianized by Stephen Peters <portnoy at portnoy.org> on
+Wed,  1 May 2002 13:34:02 +0500.
+
+It was downloaded from http://hc.apache.org/httpclient-3.x
+
+Upstream Authors: Michael Becke   <mbecke at apache.org>,
+                  Jeff Dever <jsdever at apache.org>,
+                  dIon Gillard <dion at apache.org>,
+                  Ortwin Glueck  <oglueck at apache.org>,
+                  Sung-Gu <jericho at apache.org>,
+                  Oleg Kalnichevski <olegk at apache.org>,
+                  Sean C. Sullivan <sullis at apache.org>,
+                  Adrian Sutton <adrian.sutton at ephox.com>,
+                  Rodney Waldhoff <rwaldhoff at apache>,
+                  Armando Anton   <armando.anton at newknow.com>,
+                  Sebastian Bazley <sebb at apache.org>,
+                  Ola Berg,
+                  Sam Berlin <sberlin at limepeer.com>,
+                  Mike Bowler,
+                  Samit Jain <jain.samit at gmail.com>,
+                  Eric Johnson <eric at tibco.com>,
+                  Christian Kohlschuetter <ck at newsclub.de>,
+                  Ryan Lubke <Ryan.Lubke at Sun.com>,
+                  Sam Maloney <sam.maloney at filogix.com>,
+                  Rob Di Marco <rdimarco at hmsonline.com>,
+                  Juergen Pill <Juergen.Pill at softwareag.com>,
+                  Mohammad Rezaei <mohammad.rezaei at gs.com>,
+                  Roland Weber <rolandw at apache.org>,
+                  Laura Werner <laura at lwerner.org>,
+                  Mikael Wilstrom <mikael.wikstrom at it.su.se>
+
+Copyright: 2001-2008 The Apache Software Foundation
+
+License: Apache 2.0
+
+On Debian systems the full text of the Apache License can be found
+in `/usr/share/common-licenses/Apache-2.0'.

Modified: packages-metadata/d/dragonegg.control
===================================================================
--- packages-metadata/d/dragonegg.control	2012-12-06 04:01:30 UTC (rev 2578)
+++ packages-metadata/d/dragonegg.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -10,7 +10,7 @@
  gcc-4.7-plugin-dev (>= 4.7.2-10),
  g++-4.6,
  g++-4.7 (>= 4.7.2-10),
- llvm-3.2-dev (>= 3.2~),
+ llvm-3.2-dev (>= 3.2~rc3~),
  libffi-dev,
  libmpfr-dev,
  libmpc-dev,

Added: packages-metadata/f/file-roller.control
===================================================================
--- packages-metadata/f/file-roller.control	                        (rev 0)
+++ packages-metadata/f/file-roller.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,77 @@
+# 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: file-roller
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 8),
+               gnome-pkg-tools (>= 0.12),
+               libglib2.0-dev (>= 2.29.14),
+               libgtk-3-dev (>= 3.0.2),
+               libmagic-dev,
+               libnautilus-extension-dev (>= 2.91.0),
+               gettext,
+               intltool (>= 0.40.0),
+               gnome-doc-utils (>= 0.3.2)
+Standards-Version: 3.9.3
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/file-roller
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/file-roller
+Homepage: http://fileroller.sourceforge.net/
+
+Package: file-roller
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         bzip2,
+         p7zip-full,
+         nautilus-data (>= 3.0)
+Replaces: gnome-icon-theme (<< 2.14)
+Recommends: gnome-icon-theme (>= 2.18),
+            gvfs,
+            yelp
+Suggests: arj,
+          binutils,
+          cpio,
+          lha,
+          lzip,
+          lzma,
+          lzop,
+          ncompress,
+          rpm2cpio,
+          rzip,
+          sharutils,
+          unace,
+          unalz,
+          unrar | p7zip-rar,
+          unzip,
+          xz-utils,
+          zip,
+          zoo
+Description: archive manager for GNOME
+ File-roller is an archive manager for the GNOME environment. It allows you to:
+ .
+  * Create and modify archives.
+  * View the content of an archive.
+  * View a file contained in an archive.
+  * Extract files from the archive.
+ .
+ File-roller supports the following formats:
+  * Tar (.tar) archives, including those compressed with
+    gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
+    compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo),
+    lzma (.tar.lzma) and xz (.tar.xz)
+  * Zip archives (.zip)
+  * Jar archives (.jar, .ear, .war)
+  * 7z archives (.7z)
+  * iso9660 CD images (.iso)
+  * Lha archives (.lzh)
+  * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
+    compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
+ .
+ File-roller doesn't perform archive operations by itself, but relies on
+ standard tools for this.

Added: packages-metadata/l/libtext-hunspell-perl.control
===================================================================
--- packages-metadata/l/libtext-hunspell-perl.control	                        (rev 0)
+++ packages-metadata/l/libtext-hunspell-perl.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,26 @@
+Source: libtext-hunspell-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominique Dumont <dod at debian.org>
+Section: perl
+Priority: optional
+# hunspell-en-us required for tests to work.
+Build-Depends: hunspell-en-us,
+               libhunspell-dev,
+               perl,
+               debhelper (>= 9)
+Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-hunspell-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-hunspell-perl.git
+Homepage: http://search.cpan.org/dist/Text-Hunspell/
+
+Package: libtext-hunspell-perl
+Architecture: any
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl interface to the GNU Hunspell library
+ Text::Hunspell provides a Perl interface to the OO Hunspell
+ library. This module is to meet the need of looking up many words, one
+ at a time, in a single session, such as spell-checking a document in
+ memory.
+

Added: packages-metadata/l/libtext-hunspell-perl.copyright
===================================================================
--- packages-metadata/l/libtext-hunspell-perl.copyright	                        (rev 0)
+++ packages-metadata/l/libtext-hunspell-perl.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Text-Hunspell
+Upstream-Contact: Cosimo Streppone <cosimo at cpan.org>
+Source: http://search.cpan.org/dist/Text-Hunspell/
+
+Files: *
+Copyright: Cosimo Streppone <cosimo at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Devel/CheckLib.pm
+Copyright: 2007 David Cantrell. Portions copyright 2007 David Golden.
+License: Artistic or GPL-1+
+
+Files: perlobject.map
+Copyright: 1996 Dean Roehrich
+License: unspecified
+ No license specified in file.
+Comment: File is found originally on
+ http://cpansearch.perl.org/src/DMR/XSTEST-19960302/perlobject.map . It
+ has been copied quite liberally in several other Perl modules. There's
+ no mention of a license in this file or in XSTEST distribution. Anyway, this
+ file is not used during build and not shipped in binary package.
+
+Files: debian/*
+Copyright: 2012, Dominique Dumont <dod 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: 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/libvm-ec2-perl.control
===================================================================
--- packages-metadata/l/libvm-ec2-perl.control	2012-12-06 04:01:30 UTC (rev 2578)
+++ packages-metadata/l/libvm-ec2-perl.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -7,7 +7,8 @@
  perl
 Build-Depends-Indep: liburi-perl,
  libwww-perl,
- libxml-simple-perl
+ libxml-simple-perl,
+ libstring-approx-perl
 Standards-Version: 3.9.4
 Homepage: http://search.cpan.org/dist/VM-EC2/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libvm-ec2-perl.git
@@ -19,7 +20,7 @@
  liburi-perl,
  libwww-perl,
  libxml-simple-perl,
- perl
+ libstring-approx-perl
 Description: module providing controls on Amazon EC2 and Eucalyptus
  This is an interface to the 2012-06-15 version of the Amazon AWS API
  (http://aws.amazon.com/ec2). It was written provide access to the new tag and

Added: packages-metadata/p/phpunit-story.control
===================================================================
--- packages-metadata/p/phpunit-story.control	                        (rev 0)
+++ packages-metadata/p/phpunit-story.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,22 @@
+Source: phpunit-story
+Section: php
+Priority: optional
+Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear at lists.alioth.debian.org>
+Uploaders: Luis Uribe <acme at eviled.org>, Thomas Goirand <zigo at debian.org>
+Build-Depends: debhelper (>= 8), pkg-php-tools, pear-phpunit-channel
+Build-Depends-Indep: php-pear (>= 5.4)
+Standards-Version: 3.9.3
+Homepage: https://github.com/sebastianbergmann/phpunit-story
+Vcs-Git: git://git.debian.org/pkg-php/phpunit-story.git
+Vcs-Browser: http://git.debian.org/?p=pkg-php/phpunit-story.git
+
+Package: phpunit-story
+Architecture: all
+Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, ${phppear:Debian-Depends}
+Recommends: ${phppear:Debian-Recommends}
+Breaks: ${phppear:Debian-Breaks}, phpunit (<< 3.6.10)
+Replaces: phpunit (<< 3.6.10)
+Description: extension to facilitate Behaviour-Driven Development
+ Story extension for PHPUnit to facilitate Behaviour-Driven Development.
+ PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
+ testing framework.

Added: packages-metadata/p/phpunit-story.copyright
===================================================================
--- packages-metadata/p/phpunit-story.copyright	                        (rev 0)
+++ packages-metadata/p/phpunit-story.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,69 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PHPUnit_Story
+Upstream-Contact: Sebastian Bergmann <sb at sebastian-bergmann.de>
+Source: https://github.com/sebastianbergmann/phpunit-story/
+
+Files: debian/*
+Copyright: (c) 2012, Luis Uribe <acme at eviled.org>
+License: BSD-2-clause
+
+Files: *
+Copyright: (c) 2002-2011, Sebastian Bergmann <sb at sebastian-bergmann.de>
+  (c) 2002-2011, Mattis Stordalen Flister <mattis at xait.no>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+ .
+ * Neither the name of Sebastian Bergmann nor the names of his
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

Added: packages-metadata/s/speech-dispatcher.control
===================================================================
--- packages-metadata/s/speech-dispatcher.control	                        (rev 0)
+++ packages-metadata/s/speech-dispatcher.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,163 @@
+Source: speech-dispatcher
+Section: sound
+Priority: optional
+Maintainer: Boris Dušek <dusek at brailcom.org>
+Build-Depends: debhelper (>= 9), libglib2.0-dev, libdotconf-dev, flite1-dev (>= 1.4), autotools-dev, libtool, texinfo, libasound2-dev [linux-any], libaudio-dev, libxau-dev, libespeak-dev, libpulse-dev, automake, python (>=2.6.6-12), libao-dev, dh-autoreconf
+Vcs-Browser: http://git.debian.org/?p=pkg-a11y/speech-dispatcher.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-a11y/speech-dispatcher.git
+Homepage: http://devel.freebsoft.org/speechd
+X-Python-Version: >= 2.4
+Standards-Version: 3.9.3
+
+Package: speech-dispatcher
+Architecture: any
+Depends: adduser, lsb-base (>= 3.0-10), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends}, ${misc:Depends}
+Recommends: pulseaudio
+Suggests: speech-dispatcher-festival (= ${source:Version}), speech-dispatcher-doc-cs (= ${source:Version}), libttspico-utils
+Conflicts: libspeechd1 (<< 0.5)
+Description: Common interface to speech synthesizers
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains Speech Dispatcher itself.
+
+Package: libspeechd2
+Architecture: any
+Multi-arch: same
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: multiarch-support
+Conflicts: libspeechd0 (>= 0.3)
+Description: Speech Dispatcher: Shared libraries
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains a shared library needed for C programs linked with it.
+
+Package: libspeechd-dev
+Architecture: any
+Section: libdevel
+Priority: extra
+Depends: libspeechd2 (= ${binary:Version}), ${misc:Depends}
+Suggests: speech-dispatcher
+Description: Speech Dispatcher: Development libraries and header files
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains static library, and C headers needed for programs
+ linked with the shared or static library.
+
+Package: cl-speech-dispatcher
+Architecture: all
+Section: lisp
+Priority: extra
+Depends: common-lisp-controller, cl-regex, ${misc:Depends}
+Description: Common Lisp interface to Speech Dispatcher
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains a Common Lisp library for communication with Speech
+ Dispatcher.
+
+Package: python-speechd
+Architecture: all
+Section: python
+Priority: extra
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Python interface to Speech Dispatcher
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains a Python library for communication with Speech
+ Dispatcher.
+
+Package: speech-dispatcher-festival
+Architecture: all
+Depends: speech-dispatcher (>= 0.6), festival, festival-freebsoft-utils (>= 0.6), ${misc:Depends}
+Recommends: sound-icons
+Description: Festival support for Speech Dispatcher
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains dependencies on packages necessary for running Speech
+ Dispatcher with Festival.
+
+Package: speech-dispatcher-doc-cs
+Architecture: all
+Section: doc
+Priority: extra
+Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
+Suggests: speech-dispatcher
+Description: Speech Dispatcher documentation in Czech
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains Czech documentation of Speech Dispatcher.
+
+Package: speech-dispatcher-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: speech-dispatcher (= ${binary:Version}), libspeechd2 (= ${binary:Version}), ${misc:Depends}
+Description: Speech Dispatcher debugging symbols
+ Speech Dispatcher provides a device independent layer for speech synthesis.
+ It supports various software and hardware speech synthesizers as
+ backends and provides a generic layer for synthesizing speech and
+ playing back PCM data via those different backends to applications.
+ .
+ Various high level concepts like enqueueing vs. interrupting speech and
+ application specific user configurations are implemented in a device
+ independent way, therefore freeing the application programmer from
+ having to yet again reinvent the wheel.
+ .
+ This package contains the debugging symbols for Speech Dispatcher.

Added: packages-metadata/s/speech-dispatcher.copyright
===================================================================
--- packages-metadata/s/speech-dispatcher.copyright	                        (rev 0)
+++ packages-metadata/s/speech-dispatcher.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,23 @@
+This package was debianized by Milan Zamazal <pdm at debian.org>.
+
+It was downloaded from http://www.freebsoft.org/pub/projects/speechd/ .
+
+Copyright:
+
+  Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Brailcom, o.p.s.
+
+  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.
+
+On Debian systems, you can find the GNU General Public License in the file
+/usr/share/common-licenses/GPL.
+
+The Debian management files in the debian/ subdirectory written by Milan
+Zamazal are put in public domain.

Added: packages-metadata/s/ssdeep.control
===================================================================
--- packages-metadata/s/ssdeep.control	                        (rev 0)
+++ packages-metadata/s/ssdeep.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,80 @@
+Source: ssdeep
+Section: admin
+Priority: optional
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
+Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev
+Standards-Version: 3.9.3
+Homepage: http://ssdeep.sourceforge.net/
+Vcs-Browser: http://git.debian.org/?p=forensics/ssdeep.git
+Vcs-Git: git://git.debian.org/forensics/ssdeep.git
+
+Package: ssdeep
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Recursive piecewise hashing tool
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+
+Package: libfuzzy2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks:   ssdeep (<< 2.6)
+Replaces: ssdeep (<< 2.6)
+Description: Recursive piecewise hashing tool (library)
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+ .
+ This package contains the library.
+
+Package: libfuzzy2-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, libfuzzy-dev (= ${binary:Version})
+Description: Recursive piecewise hashing tool (debugging symbols)
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+ .
+ This package contains the debugging symbols.
+
+Package: libfuzzy-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libfuzzy2 (= ${binary:Version})
+Breaks:   ssdeep (<< 2.6)
+Replaces: ssdeep (<< 2.6)
+Description: Recursive piecewise hashing tool (development headers)
+ ssdeep is a tool for recursive computing and matching of Context Triggered
+ Piecewise Hashing (aka Fuzzy Hashing).
+ .
+ Fuzzy hashing is a method for comparing similar but not identical files.
+ This tool can be used to compare files like regular hashing does (like
+ md5sum or sha1sum) but it will find similar files with little differences.
+ .
+ For example, it can be used to identify modified versions of known files
+ even if data has been inserted, modified, or deleted in the new files.
+ .
+ This package contains the developments files.

Added: packages-metadata/s/ssdeep.copyright
===================================================================
--- packages-metadata/s/ssdeep.copyright	                        (rev 0)
+++ packages-metadata/s/ssdeep.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,54 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Contact: Jesse Kornblum <jesse.kornblum at mantech.com>
+Source: http://ssdeep.sourceforge.net/
+
+Files: *
+Copyright: (C) 2006 ManTech CFIA <http://www.mantech.com/>
+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.
+
+Files: cycles.c
+Copyright: none
+ This is a work of the US Government. In accordance with 17 USC 105, copyright
+ protection is not available for any work of the US Government.
+License:
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+Files: debian/*
+Copyright:
+ (C) 2008 Christophe Monniez <christophe.monniez at fccu.be>
+ (C) 2008-2009 Daniel Baumann <daniel 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.

Added: packages-metadata/t/totem.control
===================================================================
--- packages-metadata/t/totem.control	                        (rev 0)
+++ packages-metadata/t/totem.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,230 @@
+# 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: totem
+Section: video
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 8),
+               cdbs (>= 0.4.90),
+               dpkg-dev (>= 1.16.1),
+               dh-autoreconf,
+               python (>= 2.6.6-3~),
+               python-gi-dev (>= 2.90.3),
+               libepc-ui-dev (>= 0.3.0),
+               libglib2.0-dev (>= 2.27.92),
+               libatk1.0-dev (>= 1.29.4),
+               libgdk-pixbuf2.0-dev (>= 2.23.0),
+               libgtk-3-dev (>= 3.0.0),
+               libtotem-plparser-dev (>= 2.32.4-2),
+               libsoup2.4-dev,
+               libpeas-dev (>= 0.7.2),
+               libxml2-dev (>= 2.6.0),
+               libtracker-sparql-0.14-dev (>= 0.12),
+               liblircclient-dev (>= 0.6.6),
+               libirman-dev (>= 0.4.2),
+               gnome-pkg-tools (>= 0.10),
+               scrollkeeper,
+               libgstreamer0.10-dev (>= 0.10.30),
+               libgstreamer-plugins-base0.10-dev (>= 0.10.30),
+               gstreamer0.10-tools (>= 0.10.26),
+               gstreamer0.10-gconf,
+               gstreamer0.10-plugins-base (>= 0.10.26),
+               gstreamer0.10-plugins-good,
+               librsvg2-dev (>= 2.16.0-2),
+               libnautilus-extension-dev (>= 2.91.4),
+               gnome-icon-theme (>= 2.15.90),
+               libdbus-glib-1-dev (>= 0.82),
+               intltool (>= 0.40),
+               autotools-dev,
+               shared-mime-info (>= 0.22),
+               libcam-dev [kfreebsd-any],
+               libxtst-dev,
+               libxrandr-dev (>= 2:1.1.1),
+               libxxf86vm-dev (>= 1:1.0.1),
+               libx11-dev,
+               x11proto-core-dev,
+               gnome-doc-utils (>= 0.20.3),
+               gtk-doc-tools,
+               libbluetooth-dev [linux-any],
+               libgdata-dev (>= 0.8.0),
+               gobject-introspection (>= 0.9.12-4~),
+               libgirepository1.0-dev (>= 0.9.12),
+               gir1.2-glib-2.0,
+               gir1.2-gtk-3.0,
+               gir1.2-totem-plparser-1.0
+Standards-Version: 3.9.2
+Homepage: http://www.gnome.org/projects/totem/
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/totem
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/totem
+
+Package: libtotem0
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Replaces: totem (<< 3.0.1-1)
+Description: Main library for the Totem media player
+ This package contains the main library used by the Totem media player. It is
+ used both by the media player itself and by the plugins.
+ .
+ This library is only useful within Totem. You should not have to
+ manually install this package.
+
+Package: totem
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         gstreamer0.10-plugins-base (>= 0.10.26),
+         gstreamer0.10-plugins-good (>= 0.10.7),
+         gstreamer0.10-x,
+         gnome-icon-theme (>= 2.15.90),
+         gnome-icon-theme-symbolic,
+         totem-common (= ${source:Version})
+Conflicts: totem (<< 0.99.12-2),
+           gnome-control-center (<< 2.15.90),
+           totem-mozilla (<< 2.20.0-3),
+           totem-gstreamer (<< 2.27.1)
+Recommends: totem-plugins,
+            gstreamer0.10-pulseaudio,
+            gstreamer0.10-plugins-ugly,
+            gstreamer0.10-plugins-bad,
+            gstreamer0.10-ffmpeg
+Suggests: gnome-codec-install,
+          gstreamer0.10-pulseaudio (>= 0.10.16-5),
+          totem-mozilla
+Description: Simple media player for the GNOME desktop based on GStreamer
+ Totem is a simple yet featureful media player for GNOME which can read
+ a large number of file formats. It features :
+ .
+    * Shoutcast, m3u, asx, SMIL and ra playlists support
+    * DVD (with menus), VCD and Digital CD (with CDDB) playback
+    * TV-Out configuration with optional resolution switching
+    * 4.0, 5.0, 5.1 and stereo audio output
+    * Full-screen mode (move your mouse and you get nice controls) with
+      Xinerama, dual-head and RandR support
+    * Aspect ratio toggling, scaling based on the video's original size
+    * Full keyboard control
+    * Simple playlist with repeat mode and saving feature
+    * GNOME, Nautilus and GIO integration
+    * Screenshot of the current movie
+    * Brightness and Contrast control
+    * Visualisation plugin when playing audio-only files
+    * Video thumbnailer for nautilus
+    * Nautilus properties page
+    * Works on remote displays
+    * DVD, VCD and OGG/OGM subtitles with automatic language selection
+    * Extensible with plugins
+
+Package: totem-mozilla
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         totem (= ${binary:Version}),
+         dbus-x11 (>= 0.61)
+Recommends: epiphany-browser | www-browser
+Description: Totem Mozilla plugin
+ This package contains the Totem Mozilla plugin, which will
+ enhance your Gecko-based browser to be able to display movie
+ clips.
+ .
+ This plugin should work for Iceweasel as well as XULRunner based browsers.
+
+Package: totem-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Data files for the Totem media player
+ Totem is a simple yet featureful media player for GNOME which can read
+ a large number of file formats.
+ .
+ This package contains common data files and translations.
+
+Package: totem-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: totem (= ${binary:Version}),
+         ${misc:Depends}
+Conflicts: libtotem-plparser1-dbg, libtotem-plparser7-dbg
+Description: Debugging symbols for the Totem media player
+ Totem is a simple yet featureful media player for GNOME which can read
+ a large number of file formats.
+ .
+ This package contains detached debugging symbols.
+
+Package: totem-plugins
+Architecture: any
+Depends: totem (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends},
+         gir1.2-totem-1.0 (= ${binary:Version}),
+         gir1.2-gtk-3.0,
+         gir1.2-gdkpixbuf-2.0,
+         gir1.2-glib-2.0,
+         gir1.2-pango-1.0,
+         gir1.2-peas-1.0,
+         python-gi (>= 2.90.3),
+         python-xdg,
+         python-httplib2,
+         python-feedparser,
+         python-beautifulsoup
+Recommends: gnome-settings-daemon
+Suggests: gromit
+Description: Plugins for the Totem media player
+ Totem is a simple yet featureful media player for GNOME which can read
+ a large number of file formats.
+ .
+ This package contains a set of recommended plugins for Totem, which
+ allow to:
+ .
+    * Annotate the screen with the Gromit tool
+    * Control Totem with an Infrared remote control
+    * Control Totem with the keyboard's media player keys
+    * Keep the Totem window on top of the screen
+    * Display movie properties
+    * Deactivate the screensaver when a movie is playing
+    * Skip to a defined time in the movie
+    * Set the away status in the instant messenger when a movie is
+      playing
+    * Control totem with a mobile phone using the Bluetooth protocol
+    * Share the current playlist via HTTP
+    * Search, browse for and play videos from YouTube
+    * Search for videos using tracker
+ .
+ Additional plugins can be written in C, Python or Vala.
+
+Package: gir1.2-totem-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for Totem media player
+ Totem is a simple yet featureful media player for GNOME which can read
+ a large number of file formats.
+ .
+ This package contains introspection data for the Totem media player.
+ .
+ It can be used by packages using the GIRepository format to generate
+ dynamic bindings.
+
+Package: libtotem-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libtotem0 (= ${binary:Version}),
+         gir1.2-totem-1.0 (= ${binary:Version}),
+         libglib2.0-dev,
+         libgtk-3-dev,
+         libtotem-plparser-dev
+Breaks: totem (<< 3.0.1-2)
+Replaces: totem (<< 3.0.1-2)
+Description: Main library for the Totem media player - development files
+ This package contains development files for the Totem media player library.
+ .
+ You may need it to develop plugins for Totem.

Added: packages-metadata/u/unhide.rb.control
===================================================================
--- packages-metadata/u/unhide.rb.control	                        (rev 0)
+++ packages-metadata/u/unhide.rb.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,28 @@
+Source: unhide.rb
+Section: admin
+Priority: extra
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
+Uploaders: Julien Valroff <julien at debian.org>
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.2
+Homepage: http://launchpad.net/unhide.rb
+Vcs-Browser: http://git.debian.org/?p=forensics/unhide.rb.git;a=summary
+Vcs-Git: git://git.debian.org/forensics/unhide.rb.git
+
+Package: unhide.rb
+Architecture: all
+Depends: ruby, ${misc:Depends}
+Suggests: rkhunter
+Description: Forensic tool to find processes hidden by rootkits
+ Unhide.rb is a forensic tool to find processes hidden by rootkits.
+ .
+ It looks for active processes in many different ways. Processes found by
+ some means but not others are considered to be "hidden", and are reported
+ to the user.
+ .
+ Unhide.rb is a tentative of rewrite in Ruby of the original Unhide, which
+ is written in C. While being much faster, it does not implement all the
+ diagnostics of the original version. It is also less secure as it cannot
+ be statically compiled.
+ .
+ This package can be used by rkhunter in its daily scans.

Added: packages-metadata/u/unhide.rb.copyright
===================================================================
--- packages-metadata/u/unhide.rb.copyright	                        (rev 0)
+++ packages-metadata/u/unhide.rb.copyright	2012-12-07 04:01:34 UTC (rev 2579)
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Unhide.rb
+Source: http://code.launchpad.net/unhide.rb
+
+Files: *
+Copyright: 2009, Johan Walles <johan.walles at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2011, Julien Valroff <julien at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This 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.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+

Modified: packages-metadata/w/webcit.control
===================================================================
--- packages-metadata/w/webcit.control	2012-12-06 04:01:30 UTC (rev 2578)
+++ packages-metadata/w/webcit.control	2012-12-07 04:01:34 UTC (rev 2579)
@@ -4,7 +4,7 @@
 Maintainer: Debian Citadel Team <pkg-citadel-devel at lists.alioth.debian.org>
 Uploaders: Wilfried Goesgens <w.goesgens at outgesourced.org>, Michael Meskes <meskes at debian.org>, Alexander Wirt <formorer at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), po-debconf, libical-dev (>=0.43), gettext, locales,
- libcitadel-dev (>= 8.14), autotools-dev, libssl-dev, libexpat1-dev
+ libcitadel-dev (>= 8.14), quilt (>= 0.40), autotools-dev, libssl-dev, libexpat1-dev
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-citadel/webcit.git
 Vcs-Browser: http://git.debian.org/?p=pkg-citadel/webcit.git




More information about the Collab-qa-commits mailing list