[Collab-qa-commits] r2388 - in packages-metadata: a c d e f g l m n o p q r s t u w x
Charles Plessy
plessy at alioth.debian.org
Sun Jun 24 03:01:06 UTC 2012
Author: plessy
Date: 2012-06-24 03:01:05 +0000 (Sun, 24 Jun 2012)
New Revision: 2388
Added:
packages-metadata/a/antlr3.control
packages-metadata/a/antlr3.copyright
packages-metadata/a/audacity.control
packages-metadata/a/authres.control
packages-metadata/a/authres.copyright
packages-metadata/c/ca-certificates.control
packages-metadata/c/ca-certificates.copyright
packages-metadata/c/cron.control
packages-metadata/c/cron.copyright
packages-metadata/d/desktop-base.control
packages-metadata/d/desktop-base.copyright
packages-metadata/e/eclipse-cdt.control
packages-metadata/e/eclipse-cdt.copyright
packages-metadata/f/focuswriter.control
packages-metadata/f/focuswriter.copyright
packages-metadata/g/gnome-menus.control
packages-metadata/g/gpa.control
packages-metadata/g/gpa.copyright
packages-metadata/g/gtkhash.control
packages-metadata/g/gtkhash.copyright
packages-metadata/l/libccrtp.control
packages-metadata/l/libccscript3.control
packages-metadata/l/libccscript3.copyright
packages-metadata/l/libcommoncpp2.control
packages-metadata/l/libplack-perl.control
packages-metadata/l/libxml-simple-perl.control
packages-metadata/l/libxml-simple-perl.copyright
packages-metadata/l/lldpd.control
packages-metadata/l/lldpd.copyright
packages-metadata/m/mingw-w64.control
packages-metadata/n/nettle.control
packages-metadata/n/nettle.copyright
packages-metadata/o/openarena.control
packages-metadata/p/pinot.control
packages-metadata/p/pymodbus.control
packages-metadata/p/pymodbus.copyright
packages-metadata/q/quake3.control
packages-metadata/q/quake3.copyright
packages-metadata/r/ruby-bluecloth.control
packages-metadata/r/ruby-bluecloth.copyright
packages-metadata/r/ruby-cmdparse.control
packages-metadata/r/ruby-cmdparse.copyright
packages-metadata/r/ruby-maruku.control
packages-metadata/r/ruby-maruku.copyright
packages-metadata/r/ruby-redcloth.control
packages-metadata/r/ruby-redcloth.copyright
packages-metadata/r/ruby-rmagick.control
packages-metadata/r/ruby-rmagick.copyright
packages-metadata/r/ruby-uuidtools.control
packages-metadata/r/ruby-uuidtools.copyright
packages-metadata/r/ruby-webrobots.control
packages-metadata/r/ruby-wirble.control
packages-metadata/r/ruby-wirble.copyright
packages-metadata/r/ruby-xmlparser.control
packages-metadata/r/ruby-xmlparser.copyright
packages-metadata/s/spice-gtk.control
packages-metadata/t/torbutton.control
packages-metadata/t/torbutton.copyright
packages-metadata/t/transmissionrpc.control
packages-metadata/t/transmissionrpc.copyright
packages-metadata/u/unhtml.control
packages-metadata/u/unhtml.copyright
packages-metadata/w/webgen0.5.control
packages-metadata/w/webgen0.5.copyright
packages-metadata/x/xmlstarlet.control
Modified:
packages-metadata/g/gnome-shell.control
packages-metadata/l/libccrtp.copyright
packages-metadata/l/libcommoncpp2.copyright
packages-metadata/p/petri-foo.control
packages-metadata/p/pinot.copyright
packages-metadata/r/ruby-tioga.control
packages-metadata/s/sip4.control
packages-metadata/s/spice-gtk.copyright
packages-metadata/s/sslh.control
packages-metadata/x/xmlstarlet.copyright
Log:
Daily automatic umegaya push
Added: packages-metadata/a/antlr3.control
===================================================================
--- packages-metadata/a/antlr3.control (rev 0)
+++ packages-metadata/a/antlr3.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,124 @@
+Source: antlr3
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk,
+ maven-debian-helper (>= 1.1), libstringtemplate-java (>= 3.2.1),
+ libantlr-maven-plugin-java (>= 2.1), libmaven-plugin-testing-java,
+ libmaven-javadoc-plugin-java, libmaven-install-plugin-java,
+ default-jdk-doc, libmaven-plugin-tools-java
+Standards-Version: 3.9.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr3
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr3
+Homepage: http://www.antlr.org/
+
+Package: antlr3
+Architecture: all
+Depends: ${misc:Depends},
+ default-jre-headless | java2-runtime-headless |
+ java5-runtime-headless | java6-runtime-headless,
+ libstringtemplate-java
+Recommends: ${maven:OptionalDepends}
+Description: language tool for constructing recognizers, compilers etc
+ ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
+ a language tool that provides a framework for constructing recognizers,
+ compilers, and translators from grammatical descriptions containing C++
+ or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
+ .
+ Computer language translation has become a common task. While
+ compilers and tools for traditional computer languages (such as C
+ or Java) are still being built, their number is dwarfed by the thousands
+ of mini-languages for which recognizers and translators are being
+ developed. Programmers construct translators for database formats,
+ graphical data files (e.g., PostScript, AutoCAD), text processing
+ files (e.g., HTML, SGML). ANTLR is designed to handle all of your
+ translation tasks.
+
+Package: antlr3-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, default-jdk-doc
+Suggests: libantlr3-java
+Description: language tool for constructing compilers etc - documentation
+ ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
+ a language tool that provides a framework for constructing recognizers,
+ compilers, and translators from grammatical descriptions containing C++
+ or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
+ .
+ This package provides the API documentation for ANTLR 3
+
+Package: antlr3-maven-plugin
+Architecture: all
+Depends: ${misc:Depends}, antlr3 (>= ${source:Version}),
+ libmaven2-core-java, libplexus-compiler-api-java
+Description: Maven plugin for ANTLR 3
+ ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
+ a language tool that provides a framework for constructing recognizers,
+ compilers, and translators from grammatical descriptions containing C++
+ or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
+ .
+ This package provides the Maven plugin that allow to compile ANTLR 3
+ grammars during a Maven build
+
+Package: libantlr3-gunit-java
+Architecture: all
+Depends: ${misc:Depends}, antlr3 (>= ${source:Version}), junit4
+Suggests: antlr3-gunit-maven-plugin
+Description: Unit Test framework for ANTLR grammars
+ gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
+ way to write and run automated tests for ANTLR grammars in a manner similar
+ to Java unit testing framework jUnit. The basic idea is to create a bunch of
+ input/output pairs for rules in a grammar and gUnit will verify the expected
+ output/result. The input can be a single line or multiple lines of strings or
+ even an external file. The output can be simply success or failure, an
+ abstract syntax tree (AST), a rule return value, or some text output which
+ could be a rule's template return value. The current version of gUnit has 2
+ main functions, interpreter and jUnit generator. The interpreter interprets
+ your gUnit script and runs unit tests using Java reflection to invoke methods
+ in your parser objects. The generator, on the other hand, translates your
+ gUnit script to jUnit Java code that you can compile and execute by hand.
+
+Package: libantlr3-gunit-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, antlr3-doc, junit4-doc
+Suggests: libantlr3-gunit-java
+Description: API documentation for gUnit
+ gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
+ way to write and run automated tests for ANTLR grammars in a manner similar
+ to Java unit testing framework jUnit. The basic idea is to create a bunch of
+ input/output pairs for rules in a grammar and gUnit will verify the expected
+ output/result. The input can be a single line or multiple lines of strings or
+ even an external file. The output can be simply success or failure, an
+ abstract syntax tree (AST), a rule return value, or some text output which
+ could be a rule's template return value. The current version of gUnit has 2
+ main functions, interpreter and jUnit generator. The interpreter interprets
+ your gUnit script and runs unit tests using Java reflection to invoke methods
+ in your parser objects. The generator, on the other hand, translates your
+ gUnit script to jUnit Java code that you can compile and execute by hand.
+ .
+ This package provides the API documentation for gUnit for ANTLR 3
+
+Package: antlr3-gunit-maven-plugin
+Architecture: all
+Depends: ${misc:Depends}, libantlr3-gunit-java (>= ${source:Version}),
+ libmaven2-core-java, libplexus-compiler-api-java
+Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars
+ gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
+ way to write and run automated tests for ANTLR grammars in a manner similar
+ to Java unit testing framework jUnit. The basic idea is to create a bunch of
+ input/output pairs for rules in a grammar and gUnit will verify the expected
+ output/result. The input can be a single line or multiple lines of strings or
+ even an external file. The output can be simply success or failure, an
+ abstract syntax tree (AST), a rule return value, or some text output which
+ could be a rule's template return value. The current version of gUnit has 2
+ main functions, interpreter and jUnit generator. The interpreter interprets
+ your gUnit script and runs unit tests using Java reflection to invoke methods
+ in your parser objects. The generator, on the other hand, translates your
+ gUnit script to jUnit Java code that you can compile and execute by hand.
+ .
+ This package provides the Maven plugin that allow to run gUnit tests during
+ a Maven build
+
+
Added: packages-metadata/a/antlr3.copyright
===================================================================
--- packages-metadata/a/antlr3.copyright (rev 0)
+++ packages-metadata/a/antlr3.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,38 @@
+This package was debianized by John Leuner <jewel at debian.org> on
+Tue, 2 Mar 2008 17:26:37 +0000.
+
+It was downloaded from http://www.antlr.org/
+
+Upstream Author: Terence Parr <parrt at jguru.com>
+
+Copyright: (C) 2003-2008 Terence Parr
+
+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 may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+On Debian systems the complete text of the BSD license can be found in
+/usr/share/common-licenses/BSD.
Added: packages-metadata/a/audacity.control
===================================================================
--- packages-metadata/a/audacity.control (rev 0)
+++ packages-metadata/a/audacity.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,81 @@
+Source: audacity
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Free Ekanayaka <freee at debian.org>,
+ Benjamin Drung <bdrung at debian.org>,
+ David Henningsson <diwic at ubuntu.com>
+Standards-Version: 3.9.3
+Build-Depends: autoconf,
+ automake,
+ debhelper (>= 7.0.50~),
+ gettext,
+ libasound2-dev [linux-any],
+ libavcodec-dev (>= 4:0.6),
+ libavformat-dev (>= 4:0.6),
+ libavutil-dev (>= 4:0.6),
+ libexpat1-dev,
+ libflac++-dev,
+ libgtk2.0-dev,
+ libid3tag0-dev,
+ libjack-dev,
+ libmad0-dev (>= 0.14.2b),
+ libmp3lame-dev,
+ libogg-dev (>= 1.0.0),
+ libportsmf-dev,
+ libsamplerate0-dev (>= 0.1.2),
+ libsbsms-dev (>= 2.0.0),
+ libsndfile1-dev (>= 1.0.0),
+ libsoundtouch-dev (>= 1.3.1-2),
+ libtwolame-dev (>= 0.3.9),
+ libvorbis-dev (>= 1.0.0-3),
+ libwxgtk2.8-dev,
+ portaudio19-dev (>= 19+svn20101113-3~),
+ vamp-plugin-sdk (>= 2.0),
+ zip
+Build-Conflicts: libwxbase2.6-dev, wx2.6-headers
+Homepage: http://audacity.sourceforge.net/
+Vcs-Git: git://git.debian.org/git/pkg-multimedia/audacity.git
+Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/audacity.git;a=summary
+
+Package: audacity
+Architecture: any
+Depends: audacity-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Suggests: ladspa-plugin
+Description: fast, cross-platform audio editor
+ Audacity is a multi-track audio editor for Linux/Unix, MacOS and
+ Windows. It is designed for easy recording, playing and editing of
+ digital audio. Audacity features digital effects and spectrum
+ analysis tools. Editing is very fast and provides unlimited
+ undo/redo.
+ .
+ Supported file formats include Ogg Vorbis, MP2, MP3, WAV, AIFF, and AU.
+
+Package: audacity-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: audacity
+Breaks: audacity (<= 1.3.6-2)
+Replaces: audacity (<= 1.3.6-2)
+Description: fast, cross-platform audio editor (data)
+ Audacity is a multi-track audio editor for Linux/Unix, MacOS and
+ Windows. It is designed for easy recording, playing and editing of
+ digital audio. Audacity features digital effects and spectrum
+ analysis tools. Editing is very fast and provides unlimited
+ undo/redo.
+ .
+ This package contains the architecture-independent data files.
+
+Package: audacity-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: audacity (= ${binary:Version}), ${misc:Depends}
+Description: fast, cross-platform audio editor (debug)
+ Audacity is a multi-track audio editor for Linux/Unix, MacOS and
+ Windows. It is designed for easy recording, playing and editing of
+ digital audio. Audacity features digital effects and spectrum
+ analysis tools. Editing is very fast and provides unlimited
+ undo/redo.
+ .
+ This package contains the debugging symbols.
Added: packages-metadata/a/authres.control
===================================================================
--- packages-metadata/a/authres.control (rev 0)
+++ packages-metadata/a/authres.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,35 @@
+Source: authres
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
+Standards-Version: 3.9.3
+Homepage: https://launchpad.net/authentication-results-python
+X-Python-Version: >= 2.6
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/authres/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/authres/trunk/
+
+Package: python-authres
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: RFC 5451 Authentication Results Header manipulation for Python
+ Python module to create and parse RFC 5451 Authentication Results headers.
+ .
+ The module provides a class for creating and parsing RFC compliant headers
+ for use in Python applications. It supports all currently registered
+ extensions in addition to the core RFC 5451 types.
+ .
+ http://tools.ietf.org/rfc/rfc5451.txt
+
+Package: python3-authres
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: RFC 5451 Authentication Results Header manipulation for Python3
+ Python3 module to create and parse RFC 5451 Authentication Results headers.
+ .
+ The module provides a class for creating and parsing RFC compliant headers
+ for use in Python3 applications. It supports all currently registered
+ extensions in addition to the core RFC 5451 types.
+ .
+ http://tools.ietf.org/rfc/rfc5451.txt
Added: packages-metadata/a/authres.copyright
===================================================================
--- packages-metadata/a/authres.copyright (rev 0)
+++ packages-metadata/a/authres.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,34 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> on
+Mon, 14 Mar 2011 12:19:42 -0400.
+
+It was downloaded from <https://launchpad.net/authentication-results-python>
+
+Upstream Authors:
+
+ Julian Mehnle <julian at mehnle.net>
+ Scott Kitterman <scott at kitterman.com.com>
+
+Copyright:
+
+ Copyright © 2011 Julian Mehnle <julian at mehnle.net>
+ Copyright © 2011 Scott Kitterman <scott at kitterman.com
+
+License:
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied. See the License for the specific language governing
+ permissions and limitations under the License.
+
+See /usr/share/common-licenses/Apache-2.0 for the full text of the license
+
+The Debian packaging is © 2011, Scott Kitterman <scott at kitterman.com> and
+is licensed under the same terms as the upstream package, see above.
+
Added: packages-metadata/c/ca-certificates.control
===================================================================
--- packages-metadata/c/ca-certificates.control (rev 0)
+++ packages-metadata/c/ca-certificates.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,30 @@
+Source: ca-certificates
+Section: misc
+Priority: optional
+Maintainer: Michael Shuler <michael at pbandjelly.org>
+Uploaders: Raphael Geissert <geissert at debian.org>,
+ Thijs Kinkhorst <thijs at debian.org>,
+ Christian Perrier <bubulle at debian.org>
+Build-Depends: debhelper (>= 8), po-debconf
+Build-Depends-Indep: python
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/collab-maint/ca-certificates.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ca-certificates.git
+
+Package: ca-certificates
+Architecture: all
+Depends: openssl (>= 1.0.0), ${misc:Depends}
+Enhances: openssl
+Multi-Arch: foreign
+Description: Common CA certificates
+ This package includes PEM files of CA certificates to allow SSL-based
+ applications to check for the authenticity of SSL connections.
+ .
+ It includes, among others, certificate authorities used by the Debian
+ infrastructure and those shipped with Mozilla's browsers.
+ .
+ Please note that Debian can neither confirm nor deny whether the
+ certificate authorities whose certificates are included in this package
+ have in any way been audited for trustworthiness or RFC 3647 compliance.
+ Full responsibility to assess them belongs to the local system
+ administrator.
Added: packages-metadata/c/ca-certificates.copyright
===================================================================
--- packages-metadata/c/ca-certificates.copyright (rev 0)
+++ packages-metadata/c/ca-certificates.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,416 @@
+ca-certificates was originally written and maintained by Fumitoshi UKAI
+<ukai at debian.or.jp> on Mon, 7 Jan 2002 21:16:51 +0900.
+
+The original source can always be found at:
+ftp://ftp.debian.org/dists/unstable/main/source/
+
+
+sbin/update-ca-certificates:
+
+ Copyright (c) 2003 Fumitoshi UKAI <ukai at debian.or.jp>
+ Copyright (c) 2009 Philipp Kern <pkern at debian.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+ USA.
+
+mozilla/certdata2pem.py:
+
+ Copyright (c) 2009 Philipp Kern <pkern at debian.org>
+ (based on a Ruby script by Fumitoshi UKAI)
+ Licensed under the same license as sbin/update-ca-certificates.
+
+mozilla/certdata.txt:
+
+ # This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in '/usr/share/common-licenses/GPL-2'.
+
+Mozilla Public License Version 2.0
+==================================
+
+1. Definitions
+--------------
+
+1.1. "Contributor"
+ means each individual or legal entity that creates, contributes to
+ the creation of, or owns Covered Software.
+
+1.2. "Contributor Version"
+ means the combination of the Contributions of others (if any) used
+ by a Contributor and that particular Contributor's Contribution.
+
+1.3. "Contribution"
+ means Covered Software of a particular Contributor.
+
+1.4. "Covered Software"
+ means Source Code Form to which the initial Contributor has attached
+ the notice in Exhibit A, the Executable Form of such Source Code
+ Form, and Modifications of such Source Code Form, in each case
+ including portions thereof.
+
+1.5. "Incompatible With Secondary Licenses"
+ means
+
+ (a) that the initial Contributor has attached the notice described
+ in Exhibit B to the Covered Software; or
+
+ (b) that the Covered Software was made available under the terms of
+ version 1.1 or earlier of the License, but not also under the
+ terms of a Secondary License.
+
+1.6. "Executable Form"
+ means any form of the work other than Source Code Form.
+
+1.7. "Larger Work"
+ means a work that combines Covered Software with other material, in
+ a separate file or files, that is not Covered Software.
+
+1.8. "License"
+ means this document.
+
+1.9. "Licensable"
+ means having the right to grant, to the maximum extent possible,
+ whether at the time of the initial grant or subsequently, any and
+ all of the rights conveyed by this License.
+
+1.10. "Modifications"
+ means any of the following:
+
+ (a) any file in Source Code Form that results from an addition to,
+ deletion from, or modification of the contents of Covered
+ Software; or
+
+ (b) any new file in Source Code Form that contains any Covered
+ Software.
+
+1.11. "Patent Claims" of a Contributor
+ means any patent claim(s), including without limitation, method,
+ process, and apparatus claims, in any patent Licensable by such
+ Contributor that would be infringed, but for the grant of the
+ License, by the making, using, selling, offering for sale, having
+ made, import, or transfer of either its Contributions or its
+ Contributor Version.
+
+1.12. "Secondary License"
+ means either the GNU General Public License, Version 2.0, the GNU
+ Lesser General Public License, Version 2.1, the GNU Affero General
+ Public License, Version 3.0, or any later versions of those
+ licenses.
+
+1.13. "Source Code Form"
+ means the form of the work preferred for making modifications.
+
+1.14. "You" (or "Your")
+ means an individual or a legal entity exercising rights under this
+ License. For legal entities, "You" includes any entity that
+ controls, is controlled by, or is under common control with You. For
+ purposes of this definition, "control" means (a) the power, direct
+ or indirect, to cause the direction or management of such entity,
+ whether by contract or otherwise, or (b) ownership of more than
+ fifty percent (50%) of the outstanding shares or beneficial
+ ownership of such entity.
+
+2. License Grants and Conditions
+--------------------------------
+
+2.1. Grants
+
+Each Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than patent or trademark)
+ Licensable by such Contributor to use, reproduce, make available,
+ modify, display, perform, distribute, and otherwise exploit its
+ Contributions, either on an unmodified basis, with Modifications, or
+ as part of a Larger Work; and
+
+(b) under Patent Claims of such Contributor to make, use, sell, offer
+ for sale, have made, import, and otherwise transfer either its
+ Contributions or its Contributor Version.
+
+2.2. Effective Date
+
+The licenses granted in Section 2.1 with respect to any Contribution
+become effective for each Contribution on the date the Contributor first
+distributes such Contribution.
+
+2.3. Limitations on Grant Scope
+
+The licenses granted in this Section 2 are the only rights granted under
+this License. No additional rights or licenses will be implied from the
+distribution or licensing of Covered Software under this License.
+Notwithstanding Section 2.1(b) above, no patent license is granted by a
+Contributor:
+
+(a) for any code that a Contributor has removed from Covered Software;
+ or
+
+(b) for infringements caused by: (i) Your and any other third party's
+ modifications of Covered Software, or (ii) the combination of its
+ Contributions with other software (except as part of its Contributor
+ Version); or
+
+(c) under Patent Claims infringed by Covered Software in the absence of
+ its Contributions.
+
+This License does not grant any rights in the trademarks, service marks,
+or logos of any Contributor (except as may be necessary to comply with
+the notice requirements in Section 3.4).
+
+2.4. Subsequent Licenses
+
+No Contributor makes additional grants as a result of Your choice to
+distribute the Covered Software under a subsequent version of this
+License (see Section 10.2) or under the terms of a Secondary License (if
+permitted under the terms of Section 3.3).
+
+2.5. Representation
+
+Each Contributor represents that the Contributor believes its
+Contributions are its original creation(s) or it has sufficient rights
+to grant the rights to its Contributions conveyed by this License.
+
+2.6. Fair Use
+
+This License is not intended to limit any rights You have under
+applicable copyright doctrines of fair use, fair dealing, or other
+equivalents.
+
+2.7. Conditions
+
+Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
+in Section 2.1.
+
+3. Responsibilities
+-------------------
+
+3.1. Distribution of Source Form
+
+All distribution of Covered Software in Source Code Form, including any
+Modifications that You create or to which You contribute, must be under
+the terms of this License. You must inform recipients that the Source
+Code Form of the Covered Software is governed by the terms of this
+License, and how they can obtain a copy of this License. You may not
+attempt to alter or restrict the recipients' rights in the Source Code
+Form.
+
+3.2. Distribution of Executable Form
+
+If You distribute Covered Software in Executable Form then:
+
+(a) such Covered Software must also be made available in Source Code
+ Form, as described in Section 3.1, and You must inform recipients of
+ the Executable Form how they can obtain a copy of such Source Code
+ Form by reasonable means in a timely manner, at a charge no more
+ than the cost of distribution to the recipient; and
+
+(b) You may distribute such Executable Form under the terms of this
+ License, or sublicense it under different terms, provided that the
+ license for the Executable Form does not attempt to limit or alter
+ the recipients' rights in the Source Code Form under this License.
+
+3.3. Distribution of a Larger Work
+
+You may create and distribute a Larger Work under terms of Your choice,
+provided that You also comply with the requirements of this License for
+the Covered Software. If the Larger Work is a combination of Covered
+Software with a work governed by one or more Secondary Licenses, and the
+Covered Software is not Incompatible With Secondary Licenses, this
+License permits You to additionally distribute such Covered Software
+under the terms of such Secondary License(s), so that the recipient of
+the Larger Work may, at their option, further distribute the Covered
+Software under the terms of either this License or such Secondary
+License(s).
+
+3.4. Notices
+
+You may not remove or alter the substance of any license notices
+(including copyright notices, patent notices, disclaimers of warranty,
+or limitations of liability) contained within the Source Code Form of
+the Covered Software, except that You may alter any license notices to
+the extent required to remedy known factual inaccuracies.
+
+3.5. Application of Additional Terms
+
+You may choose to offer, and to charge a fee for, warranty, support,
+indemnity or liability obligations to one or more recipients of Covered
+Software. However, You may do so only on Your own behalf, and not on
+behalf of any Contributor. You must make it absolutely clear that any
+such warranty, support, indemnity, or liability obligation is offered by
+You alone, and You hereby agree to indemnify every Contributor for any
+liability incurred by such Contributor as a result of warranty, support,
+indemnity or liability terms You offer. You may include additional
+disclaimers of warranty and limitations of liability specific to any
+jurisdiction.
+
+4. Inability to Comply Due to Statute or Regulation
+---------------------------------------------------
+
+If it is impossible for You to comply with any of the terms of this
+License with respect to some or all of the Covered Software due to
+statute, judicial order, or regulation then You must: (a) comply with
+the terms of this License to the maximum extent possible; and (b)
+describe the limitations and the code they affect. Such description must
+be placed in a text file included with all distributions of the Covered
+Software under this License. Except to the extent prohibited by statute
+or regulation, such description must be sufficiently detailed for a
+recipient of ordinary skill to be able to understand it.
+
+5. Termination
+--------------
+
+5.1. The rights granted under this License will terminate automatically
+if You fail to comply with any of its terms. However, if You become
+compliant, then the rights granted under this License from a particular
+Contributor are reinstated (a) provisionally, unless and until such
+Contributor explicitly and finally terminates Your grants, and (b) on an
+ongoing basis, if such Contributor fails to notify You of the
+non-compliance by some reasonable means prior to 60 days after You have
+come back into compliance. Moreover, Your grants from a particular
+Contributor are reinstated on an ongoing basis if such Contributor
+notifies You of the non-compliance by some reasonable means, this is the
+first time You have received notice of non-compliance with this License
+from such Contributor, and You become compliant prior to 30 days after
+Your receipt of the notice.
+
+5.2. If You initiate litigation against any entity by asserting a patent
+infringement claim (excluding declaratory judgment actions,
+counter-claims, and cross-claims) alleging that a Contributor Version
+directly or indirectly infringes any patent, then the rights granted to
+You by any and all Contributors for the Covered Software under Section
+2.1 of this License shall terminate.
+
+5.3. In the event of termination under Sections 5.1 or 5.2 above, all
+end user license agreements (excluding distributors and resellers) which
+have been validly granted by You or Your distributors under this License
+prior to termination shall survive termination.
+
+************************************************************************
+* *
+* 6. Disclaimer of Warranty *
+* ------------------------- *
+* *
+* Covered Software is provided under this License on an "as is" *
+* basis, without warranty of any kind, either expressed, implied, or *
+* statutory, including, without limitation, warranties that the *
+* Covered Software is free of defects, merchantable, fit for a *
+* particular purpose or non-infringing. The entire risk as to the *
+* quality and performance of the Covered Software is with You. *
+* Should any Covered Software prove defective in any respect, You *
+* (not any Contributor) assume the cost of any necessary servicing, *
+* repair, or correction. This disclaimer of warranty constitutes an *
+* essential part of this License. No use of any Covered Software is *
+* authorized under this License except under this disclaimer. *
+* *
+************************************************************************
+
+************************************************************************
+* *
+* 7. Limitation of Liability *
+* -------------------------- *
+* *
+* Under no circumstances and under no legal theory, whether tort *
+* (including negligence), contract, or otherwise, shall any *
+* Contributor, or anyone who distributes Covered Software as *
+* permitted above, be liable to You for any direct, indirect, *
+* special, incidental, or consequential damages of any character *
+* including, without limitation, damages for lost profits, loss of *
+* goodwill, work stoppage, computer failure or malfunction, or any *
+* and all other commercial damages or losses, even if such party *
+* shall have been informed of the possibility of such damages. This *
+* limitation of liability shall not apply to liability for death or *
+* personal injury resulting from such party's negligence to the *
+* extent applicable law prohibits such limitation. Some *
+* jurisdictions do not allow the exclusion or limitation of *
+* incidental or consequential damages, so this exclusion and *
+* limitation may not apply to You. *
+* *
+************************************************************************
+
+8. Litigation
+-------------
+
+Any litigation relating to this License may be brought only in the
+courts of a jurisdiction where the defendant maintains its principal
+place of business and such litigation shall be governed by laws of that
+jurisdiction, without reference to its conflict-of-law provisions.
+Nothing in this Section shall prevent a party's ability to bring
+cross-claims or counter-claims.
+
+9. Miscellaneous
+----------------
+
+This License represents the complete agreement concerning the subject
+matter hereof. If any provision of this License is held to be
+unenforceable, such provision shall be reformed only to the extent
+necessary to make it enforceable. Any law or regulation which provides
+that the language of a contract shall be construed against the drafter
+shall not be used to construe this License against a Contributor.
+
+10. Versions of the License
+---------------------------
+
+10.1. New Versions
+
+Mozilla Foundation is the license steward. Except as provided in Section
+10.3, no one other than the license steward has the right to modify or
+publish new versions of this License. Each version will be given a
+distinguishing version number.
+
+10.2. Effect of New Versions
+
+You may distribute the Covered Software under the terms of the version
+of the License under which You originally received the Covered Software,
+or under the terms of any subsequent version published by the license
+steward.
+
+10.3. Modified Versions
+
+If you create software not governed by this License, and you want to
+create a new license for such software, you may create and use a
+modified version of this License if you rename the license and remove
+any references to the name of the license steward (except to note that
+such modified license differs from this License).
+
+10.4. Distributing Source Code Form that is Incompatible With Secondary
+Licenses
+
+If You choose to distribute Source Code Form that is Incompatible With
+Secondary Licenses under the terms of this version of the License, the
+notice described in Exhibit B of this License must be attached.
+
+Exhibit A - Source Code Form License Notice
+-------------------------------------------
+
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+If it is not possible or desirable to put the notice in a particular
+file, then You may include the notice in a location (such as a LICENSE
+file in a relevant directory) where a recipient would be likely to look
+for such a notice.
+
+You may add additional accurate notices of copyright ownership.
+
+Exhibit B - "Incompatible With Secondary Licenses" Notice
+---------------------------------------------------------
+
+ This Source Code Form is "Incompatible With Secondary Licenses", as
+ defined by the Mozilla Public License, v. 2.0.
Added: packages-metadata/c/cron.control
===================================================================
--- packages-metadata/c/cron.control (rev 0)
+++ packages-metadata/c/cron.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,48 @@
+Source: cron
+Section: admin
+Priority: important
+Maintainer: Javier Fernández-Sanguino Peña <jfs at debian.org>
+Uploaders: Christian Kastner <debian at kvr.at>
+Standards-Version: 3.9.2
+Build-Depends:
+ debhelper (>= 7.2.3~),
+ libpam0g-dev,
+ libselinux1-dev [linux-any],
+ libaudit-dev [linux-any]
+Homepage: http://ftp.isc.org/isc/cron/
+Vcs-Git: git://git.debian.org/git/pkg-cron/pkg-cron.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cron/pkg-cron.git
+
+Package: cron
+Architecture: any
+Pre-Depends:
+ dpkg (>= 1.15.7.2)
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ debianutils (>= 1.7),
+ adduser,
+ lsb-base (>= 3.0-10),
+ libpam-runtime (>= 1.0.1-11)
+Recommends:
+ exim4 | postfix | mail-transport-agent
+Suggests:
+ anacron (>=2.0-1),
+ logrotate,
+ checksecurity
+Breaks:
+ dpkg (<< 1.15.4)
+Provides: cron-daemon
+Description: process scheduling daemon
+ The cron daemon is a background process that runs particular programs at
+ particular times (for example, every minute, day, week, or month), as
+ specified in a crontab. By default, users may also create crontabs of
+ their own so that processes are run on their behalf.
+ .
+ Output from the commands is usually mailed to the system administrator
+ (or to the user in question); you should probably install a mail system
+ as well so that you can receive these messages.
+ .
+ This cron package is configured by default to do some basic daily system
+ maintenance tasks. Other packages, such as checksecurity, can provide further
+ maintenance tasks.
Added: packages-metadata/c/cron.copyright
===================================================================
--- packages-metadata/c/cron.copyright (rev 0)
+++ packages-metadata/c/cron.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,87 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: vixie-cron
+Ustream-Contact: Paul Vixie <paul at vix.com>
+Source:
+ The original source for this package could be obtained from
+ ftp://ftp.vix.com/pub/vixie/cron-3.0, although that link appears to have gone
+ down.
+
+Files: *
+Copyright: 1988, 1990, 1993, 1994, Paul Vixie <paul at vix.com>
+ 1994, Ian Jackson <ian at davenant.greenend.org.uk>
+ 1996-2005, Steve Greenland <stevegr at debian.org>
+ 2005-2006, 2008-2010, Javier Fernández-Sanguino Peña <jfs at debian.org>
+ 2010-2011, Christian Kastner <debian at kvr.at>
+ Numerous contributions via the Debian BTS copyright their respective authors
+License: Paul Vixie's license
+
+Files: database.c
+Copyright: 1988, 1990, 1993, 1994 Paul Vixie <paul at vix.com>
+ 1996-2005, Steve Greenland <stevegr at debian.org>
+ 2003, Clint Adams <schizo at debian.org>
+ 2010-2011, Christian Kastner <debian at kvr.at>
+ 2011, Red Hat, Inc.
+License: Paul Vixie's license and GPL-2+ and ISC
+
+Files: debian/examples/cron-stats.pl
+Copyright: 2006, Javier Fernández-Sanguino Peña <jfs at debian.org>
+License: GPL-2+
+
+Files: debian/examples/cron-tasks-review.sh
+Copyright: 2011, Javier Fernández-Sanguino Peña <jfs at debian.org>
+License: GPL-2+
+
+Files: debian/examples/crontab2english.pl
+Copyright: 2001, Sean M. Burke
+License: Artistic
+
+License: Paul Vixie's license
+ Distribute freely, except: don't remove my name from the source or
+ documentation (don't take credit for my work), mark your changes (don't
+ get me blamed for your possible bugs), don't alter or remove this
+ notice. May be sold if buildable source is provided to buyer. No
+ warranty of any kind, express or implied, is included with this
+ software; use at your own risk, responsibility for damages (if any) to
+ anyone resulting from the use of this software rests entirely with the
+ user.
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+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 Debian.
+ .
+ THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
+ OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in "/usr/share/common-licenses/Artistic".
+
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Added: packages-metadata/d/desktop-base.control
===================================================================
--- packages-metadata/d/desktop-base.control (rev 0)
+++ packages-metadata/d/desktop-base.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,38 @@
+Source: desktop-base
+Section: x11
+Priority: optional
+Maintainer: Gustavo Franco <stratus at debian.org>
+Uploaders: Loïc Minier <lool at dooz.org>,
+ Fathi Boudra <fabo at debian.org>,
+ Yves-Alexis Perez <corsac at debian.org>,
+ Josselin Mouette <joss at debian.org>,
+ Paul Tagliamonte <paultag at ubuntu.com>
+Build-Depends: cdbs (>= 0.4.93), debhelper (>= 9)
+# libusplash-dev, imagemagick, librsvg2-bin
+Standards-Version: 3.9.3
+Homepage: http://www.debian.org/devel/debian-desktop
+Vcs-Browser: http://svn.debian.org/wsvn/debian-desktop/packages/trunk/desktop-base
+Vcs-Svn: svn://svn.debian.org/debian-desktop/packages/trunk/desktop-base
+
+Package: desktop-base
+Architecture: all
+Depends: librsvg2-common
+Pre-Depends: dpkg (>= 1.15.7.2~)
+Suggests: gnome | kde-standard | xfce4 | wmaker
+Description: common files for the Debian Desktop
+ This package contains various miscellaneous files which are used by
+ Debian Desktop installations. Currently, it provides some
+ Debian-related artwork and themes, .desktop files containing links to
+ Debian related material (suitable for placement on a user's desktop),
+ and other common files between the available desktop environments
+ such as GNOME and KDE.
+
+#Package: usplash-theme-debian-desktop
+#Section: misc
+#Architecture: amd64 i386 powerpc sparc
+#Depends: ${shlibs:Depends}, usplash
+#Provides: usplash-theme
+#Description: Debian Desktop usplash theme
+# This package contains an usplash theme based on Debian Desktop project.
+# .
+# See http://wiki.debian.org/DebianDesktopArtwork for more details.
Added: packages-metadata/d/desktop-base.copyright
===================================================================
--- packages-metadata/d/desktop-base.copyright (rev 0)
+++ packages-metadata/d/desktop-base.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,95 @@
+This package was debianized by Colin Walters <walters at debian.org> on
+Tue, 22 Oct 2002 15:05:34 -0400.
+
+This package is comprised of bits and pieces from various sources.
+
+
+The Debian “Open Use” (without “Debian” word) logo is used in various bits of
+artwork:
+
+ Copyright (c) 1999 Software in the Public Interest
+
+ 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-security.xcf file (and the resulting .png file) are
+Copyright Ulrich Hansen <uhansen at mainz-online.de>, Mainz, Germany, 2010,
+published under GPL2 or higher (at your option)
+They are based on the Debian “Open Use” (without “Debian” word) logo.
+
+The .desktop files included in this package were compiled by Colin
+Walters <walters at debian.org>.
+
+The following files are Copyright 2006 André Luiz Rodrigues Ferreira and
+licensed under the GPL.
+ - SVG background, backgrounds/debian-blueish-wallpaper.svg.
+ - PNG splash, splash/gnome-splash-curves.png.
+They are both based on the Debian “Open Use” (without “Debian” word) logo.
+
+The Joy theme is © 2012 Adrien Aubourg and released under the CC-BY-SA 3.0
+license.
+
+The Joy plymouth theme is Copyright © 2009 Canonical Ltd.,
+Copyright © 2010 Aurélien COUDERC and Copyright © 2012 Jonathan Carter under
+the GPLv2+, with work from Adrien Aubourg under the CC-BY-SA 3.0 License.
+
+The Joy KDM, GDM and KSplash grub theme are © 2012 Paul Tagliamonte and released
+under the CC-BY-SA 3.0 license, with work from all the previous authors, and
+Adrien Aubourg.
+
+The SpaceFun theme is © 2010 Valessio S. Brito and released under the GPLv2.
+KDM and Splashy themes are © 2010 Yves-Alexis Perez using artwork from Valessio
+S. Brito, and are released under GPLv2.
+
+Spacefun plymouth theme is © 2010 Aurelien Couderc and released under the GPLv3
+license, using artwork from Valessio S. Brito.
+
+Spacefun KDM theme is © Valessio Brito, with others authors beeing Amir
+Dizdarević, Nuno Pinheiro, Riccardo Iaconelli and Marco Martin.
+
+The SpaceFun theme is based on the Debian “Open Use” (without “Debian” word)
+logo.
+ksplash-theme/spacefun/1600x1200/icon5.png and the corresponding anim version
+are based on the KDE Official Oxygen Logo, which is released under the
+LGPLv2.1 or later, as stated in
+http://www.kde.org/stuff/clipart.php
+http://commons.wikimedia.org/w/index.php?title=File:KDE_logo.svg&oldid=43994097
+
+Nightly theme (nightly-splash.png, nightly-wallpaper.png and nightly.xml) is ©
+2008 Robert Jähne and released under the GPLv2. It is based on the Debian “Open
+Use” (without “Debian” word) logo, and also on the GNOME foot Logo, which
+is released under the LGPL v2.1 or later, as stated in
+http://commons.wikimedia.org/w/index.php?title=File:Gnomelogo.svg&oldid=39892275
+
+Moreblue Orbit theme (moreblue-orbit-splash, moreblue-orbit-grub and
+moreblue-orbit-wallpaper) is © 2008 Andre Ferreira and released under the
+GPLv2. It is based on the Debian “Open Use” (without “Debian” word) logo.
+The GDM theme authors are Andre Ferreira, Fathi Boudra and Valessio S. Brito.
+
+emblems/emblem-debian.png is a miniaturized version of the Debian “Open Use”
+(without “Debian” word) logo.
+
+The GPL license (version 2) can be found in plain text format, on Debian
+systems, at /usr/share/common-licenses/GPL-2
+
+The GPL license (version 3) can be found in plain text format, on Debian
+systems, at /usr/share/common-licenses/GPL-3
+
+The LGPL license (version 2.1) can be found in plain text format, on Debian
+systems, at /usr/share/common-licenses/LGPL-2.1
Added: packages-metadata/e/eclipse-cdt.control
===================================================================
--- packages-metadata/e/eclipse-cdt.control (rev 0)
+++ packages-metadata/e/eclipse-cdt.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,65 @@
+Source: eclipse-cdt
+Section: devel
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Niels Thykier <niels at thykier.net>,
+ Jakub Adam <jakub.adam at ktknet.cz>
+Build-Depends: debhelper (>= 9~),
+ default-jdk,
+ eclipse-pde (>= 3.8~),
+ eclipse-rse,
+ javahelper (>= 0.32~),
+ unzip,
+ zip
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-cdt.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-cdt.git
+Homepage: http://www.eclipse.org/cdt/
+
+Package: eclipse-cdt
+Architecture: all
+Depends: eclipse-platform (>= 3.8~),
+ eclipse-rse,
+ eclipse-cdt-jni (>= ${source:Version}),
+ gcc,
+ make,
+ ${misc:Depends},
+ ${orbit:Depends}
+Suggests: g++
+Description: C/C++ Development Tools for Eclipse
+ The eclipse-cdt package contains Eclipse features and plugins that are
+ useful for C and C++ development.
+ .
+ The current release function includes:
+ * C/C++ Editor (basic functionality, syntax highlighting, code completion,
+ etc.)
+ * C/C++ Debugger (APIs & Default implementation, using GDB)
+ * C/C++ Launcher (APIs & Default implementation, launches and external
+ application)
+ * Parser
+ * Search Engine
+ * Content Assist Provider
+ * Makefile generator
+
+Package: eclipse-cdt-jni
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: C/C++ Development Tools for Eclipse (JNI)
+ The eclipse-cdt package contains Eclipse features and plugins that are
+ useful for C and C++ development.
+ .
+ The current release function includes:
+ * C/C++ Editor (basic functionality, syntax highlighting, code completion,
+ etc.)
+ * C/C++ Debugger (APIs & Default implementation, using GDB)
+ * C/C++ Launcher (APIs & Default implementation, launches and external
+ application)
+ * Parser
+ * Search Engine
+ * Content Assist Provider
+ * Makefile generator
+ .
+ This package contains architecture specific JNI libraries
+
Added: packages-metadata/e/eclipse-cdt.copyright
===================================================================
--- packages-metadata/e/eclipse-cdt.copyright (rev 0)
+++ packages-metadata/e/eclipse-cdt.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,477 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Upstream-Name: Eclipse-CDT
+
+Files: *
+Copyright: 2007-2011, ARM Limited and others
+ 2009-2011, Alena Laskavaia
+ 2009-2011, Alena Laskavaia and others
+ 2009, 2011, Alena Laskavaia, Tomasz Wesolowski
+ 2008-2011, Andrew Gvozdev (Quoin Inc.)
+ 2005, 2009-2011, Andrew Gvozdev (Quoin Inc.) and others
+ 2008-2011, Andrew Gvozdev and others
+ 2011, Anton Gorenkov
+ 2011, Anton Gorenkov and others
+ 2010, Atmel Corporation and others
+ 2010-2011, Axel Mueller and others
+ 2003, 2010, Berthold Daum
+ 2004, 2009-2010, BitMethods Inc and others
+ 2008-2011, Broadcom Corporation and others
+ 2010-2011, CodeSourcery and others
+ 2007, 2010, Dakshinamurthy Karra, IBM Corporation and others
+ 2007, 2010, ENEA Software AB and others
+ 2010, Eclipse CDT Project and others
+ 2008-2011, Ericsson
+ 2009-2011, Ericsson, Inc. and others
+ 2003, Fabrizio Giustina
+ 2005, 2007, 2010, Freescale Semiconductor, Inc
+ 2007-2011, Freescale Semiconductor, Inc. and others
+ 2010-2011, Gil Barash
+ 2011, Google Inc
+ 2007-2011, Google, Inc and others
+ 2005-2010, IBM Corporation
+ 2000-2011, IBM Corporation and others
+ 2000, 2010, IBM Corporation, Freescale Semiconductor and others
+ 2000, 2009, IBM Corporation, QNX Software Systems, and others
+ 2005, 2007, Innoopract Informationssysteme GmbH and others
+ 2006-2011, Institute for Software, HSR Hochschule fuer Technik
+ 2005-2007, Intel Corporation
+ 2004-2011, Intel Corporation and others
+ 2007-2010, Intel Corporation, QNX Software Systems, and others
+ 2011, Jeff Johnston (Red Hat Inc.) and others
+ 2011, Jens Elmenthaler and others
+ 2010-2011, Marc-Andre Laperle and others
+ 2010, Meisam Fathi and others
+ 2010-2011, Mentor Graphics Corporation and others
+ 2008-2010, MontaVista Software, Inc. and others
+ 2005, 2007, Newco
+ 2008-2010, Nokia Corporation
+ 2006-2011, Nokia Corporation and others
+ 2006-2008, Norbert Ploett and others
+ 2006, 2009-2011, PalmSource, Inc. and others
+ 2011, Patrick Hofer and others
+ 2000, 2002-2011, QNX Software Systems and others
+ 2005-2011, QNX Software Systems
+ 2010, QNX Software Systems, Freescale Semiconductor and others
+ 2002-2004, 2008-2011, Rational Software Corporation and others
+ 2002, 2007, 2009, Red Hat Inc. and others
+ 2006, 2010, STMicroelectronics
+ 2006, 2008, 2010, STMicroelectronics and others
+ 2010, Sage Electronic Engineering and others
+ 2010, Severin Gehwolf
+ 2005-2007, 2009-2011, Siemens AG
+ 2006-2008, Siemens AG and others
+ 2011, Stefan Ghiaus
+ 2005-2011, Symbian Corporation and others
+ 2010-2011, TUBITAK BILGEM-ITI and others
+ 2011, Tensilica and others
+ 2009, Texas Instruments
+ 2005-2007, 2009-2011, Texas Instruments Incorporated and others
+ 2010, Texas Instruments, Freescale Semiconductor and others
+ 2004-2006, 2008, 2010-2011, TimeSys Corporation and others
+ 2010, Tomasz Wesolowski
+ 2010-2011, Tomasz Wesolowski and others
+ 2010, University of Applied Sciences Rapperswil (HSR)
+ 2010, University of Florida and others
+ 2010, Verigy and others
+ 2004-2011, Wind River Systems and others
+ 2004-2005, 2008-2010, Wind River Systems, Inc
+ 2006, 2010, Wind River Systems, Nokia and others
+License: EPL-1.0
+
+Files: core/org.eclipse.cdt.ui/dictionaries/*
+Copyright: 1993, Geoff Kuenning, Granada Hills, CA
+License: BSD-like
+
+Files: debian/*
+Copyright: 2010-2012, Debian Orbital Alignment Team <pkg-java-maintainers at lists.alioth.debian.org>
+License: EPL-1.0
+
+Files: debian/fetch-cdt.sh
+Copyright: 2008, Andrew Overholt
+ 2008-2010, Jeff Johnston
+License: Fedora-contribution
+
+License: BSD-like
+ 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 modifications to the source code must be clearly marked as
+ such. Binary redistributions based on modified source code
+ must be clearly marked as modified versions in the documentation
+ and/or other materials provided with the distribution.
+ 4. All advertising materials mentioning features or use of this software
+ must display the following acknowledgment:
+ This product includes software developed by Geoff Kuenning and
+ other unpaid contributors.
+ 5. The name of Geoff Kuenning may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING 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 GEOFF
+ KUENNING 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: Fedora-contribution
+ The file was downloaded from Fedora's CVS repository; all committers
+ are required to sign a license agreement with Fedora, which puts
+ contributions without a license under the license included below.
+ .
+ At the time Debian acquired these files, the "default" Fedora license
+ was:
+ .
+ The Fedora Project Individual Contributor License Agreement
+ .
+ The Fedora Project
+ .
+ Individual Contributor License Agreement (CLA)
+ .
+ http://fedoraproject.org/wiki/Legal/Licenses/CLA
+ .
+ Thank you for your interest in The Fedora Project (the "Project"). In
+ order to clarify the intellectual property license granted with
+ Contributions from any person or entity, Red Hat, Inc. ("Red Hat"),
+ as maintainer of the Project, must have a Contributor License
+ Agreement (CLA) on file that has been signed by each Contributor,
+ indicating agreement to the license terms below. This license is for
+ Your protection as a Contributor as well as the protection of the
+ Project and its users; it does not change your rights to use your own
+ Contributions for any other purpose.
+ .
+ You and the Project hereby accept and agree to the following terms
+ and conditions:
+ .
+ * 1. Contributors and Contributions.
+ .
+ * A. The Project and any individual or legal entity that
+ voluntarily submits to the Project a Contribution are
+ collectively addressed herein as "Contributors". For legal
+ entities, the entity making a Contribution and all other entities
+ that control, are controlled by, or are under common control with
+ that entity are considered to be a single Contributor. For the
+ purposes of this definition, "control" means (i) the power,
+ direct or indirect, to cause the direction or management of such
+ entity, whether by contract or otherwise, or (ii) ownership of
+ fifty percent (50%) or more of the outstanding shares, or (iii)
+ beneficial ownership of such entity.
+ .
+ * B. A "Contribution" is any original work, including any
+ modification or addition to an existing work, that has been
+ submitted for inclusion in, or documentation of, any of the
+ products owned or managed by the Project, where such work
+ originates from that particular Contributor or from some entity
+ acting on behalf of that Contributor.
+ .
+ * C. A Contribution is "submitted" when any form of electronic,
+ verbal, or written communication is sent to the Project,
+ including but not limited to communication on electronic mailing
+ lists, source code control systems, and issue tracking systems
+ that are managed by, or on behalf of, the Project for the purpose
+ of discussing or improving software or documentation of the
+ Project, but excluding communication that is conspicuously marked
+ or otherwise designated in writing by you as "Not a
+ Contribution."
+ .
+ * D. Any Contribution submitted by you to the Project shall be
+ under the terms and conditions of this License, without any
+ additional terms or conditions, unless you explicitly state
+ otherwise in the submission.
+ .
+ * 2. Contributor Grant of License. You hereby grant to Red Hat, Inc.,
+ on behalf of the Project, and to recipients of software distributed
+ by the Project:
+ .
+ * (a) a perpetual, non-exclusive, worldwide, fully paid-up, royalty
+ free, irrevocable copyright license to reproduce, prepare
+ derivative works of, publicly display, publicly perform,
+ sublicense, and distribute your Contribution and such derivative
+ works; and,
+ .
+ * (b) a perpetual, non-exclusive, worldwide, fully paid-up, royalty
+ free, irrevocable (subject to Section 3) patent license to make,
+ have made, use, offer to sell, sell, import, and otherwise
+ transfer your Contribution and derivative works thereof, where
+ such license applies only to those patent claims licensable by
+ you that are necessarily infringed by your Contribution alone or
+ by combination of your Contribution with the work to which you
+ submitted the Contribution. Except for the license granted in
+ this section, you reserve all right, title and interest in and to
+ your Contributions.
+ .
+ * 3. Reciprocity. As of the date any such litigation is filed, your
+ patent grant shall immediately terminate with respect to any party
+ that institutes patent litigation against you (including a
+ cross-claim or counterclaim in a lawsuit) alleging that your
+ Contribution, or the work to which you have contributed,
+ constitutes direct or contributory patent infringement.
+ .
+ * 4. You represent that you are legally entitled to grant the above
+ license. If your employer(s) has rights to intellectual property
+ that you create that includes your Contributions, you represent
+ that you have received permission to make Contributions on behalf
+ of that employer, that your employer has waived such rights for
+ your Contributions to the Project, or that your employer has
+ executed a separate Corporate CLA with the Project.
+ .
+ * 5. You represent that each of your Contributions is your original
+ creation (see section 7 for submissions on behalf of others). You
+ represent that your Contribution submission(s) include complete
+ details of any third-party license or other restriction (including,
+ but not limited to, related copyright, patents and trademarks) of
+ which you are personally aware and which are associated with any
+ part of your Contribution.
+ .
+ * 6. You are not expected to provide support for your Contributions,
+ except to the extent you desire to provide support. You may provide
+ support for free, for a fee, or not at all. Your Contributions are
+ provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
+ ANY KIND, either express or implied, including, without limitation,
+ any warranties or conditions of NON-INFRINGEMENT, MERCHANTABILITY,
+ or FITNESS FOR A PARTICULAR PURPOSE.
+ .
+ * 7. Should you wish to submit work that is not your original
+ creation, you may submit it to the Project separately from any
+ Contribution, identifying the complete details of its source and of
+ any license or other restriction (including, but not limited to,
+ related patents, trademarks, and license agreements) of which you
+ are personally aware, and conspicuously marking the work as
+ "Submitted on behalf of a third-party: [named here] ".
+ .
+ * 8. You agree to notify the Project of any facts or circumstances of
+ which you become aware that would make these representations
+ inaccurate in any respect.
+ .
+ * 9. The Project is under no obligations to accept and include every
+ contribution..
+
+
+License: EPL-1.0
+ Eclipse Public License - v 1.0
+ .
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE
+ PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+ .
+ 1. DEFINITIONS
+ .
+ "Contribution" means:
+ .
+ a) in the case of the initial Contributor, the initial code and documentation
+ distributed under this Agreement, and
+ b) in the case of each subsequent Contributor:
+ .
+ i) changes to the Program, and
+ .
+ ii) additions to the Program;
+ .
+ where such changes and/or additions to the Program originate from and are
+ distributed by that particular Contributor. A Contribution 'originates'
+ from a Contributor if it was added to the Program by such Contributor itself
+ or anyone acting on such Contributor's behalf. Contributions do not include
+ additions to the Program which: (i) are separate modules of software
+ distributed in conjunction with the Program under their own license
+ agreement, and (ii) are not derivative works of the Program.
+ .
+ "Contributor" means any person or entity that distributes the Program.
+ .
+ "Licensed Patents " mean patent claims licensable by a Contributor which are
+ necessarily infringed by the use or sale of its Contribution alone or when
+ combined with the Program.
+ .
+ "Program" means the Contributions distributed in accordance with this
+ Agreement.
+ .
+ "Recipient" means anyone who receives the Program under this Agreement,
+ including all Contributors.
+ .
+ 2. GRANT OF RIGHTS
+ .
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
+ Recipient a non-exclusive, worldwide, royalty-free copyright license to
+ reproduce, prepare derivative works of, publicly display, publicly perform,
+ distribute and sublicense the Contribution of such Contributor, if any,
+ and such derivative works, in source code and object code form.
+ .
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
+ Recipient a non-exclusive, worldwide, royalty-free patent license under
+ Licensed Patents to make, use, sell, offer to sell, import and otherwise
+ transfer the Contribution of such Contributor, if any, in source code and
+ object code form. This patent license shall apply to the combination of
+ the Contribution and the Program if, at the time the Contribution is added
+ by the Contributor, such addition of the Contribution causes such
+ combination to be covered by the Licensed Patents. The patent license shall
+ not apply to any other combinations which include the Contribution. No
+ hardware per se is licensed hereunder.
+ .
+ c) Recipient understands that although each Contributor grants the licenses
+ to its Contributions set forth herein, no assurances are provided by any
+ Contributor that the Program does not infringe the patent or other
+ intellectual property rights of any other entity. Each Contributor disclaims
+ any liability to Recipient for claims brought by any other entity based on
+ infringement of intellectual property rights or otherwise. As a condition to
+ exercising the rights and licenses granted hereunder, each Recipient hereby
+ assumes sole responsibility to secure any other intellectual property rights
+ needed, if any. For example, if a third party patent license is required to
+ allow Recipient to distribute the Program, it is Recipient's responsibility
+ to acquire that license before distributing the Program.
+ .
+ d) Each Contributor represents that to its knowledge it has sufficient
+ copyright rights in its Contribution, if any, to grant the copyright license
+ set forth in this Agreement.
+ .
+ 3. REQUIREMENTS
+ .
+ A Contributor may choose to distribute the Program in object code form under
+ its own license agreement, provided that:
+ .
+ a) it complies with the terms and conditions of this Agreement; and
+ .
+ b) its license agreement:
+ .
+ i) effectively disclaims on behalf of all Contributors all warranties and
+ conditions, express and implied, including warranties or conditions of title
+ and non-infringement, and implied warranties or conditions of merchantability
+ and fitness for a particular purpose;
+ .
+ ii) effectively excludes on behalf of all Contributors all liability for
+ damages, including direct, indirect, special, incidental and consequential
+ damages, such as lost profits;
+ .
+ iii) states that any provisions which differ from this Agreement are offered
+ by that Contributor alone and not by any other party; and
+ .
+ iv) states that source code for the Program is available from such
+ Contributor, and informs licensees how to obtain it in a reasonable manner on
+ or through a medium customarily used for software exchange.
+ .
+ When the Program is made available in source code form:
+ .
+ a) it must be made available under this Agreement; and
+ .
+ b) a copy of this Agreement must be included with each copy of the Program.
+ .
+ Contributors may not remove or alter any copyright notices contained within
+ the Program.
+ .
+ Each Contributor must identify itself as the originator of its Contribution,
+ if any, in a manner that reasonably allows subsequent Recipients to identify
+ the originator of the Contribution.
+ .
+ 4. COMMERCIAL DISTRIBUTION
+ .
+ Commercial distributors of software may accept certain responsibilities with
+ respect to end users, business partners and the like. While this license is
+ intended to facilitate the commercial use of the Program, the Contributor who
+ includes the Program in a commercial product offering should do so in a manner
+ which does not create potential liability for other Contributors. Therefore,
+ if a Contributor includes the Program in a commercial product offering, such
+ Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+ every other Contributor ("Indemnified Contributor") against any losses,
+ damages and costs (collectively "Losses") arising from claims, lawsuits and
+ other legal actions brought by a third party against the Indemnified
+ Contributor to the extent caused by the acts or omissions of such Commercial
+ Contributor in connection with its distribution of the Program in a commercial
+ product offering. The obligations in this section do not apply to any claims
+ or Losses relating to any actual or alleged intellectual property
+ infringement. In order to qualify, an Indemnified Contributor must:
+ a) promptly notify the Commercial Contributor in writing of such claim, and
+ b) allow the Commercial Contributor to control, and cooperate with the
+ Commercial Contributor in, the defense and any related settlement
+ negotiations. The Indemnified Contributor may participate in any such claim
+ at its own expense.
+ .
+ For example, a Contributor might include the Program in a commercial product
+ offering, Product X. That Contributor is then a Commercial Contributor. If
+ that Commercial Contributor then makes performance claims, or offers
+ warranties related to Product X, those performance claims and warranties are
+ such Commercial Contributor's responsibility alone. Under this section, the
+ Commercial Contributor would have to defend claims against the other
+ Contributors related to those performance claims and warranties, and if a
+ court requires any other Contributor to pay any damages as a result, the
+ Commercial Contributor must pay those damages.
+ .
+ 5. NO WARRANTY
+ .
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
+ AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
+ EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
+ CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A
+ PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the
+ appropriateness of using and distributing the Program and assumes all
+ risks associated with its exercise of rights under this Agreement ,
+ including but not limited to the risks and costs of program errors,
+ compliance with applicable laws, damage to or loss of data, programs or
+ equipment, and unavailability or interruption of operations.
+ .
+ 6. DISCLAIMER OF LIABILITY
+ .
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
+ LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGES.
+ .
+ 7. GENERAL
+ .
+ If any provision of this Agreement is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of the
+ remainder of the terms of this Agreement, and without further action by
+ the parties hereto, such provision shall be reformed to the minimum extent
+ necessary to make such provision valid and enforceable.
+ .
+ If Recipient institutes patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Program itself
+ (excluding combinations of the Program with other software or hardware)
+ infringes such Recipient's patent(s), then such Recipient's rights granted
+ under Section 2(b) shall terminate as of the date such litigation is filed.
+ .
+ All Recipient's rights under this Agreement shall terminate if it fails to
+ comply with any of the material terms or conditions of this Agreement and
+ does not cure such failure in a reasonable period of time after becoming
+ aware of such noncompliance. If all Recipient's rights under this Agreement
+ terminate, Recipient agrees to cease use and distribution of the Program as
+ soon as reasonably practicable. However, Recipient's obligations under this
+ Agreement and any licenses granted by Recipient relating to the Program
+ shall continue and survive.
+ .
+ Everyone is permitted to copy and distribute copies of this Agreement, but
+ in order to avoid inconsistency the Agreement is copyrighted and may only
+ be modified in the following manner. The Agreement Steward reserves the
+ right to publish new versions (including revisions) of this Agreement from
+ time to time. No one other than the Agreement Steward has the right to
+ modify this Agreement. The Eclipse Foundation is the initial Agreement
+ Steward. The Eclipse Foundation may assign the responsibility to serve as
+ the Agreement Steward to a suitable separate entity. Each new version of
+ the Agreement will be given a distinguishing version number. The Program
+ (including Contributions) may always be distributed subject to the version
+ of the Agreement under which it was received. In addition, after a new
+ version of the Agreement is published, Contributor may elect to distribute
+ the Program (including its Contributions) under the new version. Except as
+ expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+ rights or licenses to the intellectual property of any Contributor under
+ this Agreement, whether expressly, by implication, estoppel or otherwise.
+ All rights in the Program not expressly granted under this Agreement are
+ reserved.
+ .
+ This Agreement is governed by the laws of the State of New York and the
+ intellectual property laws of the United States of America. No party to
+ this Agreement will bring a legal action under this Agreement more than
+ one year after the cause of action arose. Each party waives its rights to
+ a jury trial in any resulting litigation.
Added: packages-metadata/f/focuswriter.control
===================================================================
--- packages-metadata/f/focuswriter.control (rev 0)
+++ packages-metadata/f/focuswriter.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,28 @@
+Source: focuswriter
+Section: editors
+Priority: optional
+Maintainer: Barak A. Pearlmutter <bap at debian.org>
+Uploaders: Graeme Gott <graeme at gottcode.org>
+Build-Depends: cdbs, debhelper (>= 9),
+ libqt4-dev,
+ libhunspell-dev,
+ libzip-dev,
+ pkg-config
+Standards-Version: 3.9.3
+Homepage: http://gottcode.org/focuswriter/
+Vcs-Git: git://git.debian.org/collab-maint/focuswriter.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/focuswriter.git;a=summary
+
+Package: focuswriter
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: hunspell-dictionary, myspell-dictionary, libsdl-mixer1.2
+Description: Fullscreen distraction-free writing program
+ Focuswriter is a fullscreen writing program designed to be
+ distraction free. You can customize your environment by changing the
+ font, colors, and background image to add ambiance. FocusWriter
+ features an on-the-fly updating wordcount, optional auto-save,
+ optional daily goals, and toolbars that hide away to allow you to
+ focus more clearly. Additionally, when you open the program your
+ current work in progress will automatically load and position you at
+ the end of your document, so that you can immediately jump back in.
Added: packages-metadata/f/focuswriter.copyright
===================================================================
--- packages-metadata/f/focuswriter.copyright (rev 0)
+++ packages-metadata/f/focuswriter.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+ Graeme Gott <graeme at gottcode.org> on Fri, 30 Apr 2010 13:01:15 -0400
+
+It was downloaded from:
+
+ http://gottcode.org/focuswriter/
+ http://gottcode.org/focuswriter/focuswriter-1.3.1-src.tar.bz2
+ git://github.com/gottcode/focuswriter.git
+
+Upstream Author:
+
+ Graeme Gott <graeme at gottcode.org>
+
+Copyright:
+
+ Copyright (C) 2008, 2009, 2010 Graeme Gott
+
+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 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 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Graeme Gott <graeme at gottcode.org>
+
+and is licensed under the GPL version 3, see above.
Added: packages-metadata/g/gnome-menus.control
===================================================================
--- packages-metadata/g/gnome-menus.control (rev 0)
+++ packages-metadata/g/gnome-menus.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,89 @@
+# 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: gnome-menus
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Build-Depends: debhelper (>= 8.1.0~),
+ cdbs (>= 0.4.73),
+ libglib2.0-dev (>= 2.30.0),
+ gnome-pkg-tools,
+ python (>= 2.6.6-3~),
+ intltool (>= 0.40.0),
+ libgirepository1.0-dev (>= 0.10.7-1~),
+ gobject-introspection (>= 0.9.12-4~)
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.3
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-menus
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-menus
+
+Package: gnome-menus
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends}
+Breaks: gnome-panel (<< 2.91),
+ gnome-control-center (<< 2.91),
+ alacarte (<< 0.13.2-2)
+Description: GNOME implementation of the freedesktop menu specification
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org:
+ .
+ http://www.freedesktop.org/Standards/menu-spec
+ .
+ Also contained here are the GNOME menu layout configuration files, .directory
+ files and assorted menu related utility programs.
+
+Package: libgnome-menu-3-0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: GNOME implementation of the freedesktop menu specification
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org:
+ .
+ http://www.freedesktop.org/Standards/menu-spec
+ .
+ Also contained here are the GNOME menu layout configuration files, .directory
+ files and assorted menu related utility programs.
+ .
+ This package contains the shared library.
+
+Package: libgnome-menu-3-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libgnome-menu-3-0 (= ${binary:Version}),
+ gir1.2-gmenu-3.0 (= ${binary:Version}),
+ libglib2.0-dev (>= 2.30.0)
+Replaces: gir-repository-dev (<< 0.6.5-6)
+Description: GNOME implementation of the freedesktop menu specification
+ The package contains an implementation of the draft
+ "Desktop Menu Specification" from freedesktop.org:
+ .
+ http://www.freedesktop.org/Standards/menu-spec
+ .
+ Also contained here are the GNOME menu layout configuration files, .directory
+ files and assorted menu related utility programs.
+ .
+ This package contains the development headers.
+
+Package: gir1.2-gmenu-3.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Conflicts: gobject-introspection-repository
+Description: GObject introspection data for the GNOME menu library
+ This package contains introspection data for GNOME menu, an
+ implementation of the desktop menu specification from freedesktop.org.
+ .
+ It can be used by languages supporting dynamic bindings with
+ the GIRepository format.
+
Modified: packages-metadata/g/gnome-shell.control
===================================================================
--- packages-metadata/g/gnome-shell.control 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/g/gnome-shell.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -7,7 +7,7 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: autotools-dev,
cdbs,
debhelper (>= 8.1.3~),
@@ -32,7 +32,7 @@
libgnome-bluetooth-dev (>= 2.90.0) [linux-any],
libgnome-desktop-3-dev (>= 2.90.0),
libgnome-keyring-dev,
- libgnome-menu-3-dev,
+ libgnome-menu-3-dev (>= 3.4.2-3~),
libgstreamer0.10-dev (>= 0.10.16),
libgtk-3-dev (>= 3.3.9),
libmutter-dev (>= 3.4.1),
Added: packages-metadata/g/gpa.control
===================================================================
--- packages-metadata/g/gpa.control (rev 0)
+++ packages-metadata/g/gpa.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,31 @@
+Source: gpa
+Section: utils
+Priority: optional
+Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint at lists.alioth.debian.org>
+Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+Build-Depends: autopoint,
+ autotools-dev (>> 20100122.1~),
+ debhelper (>> 7.0.50~),
+ dh-autoreconf,
+ gnupg2,
+ libassuan-dev (>> 2),
+ libgpg-error-dev (>> 1.4),
+ libgpgme11-dev (>> 1.2.0),
+ libgtk2.0-dev (>> 2.10.0)
+Standards-Version: 3.9.3
+Homepage: http://gpa.wald.intevation.org
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnupg/gpa/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnupg/gpa/trunk/
+DM-Upload-Allowed: yes
+
+Package: gpa
+Architecture: any
+Depends: gnupg2,
+ gpgsm,
+ libgpgme11 (>= 1.2.0-1.2~),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: GNU Privacy Assistant (GPA)
+ The GNU Privacy Assistant (GPA) is a graphical user interface for the
+ GNU Privacy Guard (GnuPG). It can be used to encrypt, decrypt, and sign
+ files, to verify signatures and to manage the private and public keys.
Added: packages-metadata/g/gpa.copyright
===================================================================
--- packages-metadata/g/gpa.copyright (rev 0)
+++ packages-metadata/g/gpa.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,87 @@
+This package was debianized by Bastian Blank <waldi at debian.org> on
+Sun, 5 Jan 2003 13:28:44 +0100. It is currently maintained by the
+Debian GnuPG-Maintainers <pkg-gnupg-maint at lists.alioth.debian.org>.
+
+It was downloaded from:
+
+ http://wald.intevation.org/projects/gpa/
+
+Upstream Authors:
+
+ Markus Gerwinski <markus at gnu.de>
+ Peter Gerwinski <peter.gerwinski at g-n-u.de>
+ Werner Koch <wk at gnupg.org> et al.
+
+ Please refer to the file `AUTHORS' for the full list of people who
+ made this software possible.
+
+Copyright:
+
+ Copyright (C) 2000-2002 G-N-U GmbH (http://www.g-n-u.de).
+ Copyright (C) 2002-2004 Miguel Coca.
+ Copyright (C) 2005-2009 g10 Code GmbH.
+
+ GPA uses fragments from the following programs and libraries:
+ JNLIB, Copyright (C) 1998-2000 Free Software Foundation, Inc.
+ GPGME, Copyright (C) 2000-2001 Werner Koch
+ WinPT, Copyright (C) 2000-2002 Timo Schulz
+
+License: GPL2+, GPL3+ and LGPLv3+
+
+ Some files are licensed under GPL v2+:
+
+ GPA 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.
+
+ GPA 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 GNU/Linux systems, the complete text of the GNU General
+ Public License v2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+ Some files are licensed under GPL v3+:
+
+ GPA 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.
+
+ GPA 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 GNU/Linux systems, the complete text of the GNU General
+ Public License v3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+ The files src/strlist.c, src/strlist.h, src/w32-afunix.c and
+ src/w32-afunix.h have been taken from JNLIB and have been licensed under the
+ the LGPL v3+:
+
+ JNLIB is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of
+ the License, or (at your option) any later version.
+
+ JNLIB is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program; if not, see <http://www.gnu.org/licenses/>.
+
+ On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+ Public License v3 can be found in `/usr/share/common-licenses/LGPL-3'.
Added: packages-metadata/g/gtkhash.control
===================================================================
--- packages-metadata/g/gtkhash.control (rev 0)
+++ packages-metadata/g/gtkhash.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,66 @@
+Source: gtkhash
+Section: utils
+Priority: optional
+Maintainer: Mònica Ramírez Arceda <monica at debian.org>
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ libmhash-dev,
+ libgtk-3-dev (>= 3.0.0),
+ libnautilus-extension-dev (>= 3.0),
+ libthunarx-2-dev,
+ libgconf2-dev(>= 2.32.0),
+ intltool (>= 0.40.6)
+Homepage: http://gtkhash.sourceforge.net
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/collab-maint/gtkhash.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/gtkhash.git
+
+Package: gtkhash
+Architecture: any
+Depends: gtkhash-common (= ${source:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: GTK+ utility for computing checksums and more
+ GtkHash is a small GTK+ utility which allows users to compute
+ message digests or checksums using the mhash library.
+ Currently supported hash functions include MD5, MD6, SHA1,
+ SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
+
+Package: gtkhash-common
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: gtkhash (<< 0.6.0)
+Breaks: gtkhash (<< 0.6.0)
+Description: common files for gtkhash extensions
+ This package has the common files you need to install gtkhash
+ extensions. GtkHash has two extensions: an extension for nautilus
+ and an extension for Thunar. They allow users to compute
+ message digests or checksums using the mhash library.
+ Currently supported hash functions include MD5, MD6, SHA1,
+ SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
+
+Package: nautilus-gtkhash
+Architecture: any
+Depends: gtkhash,
+ gtkhash-common (= ${source:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: gtkhash (<< 0.6.0)
+Breaks: gtkhash (<< 0.6.0)
+Description: nautilus extension for computing checksums and more using gtkhash
+ The GtkHash extension for nautilus which allows users to compute
+ message digests or checksums using the mhash library.
+ Currently supported hash functions include MD5, MD6, SHA1,
+ SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
+
+Package: thunar-gtkhash
+Architecture: any
+Depends: gtkhash,
+ gtkhash-common (= ${source:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: thunar extension for computing checksums and more using gtkhash
+ The GtkHash extension for thunar which allows users to compute
+ message digests or checksums using the mhash library.
+ Currently supported hash functions include MD5, MD6, SHA1,
+ SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
Added: packages-metadata/g/gtkhash.copyright
===================================================================
--- packages-metadata/g/gtkhash.copyright (rev 0)
+++ packages-metadata/g/gtkhash.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GtkHash
+Upstream-contact: Tristan Heaven <tristanheaven at gmail.com>
+Source: http://gtkhash.sourceforge.net
+
+Files: *
+Copyright: 2007-2009, Tristan Heaven <tristanheaven at gmail.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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General
+ Public License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2’.
+
+Files: debian/*
+Copyright: 2011, Mònica Ramírez Arceda <monica at probeta.net>
+ 2009, Alessio Treglia <quadrispro at ubuntu.com>
+ 2008, Nicolai Spohrer <nicolai at xeve.de>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General
+ Public License v2 can be found in the file
+ `/usr/share/common-licenses/GPL-2’.
Added: packages-metadata/l/libccrtp.control
===================================================================
--- packages-metadata/l/libccrtp.control (rev 0)
+++ packages-metadata/l/libccrtp.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,70 @@
+Source: libccrtp
+Section: devel
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Kilian Krause <kilian at debian.org>
+Build-Depends: debhelper (>= 9), pkg-config, autotools-dev, dpkg-dev (>= 1.13.19), doxygen,
+ libucommon-dev, libxml2-dev, libgcrypt11-dev | libgcrypt-dev,
+Standards-Version: 3.9.3
+Homepage: http://www.gnu.org/software/ccrtp/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/libccrtp/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libccrtp/?op=log
+
+Package: libccrtp-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libccrtp0 (= ${binary:Version}),
+ libc6-dev, libucommon-dev, pkg-config
+Description: Common C++ class framework for RTP packets - development files
+ GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
+ the Internet-standard protocol for the transport of real-time data,
+ including audio and video. It can be used for media-on-demand as well
+ as interactive for creating services such as Internet telephony.
+ .
+ GNU ccRTP offers support for RTCP and many other standard and extended
+ features that are needed for both compatible and advanced streaming
+ applications. GNU ccRTP can mix multiple payload types in stream, and
+ hence can be used to implement RFC 2833 compliant signaling applications
+ as well as other specialized things. GNU ccRTP also offers direct RTP
+ packet filtering.
+ .
+ GNU ccRTP is threadsafe and high performance. It uses packet queue
+ lists rather than streaming buffers. This allows ccRTP to be used to
+ create high capacity streaming servers as well as client applications.
+ .
+ GNU ccRTP is designed to support both audio and video data and can do
+ partial frame splits/re-assembly. GNU ccRTP also supports multicast
+ networks and multiple active connection sources. This allows its use
+ for building all forms of Internet standards based audio and visual
+ conferencing systems.
+ .
+ GNU ccRTP uses templates and can be used to implement realtime
+ streaming with different underlying transport protocols, not just
+ with IPV4 UDP sockets.
+
+Package: libccrtp0
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Common C++ class framework for RTP packets
+ GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
+ the Internet-standard protocol for the transport of real-time data,
+ including audio and video. It can be used for media-on-demand as well
+ as interactive for creating services such as Internet telephony.
+ .
+ This package contains the shared runtime libraries for GNU ccRTP.
+
+Package: libccrtp-doc
+Replaces: libccrtp-dev (<= 1.6.1-1)
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Documentation files for GNU ccRTPp library
+ GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
+ the Internet-standard protocol for the transport of real-time data,
+ including audio and video. It can be used for media-on-demand as well
+ as interactive for creating services such as Internet telephony.
+ .
+ This package contains the documentation files for GNU ccRTP.
Modified: packages-metadata/l/libccrtp.copyright
===================================================================
--- packages-metadata/l/libccrtp.copyright 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/l/libccrtp.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -49,14 +49,14 @@
MA 02110-1301, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
The Debian packaging is:
- Copyright (C) 2001-2008, Mark Purcell <msp at debian.org>
+ Copyright (C) 2001-2012, Mark Purcell <msp at debian.org>
-and is licensed under the GPL, see above.
+and is licensed under the GPL-2, see above.
Other portions:
Added: packages-metadata/l/libccscript3.control
===================================================================
--- packages-metadata/l/libccscript3.control (rev 0)
+++ packages-metadata/l/libccscript3.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,43 @@
+Source: libccscript3
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Faidon Liambotis <paravoid at debian.org>
+Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, doxygen,
+ libcommoncpp2-dev, unixodbc-dev
+Section: libs
+Standards-Version: 3.9.3
+Homepage: http://www.gnu.org/software/ccscript/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/libccscript3/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libccscript3/?op=log
+
+Package: libccscript3-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libccscript3-1.1-0 (= ${binary:Version}), libcommoncpp2-dev, pkg-config
+Description: GNU Common C++ framework for embedded scripting - development files
+ The GNU ccScript package offers a class extensible threaded embedded
+ scripting engine for use with GNU Common C++. This engine is also used in
+ GNU Bayonne (the GNU telephony application server package) and other
+ parts of GNUCOMM (the GNU telephony meta-project). This engine differs
+ from traditional scripting systems in that it is used to script near
+ real-time state-event systems through deterministic callback step
+ execution rather than the linear and non-deterministic fashion of embedded
+ script systems such as Tcl, libguile, etc.
+ .
+ This package contains the development files and headers to link to
+ this library.
+
+Package: libccscript3-1.1-0
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Description: GNU Common C++ framework for embedded scripting
+ The GNU ccScript package offers a class extensible threaded embedded
+ scripting engine for use with GNU Common C++. This engine is also used in
+ GNU Bayonne (the GNU telephony application server package) and other
+ parts of GNUCOMM (the GNU telephony meta-project). This engine differs
+ from traditional scripting systems in that it is used to script near
+ real-time state-event systems through deterministic callback step
+ execution rather than the linear and non-deterministic fashion of embedded
+ script systems such as Tcl, libguile, etc.
Added: packages-metadata/l/libccscript3.copyright
===================================================================
--- packages-metadata/l/libccscript3.copyright (rev 0)
+++ packages-metadata/l/libccscript3.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,28 @@
+This package was debianized by Mark Purcell <msp at debian.org> on
+Tue, 19 Jul 2005 10:41:41 +1000.
+
+It was downloaded from http://www.gnu.org/software/ccscript/
+
+Copyright Holder:
+Copyright (C) 1999-2005 Open Source Telecom Corporation.
+David Sugar <dyfet at ostel.com> designed and implemented ccscript.
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
Added: packages-metadata/l/libcommoncpp2.control
===================================================================
--- packages-metadata/l/libcommoncpp2.control (rev 0)
+++ packages-metadata/l/libcommoncpp2.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,75 @@
+Source: libcommoncpp2
+Section: devel
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), autotools-dev, doxygen,
+ libxml2-dev, zlib1g-dev, libgnutls-dev, libgcrypt11-dev | libgcrypt-dev
+Standards-Version: 3.9.3
+Homepage: http://www.gnu.org/software/commoncpp/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/libcommoncpp2/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libcommoncpp2/?op=log
+
+Package: libcommoncpp2-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libccgnu2-1.8-0 (= ${binary:Version}), libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config
+Suggests: libcommoncpp2-doc
+Description: Header files and static libraries for Common C++ "2"
+ Common C++ is a GNU package which offers portable "abstraction" of system
+ services such as threads, networks, and sockets. Common C++ also offers
+ individual frameworks generally useful to developing portable C++
+ applications including a object persistence engine, math libraries,
+ threading, sockets, etc. Common C++ is small, and highly portable.
+ Common C++ will support most Unix operating systems as well
+ as Win32, in addition to GNU/Linux.
+ .
+ This package contains the development files.
+
+Package: libccgnu2-1.8-0
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Description: GNU package for creating portable C++ programs
+ Common C++ "2" is a GNU package which offers portable "abstraction"
+ of system services such as threads, networks, and sockets. Common
+ C++ also offers individual frameworks generally useful to developing
+ portable C++ applications including a object persistence engine, math
+ libraries, threading, sockets, etc. Common C++ is small, and highly
+ portable. Common C++ will support most Unix operating systems as
+ well as Win32, in addition to GNU/Linux.
+ .
+ This package contains the runtime libraries.
+
+Package: libcommoncpp2-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Documentation files for Common C++ "2"
+ Common C++ "2" is a GNU package which offers portable "abstraction"
+ of system services such as threads, networks, and sockets. Common
+ C++ also offers individual frameworks generally useful to developing
+ portable C++ applications including a object persistence engine, math
+ libraries, threading, sockets, etc. Common C++ is small, and highly
+ portable. Common C++ will support most Unix operating systems as
+ well as Win32, in addition to GNU/Linux.
+ .
+ This package contains the library development documentation.
+
+Package: libcommoncpp2-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends}, libccgnu2-1.8-0 (= ${binary:Version})
+Description: Debug symbols for Common C++ "2"
+ Common C++ is a GNU package which offers portable "abstraction" of system
+ services such as threads, networks, and sockets. Common C++ also offers
+ individual frameworks generally useful to developing portable C++
+ applications including a object persistence engine, math libraries,
+ threading, sockets, etc. Common C++ is small, and highly portable.
+ Common C++ will support most Unix operating systems as well
+ as Win32, in addition to GNU/Linux.
+ .
+ This package contains the debug symbols.
Modified: packages-metadata/l/libcommoncpp2.copyright
===================================================================
--- packages-metadata/l/libcommoncpp2.copyright 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/l/libcommoncpp2.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -65,10 +65,10 @@
// If you do not wish that, delete this exception notice.
On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
The Debian packaging is (Copyright) 2002-2008, Mark Purcell <msp at debian.org> and
-is licensed under the GPL, see above.
+is licensed under the GPL-2, see above.
Other Portions:
Added: packages-metadata/l/libplack-perl.control
===================================================================
--- packages-metadata/l/libplack-perl.control (rev 0)
+++ packages-metadata/l/libplack-perl.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,67 @@
+Source: libplack-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl (>= 5.10.1),
+ libauthen-simple-passwd-perl,
+ libcgi-compile-perl,
+ libcgi-emulate-psgi-perl,
+ libdevel-stacktrace-ashtml-perl (>= 0.11),
+ libdevel-stacktrace-perl (>= 1.2300),
+ libfcgi-perl,
+ libfcgi-procmanager-perl,
+ libfile-sharedir-perl (>= 1.00),
+ libfilesys-notify-simple-perl,
+ libhash-multivalue-perl,
+ libhttp-body-perl (>= 1.06),
+ libhttp-message-perl,
+ libhttp-request-ascgi-perl,
+ libhttp-server-simple-psgi-perl,
+ libio-handle-util-perl,
+ liblog-dispatch-array-perl,
+ liblog-log4perl-perl,
+ libmime-types-perl,
+ libmodule-refresh-perl,
+ libtest-requires-perl,
+ libtest-tcp-perl,
+ libtry-tiny-perl,
+ liburi-perl (>= 1.58),
+ libwww-perl (>= 5.814),
+ python
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
+ Iñigo Tejedor Arrondo <poisonbit at gmail.com>,
+ Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ Alessandro Ghedini <ghedo at debian.org>,
+ Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.9.3
+Homepage: http://search.cpan.org/dist/Plack/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libplack-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-perl.git
+
+Package: libplack-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdevel-stacktrace-ashtml-perl (>= 0.11),
+ libdevel-stacktrace-perl (>= 1.2300),
+ libfile-sharedir-perl (>= 1.00),
+ libfilesys-notify-simple-perl,
+ libhash-multivalue-perl,
+ libhttp-body-perl (>= 1.06),
+ libhttp-message-perl,
+ libmodule-refresh-perl,
+ libtest-tcp-perl,
+ libtry-tiny-perl,
+ liburi-perl (>= 1.58),
+ libwww-perl (>= 5.814),
+ perl (>= 5.10.1)
+Recommends: libcgi-compile-perl,
+ libcgi-emulate-psgi-perl
+Description: interface between web servers and Perl web applications
+ Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It
+ implements the Perl Server Gateway Interface (PSGI) standard interface, which
+ allows developers to decouple their web application framework from the local
+ web server environment.
+ .
+ This package contains middleware components, a reference server and utilities
+ for web application frameworks.
Added: packages-metadata/l/libxml-simple-perl.control
===================================================================
--- packages-metadata/l/libxml-simple-perl.control (rev 0)
+++ packages-metadata/l/libxml-simple-perl.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,24 @@
+Source: libxml-simple-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, libtie-ixhash-perl, libxml-parser-perl
+Standards-Version: 3.8.3
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-simple-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-simple-perl.git
+Homepage: http://search.cpan.org/dist/XML-Simple/
+
+Package: libxml-simple-perl
+Architecture: all
+Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 1.04), libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
+Description: Perl module for reading and writing XML
+ The XML::Simple module provides a simple API layer on top of an underlying
+ XML parsing module to maintain XML files (especially configuration
+ files). Two functions are exported: XMLin() and XMLout().
+ .
+ The simplest approach is to call these two functions directly, but an
+ optional object oriented interface allows them to be called as
+ methods of an XML::Simple object. The object interface can also be
+ used at either end of a SAX pipeline.
Added: packages-metadata/l/libxml-simple-perl.copyright
===================================================================
--- packages-metadata/l/libxml-simple-perl.copyright (rev 0)
+++ packages-metadata/l/libxml-simple-perl.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,31 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Grant McLean <grantm at cpan.org>
+Source: http://search.cpan.org/dist/XML-Simple/
+Name: XML-Simple
+
+Copyright: © 1999-2004, Grant McLean <grantm at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright:
+ © 2000-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2003-2005, Kenneth J. Pronovici <pronovic at debian.org>
+ © 2005-2006, Stephen Quinney <sjq at debian.org>
+ © 2006-2009, Bart Martens <bartm at debian.org>
+ © 2010, Ansgar Burchardt <ansgar at debian.org>
+License: Artistic | 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 GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
Added: packages-metadata/l/lldpd.control
===================================================================
--- packages-metadata/l/lldpd.control (rev 0)
+++ packages-metadata/l/lldpd.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,27 @@
+Source: lldpd
+Section: net
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libsnmp-dev, libxml2-dev
+Standards-Version: 3.9.3
+Homepage: https://github.com/vincentbernat/lldpd
+Vcs-Browser: http://git.debian.org/?p=collab-maint/lldpd.git
+Vcs-Git: git://git.debian.org/git/collab-maint/lldpd.git
+
+Package: lldpd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Suggests: snmpd
+Description: implementation of IEEE 802.1ab (LLDP)
+ LLDP is an industry standard protocol designed to supplant
+ proprietary Link-Layer protocols such as Extreme's EDP (Extreme
+ Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
+ LLDP is to provide an inter-vendor compatible mechanism to deliver
+ Link-Layer notifications to adjacent network devices.
+ .
+ This implementation provides LLDP sending and reception, supports
+ VLAN and includes an SNMP subagent that can interface to an SNMP
+ agent through AgentX protocol.
+ .
+ This daemon is also able to deal with CDP, SONMP, FDP and EDP
+ protocol. It also handles LLDP-MED extension.
Added: packages-metadata/l/lldpd.copyright
===================================================================
--- packages-metadata/l/lldpd.copyright (rev 0)
+++ packages-metadata/l/lldpd.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,37 @@
+Files: *
+Copyright: © 2008 Vincent Bernat <bernat at luffy.cx>
+ © 2003, 2004 Henning Brauer <henning at openbsd.org>
+ © 2006 Pierre-Yves Ritschard <pyr at openbsd.org>
+ © 2003 Can Erkin Acar
+ © 2003 Anil Madhavapeddy <anil at recoil.org>
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Files: src/privsep_fdpass.c
+Copyright: © 2001 Niels Provos <provos at citi.umich.edu>
+ © 2002 Matthieu Herrb
+License: BSD
+ 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.
+
+Files: debian/*
+Copyright: © 2008 Vincent Bernat <bernat at debian.org>
+License: ISC
Added: packages-metadata/m/mingw-w64.control
===================================================================
--- packages-metadata/m/mingw-w64.control (rev 0)
+++ packages-metadata/m/mingw-w64.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,78 @@
+Source: mingw-w64
+Section: devel
+Priority: extra
+Maintainer: Stephen Kitt <steve at sk2.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep:
+ gcc-mingw-w64-i686 | gcc-mingw-w64-bootstrap (>= 4.6.0),
+ gcc-mingw-w64-x86-64 | gcc-mingw-w64-bootstrap (>= 4.6.0)
+Standards-Version: 3.9.3
+Homepage: http://mingw-w64.sf.net
+Vcs-Git: git://git.debian.org/collab-maint/mingw-w64.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/mingw-w64.git;a=summary
+DM-Upload-Allowed: yes
+
+Package: mingw-w64-dev
+Section: oldlibs
+Architecture: all
+Depends: mingw-w64-i686-dev, mingw-w64-x86-64-dev, ${misc:Depends}
+Breaks: gcc-mingw-w64 (<< 4.6.0)
+Description: Development files for MinGW-w64 (transitional package)
+ MinGW-w64 provides a development and runtime environment for 32- and
+ 64-bit (x86 and x64) Windows applications using the Windows API and
+ the GNU Compiler Collection (gcc).
+ .
+ This transitional package provides the headers and libraries required
+ to build software using MinGW-w64.
+
+Package: mingw-w64-i686-dev
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: gcc-mingw-w64 (<< 4.6.0), mingw-w64-dev (<< 2.0.3-1)
+Replaces: mingw-w64-dev (<< 2.0.3-1)
+Description: Development files for MinGW-w64 targeting Win32
+ MinGW-w64 provides a development and runtime environment for 32- and
+ 64-bit (x86 and x64) Windows applications using the Windows API and
+ the GNU Compiler Collection (gcc).
+ .
+ This package contains the headers and libraries required to build
+ 32-bit software using MinGW-w64.
+
+Package: mingw-w64-x86-64-dev
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: gcc-mingw-w64 (<< 4.6.0), mingw-w64-dev (<< 2.0.3-1)
+Replaces: mingw-w64-dev (<< 2.0.3-1)
+Description: Development files for MinGW-w64 targeting Win64
+ MinGW-w64 provides a development and runtime environment for 32- and
+ 64-bit (x86 and x64) Windows applications using the Windows API and
+ the GNU Compiler Collection (gcc).
+ .
+ This package contains the headers and libraries required to build
+ 64-bit software using MinGW-w64.
+
+Package: mingw-w64
+Architecture: all
+Depends: gcc-mingw-w64, g++-mingw-w64 | gcc-mingw-w64 (<< 4.6.3-3+4), ${misc:Depends}
+Description: Development environment targetting 32- and 64-bit Windows
+ MinGW-w64 provides a development and runtime environment for 32- and
+ 64-bit (x86 and x64) Windows applications using the Windows API and
+ the GNU Compiler Collection (gcc).
+ .
+ This metapackage provides the MinGW-w64 development environment,
+ including C and C++ compilers. Ada, Fortran, Objective-C and
+ Objective-C++ compilers are available respectively in the
+ gnat-mingw-w64, gfortran-mingw-w64, gobjc-mingw-w64 and
+ gojbc++-mingw-w64 packages.
+
+Package: mingw-w64-tools
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Development tools for 32- and 64-bit Windows
+ MinGW-w64 provides a development and runtime environment for 32- and
+ 64-bit (x86 and x64) Windows applications using the Windows API and
+ the GNU Compiler Collection (gcc).
+ .
+ This package contains the gendef and genidl tools, used to extract
+ respectively DLL exports and IDL information from Windows
+ executables.
Added: packages-metadata/n/nettle.control
===================================================================
--- packages-metadata/n/nettle.control (rev 0)
+++ packages-metadata/n/nettle.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,118 @@
+Source: nettle
+Section: libs
+Priority: optional
+Maintainer: Magnus Holmgren <holmgren at debian.org>
+Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 8.1.3),
+ libgmp10-dev, m4, autotools-dev (>= 20100122.1)
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
+Vcs-Browser: http://svn.kibibyte.se/nettle
+Homepage: http://www.lysator.liu.se/~nisse/nettle/
+
+Package: libnettle4
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: low level cryptographic library (symmetric and one-way cryptos)
+ Nettle is a cryptographic library that is designed to fit easily in more or
+ less any context: In crypto toolkits for object-oriented languages (C++,
+ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
+ space.
+ .
+ It tries to solve a problem of providing a common set of cryptographic
+ algorithms for higher-level applications by implementing a
+ context-independent set of cryptographic algorithms. In that light, Nettle
+ doesn't do any memory allocation or I/O, it simply provides the
+ cryptographic algorithms for the application to use in any environment and
+ in any way it needs.
+ .
+ This package contains the symmetric and one-way cryptographic
+ algorithms. To avoid having this package depend on libgmp, the
+ asymmetric cryptos reside in a separate library, libhogweed.
+
+Package: libhogweed2
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: low level cryptographic library (public-key cryptos)
+ Nettle is a cryptographic library that is designed to fit easily in more or
+ less any context: In crypto toolkits for object-oriented languages (C++,
+ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
+ space.
+ .
+ It tries to solve a problem of providing a common set of cryptographic
+ algorithms for higher-level applications by implementing a
+ context-independent set of cryptographic algorithms. In that light, Nettle
+ doesn't do any memory allocation or I/O, it simply provides the
+ cryptographic algorithms for the application to use in any environment and
+ in any way it needs.
+ .
+ This package contains the asymmetric cryptographic algorithms, which,
+ require the GNU multiple precision arithmetic library (libgmp) for
+ their large integer computations.
+
+Package: nettle-dev
+Section: libdevel
+Architecture: any
+Depends: libnettle4 (= ${binary:Version}), libhogweed2 (= ${binary:Version}),
+ libgmp10-dev, dpkg (>= 1.15.4) | install-info, ${misc:Depends}
+Replaces: libnettle-dev
+Conflicts: libnettle-dev
+Description: low level cryptographic library (development files)
+ Nettle is a cryptographic library that is designed to fit easily in more or
+ less any context: In crypto toolkits for object-oriented languages (C++,
+ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
+ space.
+ .
+ It tries to solve a problem of providing a common set of cryptographic
+ algorithms for higher-level applications by implementing a
+ context-independent set of cryptographic algorithms. In that light, Nettle
+ doesn't do any memory allocation or I/O, it simply provides the
+ cryptographic algorithms for the application to use in any environment and
+ in any way it needs.
+ .
+ This package contains the development files (C headers and static libraries)
+
+Package: nettle-bin
+Section: misc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: lsh-utils (<< 2.0.4-dfsg-1)
+Replaces: lsh-utils (<< 2.0.4-dfsg-1)
+Suggests: lsh-doc
+Description: low level cryptographic library (binary tools)
+ Nettle is a cryptographic library that is designed to fit easily in more or
+ less any context: In crypto toolkits for object-oriented languages (C++,
+ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
+ space.
+ .
+ It tries to solve a problem of providing a common set of cryptographic
+ algorithms for higher-level applications by implementing a
+ context-independent set of cryptographic algorithms. In that light, Nettle
+ doesn't do any memory allocation or I/O, it simply provides the
+ cryptographic algorithms for the application to use in any environment and
+ in any way it needs.
+ .
+ This package contains binary utilities that accompany the library:
+ .
+ - nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
+ lfib (non-cryptographic) pseudo-random generator.
+ - sexp-conv - conversion tool for handling the different flavours of sexp
+ syntax.
+ - pkcs1-conv - converts PKCS#1 keys to sexp format.
+ - nettle-hash - command-line tool to compute message digests such as SHA-1.
+
+Package: nettle-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libnettle4 (= ${binary:Version}) | libhogweed2 (= ${binary:Version}) | nettle-bin (= ${binary:Version}), ${misc:Depends}
+Description: low level cryptographic library (debugging symbols)
+ Nettle is a cryptographic library that is designed to fit easily in more or
+ less any context: In crypto toolkits for object-oriented languages (C++,
+ Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
+ space.
+ .
+ This package contains the debugging symbols for all binary packages.
Added: packages-metadata/n/nettle.copyright
===================================================================
--- packages-metadata/n/nettle.copyright (rev 0)
+++ packages-metadata/n/nettle.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,348 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: Nettle
+Upstream-Contact: Niels Möller <nisse at lysator.liu.se>
+Source: http://www.lysator.liu.se/~nisse/nettle/
+Copyright: © 2001-2011 Niels Möller
+ Some parts are Copyright © the Free Software Foundation and various
+ people. See below and source code comments for details.
+License: LGPL-2.1+
+Comment:
+ Nettle is distributed under the GNU Lesser General Public License
+ (LGPL). A few of the individual files are in the public domain. To
+ find the current status of particular files, you have to read the
+ copyright notices at the top of the files.
+ .
+ A list of the supported algorithms, their origins and licenses (from
+ the manual):
+ .
+ AES
+ The implementation of the AES cipher (also known as rijndael) is
+ written by Rafael Sevilla. Assembler for x86 by Rafael Sevilla and
+ Niels Möller, Sparc assembler by Niels Möller. Released under the
+ LGPL.
+ .
+ ARCFOUR
+ The implementation of the ARCFOUR (also known as RC4) cipher is
+ written by Niels Möller. Released under the LGPL.
+ .
+ ARCTWO
+ The implementation of the ARCTWO (also known as RC2) cipher is
+ written by Nikos Mavroyanopoulos and modified by Werner Koch and
+ Simon Josefsson. Released under the LGPL.
+ .
+ BLOWFISH
+ The implementation of the BLOWFISH cipher is written by Werner
+ Koch, copyright owned by the Free Software Foundation. Also hacked
+ by Simon Josefsson and Niels Möller. Released under the LGPL.
+ .
+ CAMELLIA
+ The C implementation is by Nippon Telegraph and Telephone
+ Corporation (NTT), heavily modified by Niels Möller. Assembler for
+ x86 and x86_64 by Niels Möller. Released under the LGPL.
+ .
+ CAST128
+ The implementation of the CAST128 cipher is written by Steve Reid.
+ Released into the public domain.
+ .
+ DES
+ The implementation of the DES cipher is written by Dana L. How, and
+ released under the LGPL.
+ .
+ MD2
+ The implementation of MD2 is written by Andrew Kuchling, and hacked
+ some by Andreas Sigfridsson and Niels Möller. Python Cryptography
+ Toolkit license (essentially public domain).
+ .
+ MD4
+ This is almost the same code as for MD5 below, with modifications
+ by Marcus Comstedt. Released into the public domain.
+ .
+ MD5
+ The implementation of the MD5 message digest is written by Colin
+ Plumb. It has been hacked some more by Andrew Kuchling and Niels
+ Möller. Released into the public domain.
+ .
+ SERPENT
+ The implementation of the SERPENT is based on the code in
+ libgcrypt, copyright owned by the Free Software Foundation.
+ Adapted to Nettle by Simon Josefsson and heavily modified by
+ Niels Möller. Assembly for x86_64 by Niels Möller. Released under
+ the LGPL.
+ .
+ SHA1
+ The C implementation of the SHA1 message digest is written by Peter
+ Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
+ Released into the public domain. Assembler for x86 by Niels Möller,
+ released under the LGPL.
+ .
+ SHA224, SHA256, SHA384, and SHA512
+ Written by Niels Möller, using Peter Gutmann's SHA1 code as a
+ model. Released under the LGPL.
+ .
+ TWOFISH
+ The implementation of the TWOFISH cipher is written by Ruud de
+ Rooij. Released under the LGPL.
+ .
+ RSA
+ Written by Niels Möller, released under the LGPL. Uses the GMP
+ library for bignum operations.
+ .
+ DSA
+ Written by Niels Möller, released under the LGPL. Uses the GMP
+ library for bignum operations.
+
+Files: *
+Copyright: © 2001-2011 Niels Möller
+License: LGPL-2.1+
+
+Files: aes-set-*
+Copyright: © 2000, 2001, 2002 Rafael R. Sevilla, Niels Möller
+License: LGPL-2.1+
+
+Files: arctwo*
+Copyright: © 2003 Nikos Mavroyanopoulos
+ © 2004 Simon Josefsson
+ © 2004 Free Software Foundation, Inc.
+ © 2002, 2004 Niels Möller
+License: LGPL-2.1+
+
+Files: base64.h base64-meta.c
+Copyright: © 2002 Dan Egnor
+ © 2002 Niels Möller
+License: LGPL-2.1+
+
+Files: blowfish.c
+Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
+ © 2010 Simon Josefsson
+License: LGPL-2.1+
+
+Files: blowfish.h
+Copyright: © 1998, 2001 Free Software Foundation, Inc.
+ © 1998, 2001 Ray Dassen
+ © 1998, 2001 Niels Möller
+License: LGPL-2.1+
+
+Files: camellia-table.c camellia-crypt-internal.c
+Copyright: © 2006, 2007 NTT (Nippon Telegraph and Telephone Corporation)
+ © 2010 Niels Möller
+License: LGPL-2.1+
+
+Files: der2dsa.c
+Copyright: © 2005, 2009 Niels Möller
+ © 2009 Magnus Holmgren
+License: LGPL-2.1+
+
+Files: desCode.h descode.README desdata.c desinfo.c
+Copyright: © 2002 Dana L. How
+License: LGPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Library 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 Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU Library
+ General Public License, version 2, can be found in
+ /usr/share/common-licenses/LGPL-2.
+
+Files: des.c des.h
+Copyright: © 1992 Dana L. How
+ © 1997, 2001 Niels Möller
+License: LGPL-2.1+
+
+Files: gcm.c gcm.h
+Copyright: © 2011 Katholieke Universiteit Leuven
+ © 2011 Niels Möller
+License: LGPL-2.1+
+
+Files: md2.c
+Copyright: © ? Andrew Kuchling
+ © 2003 Andreas Sigfridsson
+ © 2003 Niels Möller
+License: LGPL-2.1+
+
+Files: md4.c
+Copyright: © 2003 Marcus Comstedt
+ © 2003 Niels Möller
+License: LGPL-2.1+
+
+Files: md5.c md5-compress.c
+Copyright: © Colin Plumb, Andrew Kuchling
+ © 2001 Niels Möller
+License: LGPL-2.1+
+
+Files: memxor.c
+Copyright: © 1991,1993, 1995 Free Software Foundation, Inc.
+ © 2010 Niels Möller
+License: LGPL-2.1+
+
+Files: ripemd160.c ripemd160-compress.c
+Copyright: © 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
+License: LGPL-2.1+
+
+Files: ripemd160-meta.c ripemd160.h
+Copyright: © 2011 Andres Mejia
+License: LGPL-2.1+
+
+Files: serpent-encrypt.c serpent-decrypt.c serpent-set-key.c
+Copyright: © 1998 Ross Anderson, Eli Biham, Lars Knudsen
+ © 2003, 2004, 2005 Free Software Foundation, Inc.
+ © 2010, 2011 Simon Josefsson
+ © 2011 Niels Möller
+License: LGPL-2.1+
+
+Files: sha*
+Copyright: © 2001, 2004 Peter Gutmann, Andrew Kuchling, Niels Möller
+License: LGPL-2.1+
+
+Files: twofish*
+Copyright: © 1999 Ruud de Rooij <ruud at debian.org>
+ © 1999 J.H.M. Dassen (Ray) <jdassen at wi.LeidenUniv.nl>
+ © 2001 Niels Möller
+License: LGPL-2.1+
+
+Files: dsa2sexp.c
+Copyright: © 2002, 2009 Niels Möller
+ © 2009 Magnus Holmgren
+License: LGPL-2.1+
+
+Files: testsuite/des-compat-test.c
+Copyright: © 1995-1997 Eric Young (eay at cryptsoft.com)
+License: other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the 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 acknowledgement:
+ "This product includes cryptographic software written by
+ Eric Young (eay at cryptsoft.com)"
+ The word 'cryptographic' can be left out if the rouines from the library
+ being used are not cryptographic related :-).
+ 4. If you include any Windows specific code (or a derivative thereof) from
+ the apps directory (application code) you must include an acknowledgement:
+ "This product includes software written by Tim Hudson (tjh at cryptsoft.com)"
+ .
+ THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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.
+
+Files: tools/pkcs1-conv.c
+Copyright: © 2005, 2009 Niels Möller
+ © 2009 Magnus Holmgren
+License: LGPL-2.1+
+
+Files: x86*/aes-*-internal.asm
+Copyright: © 2001, 2002, 2005, 2008 Rafael R. Sevilla
+ © 2001, 2002, 2005, 2008 Niels Möller
+License: LGPL-2.1+
+
+Files: tools/getopt*
+Copyright: © 1987-2001 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: config.guess config.sub
+Copyright: © 1992-2003 Free Software Foundation, Inc.
+License: GPL-2+
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+
+Files: debian/*
+Copyright: none
+License: public-domain
+ I believe that most files in debian/ hardly contains any creative
+ expression eligible for copyright.
+
+Files: debian/sexp-conv.1
+Copyright: © 2002 Timshel Knoll <timshel at debian.org>
+ © 2007 Magnus Holmgren
+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; version 2 dated June. 1991.
+ .
+ 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 GNU/Linux systems, the complete text of the GNU General
+ Public License, version 2, can be found in
+ /usr/share/common-licenses/GPL-2.
+Comment:
+ This manpage was copied from the lsh-utils package. Timshel didn't
+ explicitly select a license for his packaging work, but I think that
+ it can be considered released under the same license as LSH itself.
+
+Files: debian/pkcs1-conv.1 debian/nettle-lfib-stream.1
+Copyright: © 2007 Magnus Holmgren
+License: GAP
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
+
+License: LGPL-2.1+
+ The nettle library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at your
+ option) any later version.
+ .
+ The nettle library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian GNU/Linux systems, the complete text of the newest version
+ of the GNU Lesser General Public License can be found in
+ /usr/share/common-licenses/LGPL.
+
+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 GNU/Linux systems, the complete text of the newest version
+ of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL.
Added: packages-metadata/o/openarena.control
===================================================================
--- packages-metadata/o/openarena.control (rev 0)
+++ packages-metadata/o/openarena.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,75 @@
+Source: openarena
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Bruno "Fuddl" Kleinert <fuddl at debian.org>,
+ Gonéri Le Bouder <goneri at rulezlan.org>,
+ Simon McVittie <smcv at debian.org>
+Build-Depends: debhelper (>= 9),
+ dpkg-dev (>= 1.16.1),
+ imagemagick,
+ ioquake3-server (>= 1.36+svn1802-1~),
+ lsb-release
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/pkg-games/openarena.git
+Vcs-Browser: http://git.debian.org/?p=pkg-games/openarena.git;a=summary
+Homepage: http://openarena.ws/
+
+Package: openarena
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ ioquake3 (>= 1.36+svn2224-3~),
+ openarena-081-maps,
+ openarena-081-misc,
+ openarena-081-players,
+ openarena-081-players-mature,
+ openarena-081-textures,
+ openarena-085-data,
+ openarena-088-data,
+ openarena-data (>= 0.8.5-3~), openarena-data (<< 0.8.6~)
+Description: fast-paced 3D first-person shooter
+ OpenArena is an open-source content package for ioQuake3 licensed under the
+ GPL, effectively creating a free stand-alone game. Though OpenArena is a free
+ replacement for id Software Inc.'s Quake 3 Arena, it is NOT compatible with
+ the proprietary game!
+ .
+ OpenArena might be considered unsuitable for children.
+ .
+ This package installs the OpenArena client.
+
+Package: openarena-server
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ adduser,
+ ioquake3-server (>= 1.36+svn2224-3~),
+ openarena-081-maps,
+ openarena-081-misc,
+ openarena-081-players,
+ openarena-081-players-mature,
+ openarena-081-textures,
+ openarena-085-data,
+ openarena-088-data,
+ openarena-data (>= 0.8.5), openarena-data (<< 0.8.6~)
+Description: server and game logic for the game OpenArena
+ OpenArena is an open-source content package for ioQuake3 licensed under the
+ GPL, effectively creating a free stand-alone game. Though OpenArena is a free
+ replacement for id Software Inc.'s Quake 3 Arena, it is NOT compatible with
+ the proprietary game!
+ .
+ This package installs the OpenArena dedicated server and its init script.
+
+Package: openarena-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: openarena (= ${binary:Version}) | openarena-server (= ${binary:Version}),
+ ${misc:Depends}
+Recommends: ioquake3-dbg
+Description: debug symbols for OpenArena's game logic
+ OpenArena is an open-source content package for ioQuake3 licensed under the
+ GPL, effectively creating a free stand-alone game. Though OpenArena is a free
+ replacement for id Software Inc.'s Quake 3 Arena, it is NOT compatible with
+ the proprietary game!
+ .
+ This package contains debug symbols which can be used to debug crashes in
+ OpenArena's game logic.
Modified: packages-metadata/p/petri-foo.control
===================================================================
--- packages-metadata/p/petri-foo.control 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/p/petri-foo.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -8,7 +8,7 @@
DM-Upload-Allowed: yes
Build-Depends:
cmake,
- debhelper (>= 7.0.50~),
+ debhelper (>= 9.20120417~),
libasound2-dev (>= 1.0.8),
libgnomecanvas2-dev,
libgtk2.0-dev (>= 2.4.13),
Added: packages-metadata/p/pinot.control
===================================================================
--- packages-metadata/p/pinot.control (rev 0)
+++ packages-metadata/p/pinot.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,48 @@
+Source: pinot
+Section: x11
+Priority: optional
+Maintainer: Jonas Smedegaard <dr at jones.dk>
+Build-Depends: cdbs (>= 0.4.70~),
+ dh-autoreconf,
+ autotools-dev,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libcurl4-openssl-dev,
+ libxapian-dev,
+ libboost-dev,
+ libexttextcat-dev,
+ libtag1-dev,
+ libsqlite3-dev,
+ libgmime-2.6-dev | libgmime-2.4-dev,
+ libxml++2.6-dev,
+ libdbus-glib-1-dev,
+ libsigc++-2.0-dev,
+ libglib2.0-dev,
+ libssl-dev,
+ libglibmm-2.4-dev,
+ libgtkmm-2.4-dev,
+ shared-mime-info,
+ desktop-file-utils,
+ libattr1-dev,
+ libexiv2-dev (>= 0.18~)
+Build-Conflicts: libtextcat-dev
+Standards-Version: 3.9.3
+Homepage: http://code.google.com/p/pinot-search/
+Vcs-Git: git://git.debian.org/git/collab-maint/pinot.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pinot.git
+
+Package: pinot
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11
+Suggests: antiword, catdoc, catdvi, djvulibre-bin,
+ poppler-utils | xpdf-utils, rpm, unrtf, unzip
+Description: meta-search engine for local files and web queries
+ Pinot provides a D-Bus service that crawls, indexes your documents and
+ monitors them for changes. This service can then be used via a command-line
+ interface, or through a GTK-based GUI that enables to query the index built
+ by the service and your favourite Web engines, and display and analyze the
+ results.
+ .
+ Pinot also provides a Xesam interface, which can be used through Xesam Query
+ Language and Xesam User Language.
Modified: packages-metadata/p/pinot.copyright
===================================================================
--- packages-metadata/p/pinot.copyright 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/p/pinot.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -1,14 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Pinot
-Upstream-Contact: Fabrice Colin <fabricecolin at users.berlios.de>
-Source: http://pinot.berlios.de
+Upstream-Contact: Fabrice Colin <fabrice.colin at gmail.com>
+Source: http://code.google.com/p/pinot-search/
Files: *
-Copyright: 2005-2011, Fabrice Colin
+Copyright: 2005-2012, Fabrice Colin <fabrice.colin at gmail.com>
License: GPL-2+
Files: */Makefile.in
-Copyright: 1994-2009, Free Software Foundation, Inc.
+Copyright: 1994-2011, Free Software Foundation, Inc.
License: GAP~Makefile.in
Files: Utils/xdgmime/xdgmime.*
@@ -68,7 +68,7 @@
License: GAP~configure
Files: aclocal.m4
-Copyright: 1995-2009, Free Software Foundation, Inc
+Copyright: 1995-2011, Free Software Foundation, Inc
2001-2004, Red Hat, Inc
License: GAP
@@ -84,7 +84,7 @@
License: GPL-2+
Files: ltmain.sh
-Copyright: 1996-2001, 2003-2008, Free Software Foundation, Inc
+Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc
License: GPL-2+ with Libtool exception
As a special exception to the GNU General Public License, if you
distribute this file as part of a program or library that is built
Added: packages-metadata/p/pymodbus.control
===================================================================
--- packages-metadata/p/pymodbus.control (rev 0)
+++ packages-metadata/p/pymodbus.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,35 @@
+Source: pymodbus
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>, Maximiliano Curia <maxy at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-nose
+Standards-Version: 3.9.3
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymodbus/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pymodbus/trunk/
+Homepage: http://code.google.com/p/pymodbus
+
+Package: python-pymodbus
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-twisted-core, python-serial
+Provides: ${python:Provides}
+Description: full Modbus protocol implementation
+ Pymodbus is a full Modbus protocol implementation.
+ It is currently supports the following :
+ .
+ Client Features:
+ * Can perform single get/set on discrete and registers
+ * Can perform multiple get/set on discrete and registers
+ * Working on diagnostic/file/pipe/setting/info requests
+ * Can fully scrape a host to be cloned
+ .
+ Server Features:
+ * Can function as a fully implemented TCP/ASCII modbus server
+ * Full server control context
+ * Working on serial communication
+ * Working on functioning as a RTU
+ * Can mimic a server based on the supplied input data
+ .
+ For asynchronous communication, you need python-twisted-core.
+ For serial communication, you need python-serial.
Added: packages-metadata/p/pymodbus.copyright
===================================================================
--- packages-metadata/p/pymodbus.copyright (rev 0)
+++ packages-metadata/p/pymodbus.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+ Maximiliano Curia <maxy at debian.org> on Fri, 16 Apr 2010 13:15:39 -0300
+
+It was downloaded from:
+
+ http://code.google.com/p/pymodbus/
+
+Upstream Author:
+
+ Galen Collins <bashwork at gmail.com>
+
+Copyright:
+
+ Copyright (c) 2008 Galen Collins
+
+License:
+
+ The 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:
+
+ Copyright (C) 2010 Maximiliano Curia <maxy at debian.org>
+
+and is also licensed under the MIT License.
Added: packages-metadata/q/quake3.control
===================================================================
--- packages-metadata/q/quake3.control (rev 0)
+++ packages-metadata/q/quake3.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,39 @@
+Source: quake3
+Section: contrib/games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Simon McVittie <smcv at debian.org>, Jack Coulter <jscinoz at gmail.com>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: xcftools, imagemagick
+Vcs-Git: git://git.debian.org/git/pkg-games/quake3.git
+Vcs-Browser: http://git.debian.org/?p=pkg-games/quake3.git
+Homepage: http://www.ioquake3.org/
+Standards-Version: 3.9.3
+
+Package: quake3
+Architecture: all
+Depends: ioquake3,
+ quake3-data | game-data-packager (>= 23),
+ ${misc:Depends}
+Recommends: x11-utils | zenity | kdebase-bin
+Description: Quake III Arena menu entry and launcher scripts
+ This package contains a launcher script and menu entry to play
+ Quake III Arena with the ioQuake3 engine.
+ .
+ To make this package useful, you will need to create and install the
+ non-distributable quake3-data package, by using the game-data-packager
+ package. This requires pak0.pk3 from a Quake III installation or CD-ROM.
+
+Package: quake3-server
+Architecture: all
+Depends: adduser,
+ ioquake3-server,
+ quake3-data | game-data-packager (>= 23),
+ ${misc:Depends}
+Description: Quake III Arena dedicated server launcher scripts
+ This package contains a launcher script to run a Quake III Arena dedicated
+ server with the ioQuake3 engine.
+ .
+ To make this package useful, you will need to create and install the
+ non-distributable quake3-data package, by using the game-data-packager
+ package. This requires pak0.pk3 from a Quake III installation or CD-ROM.
Added: packages-metadata/q/quake3.copyright
===================================================================
--- packages-metadata/q/quake3.copyright (rev 0)
+++ packages-metadata/q/quake3.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Comment:
+ This package contains launcher scripts, man pages, etc. originating
+ in Debian, so there is no upstream project.
+ .
+ See the ioquake3 package for the actual engine, whose upstream is
+ <http://www.ioquake3.org/>. The icon used in this package is also from
+ ioquake3.
+
+Files: *
+Copyright:
+ © 2006 Damien Laniel
+ © 2008 Jack Coulter
+ © 2008 Peter Eisentraut
+ © 2010-2012 Simon McVittie
+License: GPL-2+
+ Permission is granted to copy, distribute and/or modify this work under the
+ terms of the GNU General Public License, Version 2, or any later version
+ published by the Free Software Foundation.
+ .
+ On Debian systems, the complete text of the GNU General Public License can
+ be found in /usr/share/common-licenses/GPL-2.
+
+Files: quake3-tango.png
+Copyright:
+ © 2007 mister fork <f0rqu3 at gmail.com>
+License: GPL-2+
+Comment:
+ Relevant snippets of ioquake3 mailing list thread:
+ .
+ <http://icculus.org/pipermail/quake3/2007-September/001979.html>:
+ http://f0rqu3.deviantart.com/art/quake3-icon-64264660
+ this is the one I made from the original logo
+ and there is another in ioquake3 svn
+ <http://icculus.org/pipermail/quake3/2007-September/001980.html>:
+ This is awesome, can I use it?
+ <http://icculus.org/pipermail/quake3/2007-September/001981.html>:
+ I think he ment to use it under the GPL in ioq3 :)
+ For normal use there is no need to ask...
+ http://creativecommons.org/licenses/by-nc-sa/2.5/
+ <http://icculus.org/pipermail/quake3/2007-September/001984.html>:
+ yes. I cant choose GPL as license in DA so I use CC :/
Added: packages-metadata/r/ruby-bluecloth.control
===================================================================
--- packages-metadata/r/ruby-bluecloth.control (rev 0)
+++ packages-metadata/r/ruby-bluecloth.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,45 @@
+Source: ruby-bluecloth
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Arnaud Cornet <arnaud.cornet at gmail.com>, Paul van Tilburg <paulvt at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, libtidy-ruby1.8 (>= 1.1.2)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bluecloth.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bluecloth.git;a=summary
+Homepage: http://deveiate.org/projects/BlueCloth
+XS-Ruby-Versions: all
+
+Package: ruby-bluecloth
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Suggests: libtidy-ruby
+Replaces: libbluecloth-ruby (<< 2.1.0-1~), libbluecloth-ruby1.8 (<< 2.1.0-1~)
+Breaks: libbluecloth-ruby (<< 2.1.0-1~), libbluecloth-ruby1.8 (<< 2.1.0-1~)
+Provides: libbluecloth-ruby, libbluecloth-ruby1.8
+Description: Ruby implementation of Markdown
+ BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool
+ for web writers. Markdown allows you to write using an easy-to-read,
+ easy-to-write plain text format, then convert it to structurally valid XHTML
+ (or HTML).
+
+Package: libbluecloth-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-bluecloth
+Description: Transitional package for ruby-bluecloth
+ This is a transitional package to ease upgrades to the ruby-bluecloth
+ package. It can safely be removed.
+
+Package: libbluecloth-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-bluecloth
+Description: Transitional package for ruby-bluecloth
+ This is a transitional package to ease upgrades to the ruby-bluecloth
+ package. It can safely be removed.
+
Added: packages-metadata/r/ruby-bluecloth.copyright
===================================================================
--- packages-metadata/r/ruby-bluecloth.copyright (rev 0)
+++ packages-metadata/r/ruby-bluecloth.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,94 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
+Upstream-Name: bluecloth
+Source: http://deveiate.org/projects/BlueCloth/
+
+Files: *
+Copyright: Copyright (c) 2004-2011, Michael Granger
+License: BSD-3-clause
+
+Files: ext/*
+Copyright: Copyright (c) 2007, David L Parsons
+License: BSD-4-clause
+ All rights reserved.
+ .
+ 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, sublicence, 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:
+ .
+ 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, and in the same place and form as other
+ copyright, license and disclaimer information.
+ .
+ 3. The end-user documentation included with the redistribution, if
+ any, must include the following acknowledgment:
+ .
+ This product includes software developed by
+ David Loren Parsons <http://www.pell.portland.or.us/~orc>
+ .
+ in the same place and form as other third-party acknowledgments.
+ Alternately, this acknowledgment may appear in the software
+ itself, in the same form and location as other such third-party
+ acknowledgments.
+ .
+ 4. Except as contained in this notice, the name of David Loren
+ Parsons shall not be used in advertising or otherwise to promote
+ the sale, use or other dealings in this Software without prior
+ written authorization from David Loren Parsons.
+ .
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL DAVID LOREN PARSONS BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: ext/bluecloth.* ext/extconf.* ext/Makefile
+Copyright: Copyright (c) 2004-2011, Michael Granger
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: Copyright 2011 Cédric Boutillier <cedric.boutillier at gmail.com>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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.
+ .
+ * Neither the name of the author/s, nor the names of the project's
+ 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.
+
Added: packages-metadata/r/ruby-cmdparse.control
===================================================================
--- packages-metadata/r/ruby-cmdparse.control (rev 0)
+++ packages-metadata/r/ruby-cmdparse.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,52 @@
+Source: ruby-cmdparse
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Terceiro <terceiro at debian.org>, Arnaud Cornet <acornet at debian.org>, Paul van Tilburg <paulvt at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-cmdparse.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-cmdparse.git;a=summary
+Homepage: http://cmdparse.rubyforge.org
+XS-Ruby-Versions: all
+
+Package: ruby-cmdparse
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libcmdparse2-ruby (<< 2.0.3-1~), libcmdparse2-ruby1.8 (<< 2.0.3-1~), libcmdparse-ruby (<< 2.0.3-1~)
+Breaks: libcmdparse2-ruby (<< 2.0.3-1~), libcmdparse2-ruby1.8 (<< 2.0.3-1~), libcmdparse-ruby (<< 2.0.3-1~)
+Provides: libcmdparse2-ruby, libcmdparse2-ruby1.8, libcmdparse-ruby
+Description: Advanced command line parsing Ruby module supporting sub-commands
+ Flexible Ruby library simplifying creation of shell commands using sub-commands,
+ ie a la apt-get.
+ It Uses optparse, part of the Ruby standard library.
+
+# Transitional packages
+Package: libcmdparse2-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-cmdparse
+Description: Transitional package for ruby-cmdparse
+ This is a transitional package to ease upgrades to the ruby-cmdparse
+ package. It can safely be removed.
+
+Package: libcmdparse2-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-cmdparse
+Description: Transitional package for ruby-cmdparse
+ This is a transitional package to ease upgrades to the ruby-cmdparse
+ package. It can safely be removed.
+
+Package: libcmdparse-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-cmdparse
+Description: Transitional package for ruby-cmdparse
+ This is a transitional package to ease upgrades to the ruby-cmdparse
+ package. It can safely be removed.
Added: packages-metadata/r/ruby-cmdparse.copyright
===================================================================
--- packages-metadata/r/ruby-cmdparse.copyright (rev 0)
+++ packages-metadata/r/ruby-cmdparse.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cmdparse
+Source: http://cmdparse.rubyforge.org/
+
+Files: *
+Copyright: Copyright (C) 2004-2012 Thomas Leitner
+License: LGPL-3+
+
+Files: setup.rb
+Copyright: Copyright (c) 2000-2004 Minero Aoki
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: © 2001 Antonio Terceiro <terceiro at debian.org>
+License: LGPL-3+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ A copy of the LGPL-2.1 can be found at
+ `/usr/share/common-licenses/LGPL-2.1' on any Debian system.
+
+License: LGPL-3+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
+
Added: packages-metadata/r/ruby-maruku.control
===================================================================
--- packages-metadata/r/ruby-maruku.control (rev 0)
+++ packages-metadata/r/ruby-maruku.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,42 @@
+Source: ruby-maruku
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Fourmond <fourmond at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-maruku.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-maruku.git;a=summary
+Homepage: http://maruku.rubyforge.org
+XS-Ruby-Versions: all
+
+Package: ruby-maruku
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libmaruku-ruby1.8 (<< 0.6.0-1~), libmaruku-ruby (<< 0.6.0-1~)
+Breaks: libmaruku-ruby1.8 (<< 0.6.0-1~), libmaruku-ruby (<< 0.6.0-1~)
+Description: Markdown-superset interpreter written in Ruby.
+ Maruku implements a superset of the Markdown language, designed to
+ easily create HTML documents while only focusing on the high-level
+ structure and not the details. Maruku also supports LaTeX export,
+ which means you can produce PDF output.
+ .
+ Maruku prides itself of being decently fast on long documents.
+
+Package: libmaruku-ruby
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: ruby-maruku, ${misc:Depends}
+Description: Markdown-superset interpreter for Ruby (dummy package)
+ This package is a dependency package provided to keep old packages working
+
+Package: libmaruku-ruby1.8
+Architecture: all
+Section: oldlibs
+Priority: extra
+Depends: ruby-maruku, ${misc:Depends}
+Description: Markdown-superset interpreter for Ruby (dummy package)
+ This package is a dependency package provided to keep old packages working
\ No newline at end of file
Added: packages-metadata/r/ruby-maruku.copyright
===================================================================
--- packages-metadata/r/ruby-maruku.copyright (rev 0)
+++ packages-metadata/r/ruby-maruku.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,44 @@
+This package was debianized by Vincent Fourmond <fourmond at debian.org> on
+Sun, 27 May 2007 01:23:34 +0200.
+
+It was downloaded from <http://rubyforge.org/frs/?group_id=2795>
+
+Author:
+
+ Andrea Censi <andrea at rubyforge.org>
+
+Copyright:
+
+ Most of the code is
+
+ Copyright (C) 2006 Andrea Censi <andrea (at) rubyforge.org>
+
+ Additionally, lib/maruku/input/rubypants.rb bears the following
+ copyright notices:
+
+ Copyright (C) 2004 Christian Neukirchen
+ Copyright (C) 2004 Chad Miller
+ Copyright (C) 2003 John Gruber
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Vincent Fourmond <fourmond at debian.org> and
+is licensed under the GPL, see above.
+
Added: packages-metadata/r/ruby-redcloth.control
===================================================================
--- packages-metadata/r/ruby-redcloth.control (rev 0)
+++ packages-metadata/r/ruby-redcloth.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,61 @@
+Source: ruby-redcloth
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Borodaenko <angdraug at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake (>= 0.8.7~), ruby-rspec (>= 2.4~), ragel
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-redcloth.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-redcloth.git;a=summary
+Homepage: https://github.com/jgarber/redcloth
+XS-Ruby-Versions: all
+
+Package: ruby-redcloth
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libredcloth-ruby (<< 4.2.8-1~), libredcloth-ruby-doc (<< 4.2.8-1~), libredcloth-ruby1.8 (<< 4.2.8-1~), libredcloth-ruby1.9.1 (<< 4.2.8-1~)
+Breaks: libredcloth-ruby (<< 4.2.8-1~), libredcloth-ruby-doc (<< 4.2.8-1~), libredcloth-ruby1.8 (<< 4.2.8-1~), libredcloth-ruby1.9.1 (<< 4.2.8-1~)
+Provides: libredcloth-ruby, libredcloth-ruby-doc, libredcloth-ruby1.8, libredcloth-ruby1.9.1
+Description: Textile module for Ruby
+ Textile is a very simple text format, intended for making readable text
+ that can be converted to HTML, and used in docs, blogs, and Wiki pages.
+ .
+ RedCloth is a Ruby module for converting Textile to HTML.
+
+Package: libredcloth-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-redcloth
+Description: Transitional package for ruby-redcloth
+ This is a transitional package to ease upgrades to the ruby-redcloth
+ package. It can safely be removed.
+
+Package: libredcloth-ruby-doc
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-redcloth
+Description: Transitional package for ruby-redcloth
+ This is a transitional package to ease upgrades to the ruby-redcloth
+ package. It can safely be removed.
+
+Package: libredcloth-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-redcloth
+Description: Transitional package for ruby-redcloth
+ This is a transitional package to ease upgrades to the ruby-redcloth
+ package. It can safely be removed.
+
+Package: libredcloth-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-redcloth
+Description: Transitional package for ruby-redcloth
+ This is a transitional package to ease upgrades to the ruby-redcloth
+ package. It can safely be removed.
Added: packages-metadata/r/ruby-redcloth.copyright
===================================================================
--- packages-metadata/r/ruby-redcloth.copyright (rev 0)
+++ packages-metadata/r/ruby-redcloth.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,47 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
+Upstream-Name: RedCloth
+Source: https://github.com/jgarber/redcloth
+
+Files: *
+Copyright: Copyright (c) 2011 Jason Garber
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS 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 2004-2008 Dmitry Borodaenko <angdraug 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
Added: packages-metadata/r/ruby-rmagick.control
===================================================================
--- packages-metadata/r/ruby-rmagick.control (rev 0)
+++ packages-metadata/r/ruby-rmagick.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,64 @@
+Source: ruby-rmagick
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Terceiro <terceiro at softwarelivre.org>, Gunnar Wolf <gwolf at debian.org>, Vincent Fourmond <fourmond at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.4~),
+ libmagickcore-dev (>= 7:6.6.0.4-2~), libwmf-bin,
+ ghostscript, gsfonts, libmagickwand-dev
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rmagick.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rmagick.git;a=summary
+Homepage: http://rubyforge.org/projects/rmagick
+XS-Ruby-Versions: all
+
+Package: ruby-rmagick
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Replaces: librmagick-ruby (<< 2.13.1-3~), librmagick-ruby1.8 (<< 2.13.1-3~)
+Breaks: librmagick-ruby (<< 2.13.1-3~), librmagick-ruby1.8 (<< 2.13.1-3~)
+Provides: librmagick-ruby, librmagick-ruby1.8, librmagick-ruby-doc
+Description: ImageMagick API for Ruby (documentation)
+ RMagick is an interface between the Ruby programming language and the
+ ImageMagick image processing library.
+
+
+Package: ruby-rmagick-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: librmagick-ruby-doc (<< 2.13.1-3~)
+Breaks: librmagick-ruby-doc (<< 2.13.1-3~)
+Description: ImageMagick API for Ruby (documentation)
+ RMagick is an interface between the Ruby programming language and the
+ ImageMagick image processing library.
+ .
+ This package contains the documentation and some example scripts.
+
+
+# Transitional packages
+Package: librmagick-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rmagick-doc
+Description: Transitional package for ruby-imagemagick
+ This is a transitional package to ease upgrades to the ruby-imagemagick
+ package. It can safely be removed.
+
+Package: librmagick-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rmagick
+Description: Transitional package for ruby-imagemagick
+ This is a transitional package to ease upgrades to the ruby-imagemagick
+ package. It can safely be removed.
+
+Package: librmagick-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-rmagick
+Description: Transitional package for ruby-imagemagick
+ This is a transitional package to ease upgrades to the ruby-imagemagick
+ package. It can safely be removed.
\ No newline at end of file
Added: packages-metadata/r/ruby-rmagick.copyright
===================================================================
--- packages-metadata/r/ruby-rmagick.copyright (rev 0)
+++ packages-metadata/r/ruby-rmagick.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,60 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173
+Upstream-Name: RMagick
+Upstream-Contact: rmagick at rubyforge.org
+Source: http://rmagick.rubyforge.org
+
+Files: *
+Copyright: Copyright © 2002-2009 Timothy P. Hunter; Copyright © 2009-2011 Benjamin Thomas and Omer Bar-or
+License: MIT-X
+
+Files: setup.rb
+Copyright: Copyright © 2000-2005 Minero Aoki
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: Copyright © 2003-2011 Mike Williams <mdub at dogbiscuit.org>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Paul van Tilburg <paulvt at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>, Vincent Fourmond <fourmond at debian.org>, Gunnar Wolf <gwolf at debian.org>
+License: GPL-3+
+
+License: MIT-X
+ Copyright © 2002-2009 by Timothy P. Hunter
+ .
+ Changes since Nov. 2009 copyright © by Benjamin Thomas and Omer Bar-or
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published by
+ the Free Software Foundation in February 1999, as the version 2.1 of the License.
+ .
+ On Debian systems, the full text of the GNU Library General Public License
+ version 2 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+
+License: GPL-3+
+ The files hereby included are free software; you can distribute them
+ 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.
+ .
+ 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/r/ruby-tioga.control
===================================================================
--- packages-metadata/r/ruby-tioga.control 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/r/ruby-tioga.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -5,7 +5,7 @@
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), ruby1.8-dev, ruby1.8, zlib1g-dev,
rdoc1.8, libfftw3-dev, ruby1.9.1, ruby1.9.1-dev,
- gem2deb (>= 0.2.4~)
+ gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Homepage: http://tioga.rubyforge.org
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-tioga.git
@@ -44,9 +44,28 @@
This is a dependency package that can be safely removed once no
package depend on it.
+Package: ruby-tioga-doc
+Architecture: all
+Depends: ${misc:Depends}
+Section: doc
+Recommends: ruby-tioga, irb
+Description: Ruby library for scientific graphs
+ Tioga is a blend of PDF, pdfTex and ruby into a library to make
+ scientific graphs of high quality. It is fairly complete and
+ extensive, and comes with examples and (online) complete documentation.
+ .
+ Tioga is useful for scripting the generation of graphs, and comes
+ with a configuration file for irb for interactive plotting of pictures.
+ .
+ This package provides the rdoc documentation generated from tioga's
+ source. It includes a complete API reference and a fairly extensive
+ tutorial.
+
+# transitional packages
Package: libtioga-ruby1.8
Architecture: all
Section: oldlibs
+Priority: extra
Depends: ${misc:Depends}, ruby-tioga
Description: Ruby library for scientific graphs [transition package]
This is a dummy transition package that can be safely removed once no
@@ -55,39 +74,26 @@
Package: libtioga-ruby1.9.1
Architecture: all
Section: oldlibs
+Priority: extra
Depends: ${misc:Depends}, ruby-tioga
Description: Ruby library for scientific graphs [transition package]
This is a dummy transition package that can be safely removed once no
package depend on it.
Package: libtioga-ruby
+Section: oldlibs
+Priority: extra
Architecture: all
Depends: ${misc:Depends}, ruby-tioga
Description: Ruby library for scientific graphs [transition package]
This is a dummy transition package that can be safely removed once no
package depend on it.
-Package: ruby-tioga-doc
-Architecture: all
-Depends: ${misc:Depends}
-Section: doc
-Recommends: ruby-tioga, irb
-Description: Ruby library for scientific graphs
- Tioga is a blend of PDF, pdfTex and ruby into a library to make
- scientific graphs of high quality. It is fairly complete and
- extensive, and comes with examples and (online) complete documentation.
- .
- Tioga is useful for scripting the generation of graphs, and comes
- with a configuration file for irb for interactive plotting of pictures.
- .
- This package provides the rdoc documentation generated from tioga's
- source. It includes a complete API reference and a fairly extensive
- tutorial.
-
Package: libtioga-ruby-doc
Architecture: all
Depends: ${misc:Depends}, ruby-tioga-doc
Section: oldlibs
+Priority: extra
Description: Ruby library for scientific graphs [transition package]
This is a dummy transition package that can be safely removed once no
package depend on it.
Added: packages-metadata/r/ruby-uuidtools.control
===================================================================
--- packages-metadata/r/ruby-uuidtools.control (rev 0)
+++ packages-metadata/r/ruby-uuidtools.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,77 @@
+Source: ruby-uuidtools
+Section: ruby
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends-Indep: graphviz
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-uuidtools.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-uuidtools.git;a=summary
+Homepage: http://uuidtools.rubyforge.org/
+XS-Ruby-Versions: all
+
+Package: ruby-uuidtools
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libuuidtools-ruby1.8 (<< 2.1.2-1~), libuuidtools-ruby1.9.1 (<< 2.1.2-1~), libuuidtools-ruby (<< 2.1.2-1~)
+Breaks: libuuidtools-ruby1.8 (<< 2.1.2-1~), libuuidtools-ruby1.9.1 (<< 2.1.2-1~), libuuidtools-ruby (<< 2.1.2-1~)
+Provides: libuuidtools-ruby1.8, libuuidtools-ruby1.9.1, libuuidtools-ruby
+Description: UUIDs generation library for Ruby
+ UUIDTools was designed to be a simple library for generating any
+ of the various types of UUIDs (or GUIDs if you prefer to call
+ them that). It conforms to RFC 4122 whenever possible.
+
+Package: ruby-uuidtools-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: libuuidtools-ruby-doc (<< 2.1.2-1~)
+Breaks: libuuidtools-ruby-doc (<< 2.1.2-1~)
+Provides: libuuidtools-ruby-doc
+Suggests: doc-base
+Description: UUIDs generation library for Ruby - documentation
+ UUIDTools was designed to be a simple library for generating any
+ of the various types of UUIDs (or GUIDs if you prefer to call
+ them that). It conforms to RFC 4122 whenever possible.
+ .
+ This is the Rdoc-generated documentation for the UUIDTools API.
+
+# Transitional packages
+Package: libuuidtools-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-uuidtools
+Description: Transitional package for ruby-uuidtools
+ This is a transitional package to ease upgrades to the ruby-uuidtools
+ package. It can safely be removed.
+
+Package: libuuidtools-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-uuidtools
+Description: Transitional package for ruby-uuidtools
+ This is a transitional package to ease upgrades to the ruby-uuidtools
+ package. It can safely be removed.
+
+Package: libuuidtools-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-uuidtools
+Description: Transitional package for ruby-uuidtools
+ This is a transitional package to ease upgrades to the ruby-uuidtools
+ package. It can safely be removed.
+
+Package: libuuidtools-ruby-doc
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-uuidtools-doc
+Description: Transitional package for ruby-uuidtools
+ This is a transitional package to ease upgrades to the ruby-uuidtools-doc
+ package. It can safely be removed.
+
Added: packages-metadata/r/ruby-uuidtools.copyright
===================================================================
--- packages-metadata/r/ruby-uuidtools.copyright (rev 0)
+++ packages-metadata/r/ruby-uuidtools.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,48 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
+Upstream-Name: uuidtools
+Source: http://rubyforge.org/frs/?group_id=914
+
+Files: *
+Copyright: Copyright 2005-2010 Robert Aman <bob at sporkmonger.com>
+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 2009-2011 Marc Dequènes (Duck) <Duck at DuckCorp.org>
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ 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'.
+
Added: packages-metadata/r/ruby-webrobots.control
===================================================================
--- packages-metadata/r/ruby-webrobots.control (rev 0)
+++ packages-metadata/r/ruby-webrobots.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,21 @@
+Source: ruby-webrobots
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-shoulda, ruby-nokogiri
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-webrobots.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-webrobots.git;a=summary
+Homepage: https://github.com/knu/webrobots
+XS-Ruby-Versions: all
+
+Package: ruby-webrobots
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, racc, ruby-nokogiri
+Description: Library for creating robots.txt-aware web robots
+ This library helps write robots.txt-compliant web robots in Ruby,
+ based on Nokogiri's functionality.
+
Added: packages-metadata/r/ruby-wirble.control
===================================================================
--- packages-metadata/r/ruby-wirble.control (rev 0)
+++ packages-metadata/r/ruby-wirble.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,61 @@
+Source: ruby-wirble
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-wirble.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-wirble.git;a=summary
+Homepage: http://pablotron.org/software/wirble/
+XS-Ruby-Versions: all
+
+Package: ruby-wirble
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libwirble-ruby (<< 0.1.3-3), libwirble-ruby1.8 (<< 0.1.3-3), libwirble-ruby1.9.1 (<< 0.1.3-3), libwirble-ruby-doc (<< 0.1.3-3)
+Conflicts: libwirble-ruby (<< 0.1.3-3), libwirble-ruby1.8 (<< 0.1.3-3), libwirble-ruby1.9.1 (<< 0.1.3-3), libwirble-ruby-doc (<< 0.1.3-3)
+Provides: libwirble-ruby, libwirble-ruby1.8, libwirble-ruby1.9.1, libwirble-ruby-doc
+Description: Extensions for the Ruby irb command line shell
+ A handful of useful Irb features, including colorized results,
+ tab-completion, history, a simple prompt, and several helper
+ methods, all rolled into one easy to use package.
+
+# Transitional packages
+Package: libwirble-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-wirble
+Description: Transitional package for ruby-wirble
+ This is a transitional package to ease upgrades to the ruby-wirble
+ package. It can safely be removed.
+
+Package: libwirble-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-wirble
+Description: Transitional package for ruby-wirble
+ This is a transitional package to ease upgrades to the ruby-wirble
+ package. It can safely be removed.
+
+Package: libwirble-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-wirble
+Description: Transitional package for ruby-wirble
+ This is a transitional package to ease upgrades to the ruby-wirble
+ package. It can safely be removed.
+
+Package: libwirble-ruby-doc
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-wirble
+Description: Transitional package for ruby-wirble
+ This is a transitional package to ease upgrades to the ruby-wirble
+ package. It can safely be removed.
Added: packages-metadata/r/ruby-wirble.copyright
===================================================================
--- packages-metadata/r/ruby-wirble.copyright (rev 0)
+++ packages-metadata/r/ruby-wirble.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Wirble
+Source: http://pablotron.org/software/wirble
+Upstream-Contact: Paul Duncan <pabs at pablotron.org>
+
+Files: *
+Copyright: Copyright © 2006-2009 Paul Duncan <pabs at pablotron.org>
+License: MIT
+
+Files: setup.rb
+Copyright: Copyright © 2000-2006 Minero Aoki
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: Copyright © 2008-2011, Gunnar Wolf <gwolf at debian.org>
+License: MIT
+
+License: LGPL-2.1
+ You can distribute/modify this program under the terms of
+ the GNU LGPL, Lesser General Public License version 2.1.
+ .
+ On Debian systems you can find the complete text of the
+ LGPL version 2.1 in /usr/share/common-licenses/LGPL-2.1
+
+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 of the Software, its documentation and marketing & publicity
+ materials, and acknowledgment shall be given in the documentation, materials
+ and software packages that this Software was used.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Added: packages-metadata/r/ruby-xmlparser.control
===================================================================
--- packages-metadata/r/ruby-xmlparser.control (rev 0)
+++ packages-metadata/r/ruby-xmlparser.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,50 @@
+Source: ruby-xmlparser
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Nussbaum <lucas at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libexpat1-dev (>= 1.95.1)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-xmlparser.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-xmlparser.git;a=summary
+Homepage: http://www.yoshidam.net/Ruby.html
+XS-Ruby-Versions: all
+
+Package: ruby-xmlparser
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libxml-parser-ruby1.8 (<< 0.7.2-1~), libxml-parser-ruby1.9.1 (<< 0.7.2-1~), libxml-parser-ruby (<< 0.7.2-1~)
+Conflicts: libxml-parser-ruby1.8 (<< 0.7.2-1~), libxml-parser-ruby1.9.1 (<< 0.7.2-1~), libxml-parser-ruby (<< 0.7.2-1~)
+Provides: libxml-parser-ruby1.8, libxml-parser-ruby1.9.1, libxml-parser-ruby
+Description: Ruby interface for the expat XML parser toolkit
+ This is the module to access to James Clark's XML Parser Toolkit "expat"
+ <URL:http://www.jclark.com/xml/expat.html> from Ruby.
+
+Package: libxml-parser-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-xmlparser
+Description: Transitional package for ruby-xmlparser
+ This is a transitional package to ease upgrades to the ruby-xmlparser
+ package. It can safely be removed.
+
+Package: libxml-parser-ruby1.9.1
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-xmlparser
+Description: Transitional package for ruby-xmlparser
+ This is a transitional package to ease upgrades to the ruby-xmlparser
+ package. It can safely be removed.
+
+Package: libxml-parser-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-xmlparser
+Description: Transitional package for ruby-xmlparser
+ This is a transitional package to ease upgrades to the ruby-xmlparser
+ package. It can safely be removed.
Added: packages-metadata/r/ruby-xmlparser.copyright
===================================================================
--- packages-metadata/r/ruby-xmlparser.copyright (rev 0)
+++ packages-metadata/r/ruby-xmlparser.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,79 @@
+This package was debianized by akira yamada akira at debian.org on
+Sat, 22 Aug 1998 13:43:46 +0900.
+
+It was downloaded from <URL:http://www.yoshidam.net/Ruby.html#xmlparser>
+
+Upstream Author:
+ Yoshida Masato <yoshidam at yoshidam.net>
+ XPointer support is contributed by Masaki Fukushima <fukusima at goto.info.waseda.ac.jp>
+ encoding.h and the functions of encoding map are part of XML::Parser for Perl.
+ Copyright (c) 1998 Larry Wall and Clark Cooper. All rights reserved.
+ His program is free software; you can redistribute it and/or modify it under the same
+ terms as Perl itself.
+
+Copyright: Ruby's
+
+Ruby's License:
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <matz at netlab.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see the file GPL), or the conditions below:
+
+ 1. You may make and give away verbatim copies of the source form of the
+ software without restriction, provided that you duplicate all of the
+ original copyright notices and associated disclaimers.
+
+ 2. You may modify your copy of the software in any way, provided that
+ you do at least ONE of the following:
+
+ a) place your modifications in the Public Domain or otherwise
+ make them Freely Available, such as by posting said
+ modifications to Usenet or an equivalent medium, or by allowing
+ the author to include your modifications in the software.
+
+ b) use the modified software only within your corporation or
+ organization.
+
+ c) give non-standard binaries non-standard names, with
+ instructions on where to get the original software distribution.
+
+ d) make other distribution arrangements with the author.
+
+ 3. You may distribute the software in object code or binary form,
+ provided that you do at least ONE of the following:
+
+ a) distribute the binaries and library files of the software,
+ together with instructions (in the manual page or equivalent)
+ on where to get the original distribution.
+
+ b) accompany the distribution with the machine-readable source of
+ the software.
+
+ c) give non-standard binaries non-standard names, with
+ instructions on where to get the original software distribution.
+
+ d) make other distribution arrangements with the author.
+
+ 4. You may modify and include the part of the software into any other
+ software (possibly commercial). But some files in the distribution
+ are not written by the author, so that they are not under these terms.
+
+ For the list of those files and their copying conditions, see the
+ file LEGAL.
+
+ 5. The scripts and library files supplied as input to or produced as
+ output from the software do not automatically fall under the
+ copyright of the software, but belong to whomever generated them,
+ and may be sold commercially, and may be aggregated with this
+ software.
+
+ 6. 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.
+
+GNU General Public License:
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
Modified: packages-metadata/s/sip4.control
===================================================================
--- packages-metadata/s/sip4.control 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/s/sip4.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme at debian.org>, Michael Casadevall <mcasadevall at debian.org>, Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.7-3~), python-all-dbg, python3-all-dev (>= 3.2.2~rc1-1~), python3-all-dbg
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 7), python-all-dev (>= 2.6.7-3~), python-all-dbg, python3-all-dev (>= 3.2.2~rc1-1~), python3-all-dbg, flex
Standards-Version: 3.9.3
Homepage: http://www.riverbankcomputing.co.uk/software/sip/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/sip4/trunk
@@ -107,7 +107,7 @@
Package: python3-sip-dev
Architecture: any
Section: python
-Depends: ${python:Depends}, python3-sip (= ${binary:Version}), python3-dev, ${shlibs:Depends}, libjs-jquery, ${misc:Depends}
+Depends: ${python:Depends}, python3-sip (= ${binary:Version}), python3-dev, ${shlibs:Depends}, ${misc:Depends}
Recommends: python3-sip (>= ${source:Version})
Suggests: python-sip-doc
Description: Python 3/C++ bindings generator development files
Added: packages-metadata/s/spice-gtk.control
===================================================================
--- packages-metadata/s/spice-gtk.control (rev 0)
+++ packages-metadata/s/spice-gtk.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,161 @@
+Source: spice-gtk
+Section: misc
+Priority: optional
+Maintainer: Liang Guo <bluestonechina at gmail.com>
+Build-Depends:
+ debhelper (>= 8.0.0),
+ libspice-protocol-dev (>= 0.10.1),
+ libspice-server-dev,
+ libpixman-1-dev (>= 0.17.7),
+ libgtk2.0-dev,
+ libgtk-3-dev,
+ libglib2.0-dev (>= 2.22),
+ libgudev-1.0-dev,
+ libcairo2-dev (>= 1.2.0),
+ libpulse-dev,
+ libusb-1.0-0-dev,
+ valac-0.14,
+ libvala-0.14-dev,
+ python-all,
+ python-gtk2-dev (>= 2.0.0),
+ python-pyparsing,
+ intltool,
+ libsasl2-dev,
+ libjpeg8-dev,
+ gobject-introspection,
+ libgirepository1.0-dev,
+ gir1.2-gtk-2.0,
+ libtext-csv-perl,
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.5
+Homepage: http://www.spice-space.org/
+Vcs-Git: git://git.debian.org/collab-maint/spice-gtk.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/spice-gtk.git;a=summary
+
+Package: spice-client-gtk
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple clients for interacting with SPICE servers
+ Simple clients for interacting with SPICE servers. This package
+ includes:
+ .
+ spicy - GTK+ based SPICE client tool
+ snappy - SPICE screen-shot capture tool
+ spicy-stats - SPICE connection details display tool
+
+Package: libspice-client-glib-2.0-1
+Section: libs
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libspice-client-glib-2.0-4
+Conflicts: libspice-client-glib-2.0-4
+Description: GObject for communicating with Spice servers (runtime library)
+ libspice-glib4 provides glib objects for spice protocol
+ decoding and surface rendering
+ .
+ This package provide the runtime library.
+
+Package: gir1.2-spice-client-glib-2.0
+Section: introspection
+Architecture: i386 amd64
+Depends: ${misc:Depends}, ${gir:Depends}
+Description: GObject for communicating with Spice servers (GObject-Introspection)
+ libspice-glib4 provides glib objects for spice protocol
+ decoding and surface rendering
+ .
+ This package contains the GObject-introspection data in binary typelib format.
+
+Package: libspice-client-glib-2.0-dev
+Section: libdevel
+Architecture: i386 amd64
+Depends: libspice-client-glib-2.0-1 (= ${binary:Version}),
+ gir1.2-spice-client-glib-2.0 (= ${binary:Version}),
+ libpixman-1-dev (>= 0.17.7),
+ libspice-server-dev,
+ libspice-protocol-dev,
+ libssl-dev,
+ ${misc:Depends}
+Description: GObject for communicating with Spice servers (development files)
+ libspice-glib4 provides glib objects for spice protocol
+ decoding and surface rendering
+ .
+ This package provide the development headers.
+
+Package: libspice-client-gtk-2.0-1
+Section: libs
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GTK2 widget for SPICE clients (runtime library)
+ libspice-gtk2 provides gtk2 widget to show spice display
+ and accept user input.
+ .
+ This package provide the runtime library.
+
+Package: gir1.2-spice-client-gtk-2.0
+Section: introspection
+Architecture: i386 amd64
+Depends: ${misc:Depends}, ${gir:Depends}
+Description: GTK2 widget for SPICE clients (GObject-Introspection)
+ libspice-gtk2 provides gtk2 widget to show spice display
+ and accept user input.
+ .
+ This package contains the GObject-introspection data in binary typelib format.
+
+Package: libspice-client-gtk-2.0-dev
+Section: libdevel
+Architecture: i386 amd64
+Depends: libspice-client-gtk-2.0-1 (= ${binary:Version}),
+ gir1.2-spice-client-gtk-2.0 (= ${binary:Version}),
+ libgtk2.0-dev (>= 2.18.0),
+ libspice-client-glib-2.0-dev,
+ ${misc:Depends}
+Description: GTK2 widget for SPICE clients (development files)
+ libspice-gtk2 provides gtk2 widget to show spice display
+ and accept user input.
+ .
+ This package provide the development headers.
+
+Package: libspice-client-gtk-3.0-1
+Section: libs
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GTK3 widget for SPICE clients (runtime library)
+ libspice-gtk3 provides gtk3 widget to show spice display
+ and accept user input.
+ .
+ This package provide the runtime library.
+
+Package: gir1.2-spice-client-gtk-3.0
+Section: introspection
+Architecture: i386 amd64
+Depends: ${misc:Depends}, ${gir:Depends}
+Description: GTK3 widget for SPICE clients (GObject-Introspection)
+ libspice-gtk3 provides gtk3 widget to show spice display
+ and accept user input.
+ .
+ This package contains the GObject-introspection data in binary typelib format.
+
+Package: libspice-client-gtk-3.0-dev
+Section: libdevel
+Architecture: i386 amd64
+Depends: libspice-client-gtk-3.0-1 (= ${binary:Version}),
+ gir1.2-spice-client-gtk-3.0 (= ${binary:Version}),
+ libgtk-3-dev (>= 2.91.3),
+ libspice-client-glib-2.0-dev,
+ ${misc:Depends}
+Description: GTK3 widget for SPICE clients (development files)
+ libspice-gtk3 provides gtk3 widget to show spice display
+ and accept user input.
+ .
+ This package provide the development headers.
+
+Package: python-spice-client-gtk
+Section: python
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: GTK2 widget for SPICE clients (Python binding)
+ libspice-gtk2 provides gtk2 widget to show spice display
+ and accept user input.
+ .
+ This package provide the Python binding.
+
Modified: packages-metadata/s/spice-gtk.copyright
===================================================================
--- packages-metadata/s/spice-gtk.copyright 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/s/spice-gtk.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -10,20 +10,26 @@
Copyright: 2011 Liang Guo <bluestonechina at gmail.com>
License: LGPL-2.1+
-Files: common/lz_compress_tmpl.c common/lz.c common/lz_decompress_tmpl.c
+Files: spice-common/common/lz_compress_tmpl.c
+ spice-common/common/lz.c
+ spice-common/common/lz_decompress_tmpl.c
Copyright: Copyright 2009 Red Hat, Inc. and/or its affiliates.
Copyright (C) 2005, 2006, 2007 Ariya Hidayat (ariya at kde.org)
License: LGPL-2.1+ and MIT
-Files: common/draw.h common/messages.h spice-protocol/spice/ipc_ring.h
- spice-protocol/spice/protocol.h spice-protocol/spice/qxl_dev.h
- spice-protocol/spice/start-packed.h spice-protocol/spice/stats.h
- spice-protocol/spice/types.h spice-protocol/spice/vd_agent.h
- spice-protocol/spice/vdi_dev.h
+Files: spice-common/common/draw.h spice-common/common/messages.h
+ spice-common/spice-protocol/spice/ipc_ring.h
+ spice-common/spice-protocol/spice/protocol.h
+ spice-common/spice-protocol/spice/qxl_dev.h
+ spice-common/spice-protocol/spice/start-packed.h
+ spice-common/spice-protocol/spice/stats.h
+ spice-common/spice-protocol/spice/types.h
+ spice-common/spice-protocol/spice/vd_agent.h
+ spice-common/spice-protocol/spice/vdi_dev.h
Copyright: Copyright (C) 2009, 2010 Red Hat, Inc.
License: BSD-3-clause
-Files: common/lz.h
+Files: spice-common/common/lz.h
Copyright: Copyright 2009-2011 Red Hat, Inc. and/or its affiliates
License: MIT
Comment: No copyright holder in file header
@@ -177,7 +183,7 @@
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-Files: common/lines.*
+Files: spice-common/common/lines.*
Copyright: Copyright 1987, 1989, 1998 The Open Group
Copyright 1987, 1989 by Digital Equipment Corporation, Maynard, Massachusetts
License:
Modified: packages-metadata/s/sslh.control
===================================================================
--- packages-metadata/s/sslh.control 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/s/sslh.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -3,7 +3,8 @@
Priority: extra
Maintainer: Guillaume Delacour <gui at iroqwa.org>
Build-Depends: debhelper (>= 9.0.0), libwrap0-dev, binutils, po-debconf,
- hardening-wrapper, libio-socket-inet6-perl, libconfig8-dev
+ hardening-wrapper, libio-socket-inet6-perl, libconfig-dev,
+ psmisc
Standards-Version: 3.9.3
Homepage: http://www.rutschle.net/tech/sslh.shtml
Vcs-Browser: http://git.debian.org/?p=collab-maint/sslh.git
Added: packages-metadata/t/torbutton.control
===================================================================
--- packages-metadata/t/torbutton.control (rev 0)
+++ packages-metadata/t/torbutton.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,42 @@
+Source: torbutton
+Section: web
+Priority: optional
+Maintainer: Jérémy Bobbio <lunar at debian.org>
+Uploaders: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), mozilla-devscripts (>= 0.19~), zip
+Standards-Version: 3.9.2
+DM-Upload-Allowed: yes
+Homepage: https://www.torproject.org/torbutton/
+Vcs-Git: git://git.debian.org/pkg-mozext/torbutton.git
+Vcs-Browser: http://git.debian.org/?p=pkg-mozext/torbutton.git
+
+Package: xul-ext-torbutton
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: tor, ${xpi:Recommends}
+Suggests: privoxy
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Breaks: ${xpi:Breaks}
+Replaces: iceweasel-torbutton (<< 1.2.4-2)
+Description: Iceweasel/Firefox extension enabling 1-click toggle of Tor usage
+ Torbutton is a 1-click way for Iceweasel/Firefox users to enable or disable the
+ browser's use of Tor (an anynomous communication system).
+ .
+ Torbutton tries to isolate as much as possible Tor sessions from your non-Tor
+ sessions to preserve your anonimity. To achieve the safest possible browsing
+ experience, various browsing features are also reconfigured in Tor sessions
+ (like javascript, cookies and plugins).
+ .
+ It adds a panel to the statusbar that says "Tor Enabled"
+ (in green) or "Tor Disabled" (in red). The user may click on the panel to
+ toggle the status. If the user (or some other extension) changes the
+ settings, the change is automatically reflected in the statusbar.
+
+Package: iceweasel-torbutton
+Architecture: all
+Depends: xul-ext-torbutton, ${misc:Depends}
+Description: transitional dummy package
+ This is a transitional dummy package to ease the migration
+ from the iceweasel-torbutton to the new xul-ext-torbutton package.
+ You can remove it safely.
Added: packages-metadata/t/torbutton.copyright
===================================================================
--- packages-metadata/t/torbutton.copyright (rev 0)
+++ packages-metadata/t/torbutton.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,80 @@
+This package was debianized by Jérémy Bobbio <lunar at debian.org> on
+Thu, 26 Apr 2007 14:55:15 +0200.
+
+It was downloaded from https://torbutton.torproject.org/
+and upstream repository available at git://git.torproject.org/git/torbutton
+
+--------------------------------------------------------------------------------
+
+Copyright (c) 2006-2008 Scott Squires, Oleg Ivanov, Mike Perry
+
+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.
+
+--------------------------------------------------------------------------------
+
+Date: Fri, 3 Mar 2006 03:16:21 +0200
+From: Oleg Ivanov
+To: Scott Squires
+Subject: Re: ProxyButton licensing question
+
+Hello Scott,
+
+I'm glad to support your project so you can use the Proxybutton in any way you
+need under any open source license as it's stated in mozdev's copyright policy.
+I'll just ask you to put in the Tor or it's source code any credits with
+references to me and the original Proxybutton. Feel free to ask if you have
+any questions regarding the extension - I'll be glad to help you.
+
+On Thursday 02 March 2006 05:01, you wrote:
+> Hello,
+>
+> I am a volunteer for the Tor project, which is a network proxy with strong
+> anonymnity. We would like to make it easier for users to install and
+> configure the software, and would like a firefox button to enable/disable
+> Tor. Your extension is very close to what we need, our version would just
+> set the proxy for the user instead of the user needing to enter the
+> information. So I was wondering what license your software is released under
+> and whether we can use it as a base for this extension.
+>
+> Thanks!
+> --Scott
+
+--
+Oleg Ivanov
+mailto: saruman at unigsm.com
+ICQ #69991809
+
+--------------------------------------------------------------------------------
+
+Exceptions to the above:
+
+ * src/components/cookie-jar-selector.js,
+ src/components/ignore-history.js:
+
+ Copyright (c) 2006 Collin Jackson <mozilla at collinjackson.com>
+
+ * src/components/nsSessionStore2.js,
+ src/components/nsSessionStore3.js:
+
+ Licensed under MPL 1.1/GPL 2.0/LGPL 2.1, available at:
+ /usr/share/doc/iceweasel/MPL.gz, /usr/share/common-licenses/GPL-2 and
+ /usr/share/common-licenses/LGPL-2.1 on a Debian system.
+
+ Copyright (c) 2006 Simon Bünzli <zeniko at gmail.com
+ Dietrich Ayala <autonome at gmail.com>
Added: packages-metadata/t/transmissionrpc.control
===================================================================
--- packages-metadata/t/transmissionrpc.control (rev 0)
+++ packages-metadata/t/transmissionrpc.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,25 @@
+Source: transmissionrpc
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Timur Birsh <taem at linukz.org>, Vincent Bernat <bernat at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-setuptools,
+ python (>= 2.6.6-3~),
+ python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
+Standards-Version: 3.9.3
+Homepage: http://bitbucket.org/blueluna/transmissionrpc/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/transmissionrpc/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/transmissionrpc/trunk/
+
+Package: python-transmissionrpc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: transmission-daemon (>= 1.31)
+Description: Transmission RPC client module for Python
+ transmissionrpc is a Python module implementing the JSON-RPC client protocol
+ for the Bittorrent client Transmission. All Transmission features
+ implemented up to version 1.93.
+ .
+ Also, package includes Python script helical.py, with CLI and interactive
+ interfaces, which demonstrates transmissionrpc module usage.
Added: packages-metadata/t/transmissionrpc.copyright
===================================================================
--- packages-metadata/t/transmissionrpc.copyright (rev 0)
+++ packages-metadata/t/transmissionrpc.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,57 @@
+This package was debianized by:
+
+ Timur Birsh <taem at linukz.org> on Thu, 03 Sep 2009 15:26:41 +0600
+
+It was downloaded from:
+
+ http://bitbucket.org/blueluna/transmissionrpc/downloads/
+
+The current Debian maintainer is Timur Birsh <taem at linukz.org>
+
+Upstream:
+
+ Copyright © 2008-2009 Erik Svensson <erik.public at gmail.com>
+
+License: MIT
+
+ Copyright © 2008-2009 Erik Svensson
+
+ 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 © 2009, Timur Birsh <taem at linukz.org> and
+is licensed under the GPL v3 or greater.
+
+ 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 GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
Added: packages-metadata/u/unhtml.control
===================================================================
--- packages-metadata/u/unhtml.control (rev 0)
+++ packages-metadata/u/unhtml.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,16 @@
+Source: unhtml
+Section: text
+Priority: extra
+Maintainer: Mònica Ramírez Arceda <monica at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/collab-maint/unhtml.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/unhtml.git
+
+Package: unhtml
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Remove the markup tags from an HTML file
+ This program removes all HTML tags from an HTML file and directs its
+ output to stdout. It can be used as a filter for getting the text
+ content of an HTML file without the need of firing up a web browser.
Added: packages-metadata/u/unhtml.copyright
===================================================================
--- packages-metadata/u/unhtml.copyright (rev 0)
+++ packages-metadata/u/unhtml.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,83 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstrem-Name: unhtml
+Upstream-Contact: Kevin Swan <013639s at dragon.acadiau.ca>
+Source: ftp://kombat.acadiau.ca/pub/linux/Utils/clean-2.1/
+Comment:
+ It is based on the package 'clean-2.1' which was renamed in
+ agreement with the original author to 'unhtml-2.1' for mnemonic
+ and description reasons and was downloaded under the name of
+ "unhtml-2.1.tar.gz" from the author's original site.
+
+Files: *
+Copyright: Copyright (C) 1996 VisionWare (Kevin Swan)
+License: GPL-2
+Comment:
+ This software is freely distributable under the GNU Public
+ License, and may be altered in any way. The only condition for
+ redistribution is that this README file be included with the
+ revised/redistributed software, with the only modifications being
+ additions describing what's been changed.
+ .
+ The upstream author authorized me to rerelease his source in order to make
+ it really conform to the terms of the GPL. Here is his e-mail in this
+ regard making "unhtml" really DFSG compliant:
+ .
+ ---------- snip ---------------
+ .
+ Date: Wed, 9 Dec 1998 02:51:18 -0400 (AST)
+ From: Kevin Swan <013639s at dragon.acadiau.ca>
+ To: pseelig at mail.uni-mainz.de
+ Subject: Re: Uploaded unhtml-2.2-2 (source i386) to master
+ Resent-Date: Sun, 13 Dec 1998 23:38:03 +0100 (CET)
+ Resent-From: Paul Seelig <pseelig at goofy.zdv.uni-mainz.de>
+ Resent-To: pseelig at ietpd1.sowi.uni-mainz.de
+ Resent-Subject: Re: Uploaded unhtml-2.2-2 (source i386) to master
+ .
+ > Can i take it for granted now that unhtml can be released under the
+ > GPL now? May i include any mail reply from you to this message into
+ > the Debian package?
+ .
+ Yes, you may. :) You are likely much more familiar with the terms of the
+ GPL than I, and I would appreciate it if you would make the necessary
+ modifications to my copyright agreement to make it agree with the GPL
+ spirit. Thank you in advance,
+ .
+ Sincerely,
+ .
+ Kevin Swan.
+ .
+ --
+ =========================================================================
+ Kevin Swan Acadia University
+ 013639s at dragon.acadiau.ca Fifth Year
+ http://dragon.acadiau.ca/~013639s/ BCSH
+ =========================================================================
+ .
+ ---------- snip ---------------
+
+Files: debian/*
+Copyright: Copyright (C) 1997 Paul Seelig <pseelig at debian.org>
+ Copyright (C) 2011 Mònica Ramírez Arceda <monica at debian.org>
+License: GPL-2
+
+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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
Added: packages-metadata/w/webgen0.5.control
===================================================================
--- packages-metadata/w/webgen0.5.control (rev 0)
+++ packages-metadata/w/webgen0.5.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,43 @@
+Source: webgen0.5
+Section: ruby
+Priority: optional
+Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>,
+ Vincent Fourmond <fourmond at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends-Indep: graphviz
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/webgen0.5.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/webgen0.5.git;a=summary
+Homepage: http://webgen.rubyforge.org
+XS-Ruby-Versions: all
+
+Package: webgen0.5
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+# libjs-jquery (when webgui is usuable)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-cmdparse, ruby-maruku
+Recommends: ruby-redcloth | ruby-bluecloth, ruby-rmagick, ruby-kramdown
+Suggests: webgen0.5-doc, libexif-ruby1.8 | libexif-ruby1.9.1, ruby-builder, rake, libhaml-ruby1.8, liberubis-ruby1.8 | liberubis-ruby1.9.1
+Conflicts: webgen (<= 0.3.8-3), webgen0.4 (<= 0.4.7-4)
+Breaks: webgen (<= 0.3.8-3), webgen0.4 (<= 0.4.7-4)
+Description: fast, powerful, and extensible static website generator
+ webgen is used to generate static websites from templates and content
+ files (which can be written in a markup language). It can generate
+ dynamic content like menus on the fly and comes with many powerful
+ extensions.
+
+Package: webgen0.5-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: doc-base
+Description: fast, powerful, and extensible static website generator -- API documentation
+ webgen is used to generate static websites from templates and content
+ files (which can be written in a markup language). It can generate
+ dynamic content like menus on the fly and comes with many powerful
+ extensions.
+ .
+ This is the Rdoc-generated documentation for Webgen.
+
Added: packages-metadata/w/webgen0.5.copyright
===================================================================
--- packages-metadata/w/webgen0.5.copyright (rev 0)
+++ packages-metadata/w/webgen0.5.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,104 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
+Upstream-Name: Webgen
+Upstream-Contact: Thomas Leitner <t_leitner at gmx.at>
+Source: http://rubygems.org/gems/webgen
+
+
+Files: *
+Copyright: © 2004-2009 Thomas Leitner
+License: GPL-2
+
+Files: setup.rb
+Copyright: © 2000-2004 Minero Aoki
+License: LGPL-2.1
+
+Files: data/webgen/webgui/public/js/jquery.js
+Copyright: © 2008 John Resig
+License: MIT or GPL-2
+
+Files: data/webgen/webgui/public/js/jquery.autocomplete.js
+Copyright: © 2007 Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, Jörn Zaefferer
+License: MIT or GPL-2
+
+Files: lib/webgen/webgentask.rb
+Copyright: © 2007 Jeremy Hinegardner
+ © 2007 Massimiliano Filacchioni
+ © 2007-2009 Thomas Leitner
+License: GPL-2
+
+Files: data/webgen/website_bundles/style/1024px data/webgen/website_bundles/style/andreas*
+Copyright: © 2008 Andreas Viklund
+ © 2008 Thomas Leitner
+License: custom
+ see http://andreasviklund.com/about/copyright
+Comment: licence on a remote and possibly changing website is problematic, and
+ the updated conditions are non-free:
+ Template-specific add-on material that is available on the single template
+ pages, for example replacement header images or backgrounds, are free to use
+ as specified with the templates. Re-distribution of this material and use
+ for other purposes than as template add-ons will require a written permission
+ from the add-on author.
+ This content was then removed.
+
+Files: debian/*
+Copyright: Copyright (C) 2005-2008 Arnaud Cornet <arnaud.cornet at gmail.com>
+ Copyright (C) 2009-2011 Marc Dequènes <Duck at DuckCorp.org>
+ Copyright (C) 2008,2011 Vincent Fourmond <fourmond at debian.org>
+License: GPL-2
+
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation,
+ version 2.1 of the License.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+License: MIT
+ permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "software"), to deal
+ in the software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the software, and to permit persons to whom the software is
+ furnished to do so, subject to the following conditions:
+ .
+ the above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the software.
+ .
+ the software is provided "as is", without warranty of any kind, express or
+ implied, including but not limited to the warranties of merchantability,
+ fitness for a particular purpose and noninfringement. in no event shall the
+ authors or copyright holders be liable for any claim, damages or other
+ liability, whether in an action of contract, tort or otherwise, arising from,
+ out of or in connection with the software or the use or other dealings in the
+ software.
+
+License: 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,
+ version 2 of the License.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
Added: packages-metadata/x/xmlstarlet.control
===================================================================
--- packages-metadata/x/xmlstarlet.control (rev 0)
+++ packages-metadata/x/xmlstarlet.control 2012-06-24 03:01:05 UTC (rev 2388)
@@ -0,0 +1,42 @@
+Source: xmlstarlet
+Section: text
+Priority: optional
+Maintainer: Mònica Ramírez Arceda <monica at debian.org>
+Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev,
+ libxml2-dev, libxslt1-dev (>=1.1.9), automake (>=1.11)
+Standards-Version: 3.9.3
+Homepage: http://xmlstar.sourceforge.net/
+Vcs-Git: git://git.debian.org/collab-maint/xmlstarlet.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/xmlstarlet.git
+
+Package: xmlstarlet
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: command line XML toolkit
+ XMLStarlet is a set of command line utilities (tools) which can be used to
+ transform, query, validate, and edit XML documents and files using simple set
+ of shell commands in similar way it is done for plain text files using
+ UNIX grep, sed, awk, diff, patch, join, etc commands.
+ .
+ This set of command line utilities can be used by those who deal with many XML
+ documents on UNIX shell command prompt as well as for automated XML processing
+ with shell scripts.
+ .
+ The toolkit's feature set includes options to:
+ Check or validate XML files (simple well-formedness check, DTD, XSD, RelaxNG)
+ Calculate values of XPath expressions on XML files (such as running sums, etc)
+ Search XML files for matches to given XPath expressions
+ Apply XSLT stylesheets to XML documents (including EXSLT support, and passing
+ parameters to stylesheets)
+ Query XML documents (ex. query for value of some elements of attributes,
+ sorting, etc)
+ Modify or edit XML documents (ex. delete some elements)
+ Format or "beautify" XML documents (as changing indentation, etc)
+ Fetch XML documents using http:// or ftp:// URLs
+ Browse tree structure of XML documents (in similar way to 'ls' command for
+ directories)
+ Include one XML document into another using XInclude
+ XML c14n canonicalization
+ Escape/unescape special XML characters in input text
+ Print directory as XML document
+ Convert XML into PYX format (based on ESIS - ISO 8879), and vice versa
Modified: packages-metadata/x/xmlstarlet.copyright
===================================================================
--- packages-metadata/x/xmlstarlet.copyright 2012-06-23 03:01:07 UTC (rev 2387)
+++ packages-metadata/x/xmlstarlet.copyright 2012-06-24 03:01:05 UTC (rev 2388)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstrem-Name: XMLStarlet Command Line XML Toolkit
Upstream-Contact: Mikhail Grushinskiy <mgrouch at users.sourceforge.net>
Dagobert Michelsen <dmichelsen at users.sourceforge.net>
@@ -26,7 +26,7 @@
THE SOFTWARE.
Files: debian/*
-Copyright: 2011 Mònica Ramírez Arceda <monica at probeta.net>
+Copyright: 2011 Mònica Ramírez Arceda <monica at debian.org>
2004 Alex Mauer <hawke at hawkesnest.net>
License: GPL-2+
This program is free software; you can redistribute it
More information about the Collab-qa-commits
mailing list