[Collab-qa-commits] r2554 - in packages-metadata: a b g h i l p t u x

Charles Plessy plessy at alioth.debian.org
Mon Nov 12 04:01:21 UTC 2012


Author: plessy
Date: 2012-11-12 04:01:20 +0000 (Mon, 12 Nov 2012)
New Revision: 2554

Added:
   packages-metadata/a/atinject-jsr330.control
   packages-metadata/a/atinject-jsr330.copyright
   packages-metadata/g/guava-libraries.control
   packages-metadata/g/guava-libraries.copyright
   packages-metadata/h/httpry.control
   packages-metadata/h/httpry.copyright
   packages-metadata/p/pyxdg.control
   packages-metadata/t/tk-html3.control
   packages-metadata/t/tk-html3.copyright
   packages-metadata/u/update-manager.control
   packages-metadata/u/update-manager.copyright
   packages-metadata/x/xmlgraphics-commons.control
   packages-metadata/x/xmlgraphics-commons.copyright
Modified:
   packages-metadata/a/arduino-mk.control
   packages-metadata/a/atanks.control
   packages-metadata/b/bundler.control
   packages-metadata/g/gnutls26.control
   packages-metadata/h/hiredis.control
   packages-metadata/h/hiredis.copyright
   packages-metadata/i/ibus-anthy.control
   packages-metadata/l/lightspark.control
   packages-metadata/p/python-urllib3.control
Log:
Daily automatic umegaya push

Modified: packages-metadata/a/arduino-mk.control
===================================================================
--- packages-metadata/a/arduino-mk.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/a/arduino-mk.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -4,7 +4,8 @@
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Scott Howard <showard at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8), help2man, perl-doc, libconfig-yaml-perl,
+ libdevice-serialport-perl
 Standards-Version: 3.9.3
 Homepage: http://mjo.tc/atelier/2009/02/arduino-cli.html
 Vcs-Git: git://git.debian.org/debian-science/packages/arduino-mk.git
@@ -12,7 +13,9 @@
 
 Package: arduino-mk
 Architecture: all
-Depends: arduino-core (>= 1:1.0+dfsg-8), libconfig-yaml-perl, ${misc:Depends}
+Depends: arduino-core (>= 1:1.0+dfsg-8), libconfig-yaml-perl, ${misc:Depends},
+ libdevice-serialport-perl
+Recommends: perl-doc
 Breaks: arduino-core (<< 1:1.0+dfsg-8)
 Replaces: arduino-core (<< 1:1.0+dfsg-8)
 Description: Program your Arduino from the command line

Modified: packages-metadata/a/atanks.control
===================================================================
--- packages-metadata/a/atanks.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/a/atanks.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -7,12 +7,14 @@
 Homepage: http://atanks.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-allegro/atanks/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-allegro/atanks/?op=log
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
 
 
 Package: atanks
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, atanks-data (= ${source:Version})
+Replaces: atanks-data(<< 5.7~dfsg-1)
+Breaks: atanks-data (<< 5.7~dfsg-1)
 Description: tank-battling game
  Atomic tanks is a multi-player game in which you attempt to destroy
  other tanks while trying to protect your own. You earn money for

Added: packages-metadata/a/atinject-jsr330.control
===================================================================
--- packages-metadata/a/atinject-jsr330.control	                        (rev 0)
+++ packages-metadata/a/atinject-jsr330.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,33 @@
+Source: atinject-jsr330
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>, Jakub Adam <jakub.adam at ktknet.cz>
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, maven-debian-helper
+Standards-Version: 3.9.4
+Homepage: http://code.google.com/p/atinject/
+Vcs-Git: git://git.debian.org/git/pkg-java/atinject-jsr330.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/atinject-jsr330.git
+
+Package: libatinject-jsr330-api-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libatinject-jsr330-api-java-doc (= ${binary:Version})
+Description: Java API for JSR-330 Dependency Injection
+ AtInject is the Java API build by the JSR-330 Expert Group:
+ <http://jcp.org/en/jsr/detail?id=330>.
+ .
+ It's a set of API aiming to standardize an extensible dependency injection
+ paradigm, as those provided by Guice, Spring or Plexus projects.
+
+Package: libatinject-jsr330-api-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libatinject-jsr330-api-java (= ${binary:Version}), default-jdk-doc
+Description: Documentation for libatinject-jsr330-api-java
+ Documentation for AtInject that is the Java API build by the JSR-330 Expert
+ Group: <http://jcp.org/en/jsr/detail?id=330>.
+ .
+ It's a set of API aiming to standardize an extensible dependency injection
+ paradigm, as those provided by Guice, Spring or Plexus projects.

Added: packages-metadata/a/atinject-jsr330.copyright
===================================================================
--- packages-metadata/a/atinject-jsr330.copyright	                        (rev 0)
+++ packages-metadata/a/atinject-jsr330.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,26 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Upstream-Name: atinject
+Upstream-Contact: The JSR-330 Expert Group <atinject at googlecode.com>
+Source: http://code.google.com/p/atinject/downloads/list
+
+Files: *
+Copyright: © 2009, The JSR-330 Expert Group <atinject at googlecode.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: © 2010-2011, Miguel Landaeta <miguel at miguel.cc>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+     /usr/share/common-licenses/Apache-2.0 (on Debian systems)
+ .
+ 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.

Modified: packages-metadata/b/bundler.control
===================================================================
--- packages-metadata/b/bundler.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/b/bundler.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -4,7 +4,7 @@
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Hofstaedtler <christian at hofstaedtler.name>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-ronn, ruby-rspec, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-ronn, ruby-rspec, ruby-thor, rake
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/bundler.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/bundler.git;a=summary
@@ -14,7 +14,7 @@
 Package: bundler
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-thor (>= 0.15.3-1), ruby-net-http-persistent (>= 2.7-1)
 Recommends: sudo, ruby-dev, build-essential, rubygems-integration, less
 Description: Manage Ruby application dependencies
  Bundler manages a Ruby application's dependencies through its entire

Modified: packages-metadata/g/gnutls26.control
===================================================================
--- packages-metadata/g/gnutls26.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/g/gnutls26.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -8,7 +8,7 @@
  Simon Josefsson <simon at josefsson.org>
 Build-Depends: debhelper (>= 8.1.3), libgcrypt11-dev (>= 1.4.0), zlib1g-dev,
  cdbs (>= 0.4.93), gtk-doc-tools, texinfo (>= 4.8),
- libtasn1-3-dev (>= 0.3.4-0), autotools-dev, datefudge,
+ libtasn1-3-dev (>= 2.14-0), autotools-dev, datefudge,
  libp11-kit-dev (>= 0.11), pkg-config, chrpath
 Build-Conflicts: libgnutls-dev
 Standards-Version: 3.9.3
@@ -23,8 +23,8 @@
 Depends: libgnutls26 (= ${binary:Version}), 
  libgnutlsxx27 (= ${binary:Version}),libgnutls-openssl27 (= ${binary:Version}),
  libgcrypt11-dev (>= 1.4.0), libc6-dev | libc-dev, zlib1g-dev,
- libtasn1-3-dev (>= 0.3.4), libp11-kit-dev (>= 0.4), ${misc:Depends}
-Suggests: gnutls-doc
+ libtasn1-3-dev (>= 2.14), libp11-kit-dev (>= 0.4), ${misc:Depends}
+Suggests: gnutls26-doc
 Conflicts: gnutls-dev
 Replaces: gnutls-dev
 Description: GNU TLS library - development files
@@ -93,12 +93,12 @@
  .
  This package contains the debugger symbols and commandline utilities.
 
-Package: gnutls-doc
+Package: gnutls26-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Multi-Arch: foreign
-Description: GNU TLS library - documentation and examples
+Description: GNU TLS library 2.x - documentation and examples
  GnuTLS is a portable library which implements the Transport Layer
  Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
  .
@@ -114,7 +114,7 @@
   - all the strong encryption algorithms (including SHA-256/384/512 and
     Camellia (RFC 4132)).
  .
- This package contains all the GnuTLS documentation.
+ This package contains the documentation for the GnuTLS 2.x legacy version.
 
 Package: libgnutlsxx27
 Priority: extra

Added: packages-metadata/g/guava-libraries.control
===================================================================
--- packages-metadata/g/guava-libraries.control	                        (rev 0)
+++ packages-metadata/g/guava-libraries.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,40 @@
+Source: guava-libraries
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>,
+ James Page <james.page at canonical.com>
+DM-Upload-Allowed: yes
+Build-Depends: ant-optional, debhelper (>= 7.0.50~), default-jdk, javahelper, bnd
+Build-Depends-Indep: maven-repo-helper, libjsr305-java
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/git/pkg-java/guava-libraries.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/guava-libraries.git
+Homepage: http://code.google.com/p/guava-libraries/
+
+Package: libguava-java
+Architecture: all
+Depends: libjsr305-java, ${misc:Depends}
+Description: suite of Google Common Libraries for Java 5.0
+ Guava is a suite of core and expanded libraries that include
+ utility classes, google's collections, io classes, concurrency
+ support and other features.
+ .
+ Guava has only one code dependency: javax.annotation, per the
+ JSR-305 spec.
+
+Package: libguava-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: libguava-java
+Suggests: default-jdk-doc
+Description: documentation for libguava-java
+ Guava is a suite of core and expanded libraries that include
+ utility classes, google's collections, io classes, concurrency
+ support and other features.
+ .
+ Guava has only one code dependency: javax.annotation, per the
+ JSR-305 spec.
+ .
+ This package contains the javadocs of Guava library suite.

Added: packages-metadata/g/guava-libraries.copyright
===================================================================
--- packages-metadata/g/guava-libraries.copyright	                        (rev 0)
+++ packages-metadata/g/guava-libraries.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: guava-libraries
+Upstream-Contact: Kevin Bourillion <kevinb at google.com>
+Source: http://code.google.com/p/guava-libraries/downloads/list
+Comment: Upstream authors:
+ Kevin Bourrillion, Jared Levy, Mike Bostock, Jesse Wilson.
+
+Files: *
+Copyright: © 2007-2011, Google Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: © 2008-2010, Torsten Werner <twerner at debian.org>,
+ © 2009, Ludovic Claude <ludovic.claude at laposte.net>,
+ © 2011-2012, Miguel Landaeta <miguel at miguel.cc>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+     /usr/share/common-licenses/Apache-2.0 (on Debian systems)
+ .
+ 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.

Modified: packages-metadata/h/hiredis.control
===================================================================
--- packages-metadata/h/hiredis.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/h/hiredis.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -1,12 +1,12 @@
 Source: hiredis
 Priority: optional
-Maintainer: Alessandro Ghedini <ghedo at debian.org>
+Maintainer: Tom Lee <debian at tomlee.co>
 Build-Depends: debhelper (>= 9),
  redis-server (>= 2:2.4.2-2) [linux-any],
  procps
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Section: libs
-Homepage: https://github.com/antirez/hiredis
+Homepage: https://github.com/redis/hiredis
 Vcs-Git: git://git.debian.org/collab-maint/hiredis.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/hiredis.git;a=summary
 

Modified: packages-metadata/h/hiredis.copyright
===================================================================
--- packages-metadata/h/hiredis.copyright	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/h/hiredis.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: hiredis
 Upstream-Contact: Salvatore Sanfilippo <antirez at gmail.com>
-Source: https://github.com/antirez/hiredis
+Source: https://github.com/redis/hiredis
 
 Files: *
 Copyright: 2009-2011, Salvatore Sanfilippo <antirez at gmail.com>

Added: packages-metadata/h/httpry.control
===================================================================
--- packages-metadata/h/httpry.control	                        (rev 0)
+++ packages-metadata/h/httpry.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,76 @@
+Source: httpry
+Section: net
+Priority: optional
+Maintainer: Janos Guljas <janos at debian.org>
+Build-Depends: debhelper (>= 9), libpcap0.8-dev
+Standards-Version: 3.9.4
+Homepage: http://dumpsterventures.com/jason/httpry/
+Vcs-Git: git://git.debian.org/collab-maint/httpry.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/httpry.git
+
+Package: httpry
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: httpry-daemon, httpry-tools
+Description: HTTP logging and information retrieval tool
+ httpry is a tool designed for displaying and logging HTTP traffic. It is not
+ intended to perform analysis itself, but instead to capture, parse and/or
+ log the traffic for later analysis. It can be run in real-time displaying
+ the live traffic on the wire, or as a daemon process that logs to an output
+ file. It is written to be as lightweight and flexible as possible, so that
+ it can be easily adaptable to different applications. It does not display
+ the raw HTTP data transferred, but instead focuses on parsing and displaying
+ the request/response line along with associated header fields.
+ .
+ This package contains the httpry executable. Package httpry-daemon contains
+ required init script for running httpry as a daemon. Scripts for parsing
+ log files are provided by httpry-tools.
+
+Package: httpry-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${misc:Depends}, httpry (= ${binary:Version})
+Description: HTTP logging and information retrieval tool - debug symbols
+ httpry is a tool designed for displaying and logging HTTP traffic. It is not
+ intended to perform analysis itself, but instead to capture, parse and/or
+ log the traffic for later analysis. It can be run in real-time displaying
+ the live traffic on the wire, or as a daemon process that logs to an output
+ file. It is written to be as lightweight and flexible as possible, so that
+ it can be easily adaptable to different applications. It does not display
+ the raw HTTP data transferred, but instead focuses on parsing and displaying
+ the request/response line along with associated header fields.
+ .
+ This package contains the debug symbols for httpry. Install this package if
+ you need to debug such a program or if you need a useful backtrace of a crash.
+
+Package: httpry-daemon
+Architecture: all
+Depends: ${misc:Depends}, httpry (>= ${source:Version})
+Breaks: httpry (<= 0.1.7-2)
+Description: HTTP logging and information retrieval tool - daemon
+ httpry is a tool designed for displaying and logging HTTP traffic. It is not
+ intended to perform analysis itself, but instead to capture, parse and/or
+ log the traffic for later analysis. It can be run in real-time displaying
+ the live traffic on the wire, or as a daemon process that logs to an output
+ file. It is written to be as lightweight and flexible as possible, so that
+ it can be easily adaptable to different applications. It does not display
+ the raw HTTP data transferred, but instead focuses on parsing and displaying
+ the request/response line along with associated header fields.
+ .
+ This package contains required init script to run httpry as a daemon.
+
+Package: httpry-tools
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: HTTP logging and information retrieval tool - log parsing scripts
+ httpry is a tool designed for displaying and logging HTTP traffic. It is not
+ intended to perform analysis itself, but instead to capture, parse and/or
+ log the traffic for later analysis. It can be run in real-time displaying
+ the live traffic on the wire, or as a daemon process that logs to an output
+ file. It is written to be as lightweight and flexible as possible, so that
+ it can be easily adaptable to different applications. It does not display
+ the raw HTTP data transferred, but instead focuses on parsing and displaying
+ the request/response line along with associated header fields.
+ .
+ This package contains log parsing scripts written in Perl.

Added: packages-metadata/h/httpry.copyright
===================================================================
--- packages-metadata/h/httpry.copyright	                        (rev 0)
+++ packages-metadata/h/httpry.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,127 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: httpry
+Upstream-Contact: Jason Bittel <jason.bittel at gmail.com>
+Source: http://dumpsterventures.com/jason/httpry/
+
+Files: *
+Copyright: 2005-2012 Jason Bittel <jason.bittel at gmail.com>
+License: GPL-2+
+
+Files: tcp.h
+Copyright: 2005-2012 Jason Bittel <jason.bittel at gmail.com>
+ 2005 The Tcpdump Group
+ 2002 Tim Carstens
+License: BSD
+ These IP and TCP structs/macros are from sniffex.c and
+ were released under the following license:
+ .
+ sniffex.c
+ .
+ Sniffer example of TCP/IP packet capture using libpcap.
+ .
+ Version 0.1.1 (2005-07-05)
+ Copyright (c) 2005 The Tcpdump Group
+ .
+ This software is intended to be used as a practical example and
+ demonstration of the libpcap library; available at:
+ http://www.tcpdump.org/
+ .
+ This software is a modification of Tim Carstens' "sniffer.c"
+ demonstration source code, released as follows:
+ .
+ sniffer.c
+ Copyright (c) 2002 Tim Carstens
+ 2002-01-07
+ Demonstration of using libpcap
+ timcarst -at- yahoo -dot- com
+ .
+ "sniffer.c" is distributed under these terms:
+ 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.
+ 4. The name "Tim Carstens" may not be used to endorse or promote
+    products derived from this software without prior written permission
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+ <end of "sniffer.c" terms>
+ .
+ This software, "sniffex.c", is a derivative work of "sniffer.c" and is
+ covered by the following terms:
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Because this is a derivative work, you must comply with the "sniffer.c"
+    terms reproduced above.
+ 2. Redistributions of source code must retain the Tcpdump Group copyright
+    notice at the top of this source file, this list of conditions and the
+    following disclaimer.
+ 3. 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.
+ 4. The names "tcpdump" or "libpcap" may not be used to endorse or promote
+    products derived from this software without prior written permission.
+ .
+ THERE IS ABSOLUTELY NO WARRANTY FOR THIS PROGRAM.
+ BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+ REPAIR OR CORRECTION.
+ .
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGES.
+ <end of "sniffex.c" terms>
+
+Files: debian/*
+Copyright: 2012 Janos Guljas <janos 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'.
+

Modified: packages-metadata/i/ibus-anthy.control
===================================================================
--- packages-metadata/i/ibus-anthy.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/i/ibus-anthy.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -2,11 +2,11 @@
 Section: utils
 Priority: optional
 Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
-Uploaders: LI Daobing <lidaobing at debian.org>, Asias He <asias.hejun at gmail.com>, Osamu Aoki <osamu at debian.org>
+Uploaders: LI Daobing <lidaobing at debian.org>, Asias He <asias at debian.org>, Osamu Aoki <osamu at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, swig, python-dev (>= 2.6.6-3~),
  pkg-config, libanthy-dev, intltool
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/ibus
 X-Python-Version: >= 2.5
 Vcs-Git: git://git.debian.org/git/pkg-ime/ibus-anthy.git
@@ -22,3 +22,16 @@
  It also may help developers to develop input method easily.
  .
  IBus-Anthy is an input method (IM) for Japanese, based on IBus.
+
+Package: ibus-anthy-dev
+Architecture: any
+Section: libdevel
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.2), anthy
+Description: anthy engine for IBus
+ IBus is an Intelligent Input Bus. It is a new input framework for Linux
+ OS. It provides full featured and user friendly input method user interface.
+ It also may help developers to develop input method easily.
+ .
+ IBus-Anthy is an input method (IM) for Japanese, based on IBus.
+ .
+ This package provides ibus-anthy development files.

Modified: packages-metadata/l/lightspark.control
===================================================================
--- packages-metadata/l/lightspark.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/l/lightspark.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -27,6 +27,7 @@
   librtmp-dev,
   libsdl1.2-dev,
   libxml++2.6-dev (>= 2.33.1),
+  liblzma-dev,
 Standards-Version: 3.9.3
 Homepage: http://lightspark.sf.net
 Vcs-Git: git://git.debian.org/pkg-flash/lightspark.git
@@ -74,7 +75,7 @@
 
 Package: lightspark-common
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-liberation
+Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-liberation
 Recommends: pulseaudio
 Description: High-performance SWF player - common data
  Lightspark is a free Flash player for Linux which aims for high-performance

Modified: packages-metadata/p/python-urllib3.control
===================================================================
--- packages-metadata/p/python-urllib3.control	2012-11-11 04:01:26 UTC (rev 2553)
+++ packages-metadata/p/python-urllib3.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -12,7 +12,7 @@
  python-six,
  python-tornado,
  python3-all
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0
 Homepage: http://urllib3.readthedocs.org

Added: packages-metadata/p/pyxdg.control
===================================================================
--- packages-metadata/p/pyxdg.control	                        (rev 0)
+++ packages-metadata/p/pyxdg.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,49 @@
+Source: pyxdg
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Lewandowski <piotr.lewandowski at gmail.com>
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.6.6-3~),
+               python3-all,
+               python-nose,
+               python3-nose,
+               shared-mime-info,
+               hicolor-icon-theme
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+XS-Testsuite: autopkgtest
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyxdg/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyxdg/trunk/
+Homepage: http://www.freedesktop.org/wiki/Software/pyxdg
+
+Package: python-xdg
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, menu-xdg
+Description: Python 2 library to access freedesktop.org standards
+ PyXDG contains implementations of freedesktop.org standards in Python:
+ .
+  * Base Directory Specification Version 0.6
+  * Menu Specification Version 1.0-draft1
+  * Desktop Entry Specification Version 1.0
+  * Icon Theme Specification Version 0.8
+  * Recent File Spec 0.2
+  * Shared-MIME-Database Specification 0.13
+ .
+ This package contains the Python 2 version of the library.
+
+Package: python3-xdg
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, menu-xdg
+Description: Python 3 library to access freedesktop.org standards
+ PyXDG contains implementations of freedesktop.org standards in Python:
+ .
+  * Base Directory Specification Version 0.6
+  * Menu Specification Version 1.0-draft1
+  * Desktop Entry Specification Version 1.0
+  * Icon Theme Specification Version 0.8
+  * Recent File Spec 0.2
+  * Shared-MIME-Database Specification 0.13
+ .
+ This package contains the Python 3 version of the library.

Added: packages-metadata/t/tk-html3.control
===================================================================
--- packages-metadata/t/tk-html3.control	                        (rev 0)
+++ packages-metadata/t/tk-html3.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,32 @@
+Source: tk-html3
+Priority: extra
+Maintainer: Ole Streicher <debian at liska.ath.cx>
+Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, tcl-dev, tk-dev
+Standards-Version: 3.9.3
+Section: interpreters
+Homepage: http://tkhtml.tcl.tk/index.html
+Vcs-Git: git://git.debian.org/git/debian-science/packages/tkhtml3.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/tkhtml3.git
+
+Package: tk-html3
+Architecture: any
+Depends: ${tk:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: Render HTML and CSS content with tk
+ Tkhtml3 is a Tk widget that displays content formatted according to
+ the HTML and CSS standards. Tkhtml3 is not an end-user application, it
+ is for Tcl programmers who wish to embed a standards-compliant
+ HTML/CSS implementation in their applications.
+ .
+ This package contains the Tkhtml3 widget and the Hv3 mega-widget.
+
+Package: hv3
+Section: web
+Architecture: all
+Depends: ${tk:Depends}, ${misc:Depends}, tk-html3, libsqlite3-tcl, tcllib
+Recommends: libtk-img, tcl-tls
+Description: Lightweight web browser
+ Hv3 is a cross-platform web browser with support for modern web
+ standards like HTML, CSS, HTTP.
+ .
+ ECMAScript (a.k.a. javascript) is not supported since the corresponding 
+ library (SEE) is installed (not available in Debian yet).

Added: packages-metadata/t/tk-html3.copyright
===================================================================
--- packages-metadata/t/tk-html3.copyright	                        (rev 0)
+++ packages-metadata/t/tk-html3.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,138 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tkhtml.tcl.tk
+Upstream-Author: Dan Kennedy <danielk1977 at gmail.com>
+Source: http://tkhtml.tcl.tk/index.html
+
+Files: *
+Copyright: Copyright (c) 2005-2007 Dan Kennedy
+ Copyright (c) 2005 Eolas Technologies Inc.
+ Copyright (c) 1991-1994 The Regents of the University of California.
+ Copyright (c) 1994-1997 Sun Microsystems, Inc.
+ Copyright (c) 1998-2003, Bryan Oakley
+ Copyright (c) 1998-1999 by Scriptics Corporation.
+ Copyright (c) 1999-2000 Ajuba Solutions.
+ Copyright (c) 2002-2005 ActiveState Corporation.
+ Copyright (C) 2001 Joe English <jenglish at sourceforge.net>.
+License: BSD
+ All rights reserved.
+ .
+ This Open Source project was made possible through the financial support
+ of Eolas Technologies Inc.
+ .
+ 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 Eolas Technologies Inc. nor the names of its
+    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.
+
+Files: hv/snit.tcl hv/snit2.tcl tools/expand
+Copyright: William H. Duquette
+License: MIT alike
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software and its documentation for any purpose, provided
+ that existing copyright notices are retained in all copies and that this
+ notice is included verbatim in any distributions. No written agreement,
+ license, or royalty fee is required for any of the authorized uses.
+ Modifications to this software may be copyrighted by their authors
+ and need not follow the licensing terms described here, provided that
+ the new terms are clearly indicated on the first page of each file where
+ they apply.
+ .
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ MODIFICATIONS.
+ .
+ GOVERNMENT USE: If you are acquiring this software on behalf of the
+ U.S. government, the Government shall have only "Restricted Rights"
+ in the software and related documentation as defined in the Federal 
+ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+ are acquiring the software on behalf of the Department of Defense, the
+ software shall be classified as "Commercial Computer Software" and the
+ Government shall have only "Restricted Rights" as defined in Clause
+ 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+ authors grant the U.S. Government and others acting in its behalf
+ permission to use and distribute the software in accordance with the
+ terms specified in this license.
+ .
+ Note by Ole Streicher <debian at liska.ath.cx>: These files are not used
+ to build the package.
+
+Files: tools/lempar.c
+Copyright: Not applicable
+License: Public domain
+ The author of this program disclaims copyright.
+
+Files: tools/mktclapp.c doc/spec.html
+Copyright: Copyright (c) 1998, 1999 D. Richard Hipp
+License: GPLv2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General 
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ .
+ Author contact information:
+   drh at acm.org
+   http://www.hwaci.com/drh/
+ .
+ Note by Ole Streicher <debian at liska.ath.cx>: These files are not used
+ to build the package.
+
+Files: src/htmlexts.c
+Copyright: Copyright (C) 1997-2000 Peter MacDonald and BrowseX Systems Inc.
+License: LGPLv2+
+ 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; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Library General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Library General 
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+ .
+ Author contact information:
+   peter at browsex.com
+   http://browsex.com
+
+Files: debian/*
+Copyright: not applicable
+License: public-domain
+ Debian packaging by Ole Streicher <debian at liska.ath.cx>

Added: packages-metadata/u/update-manager.control
===================================================================
--- packages-metadata/u/update-manager.control	                        (rev 0)
+++ packages-metadata/u/update-manager.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,81 @@
+# 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: update-manager
+Section: admin
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Stephan Peijnik <debian at sp.or.at>,
+           Michael Vogt <mvo at debian.org>,
+           Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Julian Andres Klode <jak at debian.org>
+Build-Depends: cdbs,
+               gnome-pkg-tools,
+               debhelper (>= 5.0.51),
+               python-support (>= 0.5.6),
+               python
+Build-Depends-Indep: intltool,
+                     python-distutils-extra (>= 1.90),
+                     python-sphinx (>= 0.6.1),
+                     python-gobject-2 (>= 2.16.1),
+                     python-gtk2,
+                     python-apt (>= 0.7.93),
+                     python-dbus,
+                     python-gconf,
+                     python-newt,
+                     lsb-release,
+                     python-vte
+Standards-Version: 3.8.4
+Homepage: http://alioth.debian.org/projects/update-manager/
+Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-manager
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/update-manager
+
+Package: update-manager-core
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends},
+         lsb-release,
+         python-apt (>= 0.7.93)
+Recommends: update-manager-gnome (= ${source:Version})
+Replaces: update-manager (<< 1:0.93.7)
+Conflicts: update-manager (<< 1:0.93.7)
+Description: APT update manager core functionality
+ This package holds the core functionality for the APT update managers
+ such as update-manager, the GNOME update manager. Update managers are
+ applications that help you keep your system up-to-date by providing a
+ nice interface in which you can see the list of updates and install
+ them using APT.
+
+
+Package: update-manager-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libjs-jquery,
+          update-manager-core (= ${source:Version}),
+          update-manager-gnome (= ${source:Version})
+Description: Update Manager API documentation
+ This package contains the API documentation for Update Manager. Please note
+ that this is only useful if you intend to work on Update Manager and does
+ not include any documentation targeted at end-users.
+
+Package: update-manager-gnome
+Architecture: all
+Section: gnome
+Depends: ${python:Depends},
+         ${misc:Depends},
+         update-manager-core (= ${source:Version}),
+         python-gconf,
+         python-dbus,
+         python-gtk2,
+         gksu,
+         python-gobject-2 (>= 2.16.1),
+         python-vte
+Replaces: update-manager (<< 0.200.0~pre0)
+Conflicts: update-manager (<< 0.200.0~pre0)
+Suggests: update-notifier, software-properties-gtk
+Description: GNOME application that manages software updates
+ This is the GNOME software update manager. It checks for updates made
+ available by Debian and third parties running Debian package
+ repositories, and lets the user choose which to install.

Added: packages-metadata/u/update-manager.copyright
===================================================================
--- packages-metadata/u/update-manager.copyright	                        (rev 0)
+++ packages-metadata/u/update-manager.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,118 @@
+This package was debianized by Michiel Sikkes <michiel at eyesopened.nl> on
+Mon, 25 Oct 2004 21:49:07 +0200.
+
+It was downloaded from http://alioth.debian.org/frs/?group_id=100374
+
+Upstream Authors:
+	 Michiel Sikkes <michiel at eyesopened.nl>
+	 Michael Vogt <mvo at debian.org>
+	 Martin Willemoes Hansen <mwh at sysrq.dk>
+         Stephan Peijnik <debian at sp.or.at>
+
+Copyright:
+
+  Copyright (c) 2009 Canonical
+                2009 Stephan Peijnik
+
+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 2 of the
+  License, or (at your option) any later version.
+ 
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+ 
+  You should have received a copy of the GNU General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
+  USA.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL-2'.
+
+For files UpdateManager/Application.py,
+          UpdateManager/Frontend/Gtk/ui.py
+	  UpdateManager/Frontend/Gtk/__init__.py:
+ 
+  Copyright (c) 2004-2009 Canonical
+                2004 Michiel Sikkes
+                2005 Martin Willemoes Hansen
+                2009 Stephan Peijnik
+
+For file UpdateManager/Frontend/Gtk/utils.py:
+
+  Copyright (c) 2004-2009 Canonical
+                2009 Stephan Peijnik
+
+For file UpdateManager/Frontend/GtkCommon/SimpleGtkbuilderApp.py:
+
+  Copyright (C) 2004 Sandino Flores Moreno
+  Copyright (C) 2009 Stephan Peijnik
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2.1 of the License, or (at your option) any later version.
+
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
+  USA.
+
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in `/usr/share/common-licenses/LGPL-2'.
+
+For files UpdateManager/Frontend/GtkCommon/GtkExceptionHandler.py,
+    	  UpdateManager/DistSpecific/Debian/changelog.py,
+	  tests/Frontend/Util/humanize.py,
+	  tests/Frontend/Gtk/utils.py,
+	  tests/Frontend/Gtk/ui.py,
+	  tests/Frontend/Gtk/GtkProgress.py,
+	  tests/Frontend/Gtk/__init__.py,
+	  tests/Frontend/__init__.py,
+	  tests/DistSpecific/__init__.py,
+	  tests/Util/__init__.py,
+	  tests/Backend/PythonApt.py,
+	  tests/Backend/__init__.py:
+  
+  Copyright (c) 2009 Stephan Peijnik
+
+For file UpdateManager/Frontend/Gtk/utils.py:
+  
+  Copyright (c) 2004-2009 Canonical
+                2009 Stephan Peijnik
+
+For file UpdateManager/Frontend/Gtk/ChangelogViewer.py:
+  
+  Copyright (c) 2006 Sebastian Heinlein
+                2007,2009 Canonical
+                2009 Stephan Peijnik
+
+For file UpdateManager/Frontend/Gtk/GtkProgress.py:
+  
+  Copyright (c) 2004,2005,2009 Canonical
+                2009 Stephan Peijnik
+
+For all files in help/:
+
+  Permission is granted to copy, distribute and/or modify this document
+  under the terms of the GNU Free Documentation License, Version 1.1
+  or any later version published by the Free Software Foundation;
+  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+
+On Debian systems, the complete text of the GNU Free Documentation License
+can be found in `/usr/share/common-licenses/GFDL'.
+
+The Debian packaging is 
+Copyright (C) 2009 Stephan Peijnik <debian at sp.or.at>
+              2004 Michiel Sikkes <michiel at eyesopened.nl>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Added: packages-metadata/x/xmlgraphics-commons.control
===================================================================
--- packages-metadata/x/xmlgraphics-commons.control	                        (rev 0)
+++ packages-metadata/x/xmlgraphics-commons.control	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,40 @@
+Source: xmlgraphics-commons
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Fourmond <fourmond at debian.org>, Mathieu Malaterre <malat at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), javahelper
+Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, libmockito-java,
+ libcommons-io-java (>= 1.3.1), junit4, libcommons-logging-java, maven-repo-helper
+Standards-Version: 3.9.3
+Homepage: http://xmlgraphics.apache.org/commons/
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/xmlgraphics-commons
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/xmlgraphics-commons
+
+Package: libxmlgraphics-commons-java
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
+Suggests: libxmlgraphics-commons-java-doc
+Description: reusable components used by Batik and FOP
+ Apache XML Graphics Commons is a library that consists of several
+ reusable components used by Apache Batik and Apache FOP. Many of these
+ components can easily be used separately outside the domains of SVG and
+ XSL-FO. You will find components such as a PDF library, an RTF library,
+ Graphics2D implementations that let you generate PDF & PostScript
+ files, and much more.
+
+Package: libxmlgraphics-commons-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Suggests: libxmlgraphics-commons-java
+Description: reusable components used by Batik and FOP
+ Apache XML Graphics Commons is a library that consists of several
+ reusable components used by Apache Batik and Apache FOP. Many of these
+ components can easily be used separately outside the domains of SVG and
+ XSL-FO. You will find components such as a PDF library, an RTF library,
+ Graphics2D implementations that let you generate PDF & PostScript
+ files, and much more.
+ .
+ This package includes the documentation.

Added: packages-metadata/x/xmlgraphics-commons.copyright
===================================================================
--- packages-metadata/x/xmlgraphics-commons.copyright	                        (rev 0)
+++ packages-metadata/x/xmlgraphics-commons.copyright	2012-11-12 04:01:20 UTC (rev 2554)
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xmlgraphics-commons
+Upstream-Contact: Chris Bowditch, Thomas DeWeese, Christian Geisert,
+ Clay Leeds, Jeremias Märki, Cameron McCormack, Simon Pepping, Jörg
+ Pietschmann
+Source: http://xmlgraphics.apache.org/commons/
+
+Files: *
+Copyright: 2006, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/pom.xml
+Copyright: 2005, The Apache Software Foundation
+Comment: 
+ pom.xml file has been downloaded from
+ <http://github.com/apache/xml-graphics-commons>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2007, Arnaud Vandyck <avdyk at debian.org>,
+ 2011, Damien Raude-Morvan <drazzib at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+  On Debian GNU/Linux system you can find the complete text of the
+  Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'




More information about the Collab-qa-commits mailing list