[Collab-qa-commits] r2701 - in packages-metadata: a b c g h i j k l m n o p q r s t u v

Charles Plessy plessy at alioth.debian.org
Tue May 28 00:01:49 UTC 2013


Author: plessy
Date: 2013-05-28 00:01:49 +0000 (Tue, 28 May 2013)
New Revision: 2701

Added:
   packages-metadata/a/agda-stdlib.control
   packages-metadata/b/baobab.control
   packages-metadata/c/clthreads.control
   packages-metadata/c/clthreads.copyright
   packages-metadata/c/crystalspace.control
   packages-metadata/c/crystalspace.copyright
   packages-metadata/g/ganglia.control
   packages-metadata/g/ganglia.copyright
   packages-metadata/g/gnome-backgrounds.control
   packages-metadata/g/gnome-devel-docs.control
   packages-metadata/g/gnome-devel-docs.copyright
   packages-metadata/g/gnome-icon-theme-extras.control
   packages-metadata/g/gnome-icon-theme-extras.copyright
   packages-metadata/g/gnome-nettool.control
   packages-metadata/g/gnome-nettool.copyright
   packages-metadata/i/igraph.control
   packages-metadata/k/khronos-opengl-man4.control
   packages-metadata/k/khronos-opengl-man4.copyright
   packages-metadata/l/libcommons-fileupload-java.control
   packages-metadata/l/libcommons-fileupload-java.copyright
   packages-metadata/l/libdmapsharing.control
   packages-metadata/l/libdmapsharing.copyright
   packages-metadata/l/libgetopt-java.control
   packages-metadata/l/libgetopt-java.copyright
   packages-metadata/l/libgnumail-java.control
   packages-metadata/l/libgnumail-java.copyright
   packages-metadata/m/maven-antrun-plugin.control
   packages-metadata/m/maven-antrun-plugin.copyright
   packages-metadata/m/monsterz.control
   packages-metadata/m/monsterz.copyright
   packages-metadata/o/ounit.control
   packages-metadata/o/ounit.copyright
   packages-metadata/p/phasex.control
   packages-metadata/p/phasex.copyright
   packages-metadata/p/pkg-php-tools.control
   packages-metadata/r/ruby-bacon.control
   packages-metadata/r/ruby-bacon.copyright
   packages-metadata/r/ruby-slop.control
   packages-metadata/r/ruby-slop.copyright
   packages-metadata/s/swing-layout.control
   packages-metadata/s/swing-layout.copyright
   packages-metadata/t/thunar-vcs-plugin.control
   packages-metadata/t/thunar-vcs-plugin.copyright
   packages-metadata/u/uuidm.control
   packages-metadata/v/vecmath.control
   packages-metadata/v/vecmath.copyright
Modified:
   packages-metadata/a/agda.control
   packages-metadata/a/aisleriot.control
   packages-metadata/a/asc.control
   packages-metadata/a/axis.control
   packages-metadata/b/baobab.copyright
   packages-metadata/c/chemfp.control
   packages-metadata/c/chemfp.copyright
   packages-metadata/g/gd4o.control
   packages-metadata/h/haml-elisp.control
   packages-metadata/h/haml-elisp.copyright
   packages-metadata/h/hedgewars.control
   packages-metadata/i/isc-dhcp.control
   packages-metadata/j/java3d.control
   packages-metadata/j/java3d.copyright
   packages-metadata/j/jcommander.control
   packages-metadata/j/jcommander.copyright
   packages-metadata/l/leveldb.control
   packages-metadata/l/libbsd.control
   packages-metadata/l/libfennec-perl.copyright
   packages-metadata/l/libjgraphx-java.control
   packages-metadata/m/meta-gnome3.control
   packages-metadata/n/node-graceful-fs.control
   packages-metadata/n/node-graceful-fs.copyright
   packages-metadata/p/pkg-php-tools.copyright
   packages-metadata/q/qmidiarp.control
   packages-metadata/q/qmidiarp.copyright
   packages-metadata/s/spice-gtk.control
   packages-metadata/u/uuidm.copyright
Log:
Daily automatic umegaya push

Added: packages-metadata/a/agda-stdlib.control
===================================================================
--- packages-metadata/a/agda-stdlib.control	                        (rev 0)
+++ packages-metadata/a/agda-stdlib.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,81 @@
+Source: agda-stdlib
+Priority: extra
+Section: libs
+Maintainer: Iain Lane <laney at debian.org>
+Uploaders: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               agda-bin (>= 2.3.2),
+               agda-bin (<< 2.3.3~),
+               libghc-agda-dev (>= 2.3.2),
+               libghc-agda-dev (<< 2.3.3~)
+Standards-Version: 3.9.4
+Vcs-Browser: http://git.debian.org/?p=collab-maint/agda-stdlib.git
+Vcs-Git: git://git.debian.org/git/collab-maint/agda-stdlib.git
+Homepage: http://wiki.portal.chalmers.se/agda/
+
+Package: agda-stdlib
+Architecture: all
+Depends: ${misc:Depends},
+         libghc-agda-dev (>= 2.3.2),
+         libghc-agda-dev (<< 2.3.3~)
+Enhances: agda-mode
+Description: standard library for Agda
+ Agda is a dependently typed functional programming language: It has inductive
+ families, which are like Haskell's GADTs, but they can be indexed by values and
+ not just types. It also has parameterised modules, mixfix operators, Unicode
+ characters, and an interactive Emacs interface (the type checker can assist in
+ the development of your code).
+ .
+ Agda is also a proof assistant: It is an interactive system for writing and
+ checking proofs. Agda is based on intuitionistic type theory, a foundational
+ system for constructive mathematics developed by the Swedish logician Per
+ Martin-Löf. It has many similarities with other proof assistants based on
+ dependent types, such as Coq, Epigram and NuPRL.
+ .
+ The Agda standard library contains modules for many common data structures and
+ proof patterns. Modules provided include:
+  - Algebra: Specifying and reasoning about abstract algebraic structures
+  - Category: Using idioms from category theory to structure functional programs
+  - Coinduction: Support for programming coindutively
+  - Data: Data types and properties about data types
+  - Foreign: Relating to the foreign function interface
+  - Induction: A general framework for induction
+  - IO: Input/output related functions
+  - Level: Universe levels
+  - Relations: Properties of and proofs about relations
+  - Size: Sizes used by the sized types mechanism
+ .
+ This package contains the complete library.
+
+Package: agda-stdlib-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: agda-stdlib
+Description: standard library for Agda — documentation
+ Agda is a dependently typed functional programming language: It has inductive
+ families, which are like Haskell's GADTs, but they can be indexed by values and
+ not just types. It also has parameterised modules, mixfix operators, Unicode
+ characters, and an interactive Emacs interface (the type checker can assist in
+ the development of your code).
+ .
+ Agda is also a proof assistant: It is an interactive system for writing and
+ checking proofs. Agda is based on intuitionistic type theory, a foundational
+ system for constructive mathematics developed by the Swedish logician Per
+ Martin-Löf. It has many similarities with other proof assistants based on
+ dependent types, such as Coq, Epigram and NuPRL.
+ .
+ The Agda standard library contains modules for many common data structures and
+ proof patterns. Modules provided include:
+  - Algebra: Specifying and reasoning about abstract algebraic structures
+  - Category: Using idioms from category theory to structure functional programs
+  - Coinduction: Support for programming coindutively
+  - Data: Data types and properties about data types
+  - Foreign: Relating to the foreign function interface
+  - Induction: A general framework for induction
+  - IO: Input/output related functions
+  - Level: Universe levels
+  - Relations: Properties of and proofs about relations
+  - Size: Sizes used by the sized types mechanism
+ .
+ This package contains the hyperlinked library documentation.

Modified: packages-metadata/a/agda.control
===================================================================
--- packages-metadata/a/agda.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/a/agda.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -3,8 +3,8 @@
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iain Lane <laney at debian.org>, Kiwamu Okabe <kiwamu at debian.or.jp>
-Build-Depends: debhelper (>= 7.0),
-               haskell-devscripts (>= 0.8.13~),
+Build-Depends: debhelper (>= 9),
+               haskell-devscripts (>= 0.8.15~),
                cdbs (>> 0.4.58),
                ghc (>= 7.6),
                libghc-binary-dev,
@@ -53,11 +53,10 @@
                      libghc-src-exts-doc, 
                      libghc-quickcheck2-doc,
                      libghc-syb-doc,
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/agda.git;a=summary
 Vcs-Git: git://git.debian.org/git/pkg-haskell/agda.git
 Homepage: http://wiki.portal.chalmers.se/agda/
-DM-Upload-Allowed: yes
 
 Package: libghc-agda-dev
 Architecture: any
@@ -67,7 +66,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: dependently typed functional programming language - development libraries
+Description: dependently typed functional programming language${haskell:ShortBlurb}
  Agda is a dependently typed functional programming language: It has inductive
  families, which are like Haskell's GADTs, but they can be indexed by values and
  not just types. It also has parameterised modules, mixfix operators, Unicode
@@ -80,7 +79,7 @@
  Martin-Löf. It has many similarities with other proof assistants based on
  dependent types, such as Coq, Epigram and NuPRL.
  .
- This package contains the normal library files.
+ ${haskell:Blurb}
 
 Package: libghc-agda-doc
 Architecture: all
@@ -91,7 +90,7 @@
 Replaces: haskell-agda-doc
 Conflicts: haskell-agda-doc (<< 2.2.6-5)
 Provides: haskell-agda-doc
-Description: dependently typed functional programming language - documentation
+Description: dependently typed functional programming language${haskell:ShortBlurb}
  Agda is a dependently typed functional programming language: It has inductive
  families, which are like Haskell's GADTs, but they can be indexed by values and
  not just types. It also has parameterised modules, mixfix operators, Unicode
@@ -104,7 +103,7 @@
  Martin-Löf. It has many similarities with other proof assistants based on
  dependent types, such as Coq, Epigram and NuPRL.
  .
- This package contains the documentation files.
+ ${haskell:Blurb}
 
 Package: agda-mode
 Architecture: all

Modified: packages-metadata/a/aisleriot.control
===================================================================
--- packages-metadata/a/aisleriot.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/a/aisleriot.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -22,7 +22,7 @@
                libgirepository1.0-dev (>= 0.6.3),
                libgconf2-dev,
                libglib2.0-dev (>= 2.32.0),
-               libgtk-3-dev (>= 3.4.0),
+               libgtk-3-dev (>= 3.6.0),
                librsvg2-dev (>= 2.32.0),
                libsm-dev,
                pkg-config (>= 0.15)

Modified: packages-metadata/a/asc.control
===================================================================
--- packages-metadata/a/asc.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/a/asc.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar <sho at debian.org>, Bartosz Fenski <fenio at debian.org>, Alexander Reichle-Schmehl <tolimar at debian.org>, Barry deFreese <bdefreese at debian.org>, Moritz Muehlenhoff <jmm at debian.org>
-Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev, libexpat1-dev, libjpeg-dev, libfreetype6-dev, libpng-dev
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev, libexpat1-dev, libjpeg-dev, libfreetype6-dev, libpng-dev
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/asc/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/asc/
 Homepage: http://www.asc-hq.org
 
 Package: asc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, asc-data (>= ${Upstream-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, asc-data (>= 2.5.0.0)
 Recommends: asc-music
 Description: turn-based strategy game
  Advanced Strategic Command is a free strategy game in the tradition 

Modified: packages-metadata/a/axis.control
===================================================================
--- packages-metadata/a/axis.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/a/axis.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -8,7 +8,7 @@
  Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 7), cdbs, ant-optional, default-jdk, libwsdl4j-java,
  libcommons-logging-java, libcommons-httpclient-java, bnd,
- libcommons-discovery-java, libgnujaf-java, libgnumail-java, libservlet2.5-java,
+ libcommons-discovery-java, libgnumail-java, libservlet3.0-java,
  maven-repo-helper
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/axis
@@ -20,7 +20,7 @@
 Recommends: ant
 Suggests: libaxis-java-doc
 Depends: libwsdl4j-java, libcommons-logging-java, libcommons-discovery-java,
- libcommons-httpclient-java, libgnujaf-java, libgnumail-java, libservlet2.5-java,
+ libcommons-httpclient-java, libgnumail-java, libservlet3.0-java,
  ${misc:Depends}
 Description: SOAP implementation in Java
  Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")

Added: packages-metadata/b/baobab.control
===================================================================
--- packages-metadata/b/baobab.control	                        (rev 0)
+++ packages-metadata/b/baobab.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,41 @@
+# 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: baobab
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 8),
+               gnome-pkg-tools (>= 0.10),
+               autotools-dev,
+               intltool (>= 0.40.0),
+               libglib2.0-dev (>= 2.30.0),
+               libgtk-3-dev (>= 3.8.0),
+               libgtop2-dev (>= 2.12.0),
+               yelp-tools,
+               valac (>= 0.17.4),
+               libgirepository1.0-dev,
+               gobject-introspection
+Standards-Version: 3.9.4
+Homepage: http://live.gnome.org/GnomeUtils
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/baobab
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/baobab
+
+Package: baobab
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: yelp
+Description: GNOME disk usage analyzer
+ Disk Usage Analyzer is a graphical, menu-driven application to analyse
+ disk usage in a GNOME environment. It can easily scan either the whole
+ filesystem tree, or a specific user-requested directory branch (local or
+ remote).
+ .
+ It also auto-detects in real-time any changes made to your home
+ directory as far as any mounted/unmounted device. Disk Usage Analyzer
+ also provides a full graphical treemap window for each selected folder.

Modified: packages-metadata/b/baobab.copyright
===================================================================
--- packages-metadata/b/baobab.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/b/baobab.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,52 +1,25 @@
-This package was debianized by Jim Pick jim at jimpick.com on Sat, 14 Mar
-1998 20:12:23 -0800. And taken over by James LewisMoss on Tue, 7 Sep
-1999 21:58:35 -0400. And later on taken over by Jochen Voss.
-This package was re-debianised by Joe Drew <drew at debian.org> on 
-Sat, 27 Jul 2002 22:23:31 -0400.
-This package was re-debianised by Marco Cabizza <marco87 at gmail.com> on
-Wed, 29 Mar 2006 22:50:40 +0200.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: baobab
+Source: http://ftp.gnome.org/pub/GNOME/sources/baobab/
 
-It was downloaded from
-http://download.gnome.org/sources/gnome-utils/
-
-Copyright:
-
-Parts of the code are copyrighted by the following authors:
-
-	Copyright (C) 2000 Eazel, Inc.
-	Copyright (C) 2001-2006 Jonathan Blandford <jrb at alum.mit.edu>
-	Copyright (C) 2002-2004 Marco Pesenti Gritti
-	Copyright (C) 2002 Stephane Demurget <demurgets at free.fr>
-	Copyright (C) 2003, 2004, 2007 Red Hat, Inc.
-	Copyright (c) 2003 Seth Nickell
-	Copyright (C) 2004-2006 Vincent Noel and others
-	Copyright (C) 2004 Christian Persch
-	Copyright (C) 2006 Dennis Cranston
-	Copyright (C) 2008 Cosimo Cecchi <cosimoc at gnome.org>
-	Copyright (C) 2006, 2007, 2008 Igalia
-	Copyright (c) 2005-2008 Emmanuele Bassi <ebassi at gmail.com>
-	Copyright (C) 2005-2006 Fabio Marzocca <thesaltydog at gmail.com>
-	Copyright (C) 2005-2008 Paolo Maggi
-
-See the /usr/share/doc/gnome-utils/changelog.gz file for a full list
-of contributors and authors.
-
-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'.
-
+Files: *
+Copyright: 2005-2006 Fabio Marzocca  <thesaltydog at gmail.com>
+           2006 Paolo Borelli
+           2006, 2007, 2008 Igalia
+           2003 Red Hat, Inc.
+License: GPL-2.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Modified: packages-metadata/c/chemfp.control
===================================================================
--- packages-metadata/c/chemfp.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/c/chemfp.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -4,11 +4,11 @@
 Maintainer: Debichem Team <debichem-devel at lists.alioth.debian.org>
 Uploaders: Michael Banck <mbanck at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
-               python-all-dev,
+               python-all-dev (>= 2.6.6-3~),
                python-openbabel,
                python-rdkit,
                python-unit
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/chem-fingerprints/
 Vcs-Browser: http://svn.debian.org/wsvn/debichem/unstable/chemfp/
 Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/chemfp

Modified: packages-metadata/c/chemfp.copyright
===================================================================
--- packages-metadata/c/chemfp.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/c/chemfp.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -12,7 +12,7 @@
 
 General Copyright:
 
-    Copyright (c) 2010-2011 Andrew Dalke Scientific, AB
+    Copyright (c) 2010-2013 Andrew Dalke Scientific, AB
 
 General License:
 
@@ -113,5 +113,6 @@
 The Debian packaging is:
 
     Copyright (C) 2012 Michael Banck <mbanck at debian.org>
+    Copyright (C) 2013 The debichem team <debichem-devel at lists.alioth.debian.org>
 
 and is licensed under the same (MIT license) terms as the upstream project.

Added: packages-metadata/c/clthreads.control
===================================================================
--- packages-metadata/c/clthreads.control	                        (rev 0)
+++ packages-metadata/c/clthreads.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,39 @@
+Source: clthreads
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Free Ekanayaka <freee at debian.org>,
+ Jaromír Mikeš <mira.mikes at seznam.cz>
+Build-Depends:
+ debhelper (>= 9),
+ libasound2-dev
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-multimedia/clthreads.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/clthreads.git
+Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/
+
+Package: libclthreads-dev
+Section: libdevel
+Architecture: any
+Depends:
+ libclthreads2 (= ${binary:Version}),
+ ${misc:Depends}
+Multi-Arch: same
+Description: Development file for libclthreads
+ C++ wrapper library around the POSIX threads API.
+ .
+ This package includes the development tools.
+
+Package: libclthreads2
+Section: libs
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Description: POSIX threads C++ access library
+ C++ wrapper library around the POSIX threads API.
+ .
+ This package includes the shared library object.

Added: packages-metadata/c/clthreads.copyright
===================================================================
--- packages-metadata/c/clthreads.copyright	                        (rev 0)
+++ packages-metadata/c/clthreads.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,30 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=202
+Upstream-Name: clthreads
+Upstream-Contact: Fons Adriaensen  <fons at linuxaudio.org>
+Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html
+
+Files: *
+Copyright: 2003-2008 Fons Adriaensen  <fons at linuxaudio.org>
+License: LGPL-2
+
+Files: debian/*
+Copyright: 2009 Free Ekanayaka <freee at debian.org>
+ 2010-2012 Jaromír Mikeš <mira.mikes at seznam.cz>
+ 2010-2012 Alessio Treglia <alessio at debian.org>
+License: LGPL-2
+
+License: LGPL-2
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, 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
+ Lesser General Public License for more details.
+Comment: 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 systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.

Added: packages-metadata/c/crystalspace.control
===================================================================
--- packages-metadata/c/crystalspace.control	                        (rev 0)
+++ packages-metadata/c/crystalspace.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,87 @@
+Source: crystalspace
+Section: libs
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Christian Bayle <bayle at debian.org>, Barry deFreese
+ <bdefreese at debian.org>, Devid Antonio Filoni <d.filoni at ubuntu.com>
+Build-Depends: debhelper (>= 7.2.6), dpkg-dev (>= 1.16.1~), lib3ds-dev, autoconf,
+ libogg-dev, libjpeg-dev, libfreetype6-dev, zlib1g-dev, libode-dev
+ | libode0-dev, libopenal-dev, libcal3d-dev, swig, flex, bison, doxygen,
+ libmng-dev, libsdl1.2-dev, libx11-dev, libcaca-dev, libwxgtk2.8-dev,
+ libcegui-mk2-dev, python-dev, libcppunit-dev,
+ libasound-dev [ linux-any ], liblcms-dev, libcairo-dev, libcairomm-1.0-dev,
+ libgtk2.0-dev, jam, libgl1-mesa-dev | libgl-dev, libvorbis-dev,
+ libxxf86vm-dev, libxaw7-dev, default-jdk, libpng-dev
+Standards-Version: 3.9.4
+Homepage: http://www.crystalspace3d.org/main/Main_Page
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/crystalspace/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/crystalspace/
+
+Package: libcrystalspace-2.0
+Architecture: amd64 armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: crystalspace (<< 1.4.0-1), libcrystalspace (<< 1.4.0+dfsg-2)
+Breaks: crystalspace (<< 1.4.0-1), libcrystalspace (<< 1.4.0+dfsg-2)
+Description: Multiplatform 3D Game Development Kit
+ Crystal Space is a free 3D game toolkit. It can be used for a variety
+ of 3D visualization tasks. Many people will probably be interested in using
+ Crystal Space as the basis of a 3D game, for which it is well suited.
+
+Package: libcrystalspace-dev
+Section: libdevel
+Architecture: amd64 armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcrystalspace-2.0 (= ${binary:Version})
+Replaces: crystalspace-dev
+Conflicts: crystalspace-dev
+Description: Multiplatform 3D Game Development Kit (development files)
+ Crystal Space is a free 3D game toolkit. It can be used for a variety
+ of 3D visualization tasks. Many people will probably be interested in using
+ Crystal Space as the basis of a 3D game, for which it is well suited.
+ .
+ This package provides the development files of Crystal Space.
+
+Package: libcrystalspace-dbg
+Section: debug
+Priority: extra
+Architecture: amd64 armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+Depends: ${misc:Depends}, libcrystalspace-2.0 (= ${binary:Version})
+Description: Multiplatform 3D Game Development Kit (debugging files)
+ Crystal Space is a free 3D game toolkit. It can be used for a variety
+ of 3D visualization tasks. Many people will probably be interested in using
+ Crystal Space as the basis of a 3D game, for which it is well suited.
+ .
+ This package provides the debugging files of Crystal Space.
+
+Package: crystalspace
+Architecture: amd64 armel i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc
+Depends: ${shlibs:Depends}, ${misc:Depends}, crystalspace-data
+ (= ${source:Version}), libcrystalspace-2.0 (= ${binary:Version})
+Description: Multiplatform 3D Game Development Kit (binaries)
+ Crystal Space is a free 3D game toolkit. It can be used for a variety
+ of 3D visualization tasks. Many people will probably be interested in using
+ Crystal Space as the basis of a 3D game, for which it is well suited.
+ .
+ This package provides the binaries of Crystal Space.
+
+Package: crystalspace-data
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: crystalspace (<< 1.4.0-1)
+Breaks: crystalspace (<< 1.4.0-1)
+Description: Multiplatform 3D Game Development Kit (data files)
+ Crystal Space is a free 3D game toolkit. It can be used for a variety
+ of 3D visualization tasks. Many people will probably be interested in using
+ Crystal Space as the basis of a 3D game, for which it is well suited.
+ .
+ This package provides the data files of Crystal Space binaries.
+
+Package: crystalspace-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: documentation for Crystal Space
+ Crystal Space is a free 3D game toolkit. It can be used for a variety
+ of 3D visualization tasks. Many people will probably be interested in using
+ Crystal Space as the basis of a 3D game, for which it is well suited.
+ .
+ This package provides documentation for Crystal Space.

Added: packages-metadata/c/crystalspace.copyright
===================================================================
--- packages-metadata/c/crystalspace.copyright	                        (rev 0)
+++ packages-metadata/c/crystalspace.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,108 @@
+This package was debianized by Devid Antonio Filoni <d.filoni at ubuntu.com> on
+Thu, 15 Jul 2010 18:23:34 +0200. Special thanks to Christian Bayle
+<bayle at debian.org> who made the old Debian package on Fri, 16 Nov 2001
+01:02:10 +0100.
+
+It was downloaded from http://www.crystalspace3d.org/main/Download
+
+Upstream Author:
+
+    Jorrit Tyberghein <jorrit at crystalspace3d.org>
+    Eric Sunshine <sunshine at crystalspace3d.org>
+    Frank Richter <res at crystalspace3d.org>
+    Mårten Svanfeldt <thebolt at crystalspace3d.org>
+
+Copyright:
+
+    Copyright © 1998-2006, Jorrit Tyberghein
+    Copyright © 2002-2007, Mathew Sutcliffe
+    Copyright © 1998-2000, Andrew Zabolotny
+    Copyright © 2007-2008, Michael Gist
+    Copyright © 2003, Boyan Hristov
+    Copyright © 2008, Scott Johnson
+    Copyright © 2003-2008, Frank Richter
+    Copyright © 2004, Peter Amstutz
+    Copyright © 2006, Søren Bøg
+    Copyright © 2005, Dan Hardfeldt
+    Copyright © 2005, Seth Yastrov
+    Copyright © 2002, Bhasker Hariharan
+    Copyright © 1998, Nathaniel Saint Martin
+    Copyright © 1999-2005, Eric Sunshine
+    Copyright © 2001-2003, Matze Braun
+    Copyright © 2001-2002, Luca Pancallo
+    Copyright © 2001, PlaneShift Team
+    Copyright © 2002-2003, Keith Fulton
+    Copyright © 2002, Manjunath Sripadarao
+    Copyright © 2007, Jelle Hellemans
+    Copyright © 2003-2007, Mårten Svanfeldt
+    Copyright © 1993-2002, Christopher Seiwald
+    Copyright © 1993-2002, Perforce Software, Inc
+    Copyright © 2000-2001, W.C.A. Wijngaards
+    Copyright © 2002, Anders Stenberg
+    Copyright © 1999-2000, Free Software Foundation, Inc
+    Copyright © 2001, Matt Reda
+    Copyright © 2001, Norman Kraemer
+    Copyright © 2005-2008, Andrew Mann
+    Copyright © 2005, Adam D. Bradley
+    Copyright © 2001-2003, Martin Geisse
+    Copyright © 1990, University of Michigan
+    Copyright © 2002, Daniel Duhprey
+    Copyright © 1999, Denis Dmitriev
+    Copyright © 2003, Philipp Aumayr
+    Copyright © 2006, Seth Yastrov
+    Copyright © 2000, Thomas Hieber
+    Copyright © 2000-2001, Samuel Humphreys
+    Copyright © 2003, Odes B. Boatwright
+    Copyright © 2006, Dariusz Dawidowski
+    Copyright © 2003, Matthias Braun
+    Copyright © 2006, Michael D. Adams
+    Copyright © 1998, Tor Andersson
+    Copyright © 2003, Neil Mosafi
+    Copyright © 2002-2004, John Harger
+    Copyright © 2003, Philip Aumayr
+    Copyright © 2006, George Yohng
+    Copyright © 2006, Pablo Martin
+    Copyright © 2004, Daniel Fryer
+    Copyright © 2000-2002, Lee Thomason
+    Copyright © 2003, Leandro Motta Barros
+    Copyright © 2006, Kapoulkine Arseny
+    Copyright © 2001, Pierre Terdiman
+    Copyright © 2002, David M. Asbell
+    Copyright © 2008, Andrew Robberts
+    Copyright © 1998-2000, Ivan Avramovic
+    Copyright © 1999-2000, Seth Galbraith
+    Copyright © 2000-2008, Philip Wyett
+    Copyright © 2001, Michael Voase
+
+License:
+
+    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.1'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Devid Antonio Filoni <d.filoni at ubuntu.com>
+
+and is licensed under the GPL version 2, 
+see `/usr/share/common-licenses/GPL-2'.
+
+
+
+License of movierecorder plugin:
+
+    movierecorder plugin is licensed under the GPL version 2,
+    see `/usr/share/common-licenses/GPL-2'.

Added: packages-metadata/g/ganglia.control
===================================================================
--- packages-metadata/g/ganglia.control	                        (rev 0)
+++ packages-metadata/g/ganglia.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,71 @@
+Source: ganglia
+Section: net
+Priority: optional
+Maintainer: Stuart Teasdale <sdt at debian.org>
+Uploaders: Daniel Pocock <daniel at pocock.com.au>
+Homepage: http://www.ganglia.info/
+Build-Depends: debhelper (>> 5.0.0), librrd2-dev, autoconf, autotools-dev, automake, libapr1-dev, libexpat1-dev, python-dev, libconfuse-dev, po-debconf, libxml2-dev, libdbi0-dev, libpcre3-dev, gperf, libtool, rsync
+Standards-Version: 3.8.4
+Vcs-Git: git://git.debian.org/collab-maint/ganglia.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ganglia.git;a=summary
+
+Package: ganglia-monitor
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, libganglia1 (=${binary:Version})
+Description: cluster monitoring toolkit - node daemon
+ Ganglia is a scalable, real-time cluster monitoring environment
+ that collects cluster statistics in an open and well-defined XML format.
+ .
+ This package contains the monitor core program.
+
+Package: ganglia-monitor-python
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}, python, ganglia-monitor (>= ${binary:Version})
+Description: cluster monitoring toolkit - python modules
+ Ganglia is a scalable, real-time cluster monitoring environment
+ that collects cluster statistics in an open and well-defined XML format.
+ .
+ This package contains the monitor core python plugins.
+
+Package: gmetad
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, libganglia1 (=${binary:Version})
+Suggests: ganglia-monitor, ganglia-webfrontend
+Description: cluster monitoring toolkit - Ganglia Meta-Daemon
+ Ganglia is a scalable, real-time cluster monitoring environment
+ that collects cluster statistics in an open and well-defined XML format.
+ .
+ This package contains the 'gmetad' daemon, which collects information from
+ ganglia monitor clients and writes it to RRD databases.
+
+Package: libganglia1
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: cluster monitoring toolkit - shared libraries
+ Ganglia is a scalable, real-time cluster monitoring environment
+ that collects cluster statistics in an open and well-defined XML format.
+ .
+ This package contains shared libraries.
+
+Package: libganglia1-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libganglia1 (=${binary:Version}), ${shlibs:Depends}
+Description: cluster monitoring toolkit - development libraries
+ Ganglia is a scalable, real-time cluster monitoring environment
+ that collects cluster statistics in an open and well-defined XML format.
+ .
+ This package contains development libraries.
+
+Package: ganglia-webfrontend
+Architecture: all
+Depends: ${misc:Depends}, apache | apache-ssl | apache-perl | apache2 | httpd-cgi, php5 | php5-cgi | libapache2-mod-php5, rrdtool, debconf (>= 0.5), libgd2-noxpm | libgd2-xpm
+Recommends: gmetad, php5-gd
+Description: cluster monitoring toolkit - web front-end
+ Ganglia is a scalable, real-time cluster monitoring environment
+ that collects cluster statistics in an open and well-defined XML
+ format.
+ .
+ This package contains the PHP-based web front-end, which displays
+ information gathered by 'gmetad'.

Added: packages-metadata/g/ganglia.copyright
===================================================================
--- packages-metadata/g/ganglia.copyright	                        (rev 0)
+++ packages-metadata/g/ganglia.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,15 @@
+This package was debianized by Preston Smith <psmith at foobird.net> on
+Tue, 16 Apr 2002 22:55:55 -0500.
+
+It was downloaded from http://ganglia.sourceforge.net
+
+Upstream Author: Matt Massie <massie at cs.berkeley.edu>
+
+Copyright:
+
+Copyright (c) 2001 by Matt Massie and The Regents of the University of California
+.  
+All rights reserved.
+
+On Debian GNU/Linux systems, the text of the BSD License can be found in
+/usr/share/common-licenses/BSD.

Modified: packages-metadata/g/gd4o.control
===================================================================
--- packages-metadata/g/gd4o.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/g/gd4o.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -21,6 +21,7 @@
 Architecture: any
 Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${ocaml:Provides}
+Breaks: libgd-gd2-noxpm-ocaml (<< 1.0~alpha5-6~)
 Description: OCaml interface to the GD library -- runtime files
  This package provides an interface to the GD library for
  OCaml programmers.

Added: packages-metadata/g/gnome-backgrounds.control
===================================================================
--- packages-metadata/g/gnome-backgrounds.control	                        (rev 0)
+++ packages-metadata/g/gnome-backgrounds.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,24 @@
+# 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-backgrounds
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               gnome-pkg-tools
+Build-Depends-Indep: intltool
+Standards-Version: 3.9.3
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-backgrounds
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-backgrounds
+
+Package: gnome-backgrounds
+Architecture: all
+Depends: ${misc:Depends}
+Description: Set of backgrounds packaged with the GNOME desktop
+ This is a collection of desktop wallpapers created with GNOME users in
+ mind.

Added: packages-metadata/g/gnome-devel-docs.control
===================================================================
--- packages-metadata/g/gnome-devel-docs.control	                        (rev 0)
+++ packages-metadata/g/gnome-devel-docs.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,33 @@
+# 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-devel-docs
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               autotools-dev,
+               gnome-pkg-tools (>= 0.10),
+               yelp-tools
+Build-Depends-Indep: gnome-doc-utils (>= 0.5.6),
+                     pkg-config
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-devel-docs/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-devel-docs/
+
+Package: gnome-devel-docs
+Architecture: all
+Depends: ${misc:Depends}, yelp
+Description: GNOME developer documentation
+ Documentation for developing for the GNOME desktop environment.
+ It contains:
+  * Platform Overview
+  * Accessibility Guide
+  * Integration Guide
+  * Optimization Guide
+  * Human Interface Guidelines
+  * GNOME Developer Demos

Added: packages-metadata/g/gnome-devel-docs.copyright
===================================================================
--- packages-metadata/g/gnome-devel-docs.copyright	                        (rev 0)
+++ packages-metadata/g/gnome-devel-docs.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,65 @@
+This package was first debianized by Sebastian Dröge <slomo at debian.org> on
+Mon,  1 Oct 2007 09:46:13 +0200.
+
+It was downloaded from: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/
+
+Upstream Author:
+	Vincent Alexander <vpalexander at svn.gnome.org>
+	Shaun McCance  <shaunm at gnome.org>
+
+Copyright:
+
+	For accessibility-devel-guide/*:
+	Copyright © 2008 Vincent Alexander
+	Copyright © 2001-2002 Calum Benson, Brian Cameron, Bill Haneman, Padraig O'Briain, Sharon Snider
+
+	For hig/*:
+	Copyright © 2002-2008 Calum Benson
+	                        Adam Elman
+				Seth Nickell
+				colin z robertson
+
+	For integration-guide/*:
+	Copyright © 2005, 2006 Rosanna Yuen
+	                         Federico Mena-Quintero
+				 Mike Hearn
+	
+	For optimization-guide/*:
+	Copyright © 2004-2005 Callum McKenzie
+	Copyright © 2004-2005 Robert Love
+
+	For platform-demos/*:
+	Copyright © 2010-2011 Shaun McCance
+	Copyright © 2010-2011 Johannes Schmid
+	Copyright © 2010-2011 Daniel G. Siegel
+	Copyright © 2011 P. F. Chimento
+	Copyright © 2011 Chris Kühl
+	Copyright © 2011 John (J5) Palmieri
+
+License:
+
+  Permission is granted to copy, distribute and/or modify this
+  document under the terms of the GNU Free Documentation
+  License (GFDL), 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.
+
+ The complete text of the GNU Free Documentation License can be found in
+ /usr/share/common-licenses/GFDL.
+
+	For platform-overview/*:
+	
+	Copyright © 2005, 2006, 2008, 2011 Shaun McCance
+	Copyright © 2011 Germán Póo-Caamaño
+	Copyright © 2011 Zeeshan Ali (Khattak)
+
+Creative Commons Attribution Share Alike 3.0 License:
+
+	This work is licenced under the Creative Commons Attribution-Share Alike 3.0
+	United States License. To view a copy of this license, visit
+	http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
+	Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
+
+	As a special exception, the copyright holders give you permission to copy,
+	modify, and distribute the example code contained in this document under the
+	terms of your choosing, without restriction.

Added: packages-metadata/g/gnome-icon-theme-extras.control
===================================================================
--- packages-metadata/g/gnome-icon-theme-extras.control	                        (rev 0)
+++ packages-metadata/g/gnome-icon-theme-extras.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,38 @@
+# 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-icon-theme-extras
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Frederic Peters <fpeters at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               gnome-pkg-tools (>= 0.10)
+Build-Depends-Indep: gettext,
+                     hicolor-icon-theme,
+                     intltool (>= 0.40.0),
+                     pkg-config,
+                     icon-naming-utils (>= 0.8.7)
+Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-icon-theme-extras
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-icon-theme-extras
+
+Package: gnome-icon-theme-extras
+Architecture: all
+Section: gnome
+Depends: ${misc:Depends},
+         hicolor-icon-theme,
+         gnome-icon-theme (>= ${gnome:Version}),
+         gnome-icon-theme (<< ${gnome:NextVersion})
+Enhances: gnome-icon-theme
+Description: GNOME Desktop icon theme (additional icons)
+ This package contains the default icon theme used by the GNOME desktop.
+ The icons are used in the panel menu, and in nautilus and other
+ applications, to represent the different applications, files,
+ directories, and devices.
+ .
+ This package contains additional icons for the default GNOME icon
+ theme.

Added: packages-metadata/g/gnome-icon-theme-extras.copyright
===================================================================
--- packages-metadata/g/gnome-icon-theme-extras.copyright	                        (rev 0)
+++ packages-metadata/g/gnome-icon-theme-extras.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,368 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Wed, 21 Apr 2010 08:11:38 +0200.
+
+It was downloaded from <http://download.gnome.org/sources/gnome-icon-theme-extras/>
+
+Copyright:
+
+  Copyright (C) Ulisse Perusin <uli.peru at gmail.com>
+  Copyright (C) Riccardo Buzzotta <raozuzu at yahoo.it>
+  Copyright (C) Josef Vybíral <cornelius at vybiral.info>
+  Copyright (C) Hylke Bons <h.bons at student.rug.nl>
+  Copyright (C) Ricardo González <rick at jinlabs.com>
+  Copyright (C) Lapo Calamandrei <calamandrei at gmail.com>
+  Copyright (C) Rodney Dawes <dobey at novell.com>
+  Copyright (C) Luca Ferretti <elle.uca at libero.it>
+  Copyright (C) Tuomas Kuosmanen <tigert at gimp.org>
+  Copyright (C) Andreas Nilsson <nisses.mail at home.se>
+  Copyright (C) Jakub Steiner <jimmac at novell.com>
+
+License:
+
+  This work is licenced under the Creative Commons Attribution-Share Alike 3.0
+  United States License. To view a copy of this licence, visit
+  http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
+  Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
+
+  When attributing the artwork, using "GNOME Project" is enough.
+  Please link to http://www.gnome.org where available.
+
+The following is the text of the version 3.0 of the Creative Commons
+Attribution Share-Alike license. It was retrieved from
+<http://creativecommons.org/licenses/by-sa/3.0/legalcode> at 
+2007-10-26 09:53:15+00:00.
+
+  License
+
+   THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
+   CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
+   PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK
+   OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
+   PROHIBITED.
+
+   BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
+   AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS
+   LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE
+   RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
+   AND CONDITIONS.
+
+   1. Definitions
+    a. "Adaptation" means a work based upon the Work, or upon the Work and
+       other pre-existing works, such as a translation, adaptation,
+       derivative work, arrangement of music or other alterations of a
+       literary or artistic work, or phonogram or performance and includes
+       cinematographic adaptations or any other form in which the Work may
+       be recast, transformed, or adapted including in any form
+       recognizably derived from the original, except that a work that
+       constitutes a Collection will not be considered an Adaptation for
+       the purpose of this License. For the avoidance of doubt, where the
+       Work is a musical work, performance or phonogram, the
+       synchronization of the Work in timed-relation with a moving image
+       ("synching") will be considered an Adaptation for the purpose of
+       this License.
+    b. "Collection" means a collection of literary or artistic works, such
+       as encyclopedias and anthologies, or performances, phonograms or
+       broadcasts, or other works or subject matter other than works
+       listed in Section 1(f) below, which, by reason of the selection and
+       arrangement of their contents, constitute intellectual creations,
+       in which the Work is included in its entirety in unmodified form
+       along with one or more other contributions, each constituting
+       separate and independent works in themselves, which together are
+       assembled into a collective whole. A work that constitutes a
+       Collection will not be considered an Adaptation (as defined below)
+       for the purposes of this License.
+    c. "Creative Commons Compatible License" means a license that is
+       listed at http://creativecommons.org/compatiblelicenses that has
+       been approved by Creative Commons as being essentially equivalent
+       to this License, including, at a minimum, because that license: (i)
+       contains terms that have the same purpose, meaning and effect as
+       the License Elements of this License; and, (ii) explicitly permits
+       the relicensing of adaptations of works made available under that
+       license under this License or a Creative Commons jurisdiction
+       license with the same License Elements as this License.
+    d. "Distribute" means to make available to the public the original and
+       copies of the Work or Adaptation, as appropriate, through sale or
+       other transfer of ownership.
+    e. "License Elements" means the following high-level license
+       attributes as selected by Licensor and indicated in the title of
+       this License: Attribution, ShareAlike.
+    f. "Licensor" means the individual, individuals, entity or entities
+       that offer(s) the Work under the terms of this License.
+    g. "Original Author" means, in the case of a literary or artistic
+       work, the individual, individuals, entity or entities who created
+       the Work or if no individual or entity can be identified, the
+       publisher; and in addition (i) in the case of a performance the
+       actors, singers, musicians, dancers, and other persons who act,
+       sing, deliver, declaim, play in, interpret or otherwise perform
+       literary or artistic works or expressions of folklore; (ii) in the
+       case of a phonogram the producer being the person or legal entity
+       who first fixes the sounds of a performance or other sounds; and,
+       (iii) in the case of broadcasts, the organization that transmits
+       the broadcast.
+    h. "Work" means the literary and/or artistic work offered under the
+       terms of this License including without limitation any production
+       in the literary, scientific and artistic domain, whatever may be
+       the mode or form of its expression including digital form, such as
+       a book, pamphlet and other writing; a lecture, address, sermon or
+       other work of the same nature; a dramatic or dramatico-musical
+       work; a choreographic work or entertainment in dumb show; a musical
+       composition with or without words; a cinematographic work to which
+       are assimilated works expressed by a process analogous to
+       cinematography; a work of drawing, painting, architecture,
+       sculpture, engraving or lithography; a photographic work to which
+       are assimilated works expressed by a process analogous to
+       photography; a work of applied art; an illustration, map, plan,
+       sketch or three-dimensional work relative to geography, topography,
+       architecture or science; a performance; a broadcast; a phonogram; a
+       compilation of data to the extent it is protected as a
+       copyrightable work; or a work performed by a variety or circus
+       performer to the extent it is not otherwise considered a literary
+       or artistic work.
+    i. "You" means an individual or entity exercising rights under this
+       License who has not previously violated the terms of this License
+       with respect to the Work, or who has received express permission
+       from the Licensor to exercise rights under this License despite a
+       previous violation.
+    j. "Publicly Perform" means to perform public recitations of the Work
+       and to communicate to the public those public recitations, by any
+       means or process, including by wire or wireless means or public
+       digital performances; to make available to the public Works in such
+       a way that members of the public may access these Works from a
+       place and at a place individually chosen by them; to perform the
+       Work to the public by any means or process and the communication to
+       the public of the performances of the Work, including by public
+       digital performance; to broadcast and rebroadcast the Work by any
+       means including signs, sounds or images.
+    k. "Reproduce" means to make copies of the Work by any means including
+       without limitation by sound or visual recordings and the right of
+       fixation and reproducing fixations of the Work, including storage
+       of a protected performance or phonogram in digital form or other
+       electronic medium.
+
+   2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+   limit, or restrict any uses free from copyright or rights arising from
+   limitations or exceptions that are provided for in connection with the
+   copyright protection under copyright law or other applicable laws.
+
+   3. License Grant. Subject to the terms and conditions of this License,
+   Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+   perpetual (for the duration of the applicable copyright) license to
+   exercise the rights in the Work as stated below:
+    a. to Reproduce the Work, to incorporate the Work into one or more
+       Collections, and to Reproduce the Work as incorporated in the
+       Collections;
+    b. to create and Reproduce Adaptations provided that any such
+       Adaptation, including any translation in any medium, takes
+       reasonable steps to clearly label, demarcate or otherwise identify
+       that changes were made to the original Work. For example, a
+       translation could be marked "The original work was translated from
+       English to Spanish," or a modification could indicate "The original
+       work has been modified.";
+    c. to Distribute and Publicly Perform the Work including as
+       incorporated in Collections; and,
+    d. to Distribute and Publicly Perform Adaptations.
+    e. For the avoidance of doubt:
+         i. Non-waivable Compulsory License Schemes. In those
+            jurisdictions in which the right to collect royalties through
+            any statutory or compulsory licensing scheme cannot be waived,
+            the Licensor reserves the exclusive right to collect such
+            royalties for any exercise by You of the rights granted under
+            this License;
+        ii. Waivable Compulsory License Schemes. In those jurisdictions in
+            which the right to collect royalties through any statutory or
+            compulsory licensing scheme can be waived, the Licensor waives
+            the exclusive right to collect such royalties for any exercise
+            by You of the rights granted under this License; and,
+        iii. Voluntary License Schemes. The Licensor waives the right to
+            collect royalties, whether individually or, in the event that
+            the Licensor is a member of a collecting society that
+            administers voluntary licensing schemes, via that society,
+            from any exercise by You of the rights granted under this
+            License.
+
+   The above rights may be exercised in all media and formats whether now
+   known or hereafter devised. The above rights include the right to make
+   such modifications as are technically necessary to exercise the rights
+   in other media and formats. Subject to Section 8(f), all rights not
+   expressly granted by Licensor are hereby reserved.
+
+   4. Restrictions. The license granted in Section 3 above is expressly
+   made subject to and limited by the following restrictions:
+    a. You may Distribute or Publicly Perform the Work only under the
+       terms of this License. You must include a copy of, or the Uniform
+       Resource Identifier (URI) for, this License with every copy of the
+       Work You Distribute or Publicly Perform. You may not offer or
+       impose any terms on the Work that restrict the terms of this
+       License or the ability of the recipient of the Work to exercise the
+       rights granted to that recipient under the terms of the License.
+       You may not sublicense the Work. You must keep intact all notices
+       that refer to this License and to the disclaimer of warranties with
+       every copy of the Work You Distribute or Publicly Perform. When You
+       Distribute or Publicly Perform the Work, You may not impose any
+       effective technological measures on the Work that restrict the
+       ability of a recipient of the Work from You to exercise the rights
+       granted to that recipient under the terms of the License. This
+       Section 4(a) applies to the Work as incorporated in a Collection,
+       but this does not require the Collection apart from the Work itself
+       to be made subject to the terms of this License. If You create a
+       Collection, upon notice from any Licensor You must, to the extent
+       practicable, remove from the Collection any credit as required by
+       Section 4(c), as requested. If You create an Adaptation, upon
+       notice from any Licensor You must, to the extent practicable,
+       remove from the Adaptation any credit as required by Section 4(c),
+       as requested.
+    b. You may Distribute or Publicly Perform an Adaptation only under the
+       terms of: (i) this License; (ii) a later version of this License
+       with the same License Elements as this License; (iii) a Creative
+       Commons jurisdiction license (either this or a later license
+       version) that contains the same License Elements as this License
+       (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
+       Compatible License. If you license the Adaptation under one of the
+       licenses mentioned in (iv), you must comply with the terms of that
+       license. If you license the Adaptation under the terms of any of
+       the licenses mentioned in (i), (ii) or (iii) (the "Applicable
+       License"), you must comply with the terms of the Applicable License
+       generally and the following provisions: (I) You must include a copy
+       of, or the URI for, the Applicable License with every copy of each
+       Adaptation You Distribute or Publicly Perform; (II) You may not
+       offer or impose any terms on the Adaptation that restrict the terms
+       of the Applicable License or the ability of the recipient of the
+       Adaptation to exercise the rights granted to that recipient under
+       the terms of the Applicable License; (III) You must keep intact all
+       notices that refer to the Applicable License and to the disclaimer
+       of warranties with every copy of the Work as included in the
+       Adaptation You Distribute or Publicly Perform; (IV) when You
+       Distribute or Publicly Perform the Adaptation, You may not impose
+       any effective technological measures on the Adaptation that
+       restrict the ability of a recipient of the Adaptation from You to
+       exercise the rights granted to that recipient under the terms of
+       the Applicable License. This Section 4(b) applies to the Adaptation
+       as incorporated in a Collection, but this does not require the
+       Collection apart from the Adaptation itself to be made subject to
+       the terms of the Applicable License.
+    c. If You Distribute, or Publicly Perform the Work or any Adaptations
+       or Collections, You must, unless a request has been made pursuant
+       to Section 4(a), keep intact all copyright notices for the Work and
+       provide, reasonable to the medium or means You are utilizing: (i)
+       the name of the Original Author (or pseudonym, if applicable) if
+       supplied, and/or if the Original Author and/or Licensor designate
+       another party or parties (e.g., a sponsor institute, publishing
+       entity, journal) for attribution ("Attribution Parties") in
+       Licensor's copyright notice, terms of service or by other
+       reasonable means, the name of such party or parties; (ii) the title
+       of the Work if supplied; (iii) to the extent reasonably
+       practicable, the URI, if any, that Licensor specifies to be
+       associated with the Work, unless such URI does not refer to the
+       copyright notice or licensing information for the Work; and (iv) ,
+       consistent with Ssection 3(b), in the case of an Adaptation, a
+       credit identifying the use of the Work in the Adaptation (e.g.,
+       "French translation of the Work by Original Author," or "Screenplay
+       based on original Work by Original Author"). The credit required by
+       this Section 4(c) may be implemented in any reasonable manner;
+       provided, however, that in the case of a Adaptation or Collection,
+       at a minimum such credit will appear, if a credit for all
+       contributing authors of the Adaptation or Collection appears, then
+       as part of these credits and in a manner at least as prominent as
+       the credits for the other contributing authors. For the avoidance
+       of doubt, You may only use the credit required by this Section for
+       the purpose of attribution in the manner set out above and, by
+       exercising Your rights under this License, You may not implicitly
+       or explicitly assert or imply any connection with, sponsorship or
+       endorsement by the Original Author, Licensor and/or Attribution
+       Parties, as appropriate, of You or Your use of the Work, without
+       the separate, express prior written permission of the Original
+       Author, Licensor and/or Attribution Parties.
+    d. Except as otherwise agreed in writing by the Licensor or as may be
+       otherwise permitted by applicable law, if You Reproduce, Distribute
+       or Publicly Perform the Work either by itself or as part of any
+       Adaptations or Collections, You must not distort, mutilate, modify
+       or take other derogatory action in relation to the Work which would
+       be prejudicial to the Original Author's honor or reputation.
+       Licensor agrees that in those jurisdictions (e.g. Japan), in which
+       any exercise of the right granted in Section 3(b) of this License
+       (the right to make Adaptations) would be deemed to be a distortion,
+       mutilation, modification or other derogatory action prejudicial to
+       the Original Author's honor and reputation, the Licensor will waive
+       or not assert, as appropriate, this Section, to the fullest extent
+       permitted by the applicable national law, to enable You to
+       reasonably exercise Your right under Section 3(b) of this License
+       (right to make Adaptations) but not otherwise.
+
+   5. Representations, Warranties and Disclaimer
+
+   UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+   OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
+   KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+   INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+   LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF
+   ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW
+   THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO
+   YOU.
+
+   6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+   LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+   ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+   ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR
+   HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+   7. Termination
+    a. This License and the rights granted hereunder will terminate
+       automatically upon any breach by You of the terms of this License.
+       Individuals or entities who have received Adaptations or
+       Collections from You under this License, however, will not have
+       their licenses terminated provided such individuals or entities
+       remain in full compliance with those licenses. Sections 1, 2, 5, 6,
+       7, and 8 will survive any termination of this License.
+    b. Subject to the above terms and conditions, the license granted here
+       is perpetual (for the duration of the applicable copyright in the
+       Work). Notwithstanding the above, Licensor reserves the right to
+       release the Work under different license terms or to stop
+       distributing the Work at any time; provided, however that any such
+       election will not serve to withdraw this License (or any other
+       license that has been, or is required to be, granted under the
+       terms of this License), and this License will continue in full
+       force and effect unless terminated as stated above.
+
+   8. Miscellaneous
+    a. Each time You Distribute or Publicly Perform the Work or a
+       Collection, the Licensor offers to the recipient a license to the
+       Work on the same terms and conditions as the license granted to You
+       under this License.
+    b. Each time You Distribute or Publicly Perform an Adaptation,
+       Licensor offers to the recipient a license to the original Work on
+       the same terms and conditions as the license granted to You under
+       this License.
+    c. If any provision of this License is invalid or unenforceable under
+       applicable law, it shall not affect the validity or enforceability
+       of the remainder of the terms of this License, and without further
+       action by the parties to this agreement, such provision shall be
+       reformed to the minimum extent necessary to make such provision
+       valid and enforceable.
+    d. No term or provision of this License shall be deemed waived and no
+       breach consented to unless such waiver or consent shall be in
+       writing and signed by the party to be charged with such waiver or
+       consent.
+    e. This License constitutes the entire agreement between the parties
+       with respect to the Work licensed here. There are no
+       understandings, agreements or representations with respect to the
+       Work not specified here. Licensor shall not be bound by any
+       additional provisions that may appear in any communication from
+       You. This License may not be modified without the mutual written
+       agreement of the Licensor and You.
+    f. The rights granted under, and the subject matter referenced, in
+       this License were drafted utilizing the terminology of the Berne
+       Convention for the Protection of Literary and Artistic Works (as
+       amended on September 28, 1979), the Rome Convention of 1961, the
+       WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms
+       Treaty of 1996 and the Universal Copyright Convention (as revised
+       on July 24, 1971). These rights and subject matter take effect in
+       the relevant jurisdiction in which the License terms are sought to
+       be enforced according to the corresponding provisions of the
+       implementation of those treaty provisions in the applicable
+       national law. If the standard suite of rights granted under
+       applicable copyright law includes additional rights not granted
+       under this License, such additional rights are deemed to be
+       included in the License; this License is not intended to restrict
+       the license of any rights under applicable law.
+

Added: packages-metadata/g/gnome-nettool.control
===================================================================
--- packages-metadata/g/gnome-nettool.control	                        (rev 0)
+++ packages-metadata/g/gnome-nettool.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,48 @@
+# 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-nettool
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: autotools-dev,
+               cdbs (>= 0.4.41),
+               debhelper (>= 9),
+               gnome-pkg-tools (>= 0.10),
+               intltool (>= 0.40.0),
+               libglib2.0-dev (>= 2.26.0),
+               libgtk-3-dev (>= 3.0.3),
+               libgtop2-dev,
+               yelp-tools,
+               docbook-xml
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
+Standards-Version: 3.9.4
+Homepage: http://projects.gnome.org/gnome-network/
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-nettool
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-nettool
+
+Package: gnome-nettool
+Architecture: linux-any hurd-any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         dnsutils,
+         finger,
+         iputils-ping | ping,
+         iputils-tracepath,
+         net-tools,
+         nmap,
+         whois
+Suggests: gnome-system-tools
+Description: network information tool for GNOME
+ GNOME Nettool is a network information tool which provides user interfaces for
+ some of the most common command line network tools including:
+    * ifconfig
+    * ping
+    * netstat
+    * traceroute
+    * port scanning
+    * DNS lookup
+    * finger
+    * whois

Added: packages-metadata/g/gnome-nettool.copyright
===================================================================
--- packages-metadata/g/gnome-nettool.copyright	                        (rev 0)
+++ packages-metadata/g/gnome-nettool.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gnome-nettool
+Source: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-nettool/
+
+Files: *
+Copyright: Copyright 2002, 2003 Germán Poo-Caamaño <gpoo at gnome.org>
+           Copyright 2003 William Jon McCann <mccann at jhu.edu>
+           Copyright 2004 Carlos García Campos <carlosgc at gnome.org>
+License: GPL-2+
+
+Files: src/util-mii.c
+Copyright: Copyright 2000 David A. Hinds <dhinds at pcmcia.sourceforge.org>
+           Copyright 1997-2000 Donald Becker <becker at scyld.com>
+           Copyright 2003 Germán Poo-Caamaño <gpoo at gnome.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/h/haml-elisp.control
===================================================================
--- packages-metadata/h/haml-elisp.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/h/haml-elisp.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -5,7 +5,7 @@
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Build-Depends: debhelper (>= 8.0.0), quilt
 Standards-Version: 3.9.3
-Homepage: http://haml-lang.com/
+Homepage: http://haml.info/
 Vcs-Git: git://git.debian.org/collab-maint/haml-elisp.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/haml-elisp.git;a=summary
 

Modified: packages-metadata/h/haml-elisp.copyright
===================================================================
--- packages-metadata/h/haml-elisp.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/h/haml-elisp.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,6 +1,6 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: haml-mode.el
-Source: http://github.com/nex3/haml/tree/master
+Source: http://github.com/nex3/haml-mode
 
 Files: *
 Copyright: © 2007-2009 Hampton Catlin, Nathan Weizenbaum, Chris Eppstein

Modified: packages-metadata/h/hedgewars.control
===================================================================
--- packages-metadata/h/hedgewars.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/h/hedgewars.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,9 +1,10 @@
 Source: hedgewars
 Section: games
 Priority: extra
-Maintainer: Dmitry E. Oboukhov <unera at debian.org>
-Uploaders: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), cmake, cdbs,
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
+ Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
+Build-Depends: debhelper (>= 9), cmake, cdbs,
  libqt4-dev (>= 4.2),
  fp-compiler,
  libsdl1.2-dev,
@@ -13,17 +14,26 @@
  libsdl-net1.2-dev,
  bzip2,
  fp-units-gfx,
- ghc6,
- libghc6-stm-dev,
- libghc6-network-dev,
- libghc6-dataenc-dev,
- libghc6-hslogger-dev,
+ ghc,
+ libghc-stm-dev,
+ libghc-network-dev,
+ libghc-dataenc-dev,
+ libghc-hslogger-dev,
  libghc-utf8-string-dev,
  liblua5.1-dev,
  imagemagick,
  libghc-bytestring-show-dev,
- libghc-deepseq-dev
-Standards-Version: 3.9.2
+ fpc,
+ libpng12-dev,
+ libavcodec-dev,
+ libavformat-dev,
+ freeglut3-dev,
+ libghc-mtl-dev,
+ libghc-parsec3-dev,
+ libghc-vector-dev,
+ qt4-qmake,
+ fp-units-misc
+Standards-Version: 3.9.4
 Homepage: http://hedgewars.org
 VCS-Browser: http://git.debian.org/?p=collab-maint/hedgewars.git;a=summary
 VCS-Git: git://git.debian.org/collab-maint/hedgewars.git
@@ -33,6 +43,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends},
  ttf-dejavu-core,
  ttf-wqy-zenhei,
+ freeglut3,
  hedgewars-data (>= ${source:Upstream-Version})
 Description: Worms style game
  Each player controls a team of several hedgehogs. During the

Added: packages-metadata/i/igraph.control
===================================================================
--- packages-metadata/i/igraph.control	                        (rev 0)
+++ packages-metadata/i/igraph.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,34 @@
+Source: igraph
+Section: libs
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>,
+Build-Depends: debhelper (>= 9), libtool, libxml2-dev, libgmp-dev, libarpack2-dev,
+ libblas-dev, liblapack-dev, automake, autotools-dev, libglpk-dev, libf2c2-dev
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/igraph/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/igraph/trunk/
+Homepage: http://igraph.sourceforge.net/
+
+Package: libigraph0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: library for creating and manipulating graphs
+ igraph is a library for creating and manipulating graphs.
+ It is intended to be as powerful (ie. fast) as possible to enable the
+ analysis of large graphs.
+ .
+ This is the runtime library package.
+
+Package: libigraph0-dev
+Architecture: any
+Section: libdevel
+Depends: libigraph0 (= ${binary:Version}), ${misc:Depends}
+Provides: libigraph-dev
+Description: library for creating and manipulating graphs - development files
+ igraph is a library for creating and manipulating graphs.
+ It is intended to be as powerful (ie. fast) as possible to enable the
+ analysis of large graphs.
+ .
+ This package contains the include files and static library for igraph.

Modified: packages-metadata/i/isc-dhcp.control
===================================================================
--- packages-metadata/i/isc-dhcp.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/i/isc-dhcp.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -9,6 +9,7 @@
  debhelper (>> 7),
  dpkg-dev (>= 1.13.2),
  groff,
+ quilt,
  autoconf,
  automake,
  pkg-config,

Modified: packages-metadata/j/java3d.control
===================================================================
--- packages-metadata/j/java3d.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/j/java3d.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -2,14 +2,14 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>,
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>, Emmanuel Bourg <ebourg at apache.org>,
  Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, libvecmath-java,
+ mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev
+Standards-Version: 3.9.4
 Homepage: http://java3d.dev.java.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java3d/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
-DM-Upload-Allowed: yes
 
 Package: libjava3d-java
 Architecture: all

Modified: packages-metadata/j/java3d.copyright
===================================================================
--- packages-metadata/j/java3d.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/j/java3d.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,24 +1,17 @@
-This package was intially debianized by Petter Reinholdtsen
-<pere at hungry.com> on Fri Sep 19 22:12:39 CEST 2008.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Java 3D
+Source: http://java3d.java.net
 
-It was downloaded using CVS from
-<:pserver:guest at cvs.dev.java.net:/cvs>
-
-All unzipsfx binaries have been removed from the original tarball
-due to the lack of source. They were not used in the build process
-anyway.
-
-File(s): j3d-core/*
-Copyright: Copyright (c) 1997-2008 Sun Microsystems, Inc.
-License: GPLv2
-.
+Files: j3d-core/*
+Copyright: 1997-2008, Sun Microsystems, Inc.
+License: GPL-2 with classpath exception
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-2' file.
-.
+ .
  Linking this library statically or dynamically with other modules is making
  a combined work based on this library. Thus, the terms and conditions of the
  GNU General Public License cover the whole combination.
-.
+ .
  As a special exception, the copyright holders of this library give you
  permission to link this library with independent modules to produce an
  executable, regardless of the license terms of these independent modules,
@@ -30,202 +23,212 @@
  of the library, but you are not obligated to do so. If you do not wish to
  do so, delete this exception statement from your version.
 
-File(s): j3d-core/src/native/ogl/panoramiXext.h
-Copyright: Copyright 1991, 1997 Digital Equipment Corporation, Maynard, Massachusetts.
+Files: j3d-core/src/native/ogl/panoramiXext.h
+Copyright: 1991,1997, Digital Equipment Corporation, Maynard, Massachusetts.
 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.
-.
-  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 DIGITAL EQUIPMENT CORPORATION BE
-  LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT LIMITED TO
-  CONSEQUENTIAL OR INCIDENTAL 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.
-.
-  Except as contained in this notice, the name of Digital Equipment
-  Corporation shall not be used in advertising or otherwise to promote
-  the sale, use or other dealings in this Software without prior
-  written authorization from Digital Equipment Corporation.
+ 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.
+ .
+ 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 DIGITAL EQUIPMENT CORPORATION BE
+ LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, BUT NOT LIMITED TO
+ CONSEQUENTIAL OR INCIDENTAL 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.
+ .
+ Except as contained in this notice, the name of Digital Equipment
+ Corporation shall not be used in advertising or otherwise to promote
+ the sale, use or other dealings in this Software without prior
+ written authorization from Digital Equipment Corporation.
 
-
-File(s): j3d-core/src/native/ogl/{glext,wglext}.h
-Copyright: Copyright 2007 The Khronos Group Inc.
+Files: j3d-core/src/native/ogl/glext.h
+       j3d-core/src/native/ogl/wglext.h
+Copyright: 2007, The Khronos Group Inc.
 License: MIT
-.
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and/or associated documentation
-  files (the "Materials"), to deal in the Materials without
-  restriction, including without limitation the rights to use, copy,
-  modify, merge, publish, distribute, sublicense, and/or sell copies
-  of the Materials, and to permit persons to whom the Materials are
-  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 Materials.
-.
-  THE MATERIALS ARE 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 MATERIALS OR THE USE OR OTHER DEALINGS IN THE
-  MATERIALS.
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and/or associated documentation
+ files (the "Materials"), to deal in the Materials without
+ restriction, including without limitation the rights to use, copy,
+ modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Materials, and to permit persons to whom the Materials are
+ 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 Materials.
+ .
+ THE MATERIALS ARE 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 MATERIALS OR THE USE OR OTHER DEALINGS IN THE
+ MATERIALS.
 
-File(s): j3d-core-utils/*
-Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
+Files: j3d-core-utils/*
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
 License: other
-.
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-.
-  - Redistribution of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-.
-  - Redistribution 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 Sun Microsystems, Inc. or the names of
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-.
-  This software is provided "AS IS," without a warranty of any
-  kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-  WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-  EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
-  BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
-  MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
-  EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-  PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
-  INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
-  THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
-  THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGES.
-.
-  You acknowledge that this software is not designed, licensed or
-  intended for use in the design, construction, operation or
-  maintenance of any nuclear facility.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistribution of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ - Redistribution 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 Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ This software is provided "AS IS," without a warranty of any
+ kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+ WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
+ EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
+ BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
+ MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
+ EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
+ PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
+ INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
+ THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
+ THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ You acknowledge that this software is not designed, licensed or
+ intended for use in the design, construction, operation or
+ maintenance of any nuclear facility.
 
-File(s): j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
-         BBox.java, Basic.java, BottleNeck.java, Bridge.java,
-         Clean.java, Degenerate.java, Desperate.java, Distance.java,
-         EarClip.java, Heap.java, HeapNode.java, Left.java,
-         ListNode.java, NoHash.java, Numerics.java, Orientation.java,
-         PntNode.java, Project.java, Simple.java, Stripifier.java,
-         StripifierStats.java, Triangle.java, Triangulator.java
-Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
+Files: j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/BBox.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Basic.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/BottleNeck.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Bridge.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Clean.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Degenerate.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Desperate.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Distance.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/EarClip.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Heap.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/HeapNode.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Left.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/ListNode.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/NoHash.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Numerics.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Orientation.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/PntNode.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Project.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Simple.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Stripifier.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/StripifierStats.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Triangle.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/Triangulator.java
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
 License: other
-.
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-.
-  - Redistribution of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-.
-  - Redistribution 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 Sun Microsystems, Inc. or the names of
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-.
-  This software is provided "AS IS," without a warranty of any
-  kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-  WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-  EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
-  BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
-  MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
-  EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-  PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
-  INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
-  THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
-  THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGES.
-.
-  You acknowledge that this software is not designed, licensed or
-  intended for use in the design, construction, operation or
-  maintenance of any nuclear facility.
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistribution of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ - Redistribution 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 Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ This software is provided "AS IS," without a warranty of any
+ kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+ WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
+ EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
+ BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
+ MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
+ EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
+ PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
+ INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
+ THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
+ THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ You acknowledge that this software is not designed, licensed or
+ intended for use in the design, construction, operation or
+ maintenance of any nuclear facility.
 
-File(s): j3d-core-utils/src/classes/share/com/sun/j3d/internal/Distance.java
-Copyright: 2007 Sun Microsystems, Inc. All rights reserved.
-License: other | LGPL
-.
+Files: j3d-core-utils/src/classes/share/com/sun/j3d/internal/Distance.java
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
+License: other | LGPL-2.1
  On Debian systems the full text of the GNU Lesser General Public License can be
  found in the `/usr/share/common-licenses/LGPL-2.1' file.
-.
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-.
-  - Redistribution of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
-.
-  - Redistribution 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 Sun Microsystems, Inc. or the names of
-  contributors may be used to endorse or promote products derived from
-  this software without specific prior written permission.
-.
-  This software is provided "AS IS," without a warranty of any
-  kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
-  WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
-  EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
-  BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
-  MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
-  EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
-  PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
-  INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
-  THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
-  THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
-  SUCH DAMAGES.
-.
-  You acknowledge that this software is not designed, licensed or
-  intended for use in the design, construction, operation or
-  maintenance of any nuclear facility.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistribution of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ - Redistribution 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 Sun Microsystems, Inc. or the names of
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ This software is provided "AS IS," without a warranty of any
+ kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
+ WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
+ EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT
+ BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
+ MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO
+ EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE,
+ PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
+ INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE
+ THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE
+ THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ You acknowledge that this software is not designed, licensed or
+ intended for use in the design, construction, operation or
+ maintenance of any nuclear facility.
 
-File(s): j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/
-	 MainFrame.java, JMainFrame.java
-Copyright: Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
-Copyright: Copyright (C) 1996 by Jef Poskanzer <jef at acme.com>.  All rights reserved.
+Files: j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/MainFrame.java
+       j3d-core-utils/src/classes/share/com/sun/j3d/utils/applet/JMainFrame.java
+Copyright: 2007, Sun Microsystems, Inc. All rights reserved.
+           1996, Jef Poskanzer <jef at acme.com>.  All rights reserved.
 License: other | BSD
-.
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
-.
+ .
   * Redistribution of source code must retain the above copyright notice, this
     list of conditions and the following disclaimer.
-.
+ .
   * Redistribution 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 Sun Microsystems, Inc. or the names of contributors may be
  used to endorse or promote products derived from this software without specific
  prior written permission.
-.
+ .
  This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS
  OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED
  WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
@@ -237,13 +240,13 @@
  DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
  OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED
  OF THE POSSIBILITY OF SUCH DAMAGES.
-.
+ .
  You acknowledge that this software is not designed, licensed or intended for
  use in the design, construction, operation or maintenance of any nuclear
  facility.
 
-File(s): debian/*
-Copyright: 2009 Jonny Lamb <jonny at debian.org>
+Files: debian/*
+Copyright: 2009, Jonny Lamb <jonny at debian.org>
 License: GPLv2
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-2' file.

Modified: packages-metadata/j/jcommander.control
===================================================================
--- packages-metadata/j/jcommander.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/j/jcommander.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -4,11 +4,11 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, default-jdk-doc 
-Standards-Version: 3.9.2
+Build-Depends-Indep: libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, default-jdk-doc
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jcommander
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jcommander
-Homepage: http://beust.com/jcommander 
+Homepage: http://jcommander.org/
 
 Package: libjcommander-java
 Architecture: all

Modified: packages-metadata/j/jcommander.copyright
===================================================================
--- packages-metadata/j/jcommander.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/j/jcommander.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,8 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: JCommander
 Upstream-Contact:  Cedric Beust as Developer
- 
-Source: http://beust.com/jcommander
+Upstream-Source: http://jcommander.org/
 
 Files: *
 Copyright: 2012, Cedric Beust

Added: packages-metadata/k/khronos-opengl-man4.control
===================================================================
--- packages-metadata/k/khronos-opengl-man4.control	                        (rev 0)
+++ packages-metadata/k/khronos-opengl-man4.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,35 @@
+Source: khronos-opengl-man4
+Section: doc
+Priority: extra
+Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
+Build-Depends: debhelper (>= 9), docbook-mathml (>= 1.1~), w3-dtd-mathml, docbook-xsl, xsltproc
+Standards-Version: 3.9.4
+Homepage: http://www.opengl.org/sdk/docs/man4/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-nvidia/packages/khronos-opengl4-man/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-nvidia/packages/khronos-opengl4-man/trunk
+
+Package: opengl-4-html-doc
+Architecture: all
+Depends: ${misc:Depends}, doc-base
+Replaces: opengl-4.2-html-doc (<< 1.0~svn21376-1)
+Breaks: opengl-4.2-html-doc (<< 1.0~svn21376-1)
+Description: OpenGL 4 documentation - html pages
+ This is the OpenGL API man pages.
+ .
+ The ARB Ecosystem TSG maintains an up-to-date version of the OpenGL man pages.
+ .
+ The documentation is exactly what is available from:
+ http://www.opengl.org/sdk/docs/man4/xhtml/
+
+Package: opengl-4-man-doc
+Provides: manpages-opengl
+Architecture: all
+Depends: ${misc:Depends}
+Replaces: opengl-4.2-man-doc (<< 1.0~svn21376-1)
+Description: OpenGL 4 documentation - man pages (experimental)
+ This is the OpenGL API man pages.
+ .
+ The ARB Ecosystem TSG maintains an up-to-date version of the OpenGL man pages.
+ .
+ This is experimental man page package until support gets integrated upstream.

Added: packages-metadata/k/khronos-opengl-man4.copyright
===================================================================
--- packages-metadata/k/khronos-opengl-man4.copyright	                        (rev 0)
+++ packages-metadata/k/khronos-opengl-man4.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,398 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OpenGL 4 Reference Pages
+Upstream-Contact: The Khronos Group Inc. <http://www.khronos.org/>
+Source: http://www.opengl.org/sdk/docs/man4/
+
+Files: glActiveTexture.xml
+ glBindTexture.xml
+ glBlendColor.xml
+ glBlendEquation.xml
+ glBlendFuncSeparate.xml
+ glBlendFunc.xml
+ glClearColor.xml
+ glClearDepth.xml
+ glClearStencil.xml
+ glClear.xml
+ glColorMask.xml
+ glCompressedTexImage1D.xml
+ glCompressedTexImage2D.xml
+ glCompressedTexImage3D.xml
+ glCompressedTexSubImage1D.xml
+ glCompressedTexSubImage2D.xml
+ glCompressedTexSubImage3D.xml
+ glCopyTexImage1D.xml
+ glCopyTexImage2D.xml
+ glCopyTexSubImage1D.xml
+ glCopyTexSubImage2D.xml
+ glCopyTexSubImage3D.xml
+ glCullFace.xml
+ glDeleteTextures.xml
+ glDepthFunc.xml
+ glDepthMask.xml
+ glDepthRange.xml
+ glDrawArrays.xml
+ glDrawBuffer.xml
+ glDrawElements.xml
+ glDrawRangeElements.xml
+ glEnable.xml
+ glFinish.xml
+ glFlush.xml
+ glFrontFace.xml
+ glGenTextures.xml
+ glGetCompressedTexImage.xml
+ glGetError.xml
+ glGetString.xml
+ glGetTexImage.xml
+ glGetTexLevelParameter.xml
+ glGetTexParameter.xml
+ glGet.xml
+ glHint.xml
+ glIsEnabled.xml
+ glIsTexture.xml
+ glLineWidth.xml
+ glLogicOp.xml
+ glMultiDrawArrays.xml
+ glMultiDrawElements.xml
+ glPixelStore.xml
+ glPointParameter.xml
+ glPointSize.xml
+ glPolygonMode.xml
+ glPolygonOffset.xml
+ glReadBuffer.xml
+ glReadPixels.xml
+ glSampleCoverage.xml
+ glScissor.xml
+ glStencilFunc.xml
+ glStencilMask.xml
+ glStencilOp.xml
+ glTexImage1D.xml
+ glTexImage2D.xml
+ glTexImage3D.xml
+ glTexParameter.xml
+ glTexSubImage1D.xml
+ glTexSubImage2D.xml
+ glTexSubImage3D.xml
+ glViewport.xml
+Copyright: (c) 1991-2006 Silicon Graphics, Inc.
+License: SGI Free Software B License (v2.0)
+ SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
+ Copyright (C) [dates of first publication] Silicon Graphics, Inc. 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, 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 including the dates of first publication and either this
+ permission notice or a reference to http://oss.sgi.com/projects/FreeB/ 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 SILICON GRAPHICS, INC. 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.
+ .
+ Except as contained in this notice, the name of Silicon Graphics, Inc. shall not be used in
+ advertising or otherwise to promote the sale, use or other dealings in this Software
+ without prior written authorization from Silicon Graphics, Inc.
+
+Files: glActiveShaderProgram.xml
+ glAttachShader.xml
+ glBeginConditionalRender.xml
+ glBeginQueryIndexed.xml
+ glBeginQuery.xml
+ glBeginTransformFeedback.xml
+ glBindAttribLocation.xml
+ glBindBufferBase.xml
+ glBindBufferRange.xml
+ glBindBuffer.xml
+ glBindFragDataLocationIndexed.xml
+ glBindFragDataLocation.xml
+ glBindFramebuffer.xml
+ glBindImageTexture.xml
+ glBindProgramPipeline.xml
+ glBindRenderbuffer.xml
+ glBindSampler.xml
+ glBindTransformFeedback.xml
+ glBindVertexArray.xml
+ glBlendEquationSeparate.xml
+ glBlitFramebuffer.xml
+ glBufferData.xml
+ glBufferSubData.xml
+ glCheckFramebufferStatus.xml
+ glClampColor.xml
+ glClearBuffer.xml
+ glClientWaitSync.xml
+ glCompileShader.xml
+ glCopyBufferSubData.xml
+ glCreateProgram.xml
+ glCreateShaderProgram.xml
+ glCreateShader.xml
+ glDeleteBuffers.xml
+ glDeleteFramebuffers.xml
+ glDeleteProgramPipelines.xml
+ glDeleteProgram.xml
+ glDeleteQueries.xml
+ glDeleteRenderbuffers.xml
+ glDeleteSamplers.xml
+ glDeleteShader.xml
+ glDeleteSync.xml
+ glDeleteTransformFeedbacks.xml
+ glDeleteVertexArrays.xml
+ glDepthRangeArray.xml
+ glDepthRangeIndexed.xml
+ glDetachShader.xml
+ glDrawArraysIndirect.xml
+ glDrawArraysInstancedBaseInstance.xml
+ glDrawArraysInstanced.xml
+ glDrawBuffers.xml
+ glDrawElementsBaseVertex.xml
+ glDrawElementsIndirect.xml
+ glDrawElementsInstancedBaseInstance.xml
+ glDrawElementsInstancedBaseVertexBaseInstance.xml
+ glDrawElementsInstancedBaseVertex.xml
+ glDrawElementsInstanced.xml
+ glDrawRangeElementsBaseVertex.xml
+ glDrawTransformFeedbackInstanced.xml
+ glDrawTransformFeedbackStreamInstanced.xml
+ glDrawTransformFeedbackStream.xml
+ glDrawTransformFeedback.xml
+ glEnableVertexAttribArray.xml
+ glFenceSync.xml
+ glFlushMappedBufferRange.xml
+ glFramebufferRenderbuffer.xml
+ glFramebufferTextureLayer.xml
+ glFramebufferTexture.xml
+ glGenBuffers.xml
+ glGenerateMipmap.xml
+ glGenFramebuffers.xml
+ glGenProgramPipelines.xml
+ glGenQueries.xml
+ glGenRenderbuffers.xml
+ glGenSamplers.xml
+ glGenTransformFeedbacks.xml
+ glGenVertexArrays.xml
+ glGetActiveAtomicCounterBufferiv.xml
+ glGetActiveAttrib.xml
+ glGetActiveSubroutineName.xml
+ glGetActiveSubroutineUniformName.xml
+ glGetActiveSubroutineUniform.xml
+ glGetActiveUniformBlockName.xml
+ glGetActiveUniformBlock.xml
+ glGetActiveUniformName.xml
+ glGetActiveUniformsiv.xml
+ glGetActiveUniform.xml
+ glGetAttachedShaders.xml
+ glGetAttribLocation.xml
+ glGetBufferParameter.xml
+ glGetBufferPointerv.xml
+ glGetBufferSubData.xml
+ glGetFragDataIndex.xml
+ glGetFragDataLocation.xml
+ glGetFramebufferAttachmentParameter.xml
+ glGetInternalFormativ.xml
+ glGetMultisample.xml
+ glGetProgramBinary.xml
+ glGetProgramInfoLog.xml
+ glGetProgramPipelineInfoLog.xml
+ glGetProgramPipeline.xml
+ glGetProgramStage.xml
+ glGetProgram.xml
+ glGetQueryIndexed.xml
+ glGetQueryiv.xml
+ glGetQueryObject.xml
+ glGetRenderbufferParameter.xml
+ glGetSamplerParameter.xml
+ glGetShaderInfoLog.xml
+ glGetShaderPrecisionFormat.xml
+ glGetShaderSource.xml
+ glGetShader.xml
+ glGetSubroutineIndex.xml
+ glGetSubroutineUniformLocation.xml
+ glGetSync.xml
+ glGetTransformFeedbackVarying.xml
+ glGetUniformBlockIndex.xml
+ glGetUniformIndices.xml
+ glGetUniformLocation.xml
+ glGetUniformSubroutine.xml
+ glGetUniform.xml
+ glGetVertexAttribPointerv.xml
+ glGetVertexAttrib.xml
+ glIsBuffer.xml
+ glIsFramebuffer.xml
+ glIsProgramPipeline.xml
+ glIsProgram.xml
+ glIsQuery.xml
+ glIsRenderbuffer.xml
+ glIsSampler.xml
+ glIsShader.xml
+ glIsSync.xml
+ glIsTransformFeedback.xml
+ glIsVertexArray.xml
+ glLinkProgram.xml
+ glMapBufferRange.xml
+ glMapBuffer.xml
+ glMemoryBarrier.xml
+ glMinSampleShading.xml
+ glMultiDrawElementsBaseVertex.xml
+ glPatchParameter.xml
+ glPauseTransformFeedback.xml
+ glPrimitiveRestartIndex.xml
+ glProgramBinary.xml
+ glProgramParameter.xml
+ glProgramUniform.xml
+ glProvokingVertex.xml
+ glQueryCounter.xml
+ glReleaseShaderCompiler.xml
+ glRenderbufferStorageMultisample.xml
+ glRenderbufferStorage.xml
+ glResumeTransformFeedback.xml
+ glSampleMaski.xml
+ glSamplerParameter.xml
+ glScissorArray.xml
+ glScissorIndexed.xml
+ glShaderBinary.xml
+ glShaderSource.xml
+ glStencilFuncSeparate.xml
+ glStencilMaskSeparate.xml
+ glStencilOpSeparate.xml
+ glTexBuffer.xml
+ glTexImage2DMultisample.xml
+ glTexImage3DMultisample.xml
+ glTexStorage1D.xml
+ glTexStorage2D.xml
+ glTexStorage3D.xml
+ glTransformFeedbackVaryings.xml
+ glUniformBlockBinding.xml
+ glUniformSubroutines.xml
+ glUniform.xml
+ glUseProgramStages.xml
+ glUseProgram.xml
+ glValidateProgramPipeline.xml
+ glValidateProgram.xml
+ glVertexAttribDivisor.xml
+ glVertexAttribPointer.xml
+ glVertexAttrib.xml
+ glViewportArray.xml
+ glViewportIndexed.xml
+ glWaitSync.xml
+ removedTypes.xml
+Copyright: (c) 2008-2012 The Khronos Group Inc.
+License: openpub
+ Open Publication License
+ v1.0, 8 June 1999
+ .
+ I. REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED VERSIONS
+ .
+ The Open Publication works may be reproduced and distributed in whole or in
+ part, in any medium physical or electronic, provided that the terms of this
+ license are adhered to, and that this license or an incorporation of it by
+ reference (with any options elected by the author(s) and/or publisher) is
+ displayed in the reproduction.
+ .
+ Proper form for an incorporation by reference is as follows:
+ .
+     Copyright (c) <year> by <author's name or designee>. This material may be
+     distributed only subject to the terms and conditions set forth in the Open
+     Publication License, vX.Y or later (the latest version is presently
+     available at http://www.opencontent.org/openpub/).
+ .
+ The reference must be immediately followed with any options elected by the
+ author(s) and/or publisher of the document (see section VI).
+ .
+ Commercial redistribution of Open Publication-licensed material is permitted.
+ .
+ Any publication in standard (paper) book form shall require the citation of the
+ original publisher and author. The publisher and author's names shall appear on
+ all outer surfaces of the book. On all outer surfaces of the book the original
+ publisher's name shall be as large as the title of the work and cited as
+ possessive with respect to the title.
+ .
+ II. COPYRIGHT
+ .
+ The copyright to each Open Publication is owned by its author(s) or designee.
+ .
+ III. SCOPE OF LICENSE
+ .
+ The following license terms apply to all Open Publication works, unless
+ otherwise explicitly stated in the document.
+ .
+ Mere aggregation of Open Publication works or a portion of an Open Publication
+ work with other works or programs on the same media shall not cause this
+ license to apply to those other works. The aggregate work shall contain a
+ notice specifying the inclusion of the Open Publication material and
+ appropriate copyright notice.
+ .
+ SEVERABILITY. If any part of this license is found to be unenforceable in any
+ jurisdiction, the remaining portions of the license remain in force.
+ .
+ NO WARRANTY. Open Publication works are licensed and provided "as is" without
+ warranty of any kind, express or implied, including, but not limited to, the
+ implied warranties of merchantability and fitness for a particular purpose or a
+ warranty of non-infringement.
+ .
+ IV. REQUIREMENTS ON MODIFIED WORKS
+ .
+ All modified versions of documents covered by this license, including
+ translations, anthologies, compilations and partial documents, must meet the
+ following requirements:
+ .
+    1. The modified version must be labeled as such.
+    2. The person making the modifications must be identified and the
+       modifications dated.
+    3. Acknowledgement of the original author and publisher if applicable must
+       be retained according to normal academic citation practices.
+    4. The location of the original unmodified document must be identified.
+    5. The original author's (or authors') name(s) may not be used to assert or
+       imply endorsement of the resulting document without the original author's
+       (or authors') permission.
+ .
+ V. GOOD-PRACTICE RECOMMENDATIONS
+ .
+ In addition to the requirements of this license, it is requested from and
+ strongly recommended of redistributors that:
+ .
+    1. If you are distributing Open Publication works on hardcopy or CD-ROM, you
+       provide email notification to the authors of your intent to redistribute
+       at least thirty days before your manuscript or media freeze, to give the
+       authors time to provide updated documents. This notification should
+       describe modifications, if any, made to the document.
+    2. All substantive modifications (including deletions) be either clearly
+       marked up in the document or else described in an attachment to the
+       document.
+    3. Finally, while it is not mandatory under this license, it is considered
+       good form to offer a free copy of any hardcopy and CD-ROM expression of
+       an Open Publication-licensed work to its author(s).
+ .
+ VI. LICENSE OPTIONS
+ .
+ The author(s) and/or publisher of an Open Publication-licensed document may
+ elect certain options by appending language to the reference to or copy of the
+ license. These options are considered part of the license instance and must be
+ included with the license (or its incorporation by reference) in derived works.
+ .
+ A. To prohibit distribution of substantively modified versions without the
+ explicit permission of the author(s). "Substantive modification" is defined as
+ a change to the semantic content of the document, and excludes mere changes in
+ format or typographical corrections.
+ .
+ To accomplish this, add the phrase `Distribution of substantively modified
+ versions of this document is prohibited without the explicit permission of the
+ copyright holder.' to the license reference or copy.
+ .
+ B. To prohibit any publication of this work or derivative works in whole or in
+ part in standard (paper) book form for commercial purposes is prohibited unless
+ prior permission is obtained from the copyright holder.
+ .
+ To accomplish this, add the phrase 'Distribution of the work or derivative of
+ the work in any standard (paper) book form is prohibited unless prior
+ permission is obtained from the copyright holder.' to the license reference or
+ copy.
+
+Files: debian/*
+Copyright: © 2012 Mathieu Malaterre <malat at debian.org>
+License: openpub
+ Same as above

Modified: packages-metadata/l/leveldb.control
===================================================================
--- packages-metadata/l/leveldb.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/l/leveldb.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -8,8 +8,8 @@
 XS-Testsuite: autopkgtest
 Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/leveldb/
-Vcs-Git: git://git.debian.org/collab-maint/leveldb.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/leveldb.git
+Vcs-Git: git://anonscm.debian.org/collab-maint/leveldb.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/leveldb.git
 
 Package: libleveldb1
 Section: libs

Modified: packages-metadata/l/libbsd.control
===================================================================
--- packages-metadata/l/libbsd.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/l/libbsd.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -4,10 +4,10 @@
 Maintainer: Debian GNU/kFreeBSD <debian-bsd at lists.debian.org>
 Uploaders: Hector Garcia <hector at debian.org>,
  Guillem Jover <guillem at debian.org>, Aurelien Jarno <aurel32 at debian.org>
-Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/libbsd/
-Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/libbsd/
-Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 8.1.3)
-Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/viewvc/glibc-bsd/trunk/libbsd/
+Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/libbsd/
+Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9)
+Standards-Version: 3.9.4
 Homepage: http://libbsd.freedesktop.org/
 
 Package: libbsd-dev
@@ -31,7 +31,7 @@
   * closefrom.
   * expand_number, dehumanize_number, humanize_number, strtonum, fmtcheck.
   * errc, verrc, vwarnc, warnc.
-  * fgetln, flopen, fpurge.
+  * fgetln, fparseln, fgetwln, flopen, fpurge.
   * getmode, setmode, strmode,
   * getpeereid.
   * getprogname, setprogname, setproctitle.
@@ -41,7 +41,9 @@
   * readpassphrase.
   * reallocf.
   * strlcpy, strlcat.
+  * strnstr.
   * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis.
+  * wcslcat, wcslcpy.
  .
  Also included are some queue macro definitions not present on includes
  from glibc.

Added: packages-metadata/l/libcommons-fileupload-java.control
===================================================================
--- packages-metadata/l/libcommons-fileupload-java.control	                        (rev 0)
+++ packages-metadata/l/libcommons-fileupload-java.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,41 @@
+Source: libcommons-fileupload-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
+Build-Depends-Indep: libservlet3.0-java, libcommons-io-java, libportlet-api-2.0-spec-java,
+ maven-repo-helper, libmaven-javadoc-plugin-java
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-fileupload-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-fileupload-java/
+Homepage: http://commons.apache.org/fileupload/
+
+Package: libcommons-fileupload-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: File upload capability to your servlets and web applications
+ The Commons FileUpload package makes it easy to add robust, high-performance,
+ file upload capability to your servlets and web applications.
+ .
+ FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File 
+ Upload in HTML". That is, if an HTTP request is submitted using the POST 
+ method, and with a content type of "multipart/form-data", then FileUpload
+ can parse that request, and make the results available in a manner easily
+ used by the caller.
+
+Package: libcommons-fileupload-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libcommons-fileupload-java
+Description: Javadoc API documentation for Commons FileUploads
+ FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File
+ Upload in HTML". That is, if an HTTP request is submitted using the POST
+ method, and with a content type of "multipart/form-data", then FileUpload
+ can parse that request, and make the results available in a manner easily
+ used by the caller.
+ .
+ This package contains Javadoc API documentation for Commons FileUpload.

Added: packages-metadata/l/libcommons-fileupload-java.copyright
===================================================================
--- packages-metadata/l/libcommons-fileupload-java.copyright	                        (rev 0)
+++ packages-metadata/l/libcommons-fileupload-java.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons FileUpload
+Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
+Source: http://www.apache.org/dist/commons/fileupload/
+
+Files: *
+Copyright: 2002-2013, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Martin Cooper <martinc at apache.org>
+                   dIon Gillard <dion at apache.org>,
+                   John McNally <jmcnally at collab.net>,
+                   Daniel Rall <dlr at finemaltcoding.com>,
+                   Jason van Zyl <jason at zenplex.com>,
+                   Robert Burrell Donkin <rdonkin at apache.org>,
+                   Sean C. Sullivan <sean at seansullivan.com>,
+                   Jochen Wiedmann <jochen.wiedmann at gmail.com>,
+                   Aaron Freeman <aaron at sendthisfile.com>,
+                   Gary Gregory <ggregory at seagullsw.com>,
+                   Michael Macaluso <michael.public at wavecorp.com>,
+                   Amichai Rothman <amichai2 at amichais.net>,
+                   Alexander Sova <bird at noir.crocodile.org>,
+                   Thomas Vandahl <tv at apache.org>,
+                   Henry Yandell <bayard at apache.org>
+
+Files: debian/*
+Copyright: 2003, Arnaud Vandyck <arnaud.vandyck at ulg.ac.be>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the full text of the Apache License can be found
+ in the file `/usr/share/common-licenses/Apache-2.0'.

Added: packages-metadata/l/libdmapsharing.control
===================================================================
--- packages-metadata/l/libdmapsharing.control	                        (rev 0)
+++ packages-metadata/l/libdmapsharing.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,57 @@
+# 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: libdmapsharing
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 9),
+               cdbs (>= 0.4.73),
+               gnome-pkg-tools,
+               gtk-doc-tools (>= 1.0),
+               pkg-config,
+               libglib2.0-dev,
+               libgdk-pixbuf2.0-dev,
+               libavahi-client-dev (>= 0.6),
+               libavahi-glib-dev (>= 0.6),
+               libsoup2.4-dev (>= 2.32),
+               libgstreamer1.0-dev,
+               libgstreamer-plugins-base1.0-dev (>= 1.0.6),
+               libgtk2.0-dev,
+               zlib1g-dev
+Standards-Version: 3.9.4
+Homepage: http://www.flyn.org/projects/libdmapsharing/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/libdmapsharing/
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/libdmapsharing/
+
+Package: libdmapsharing-3.0-2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: DMAP client and server library - runtime
+ libdmapsharing is a library to access and share content through the
+ DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
+ and libsoup.
+ .
+ This package contains the runtime needed by programs using the
+ library.
+
+Package: libdmapsharing-3.0-dev
+Section: libdevel
+Architecture: any
+Depends: libdmapsharing-3.0-2 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev,
+         libsoup2.4-dev,
+         libgstreamer1.0-dev
+Description: DMAP client and server library - development
+ libdmapsharing is a library to access and share content through the
+ DMAP (DAAP & DPAP) protocols. The library is written in C using GObject
+ and libsoup.
+ .
+ This package contains the development library and headers needed to
+ build programs using the library.

Added: packages-metadata/l/libdmapsharing.copyright
===================================================================
--- packages-metadata/l/libdmapsharing.copyright	                        (rev 0)
+++ packages-metadata/l/libdmapsharing.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,42 @@
+This package was debianized by Josselin Mouette on
+Tue, 29 Mar 2011 21:00:46 +0530.
+
+It was downloaded from http://www.flyn.org/projects/libdmapsharing/download.html
+
+Upstream authors:
+
+    Andre Moreira Magalhaes <andrunko at gmail.com>
+    Jonathan Matthew <jonathan at d14n.org>
+    William Jon McCann  <jmccann at redhat.com>
+    W. Michael Petullo <mike at flyn.org>
+    Charles Schmidt <cschmidt2 at gmail.com>
+    Alexandre Rosenfeld <alexandre.rosenfeld at gmail.com>
+    Noah Alcantara <black.ic at gmail.com>
+
+Copyright:
+
+    Copyright © 2004, 2005 Charles Schmidt
+    Copyright © 2004       David Hammerton
+    Copyright © 2006       INdT
+    Copyright © 2006       William Jon McCann
+    Copyright © 2008       Jonathan Matthew
+    Copyright © 2008-2011  W. Michael Petullo
+    Copyright © 2010       Alexandre Rosenfeld
+
+License:
+
+   This package is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 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
+   Lesser 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 Lesser General
+Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

Modified: packages-metadata/l/libfennec-perl.copyright
===================================================================
--- packages-metadata/l/libfennec-perl.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/l/libfennec-perl.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -4,7 +4,7 @@
 Upstream-Contact: Chad Granum <exodist7 at gmail.com>
 
 Files: *
-Copyright: 2011, Chad Granum <exodist7 at gmail.com>
+Copyright: 2013, Chad Granum <exodist7 at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: packages-metadata/l/libgetopt-java.control
===================================================================
--- packages-metadata/l/libgetopt-java.control	                        (rev 0)
+++ packages-metadata/l/libgetopt-java.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,47 @@
+Source: libgetopt-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo at gambaru.de>
+Build-Depends:
+ debhelper (>= 9),
+ javahelper (>= 0.33~),
+ maven-repo-helper (>= 1.6~)
+Build-Depends-Indep:
+ default-jdk,
+ default-jdk-doc
+Standards-Version: 3.9.4
+Homepage: http://www.urbanophile.com/arenn/hacking/download.html
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libgetopt-java/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libgetopt-java/
+
+Package: libgetopt-java
+Architecture: all
+Depends:
+ ${misc:Depends}
+Recommends:
+ ${java:Recommends}
+Suggests:
+ libgetopt-java-doc
+Description: GNU getopt - Java port
+ The GNU Java getopt classes support short and long argument parsing
+ in a manner 100% compatible with the version of GNU getopt in glibc
+ 2.0.6 with a mostly compatible programmer's interface as well. Note that
+ this is a port, not a new implementation.
+
+Package: libgetopt-java-doc
+Architecture: all
+Section: doc
+Depends:
+ ${java:Depends},
+ ${misc:Depends}
+Recommends:
+ ${java:Recommends}
+Description: GNU getopt - Java port (doc)
+ The GNU Java getopt classes support short and long argument parsing
+ in a manner 100% compatible with the version of GNU getopt in glibc
+ 2.0.6 with a mostly compatible programmer's interface as well. Note that
+ this is a port, not a new implementation.
+ .
+ This package contains the Java Programming API docs.

Added: packages-metadata/l/libgetopt-java.copyright
===================================================================
--- packages-metadata/l/libgetopt-java.copyright	                        (rev 0)
+++ packages-metadata/l/libgetopt-java.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GNU getopt - Java Port
+Source: http://www.urbanophile.com/arenn/hacking/download.html
+
+Files: *
+Copyright: 2001-2012, Aaron M. Renn <arenn at urbanophile.com>
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 1999,      Stephane Bortzmeyer <bortzmeyer at debian.org>
+           2001-2003, Takashi Okamoto <tora at debian.org>
+           2005,      Wolfgang Baer <WBaer at gmx.de>
+           2006,      Arnaud Vandyck <avdyk at debian.org>
+           2009,      Michael Koch <konqueror at gmx.de>
+           2009,2011  Niels Thykier <niels at thykier.net>
+           2010,      Gabriele Giacone <1o5g4r8o at gmail.com>
+           2011,      Torsten Werner <twerner at debian.org>
+           2013,      Markus Koschany <apo at gambaru.de>
+License: LGPL-2+
+
+License: LGPL-2+
+ 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.
+ .
+ You should have received a copy of the GNU Library 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 full text of the GNU Library Public License, can be
+ found in the file /usr/share/common-licenses/LGPL-2.

Added: packages-metadata/l/libgnumail-java.control
===================================================================
--- packages-metadata/l/libgnumail-java.control	                        (rev 0)
+++ packages-metadata/l/libgnumail-java.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,35 @@
+Source: libgnumail-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>, Jakub Adam <jakub.adam at ktknet.cz>
+Build-Depends: debhelper (>= 8), cdbs (>= 0.4.5.3), ant, maven-repo-helper
+Build-Depends-Indep: default-jdk, libgnuinet-java, bnd, default-jdk-doc
+Standards-Version: 3.9.4
+Homepage: http://savannah.gnu.org/projects/classpathx
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libgnumail-java/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libgnumail-java/
+
+Package: libgnumail-java
+Architecture: all
+Depends: libgnuinet-java, ${misc:Depends}
+Suggests: libgnumail-java-doc
+Description: free implementation of the javamail API
+ The javamail API provides abstract classes that model a mail 
+ system. With the GNU free implementation of the javamail API, you can 
+ send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and
+ NNTP
+
+Package: libgnumail-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc, libgnuinet-java
+Suggests: libgnumail-java
+Description: free implementation of the javamail API (Javadocs)
+ The javamail API provides abstract classes that model a mail 
+ system. With the GNU free implementation of the javamail API, you can 
+ send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and
+ NNTP.
+ .
+ This package provides the documentation for libgnumail-java

Added: packages-metadata/l/libgnumail-java.copyright
===================================================================
--- packages-metadata/l/libgnumail-java.copyright	                        (rev 0)
+++ packages-metadata/l/libgnumail-java.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,39 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Upstream-Name: GNU JavaMail
+
+Files: *
+Copyright: 2000, Andrew Selkirk 
+           2001, Benjamin A. Speakmon
+           2006, Cedric Hyppolite <cedric.hyppolite at free.fr> 
+           1999, 2002-2006, Chris Burdess <dog at gnu.org>
+           1996-2002, 2004-2005, The Free Software Foundation
+License: GPL-2+ with linking exception
+
+Files: debian/*
+Copyright: 2003, Arnaud Vandyck <avdyk at debian.org>
+           2011, Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+License: GPL-2+ with linking exception
+
+License: GPL-2+ with linking exception
+ GNU JavaMail 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.
+ .
+ GNU JavaMail 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 library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ As a special exception, if you link this library with other files to
+ produce an executable, this library does not by itself cause the
+ resulting executable to be covered by the GNU General Public License.
+ This exception does not however invalidate any other reasons why the
+ executable file might be covered by the GNU General Public License.
+ .
+ On Debian based system, the full text of the GNU GPL license can be found in:
+ /usr/share/common-licenses/GPL-2

Modified: packages-metadata/l/libjgraphx-java.control
===================================================================
--- packages-metadata/l/libjgraphx-java.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/l/libjgraphx-java.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, quilt,
  fop
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgraphx-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgraphx-java
 Homepage: http://www.jgraph.com/jgraphx.html
@@ -16,8 +16,8 @@
 Priority: optional
 Depends: libxerces2-java, ${misc:Depends}
 Description: Java Swing Diagramming Library
- JGraph X is based on the mxGraph architecture, a re-designed core based 
- on JGraph experience. 
+ JGraph X is based on the mxGraph architecture, a re-designed core based
+ on JGraph experience.
  .
  The new library API is designed to provide a much lower learning curve as
  well as making the feature set easier to extend and integrate. Sharing the
@@ -39,8 +39,8 @@
 Priority: optional
 Suggests: libjgraphx-java
 Description: Java Swing Diagramming Library - API documentation and manual
- JGraph X is based on the mxGraph architecture, a re-designed core based 
- on JGraph experience. 
+ JGraph X is based on the mxGraph architecture, a re-designed core based
+ on JGraph experience.
  .
  The new library API is designed to provide a much lower learning curve as
  well as making the feature set easier to extend and integrate. Sharing the

Added: packages-metadata/m/maven-antrun-plugin.control
===================================================================
--- packages-metadata/m/maven-antrun-plugin.control	                        (rev 0)
+++ packages-metadata/m/maven-antrun-plugin.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,36 @@
+Source: maven-antrun-plugin
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
+Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), ant (>= 1.8.2),
+ libmaven2-core-java, libplexus-utils-java, libmaven-plugin-tools-java
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-antrun-plugin
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-antrun-plugin/
+Homepage: http://maven.apache.org/plugins/maven-antrun-plugin/
+
+Package: libmaven-antrun-plugin-java
+Architecture: all
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Description: Maven AntRun Plugin
+ Maven is a software project management and comprehension tool. Based on the
+ concept of a project object model (POM), Maven can manage a project's build,
+ reporting and documentation from a central piece of information.
+ .
+ Maven's primary goal is to allow a developer to comprehend the complete
+ state of a development effort in the shortest period of time. In order to
+ attain this goal there are several areas of concern that Maven attempts
+ to deal with:
+ .
+    * Making the build process easy
+    * Providing a uniform build system
+    * Providing quality project information
+    * Providing guidelines for best practices development
+    * Allowing transparent migration to new features
+ .
+ The Maven Antrun Plugin runs Ant scripts embedded in the POM
+
+

Added: packages-metadata/m/maven-antrun-plugin.copyright
===================================================================
--- packages-metadata/m/maven-antrun-plugin.copyright	                        (rev 0)
+++ packages-metadata/m/maven-antrun-plugin.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,20 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Maven AntRun Plugin
+Upstream-Contact: Apache Maven team
+Source: http://maven.apache.org/
+
+Files: *
+Copyright: 2001-2011, The Apache Software Foundation.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Copyright 2009, Ludovic Claude <ludovic.claude at laposte.net>
+License: GPL-3+
+
+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'.
+
+License: GPL-3+
+  On Debian GNU/Linux system you can find the complete text of the
+  GPL-3 license in '/usr/share/common-licenses/GPL-3'

Modified: packages-metadata/m/meta-gnome3.control
===================================================================
--- packages-metadata/m/meta-gnome3.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/m/meta-gnome3.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -7,7 +7,7 @@
 Section: metapackages
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.3
 Build-Depends: cdbs (>= 0.4.90),
                debhelper (>= 8),
@@ -33,7 +33,7 @@
          evolution-data-server (>= 3.4),
          fonts-cantarell (>= 0.0.8),
          sound-theme-freedesktop,
-         gcalctool (>= 6.4),
+         gnome-calculator (>= 3.8),
          gconf2 (>= 3.2.5),
          gdm3 (>= 3.4),
          glib-networking (>= 2.32),
@@ -68,9 +68,9 @@
          gnome-user-share (>= 3.0),
          tracker-gui | gnome-search-tool,
          gsettings-desktop-schemas (>= 3.4),
-         gstreamer0.10-plugins-base (>= 0.10.36),
-         gstreamer0.10-plugins-good (>= 0.10.31),
-         gstreamer0.10-pulseaudio (>= 0.10.31),
+         gstreamer1.0-plugins-base (>= 0.10.36),
+         gstreamer1.0-plugins-good (>= 0.10.31),
+         gstreamer1.0-pulseaudio (>= 0.10.31),
          libgtk-3-common (>= 3.4),
          gtk2-engines (>= 2.20.2),
          gucharmap (>= 1:3.4),
@@ -149,8 +149,8 @@
          gedit-plugins (>= 3.4),
          gnome-applets (>= 3.4),
          gnome-shell-extensions (>= 3.4),
-         gstreamer0.10-ffmpeg (>= 0.10.13),
-         gstreamer0.10-plugins-ugly (>= 0.10.19),
+         gstreamer1.0-libav (>= 0.10.13),
+         gstreamer1.0-plugins-ugly (>= 0.10.19),
          rhythmbox-plugins,
          rhythmbox-plugin-cdrecorder,
          rygel-playbin [!s390x],
@@ -166,7 +166,6 @@
          ${misc:Depends}
 Recommends: browser-plugin-gnash,
             gdebi,
-            gnome-games-extra-data (>= 3.0),
             nautilus-sendto-empathy,
             telepathy-idle
 Suggests: dia-gnome,
@@ -185,6 +184,33 @@
  applications integrating with GNOME and Debian, providing the best
  possible environment to date.
 
+Package: gnome-games
+Architecture: all
+Depends: ${misc:Depends},
+         gnome-chess (>= 1:3.8),
+         five-or-more (>= 1:3.8),
+         four-in-a-row (>= 1:3.8),
+         gnome-nibbles (>= 1:3.8),
+         gnome-robots (>= 1:3.8),
+         gnome-sudoku (>= 1:3.8),
+         gnome-mines (>= 1:3.8),
+         gnotravex (>= 1:3.8),
+         gnome-klotski (>= 1:3.8),
+         tali (>= 1:3.8),
+         iagno (>= 1:3.8),
+         lightsoff (>= 1:3.8),
+         gnome-mahjongg (>= 1:3.8),
+         quadrapassel (>= 1:3.8),
+         swell-foop (>= 1:3.8)
+Recommends: aisleriot (>= 1:3.8)
+Suggests: gnome-hearts
+Description: games for the GNOME desktop
+ These are the games from the official GNOME release. They have the look and
+ feel of the GNOME desktop, but can be used without it.
+ .
+ Games are now split in separate packages; this metapackage brings all
+ of them but they can be installed separately.
+
 Package: gnome-desktop-environment
 Section: oldlibs
 Priority: extra
@@ -207,7 +233,7 @@
          libgdk-pixbuf2.0-dev (>= 2.26),
          libglib2.0-dev (>= 2.32),
          gnome-doc-utils (>= 0.20.10),
-         libgstreamer0.10-dev (>= 0.10.36),
+         libgstreamer1.0-dev (>= 0.10.36),
          libgtk2.0-dev (>= 2.24),
          libgail-dev (>= 2.24),
          libgtk-3-dev (>= 3.4),
@@ -258,14 +284,13 @@
          libgnome-bluetooth-dev (>= 3.4) [linux-any],
          gnome-common (>= 2.34),
          libgnome-desktop-3-dev (>= 3.4),
-         libgdu-dev (>= 3.0) [linux-any],
-         libgdu-gtk-dev (>= 3.0) [linux-any],
+         libudisks2-dev (>= 2.0) [linux-any],
          gnome-js-common (>= 0.1.2),
          libgnome-menu-3-dev (>= 3.4),
          libpanel-applet-4-dev (>= 3.4),
          gobject-introspection (>= 1.32.1),
          libgirepository1.0-dev (>= 1.32.1),
-         libgstreamer-plugins-base0.10-dev (>= 0.10.36),
+         libgstreamer-plugins-base1.0-dev (>= 0.10.36),
          libgtkmm-3.0-dev (>= 3.4),
          libgucharmap-2-90-dev (>= 1:3.4),
          libjson-glib-dev (>= 0.14),
@@ -295,7 +320,7 @@
          libtelepathy-glib-dev (>= 0.18),
          libtelepathy-farstream-dev (>= 0.4),
          libtotem-plparser-dev (>= 3.4),
-         valac-0.16,
+         valac (>= 0.20),
          libvte-2.90-dev (>= 1:0.32),
          yelp-tools (>= 3.4),
          yelp-xsl (>= 3.4),
@@ -341,7 +366,7 @@
          libcogl9-dbg,
          libcogl-pango0-dbg,
          libglib2.0-0-dbg,
-         libgstreamer0.10-0-dbg,
+         libgstreamer1.0-0-dbg,
          libgtk2.0-0-dbg,
          libgail-dbg,
          libgtk-3-0-dbg,
@@ -364,7 +389,7 @@
          libgdk-pixbuf2.0-doc,
          libglib2.0-doc,
          gnome-devel-docs,
-         gstreamer0.10-doc,
+         gstreamer1.0-doc,
          libgtk2.0-doc,
          libgail-doc,
          libgtk-3-doc,

Added: packages-metadata/m/monsterz.control
===================================================================
--- packages-metadata/m/monsterz.control	                        (rev 0)
+++ packages-metadata/m/monsterz.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,30 @@
+Source: monsterz
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bdefreese at debian.org>,
+ Gonéri Le Bouder <goneri at rulezlan.org>
+Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), imagemagick, python-dev
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monsterz/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/monsterz/?op=log
+Homepage: http://sam.zoy.org/monsterz/
+
+Package: monsterz
+Architecture: any
+Depends: monsterz-data, ${shlibs:Depends}, ${misc:Depends}
+Description: arcade puzzle game
+ Monsterz is similar to the Bejeweled, Zookeeper or Zooo games.
+ The goal is to swap adjacent tiles to create alignments,
+ causing chain reactions to earn more points.
+
+Package: monsterz-data
+Architecture: all
+Depends: ${misc:Depends}, python-pygame, python
+Description: graphics and audio data for monsterz
+ Monsterz is an arcade puzzle game, similar to the Bejeweled, Zookeeper
+ or Zooo games. The goal is to swap adjacent tiles to create alignments,
+ causing chain reactions to earn more points.
+ .
+ This package contains the architecture-independent data for monsterz. For
+ more information, see the monsterz package.

Added: packages-metadata/m/monsterz.copyright
===================================================================
--- packages-metadata/m/monsterz.copyright	                        (rev 0)
+++ packages-metadata/m/monsterz.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,69 @@
+This package was downloaded from http://sam.zoy.org/monsterz/
+
+Files: debian/*
+Copyright: © 2004-2007 Sam Hocevar <sam at zoy.org>
+License: GPL-2+
+ The Debian packaging information is under the GPL, version 2 or later
+
+Files: *.c, *.py
+Copyright: © 2004-2005 Sam Hocevar <sam at zoy.org>
+License: other-BSD
+ |             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ |                     Version 2, December 2004
+ |
+ |  Copyright © 2004 Sam Hocevar
+ |   22 rue de Plaisance, 75014 Paris, France
+ |  Everyone is permitted to copy and distribute verbatim or modified
+ |  copies of this license document, and changing it is allowed as long
+ |  as the name is changed.
+ |
+ |             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ |    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ |
+ |   0. You just DO WHAT THE FUCK YOU WANT TO.
+
+Files: music.s3m
+Copyright: © 1998 MenTaLguY <http://moonbase.rydia.net/>
+License: PD
+ music.s3m was put in the public domain by MenTaLguY.
+
+Files: applause.wav, pop.wav
+Copyright: © 2002, 2005 Sun Microsystems, Inc.
+License: LGPL-2.1
+ applause.wav was taken from OpenOffice.org's applause.wav and pop.wav was
+ taken from OpenOffice.org's laser.wav. This product is made available
+ subject to the terms of GNU Lesser General Public License Version 2.1.
+
+Files: click.wav
+Copyright: © Michael Speck <kulkanie at gmx.net>
+License: GPL-2+
+ click.wav was taken from Barrage's click.wav. 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.
+
+Files: boing.wav, ding.wav, duh.wav, grunt.wav, laugh.wav, whip.wav
+Copyright: © 2003 by David White <davidnwhite at optusnet.com.au> and the
+             Battle for Wesnoth project
+           © 2006 Sam Hocevar <sam at zoy.org>
+License: GPL-any
+ boing.wav was taken from Wesnoth's spear.wav and reworked by Sam
+ Hocevar, ding.wav was taken from receive.wav, duh.wav was taken from
+ female-strong-hit.wav, grunt.wav was taken from dwarf-die.wav, laugh.wav
+ was taken from zombie-hit.wav, whip.wav was taken from dagger-swish.wav.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License. This program is
+ distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
+
+Files: warning.wav
+Copyright: © Mike Kershaw <dragorn at kismetwireless.net>
+License: GPL-any
+ warning.wav was taken from Kismet's alert.wav. It is distributed under
+ the terms of the GNU General Public License.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL' and the
+complete text of the GNU Lesser General Public License can be found in
+`/usr/share/common-licenses/LGPL'.
+

Modified: packages-metadata/n/node-graceful-fs.control
===================================================================
--- packages-metadata/n/node-graceful-fs.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/n/node-graceful-fs.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -2,11 +2,13 @@
 Section: web
 Priority: extra
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Jérémy Lal <kapouer at melix.org>
+Uploaders:
+ Jérémy Lal <kapouer at melix.org>,
+ Mike Gabriel <sunweaver at debian.org>,
 Build-Depends:
- debhelper (>= 8.0.0)
- , dh-buildinfo
-Standards-Version: 3.9.3
+ debhelper (>= 8.0.0),
+ dh-buildinfo,
+Standards-Version: 3.9.4
 Homepage: https://github.com/isaacs/node-graceful-fs
 Vcs-Git: git://git.debian.org/collab-maint/node-graceful-fs.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/node-graceful-fs.git
@@ -14,12 +16,27 @@
 Package: node-graceful-fs
 Architecture: all
 Depends:
- ${misc:Depends}
- , nodejs
-Description: fs module for Node.js with support for opening lots of files
- Just like Node.js fs module, but it does an incremental back-off
- when EMFILE is encountered.
- Useful in asynchronous situations where one needs to try to open
- lots and lots of files.
+ ${misc:Depends},
+ nodejs (>= 0.6.19~dfsg1-3~),
+Description: Graceful drop-in replacement for Node.js's default fs module
+ This Node.js module works as a drop-in replacement for the fs module, bringing
+ various improvements. It behaves just like Node.js's fs module, but it does an
+ incremental back-off when EMFILE is encountered.
  .
- Node.js is an event-based server-side javascript engine.
+ The improvements are meant to normalize behavior across different platforms and
+ environments, and to make filesystem access more resilient to errors. It is
+ very useful in asynchronous situations where one needs to try to open lots and
+ lots of files.
+ .
+ The Improvements over default fs module are:
+ .
+    - Keep track of how many file descriptors are open, and by default limit
+      them to 1024. Any further requests to open a file are put into a queue
+      until new slots become available. If 1024 turns out to be too much, it
+      decreases the limit further.
+    - Fix lchmod for Node.js versions prior to 0.6.2.
+    - Implement fs.lutimes if possible. Otherwise it becomes a noop.
+    - Ignore EINVAL and EPERM errors in chown, fchown or lchown if the user
+      isn't root.
+    - Make lchmod and lchown become noops, if not available.
+    - Retry reading a file if read results in EAGAIN error.

Modified: packages-metadata/n/node-graceful-fs.copyright
===================================================================
--- packages-metadata/n/node-graceful-fs.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/n/node-graceful-fs.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,29 +1,41 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: node-graceful-fs
+Upstream-Contact: Isaac Z. Schlueter <i at izs.me>
+Source: https://github.com/isaacs/node-graceful-fs
 
 Files: *
-Copyright: 2009, 2010, 2011 Isaac Z. Schlueter <i at izs.me>
+Copyright:
+ 2009, 2010, 2011, Isaac Z. Schlueter <i at izs.me>
 License: Expat
+Comment:
+ There is a license contradiction between the LICENSE
+ file and the license name in package.json.
+ .
+ The issue has been addressed upstream [1].
+ .
+ [1] https://github.com/isaacs/node-graceful-fs/issues/17
 
 Files: debian/*
-Copyright: 2012, Jérémy Lal <kapouer at melix.org>
+Copyright:
+ 2012-2013, Jérémy Lal <kapouer at melix.org>
+ 2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 License: Expat
 
 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:
+ 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.
+ 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.

Added: packages-metadata/o/ounit.control
===================================================================
--- packages-metadata/o/ounit.control	                        (rev 0)
+++ packages-metadata/o/ounit.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,33 @@
+Source: ounit
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders:
+ Stéphane Glondu <glondu at debian.org>,
+ Hendrik Tews <hendrik at askra.de>
+Build-Depends: 
+ debhelper (>= 9),
+ ocaml-nox (>= 3.11.1-3~),
+ ocaml-findlib (>= 1.2.5),
+ dh-ocaml (>= 0.9.1),
+ camlp4
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ounit.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ounit.git
+Homepage: http://ounit.forge.ocamlcore.org
+
+Package: libounit-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: Unit testing framework for OCaml
+ OUnit is a unit testing framework for OCaml, imspired
+ by the JUnit tool for JAva and the HUnit tool for Haskell.
+ .
+ OUnit is designed to provide a convenient way for you to write tests
+ for your OCaml code.  Tests can be aggregated into test suites, making
+ it easy to both write tests close to the code being examined and
+ execute a comprehensive aggregate set of tests -- or any subset of it.

Added: packages-metadata/o/ounit.copyright
===================================================================
--- packages-metadata/o/ounit.copyright	                        (rev 0)
+++ packages-metadata/o/ounit.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Sylvain Le Gall <sylvain at le-gall.net>,
+                  Maas-Maarten Zeeman <mmzeeman at xs4all.nl>
+
+Files: *
+Copyright: 2002, 2003, Maas-Maarten Zeeman
+           2010, OCamlCore SARL
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this document and the OUnit software ("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 Maas-Maarten Zeeman 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: (C) 2006-2010 Sylvain Le Gall
+License: GPL-2+
+ 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/p/phasex.control
===================================================================
--- packages-metadata/p/phasex.control	                        (rev 0)
+++ packages-metadata/p/phasex.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,51 @@
+Source: phasex
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Alessio Treglia <alessio at debian.org>
+Build-Depends:
+ debhelper (>= 9~),
+ dh-autoreconf,
+ libasound2-dev [linux-any],
+ libgtk2.0-dev,
+ libjack-dev,
+ libsamplerate0-dev
+Standards-Version: 3.9.4
+Homepage: http://github.com/williamweston/phasex
+Vcs-Git: git://anonscm.debian.org/pkg-multimedia/phasex.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/phasex.git
+
+Package: phasex
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends:
+ jackd
+Suggests:
+ jack-keyboard | vkeybd
+Description: Phase Harmonic Advanced Synthesis EXperiment
+ PHASEX is an experimental JACK audio / ALSA MIDI softsynth for Linux
+ with a synth engine built around flexible phase modulation and
+ flexible oscillator/LFO sourcing.
+ .
+ Modulations include AM, FM, offset PM, and wave select.
+ PHASEX comes equipped with a 12db/octave filter with two distortion
+ curves, a stereo crossover delay and chorus with phaser, ADSR envelopes
+ for amplifier and filter, realtime audio input processing capabilities,
+ velocity/aftertouch sensitivity, and more.
+
+Package: phasex-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ phasex (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for PHASEX
+ PHASEX is an experimental JACK audio / ALSA MIDI softsynth for Linux
+ with a synth engine built around flexible phase modulation and
+ flexible oscillator/LFO sourcing.
+ .
+ This package contains the debugging symbols.

Added: packages-metadata/p/phasex.copyright
===================================================================
--- packages-metadata/p/phasex.copyright	                        (rev 0)
+++ packages-metadata/p/phasex.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Phase Harmonic Advanced Synthesis EXperiment
+Upstream-Contact: William Weston <whw at linuxmail.org>
+Source: https://github.com/williamweston/phasex
+
+Files: *
+Copyright:
+  1999-2013 William Weston <whw at linuxmail.org>
+  2010 Anton Kormakov <assault64 at gmail.com>
+  1999 Tony Garnock-Jones
+  2004 Sean Bolton,
+  2007 Pete Shorthose
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2010-2013 Alessio Treglia <alessio at debian.org>
+License: GPL-3+
+
+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; 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.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.

Added: packages-metadata/p/pkg-php-tools.control
===================================================================
--- packages-metadata/p/pkg-php-tools.control	                        (rev 0)
+++ packages-metadata/p/pkg-php-tools.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,19 @@
+Source: pkg-php-tools
+Section: php
+Priority: extra
+Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear at lists.alioth.debian.org>
+Uploaders: Mathieu Parent <sathieu at debian.org>, Thomas Goirand <zigo at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), perl
+Vcs-Git: git://anonscm.debian.org/pkg-php/pkg-php-tools.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/pkg-php-tools.git;a=summary
+Standards-Version: 3.9.4
+
+Package: pkg-php-tools
+Architecture: all
+Depends: ${misc:Depends}, php5-cli, php-pear, debhelper
+Suggests: dh-make
+Description: various packaging tools and scripts for PHP PEAR packages
+ Provide an easy way to package PHP PEAR packages: Run dh_make, edit
+ debian/rules and debian/control and that's it!
+ .
+ Detailed instructions can be found in included README.Debian.

Modified: packages-metadata/p/pkg-php-tools.copyright
===================================================================
--- packages-metadata/p/pkg-php-tools.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/p/pkg-php-tools.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pkg-php-tools
 
 Files: *

Modified: packages-metadata/q/qmidiarp.control
===================================================================
--- packages-metadata/q/qmidiarp.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/q/qmidiarp.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -10,12 +10,12 @@
  libasound2-dev,
  libjack-dev,
  libx11-dev,
+ liblo-dev,
  python-scour
 Homepage: http://qmidiarp.sourceforge.net/
-Standards-Version: 3.9.3
-DM-Upload-Allowed: yes
-Vcs-Git: git://git.debian.org/pkg-multimedia/qmidiarp.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/qmidiarp.git
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-multimedia/qmidiarp.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/qmidiarp.git
 
 Package: qmidiarp
 Architecture: any

Modified: packages-metadata/q/qmidiarp.copyright
===================================================================
--- packages-metadata/q/qmidiarp.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/q/qmidiarp.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=202
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: QMidiArp
 Upstream-Contact:
  Matthias Nagorni <mana at suse.de>
@@ -16,8 +16,8 @@
 
 Files: debian/*
 Copyright:
- 2011 Alessio Treglia <alessio at debian.org>
- 2011 Jaromír Mikeš <mira.mikes at seznam.cz>
+ 2011-2012 Alessio Treglia <alessio at debian.org>
+ 2011-2012 Jaromír Mikeš <mira.mikes at seznam.cz>
 License: GPL-2+
 
 License: GPL-2+

Added: packages-metadata/r/ruby-bacon.control
===================================================================
--- packages-metadata/r/ruby-bacon.control	                        (rev 0)
+++ packages-metadata/r/ruby-bacon.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,21 @@
+Source: ruby-bacon
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Standards-Version: 3.9.3
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bacon.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bacon.git;a=summary
+Homepage: http://chneukirchen.org/repos/bacon
+XS-Ruby-Versions: all
+
+Package: ruby-bacon
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Conflicts: ruby-rspec-core
+Description: Small RSpec clone
+ Bacon is a small RSpec clone weighing less than 350 line of code, but
+ nevertheless providing all essential features.
+

Added: packages-metadata/r/ruby-bacon.copyright
===================================================================
--- packages-metadata/r/ruby-bacon.copyright	                        (rev 0)
+++ packages-metadata/r/ruby-bacon.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bacon
+Source: http://github.com/chneukirchen/bacon
+
+Files: *
+Copyright: 2007, 2008, 2012 Christian Neukirchen <chneukirchen at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: Copyright 2011-2012 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: Expat
+
+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 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.

Added: packages-metadata/r/ruby-slop.control
===================================================================
--- packages-metadata/r/ruby-slop.control	                        (rev 0)
+++ packages-metadata/r/ruby-slop.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,20 @@
+Source: ruby-slop
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>, Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), rake, ruby-minitest
+Standards-Version: 3.9.3
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-slop.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-slop.git;a=summary
+Homepage: http://github.com/injekt/slop
+XS-Ruby-Versions: all
+
+Package: ruby-slop
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
+Description: Simple DSL for gathering options and parsing the command lineOption
+ Slop is a simple option parser with an easy to remember syntax and
+ friendly API.
+

Added: packages-metadata/r/ruby-slop.copyright
===================================================================
--- packages-metadata/r/ruby-slop.copyright	                        (rev 0)
+++ packages-metadata/r/ruby-slop.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: slop
+Source: https://github.com/injekt/slop
+
+Files: *
+Copyright: 2012 Lee Jarvis
+License: Expat
+
+Files: debian/*
+Copyright: 2011 Youhei SASAKI <uwabami at gfd-dennou.org>
+License: Expat
+
+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 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.

Modified: packages-metadata/s/spice-gtk.control
===================================================================
--- packages-metadata/s/spice-gtk.control	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/s/spice-gtk.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -14,7 +14,7 @@
  libcairo2-dev (>= 1.2.0),
  libpulse-dev,
  libusb-1.0-0-dev,
- valac-0.16,
+ valac (>= 0.18),
  libvala-0.16-dev,
  python-all,
  python-gtk2-dev (>= 2.0.0),
@@ -26,7 +26,7 @@
  libgirepository1.0-dev,
  gir1.2-gtk-2.0,
  libtext-csv-perl,
- libusbredirhost-dev,
+ libusbredirhost-dev (>= 0.6),
  libacl1-dev,
  libpolkit-agent-1-dev,
  libpolkit-gobject-1-dev,
@@ -39,23 +39,27 @@
 
 Package: spice-client-gtk
 Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, 
+ libspice-client-glib-2.0-8 (= ${binary:Version}), 
+ libspice-client-gtk-2.0-4 (= ${binary:Version}),
+ libusbredirhost1 (>= 0.6),
+ libusbredirparser1 (>= 0.6)
 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-screenshot - SPICE screen-shot capture tool
  spicy-stats - SPICE connection details display tool
 
-Package: libspice-client-glib-2.0-1
+Package: libspice-client-glib-2.0-8
 Section: libs
 Architecture: i386 amd64
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libspice-client-glib-2.0-4
-Conflicts: libspice-client-glib-2.0-4
+Replaces: libspice-client-glib-2.0-4,libspice-client-glib-2.0-1
+Conflicts: libspice-client-glib-2.0-4,libspice-client-glib-2.0-1
 Description: GObject for communicating with Spice servers (runtime library)
  libspice-glib4 provides glib objects for spice protocol 
  decoding and surface rendering
@@ -76,7 +80,7 @@
 Package: libspice-client-glib-2.0-dev
 Section: libdevel
 Architecture: i386 amd64
-Depends: libspice-client-glib-2.0-1 (= ${binary:Version}), 
+Depends: libspice-client-glib-2.0-8 (= ${binary:Version}), 
  gir1.2-spice-client-glib-2.0 (= ${binary:Version}), 
  libpixman-1-dev (>= 0.17.7),
  libspice-server-dev,
@@ -89,10 +93,12 @@
  .
  This package provide the development headers.
 
-Package: libspice-client-gtk-2.0-1
+Package: libspice-client-gtk-2.0-4
 Section: libs
 Architecture: i386 amd64
 Multi-Arch: same
+Replaces: libspice-client-gtk-2.0-1
+Conflicts: libspice-client-gtk-2.0-1
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: GTK2 widget for SPICE clients (runtime library)
@@ -114,7 +120,7 @@
 Package: libspice-client-gtk-2.0-dev
 Section: libdevel
 Architecture: i386 amd64
-Depends: libspice-client-gtk-2.0-1 (= ${binary:Version}), 
+Depends: libspice-client-gtk-2.0-4 (= ${binary:Version}), 
  gir1.2-spice-client-gtk-2.0 (= ${binary:Version}), 
  libgtk2.0-dev (>= 2.18.0),
  libspice-client-glib-2.0-dev,
@@ -125,11 +131,13 @@
  .
  This package provide the development headers.
 
-Package: libspice-client-gtk-3.0-1
+Package: libspice-client-gtk-3.0-4
 Section: libs
 Architecture: i386 amd64
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
+Replaces: libspice-client-gtk-3.0-1
+Conflicts: libspice-client-gtk-3.0-1
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: GTK3 widget for SPICE clients (runtime library)
  libspice-gtk3 provides gtk3 widget to show spice display 
@@ -150,7 +158,7 @@
 Package: libspice-client-gtk-3.0-dev
 Section: libdevel
 Architecture: i386 amd64
-Depends: libspice-client-gtk-3.0-1 (= ${binary:Version}), 
+Depends: libspice-client-gtk-3.0-4 (= ${binary:Version}), 
  gir1.2-spice-client-gtk-3.0 (= ${binary:Version}), 
  libgtk-3-dev (>= 2.91.3),
  libspice-client-glib-2.0-dev,

Added: packages-metadata/s/swing-layout.control
===================================================================
--- packages-metadata/s/swing-layout.control	                        (rev 0)
+++ packages-metadata/s/swing-layout.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,47 @@
+Source: swing-layout
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
+Build-Depends: debhelper (>= 9), javahelper (>= 0.40ubuntu1), maven-repo-helper (>= 1.6~)
+Build-Depends-Indep: ant, default-jdk
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/swing-layout
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/swing-layout
+Homepage: http://java.net/projects/swing-layout/
+
+Package: libswing-layout-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: libswing-layout-java-doc
+Description: Extensions to Swing layout
+ The goal of Swing Layout Extensions is to make it easy to create professional
+ cross platform layouts with Swing. This project has an eye towards the needs 
+ of GUI builders, such as NetBeans. This package provides the following
+ functionality:
+ .
+   Ability to get the baseline for components.
+ .
+   Ability to get the preferred gap between components.
+ .
+   A new LayoutManager that utilizes both of these concepts and is tuned toward
+   a free-form drag and drop layout model as can be provided by GUI builders.
+
+Package: libswing-layout-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Extensions to Swing layout - contains Javadoc API documentation
+ The goal of Swing Layout Extensions is to make it easy to create professional
+ cross platform layouts with Swing. This project has an eye towards the needs
+ of GUI builders, such as NetBeans. This package provides the following
+ functionality:
+ .
+   Ability to get the baseline for components.
+ .
+   Ability to get the preferred gap between components.
+ .
+   A new LayoutManager that utilizes both of these concepts and is tuned toward
+   a free-form drag and drop layout model as can be provided by GUI builders.
+ .
+ This package contains Javadoc API documentation.

Added: packages-metadata/s/swing-layout.copyright
===================================================================
--- packages-metadata/s/swing-layout.copyright	                        (rev 0)
+++ packages-metadata/s/swing-layout.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,61 @@
+This package was debianized by Marek Slama <marek.slama at sun.com> on 
+13-July-2007.
+
+Upstream downloaded from:
+    https://swing-layout.dev.java.net/files/documents/2752/144673/swing-layout-1.0.4-src.zip
+    
+Upstream home page:
+  http://swing-layout.dev.java.net/
+
+Authors:
+
+ Sun Microsystems, Inc.
+
+Copyright:
+
+  - - - - -   copyright notice and license for Debian packaging   - - - - -  
+ 
+Copyright 2007 Sun Microsystems, Inc.
+ 
+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.
+ 
+  - - - - -   copyright notice and license for upstream   - - - - -  
+
+Copyright 2007 Sun Microsystems, Inc.
+ 
+Use of this software is governed by the terms of the license below:
+
+    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 St, Fifth Floor, Boston,
+    MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

Added: packages-metadata/t/thunar-vcs-plugin.control
===================================================================
--- packages-metadata/t/thunar-vcs-plugin.control	                        (rev 0)
+++ packages-metadata/t/thunar-vcs-plugin.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,25 @@
+Source: thunar-vcs-plugin
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>,
+ Lionel Le Folgoc <mrpouit at gmail.com>
+Build-Depends: debhelper (>= 9.0.50~), autotools-dev, pkg-config, 
+ intltool, libthunarx-2-dev, libexo-1-dev, xfce4-dev-tools, libtool,
+ gtk-doc-tools, libsvn-dev, libapr1-dev, dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.4
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/thunar-vcs-plugin/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/thunar-vcs-plugin/
+
+Package: thunar-vcs-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, thunar (>= 0.5.0rc2-1)
+Description: VCS plugin for Thunar file manager
+ Git and subversion integration into the Thunar file manager.
+ The current features are:
+   * most of the svn action: add, blame, checkout, cleanup, commit, copy,
+     delete, export, import, lock, log, move, properties, relocate, resolved,
+     revert, status, switch, unlock, update.
+   * subversion info in file properties dialog.
+   * Basic git actions: add, blame, branch, clean, clone, log, move, reset,
+     stash, status.

Added: packages-metadata/t/thunar-vcs-plugin.copyright
===================================================================
--- packages-metadata/t/thunar-vcs-plugin.copyright	                        (rev 0)
+++ packages-metadata/t/thunar-vcs-plugin.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,155 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Upstream-Name: thunar-vcs-plugin
+Upstream-Contact: Peter de Ridder <peter at xfce.org>
+Source: http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
+
+Files: ./thunar-vcs-plugin/thunar-vcs-plugin.c
+ ./thunar-vcs-plugin/tvp-git-action.c
+ ./thunar-vcs-plugin/tvp-git-action.h
+ ./thunar-vcs-plugin/tvp-provider.h
+ ./thunar-vcs-plugin/tvp-svn-action.c
+ ./thunar-vcs-plugin/tvp-svn-action.h
+ ./thunar-vcs-plugin/tvp-svn-backend.c
+ ./thunar-vcs-plugin/tvp-svn-backend.h
+ ./thunar-vcs-plugin/tvp-svn-property-page.c
+ ./thunar-vcs-plugin/tvp-svn-property-page.h
+ ./tvp-git-helper/main.c
+ ./tvp-git-helper/tgh-add.c
+ ./tvp-git-helper/tgh-add.h
+ ./tvp-git-helper/tgh-blame-dialog.c
+ ./tvp-git-helper/tgh-blame-dialog.h
+ ./tvp-git-helper/tgh-blame.c
+ ./tvp-git-helper/tgh-blame.h
+ ./tvp-git-helper/tgh-branch-dialog.c
+ ./tvp-git-helper/tgh-branch-dialog.h
+ ./tvp-git-helper/tgh-branch.c
+ ./tvp-git-helper/tgh-branch.h
+ ./tvp-git-helper/tgh-cell-renderer-graph.c
+ ./tvp-git-helper/tgh-cell-renderer-graph.h
+ ./tvp-git-helper/tgh-clean-dialog.c
+ ./tvp-git-helper/tgh-clean-dialog.h
+ ./tvp-git-helper/tgh-clean.c
+ ./tvp-git-helper/tgh-clean.h
+ ./tvp-git-helper/tgh-clone.c
+ ./tvp-git-helper/tgh-clone.h
+ ./tvp-git-helper/tgh-common.c
+ ./tvp-git-helper/tgh-common.h
+ ./tvp-git-helper/tgh-dialog-common.c
+ ./tvp-git-helper/tgh-dialog-common.h
+ ./tvp-git-helper/tgh-file-selection-dialog.c
+ ./tvp-git-helper/tgh-file-selection-dialog.h
+ ./tvp-git-helper/tgh-log-dialog.c
+ ./tvp-git-helper/tgh-log-dialog.h
+ ./tvp-git-helper/tgh-log.c
+ ./tvp-git-helper/tgh-log.h
+ ./tvp-git-helper/tgh-move.c
+ ./tvp-git-helper/tgh-move.h
+ ./tvp-git-helper/tgh-notify-dialog.c
+ ./tvp-git-helper/tgh-notify-dialog.h
+ ./tvp-git-helper/tgh-reset.c
+ ./tvp-git-helper/tgh-reset.h
+ ./tvp-git-helper/tgh-stash-dialog.c
+ ./tvp-git-helper/tgh-stash-dialog.h
+ ./tvp-git-helper/tgh-stash.c
+ ./tvp-git-helper/tgh-stash.h
+ ./tvp-git-helper/tgh-status-dialog.c
+ ./tvp-git-helper/tgh-status-dialog.h
+ ./tvp-git-helper/tgh-status.c
+ ./tvp-git-helper/tgh-status.h
+ ./tvp-git-helper/tgh-transfer-dialog.c
+ ./tvp-git-helper/tgh-transfer-dialog.h
+ ./tvp-svn-helper/main.c
+ ./tvp-svn-helper/tsh-add.c
+ ./tvp-svn-helper/tsh-add.h
+ ./tvp-svn-helper/tsh-blame-dialog.c
+ ./tvp-svn-helper/tsh-blame-dialog.h
+ ./tvp-svn-helper/tsh-blame.c
+ ./tvp-svn-helper/tsh-blame.h
+ ./tvp-svn-helper/tsh-checkout.c
+ ./tvp-svn-helper/tsh-checkout.h
+ ./tvp-svn-helper/tsh-cleanup.c
+ ./tvp-svn-helper/tsh-cleanup.h
+ ./tvp-svn-helper/tsh-commit.c
+ ./tvp-svn-helper/tsh-commit.h
+ ./tvp-svn-helper/tsh-common.c
+ ./tvp-svn-helper/tsh-common.h
+ ./tvp-svn-helper/tsh-copy.c
+ ./tvp-svn-helper/tsh-copy.h
+ ./tvp-svn-helper/tsh-delete.c
+ ./tvp-svn-helper/tsh-delete.h
+ ./tvp-svn-helper/tsh-dialog-common.c
+ ./tvp-svn-helper/tsh-dialog-common.h
+ ./tvp-svn-helper/tsh-export.c
+ ./tvp-svn-helper/tsh-export.h
+ ./tvp-svn-helper/tsh-file-dialog.c
+ ./tvp-svn-helper/tsh-file-dialog.h
+ ./tvp-svn-helper/tsh-file-selection-dialog.c
+ ./tvp-svn-helper/tsh-file-selection-dialog.h
+ ./tvp-svn-helper/tsh-import.c
+ ./tvp-svn-helper/tsh-import.h
+ ./tvp-svn-helper/tsh-lock-dialog.c
+ ./tvp-svn-helper/tsh-lock-dialog.h
+ ./tvp-svn-helper/tsh-lock.c
+ ./tvp-svn-helper/tsh-lock.h
+ ./tvp-svn-helper/tsh-log-dialog.c
+ ./tvp-svn-helper/tsh-log-dialog.h
+ ./tvp-svn-helper/tsh-log-message-dialog.c
+ ./tvp-svn-helper/tsh-log-message-dialog.h
+ ./tvp-svn-helper/tsh-log.c
+ ./tvp-svn-helper/tsh-log.h
+ ./tvp-svn-helper/tsh-login-dialog.c
+ ./tvp-svn-helper/tsh-login-dialog.h
+ ./tvp-svn-helper/tsh-move.c
+ ./tvp-svn-helper/tsh-move.h
+ ./tvp-svn-helper/tsh-notify-dialog.c
+ ./tvp-svn-helper/tsh-notify-dialog.h
+ ./tvp-svn-helper/tsh-properties-dialog.c
+ ./tvp-svn-helper/tsh-properties-dialog.h
+ ./tvp-svn-helper/tsh-properties.c
+ ./tvp-svn-helper/tsh-properties.h
+ ./tvp-svn-helper/tsh-relocate-dialog.c
+ ./tvp-svn-helper/tsh-relocate-dialog.h
+ ./tvp-svn-helper/tsh-relocate.c
+ ./tvp-svn-helper/tsh-relocate.h
+ ./tvp-svn-helper/tsh-resolved.c
+ ./tvp-svn-helper/tsh-resolved.h
+ ./tvp-svn-helper/tsh-revert.c
+ ./tvp-svn-helper/tsh-revert.h
+ ./tvp-svn-helper/tsh-status-dialog.c
+ ./tvp-svn-helper/tsh-status-dialog.h
+ ./tvp-svn-helper/tsh-status.c
+ ./tvp-svn-helper/tsh-status.h
+ ./tvp-svn-helper/tsh-switch.c
+ ./tvp-svn-helper/tsh-switch.h
+ ./tvp-svn-helper/tsh-transfer-dialog.c
+ ./tvp-svn-helper/tsh-transfer-dialog.h
+ ./tvp-svn-helper/tsh-tree-common.c
+ ./tvp-svn-helper/tsh-tree-common.h
+ ./tvp-svn-helper/tsh-trust-dialog.c
+ ./tvp-svn-helper/tsh-trust-dialog.h
+ ./tvp-svn-helper/tsh-unlock.c
+ ./tvp-svn-helper/tsh-unlock.h
+ ./tvp-svn-helper/tsh-update.c
+ ./tvp-svn-helper/tsh-update.h
+Copyright: 2007-2011, Peter de Ridder <peter at xfce.org>
+License: GPL-2+
+
+Files: ./thunar-vcs-plugin/tvp-provider.c
+Copyright: 2006, Peter de Ridder <peter at xfce.org>
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2011, Yves-Alexis Perez <corsac at debian.org>
+License: GPL-2
+
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 or later can be found in `/usr/share/common-licenses/GPL'.
+
+License: LGPL-2+
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ can be found in `/usr/share/common-licenses/LGPL'.
+
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.

Added: packages-metadata/u/uuidm.control
===================================================================
--- packages-metadata/u/uuidm.control	                        (rev 0)
+++ packages-metadata/u/uuidm.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,31 @@
+Source: uuidm
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders:
+ Hendrik Tews <hendrik at askra.de>
+Build-Depends:
+ debhelper (>= 9),
+ ocaml-nox (>= 3.11),
+ ocaml-findlib,
+ dh-ocaml (>= 0.9.1)
+Standards-Version: 3.9.4
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/uuidm.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/uuidm.git
+Homepage: http://erratique.ch/software/uuidm
+
+Package: libuuidm-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Suggests: ocaml-findlib
+Description: Universally unique identifiers for OCaml
+ This library is an OCaml module implementing 128 bits universally unique
+ identifiers (uuid) version 3, 5 (name based with MD5, SHA-1 hashing) and 4
+ (random based) according to RFC 4122.
+ .
+ This package contains header and OCaml library.
+

Modified: packages-metadata/u/uuidm.copyright
===================================================================
--- packages-metadata/u/uuidm.copyright	2013-05-27 00:01:09 UTC (rev 2700)
+++ packages-metadata/u/uuidm.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -34,6 +34,7 @@
 Files: debian/*
 Copyright: 2008, Sylvain Le Gall <gildor at debian.org>
            2012, Stéphane Glondu <glondu at debian.org>
+           2013, Hendrik Tews <hendrik at askra.de>
 License: GPL-2+
  The Debian packaging is licensed under the GNU General Public
  License, see `/usr/share/common-licenses/GPL-2' for the full text.

Added: packages-metadata/v/vecmath.control
===================================================================
--- packages-metadata/v/vecmath.control	                        (rev 0)
+++ packages-metadata/v/vecmath.control	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,42 @@
+Source: vecmath
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Petter Reinholdtsen <pere at debian.org>, Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant-optional,
+               cdbs,
+               debhelper (>= 7),
+               default-jdk,
+               default-jdk-doc,
+               javahelper (>= 0.32~)
+Standards-Version: 3.9.4
+Homepage: https://vecmath.dev.java.net/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/vecmath/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath/
+
+Package: libvecmath-java
+Architecture: all
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Provides: libvecmath1.2-java
+Description: javax.vecmath vector math package
+ This package includes classes for 3-space vector/point, 4-space vector, 4x4,
+ 3x3 matrix, quaternion, axis-angle combination and etc. which are often
+ utilized for computer graphics mathematics. Most of the classes have single
+ and double precision versions. Generic matrices' LU and SV decomposition are
+ also there. 
+
+Package: libvecmath-java-doc
+Architecture: all
+Section: doc
+Suggests: libvecmath-java
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
+Description: javax.vecmath vector math package (documentation)
+ This package includes classes for 3-space vector/point, 4-space vector, 4x4,
+ 3x3 matrix, quaternion, axis-angle combination and etc. which are often
+ utilized for computer graphics mathematics. Most of the classes have single
+ and double precision versions. Generic matrices' LU and SV decomposition are
+ also there. 
+ .
+ This package contains the API documentation for javax.vecmath.

Added: packages-metadata/v/vecmath.copyright
===================================================================
--- packages-metadata/v/vecmath.copyright	                        (rev 0)
+++ packages-metadata/v/vecmath.copyright	2013-05-28 00:01:49 UTC (rev 2701)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Vecmath
+Source: http://java3d.java.net
+
+Files: vecmath/*
+Copyright: 1997-2008, Sun Microsystems, Inc.
+License: GPL-2 with classpath exception
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.
+ .
+ Linking this library statically or dynamically with other modules is making
+ a combined work based on this library. Thus, the terms and conditions of the
+ GNU General Public License cover the whole combination.
+ .
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent modules,
+ and to copy and distribute the resulting executable under terms of your
+ choice, provided that you also meet, for each linked independent module,
+ the terms and conditions of the license of that module. An independent
+ module is a module which is not derived from or based on this library.
+ If you modify this library, you may extend this exception to your version
+ of the library, but you are not obligated to do so. If you do not wish to
+ do so, delete this exception statement from your version.
+
+Files: debian/*
+Copyright: 2009, Jonny Lamb <jonny at debian.org>
+License: GPL-2
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL-2' file.




More information about the Collab-qa-commits mailing list