[Collab-qa-commits] r2398 - in packages-metadata: g i m o r s x

Charles Plessy plessy at alioth.debian.org
Mon Jul 2 03:01:07 UTC 2012


Author: plessy
Date: 2012-07-02 03:01:07 +0000 (Mon, 02 Jul 2012)
New Revision: 2398

Added:
   packages-metadata/g/gitmagic.control
   packages-metadata/i/isc-dhcp.control
   packages-metadata/s/spandsp.control
   packages-metadata/x/xfce4-panel.control
Modified:
   packages-metadata/g/gabedit.control
   packages-metadata/m/maildir-utils.control
   packages-metadata/o/openbabel.copyright
   packages-metadata/o/openbabel.upstream
   packages-metadata/r/rheolef.control
Log:
Daily automatic umegaya push

Modified: packages-metadata/g/gabedit.control
===================================================================
--- packages-metadata/g/gabedit.control	2012-07-01 03:01:14 UTC (rev 2397)
+++ packages-metadata/g/gabedit.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Debichem Team <debichem-devel at lists.alioth.debian.org>
-Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
+Uploaders: Daniel Leidert <dleidert at debian.org>
 Build-Depends: debhelper (>> 7.0.50~),
                libgl1-mesa-dev | libgl-dev,
                libgl2ps-dev,
@@ -17,7 +17,6 @@
 Homepage: http://gabedit.sourceforge.net
 Vcs-Browser: http://svn.debian.org/wsvn/debichem/unstable/gabedit/
 Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/gabedit/
-DM-Upload-Allowed: yes
 
 Package: gabedit
 Architecture: any

Added: packages-metadata/g/gitmagic.control
===================================================================
--- packages-metadata/g/gitmagic.control	                        (rev 0)
+++ packages-metadata/g/gitmagic.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -0,0 +1,20 @@
+Source: gitmagic
+Section: doc
+Priority: optional
+Maintainer: Francois Marier <francois at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: asciidoc, gawk, docbook-utils, tidy, xmlto, texlive-lang-cyrillic
+Standards-Version: 3.9.3
+Homepage: http://www-cs-students.stanford.edu/~blynn/gitmagic/
+Vcs-git: git://git.debian.org/git/collab-maint/gitmagic.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/gitmagic.git;a=summary
+
+Package: gitmagic
+Architecture: all
+Depends: ${misc:Depends}
+Description: guide about Git version control system
+ Git is a version control Swiss army knife. A reliable versatile multipurpose
+ revision control tool whose extraordinary flexibility makes it tricky to learn,
+ let alone master.
+ .
+ This is easier to understand guide for Git than the official Git user manual.

Added: packages-metadata/i/isc-dhcp.control
===================================================================
--- packages-metadata/i/isc-dhcp.control	                        (rev 0)
+++ packages-metadata/i/isc-dhcp.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -0,0 +1,237 @@
+Source: isc-dhcp
+Section: net
+Priority: important
+Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel at lists.alioth.debian.org>
+Uploaders: Andrew Pollock <apollock at debian.org>, Michael Gilbert <mgilbert at debian.org>
+Vcs-Git: git://git.debian.org/pkg-dhcp/isc-dhcp.git
+Vcs-Browser: http://git.debian.org/?p=pkg-dhcp/isc-dhcp.git;a=summary
+Build-Depends:
+ debhelper (>> 7),
+ dpkg-dev (>= 1.13.2),
+ groff,
+ autoconf,
+ automake,
+ pkg-config,
+ po-debconf,
+ libssl-dev,
+ libldap2-dev,
+ hardening-wrapper,
+Standards-Version: 3.9.3
+
+Package: isc-dhcp-server
+Priority: optional
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+ lsb-base,
+Provides: dhcp3-server
+Conflicts: dhcp
+Replaces: dhcp3-server
+Suggests: isc-dhcp-server-ldap
+Description: ISC DHCP server for automatic IP address assignment
+ This is the server from the Internet Software Consortium's implementation of
+ DHCP. For more information, visit http://www.isc.org.
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration.
+ .
+ This server can handle multiple ethernet interfaces.
+
+Package: isc-dhcp-server-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+ lsb-base,
+Conflicts: dhcp
+Suggests: isc-dhcp-server-ldap
+Description: ISC DHCP server for automatic IP address assignment (debug)
+ This is the server from the Internet Software Consortium's implementation of
+ DHCP. For more information, visit http://www.isc.org.
+ .
+ This package contains the debugging symbols for isc-dhcp-server
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration.
+ .
+ This server can handle multiple ethernet interfaces.
+
+Package: isc-dhcp-server-ldap
+Priority: optional
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+ isc-dhcp-server (= ${binary:Version}),
+Provides: dhcp3-server-ldap
+Conflicts: dhcp
+Replaces: dhcp3-server-ldap
+Enhances: isc-dhcp-server
+Description: DHCP server able to use LDAP as backend
+ This is the server from the Internet Software Consortium's implementation of
+ DHCP. For more information, visit http://www.isc.org.
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration.
+ .
+ This is the DHCP server with LDAP patches applied to it.
+
+Package: isc-dhcp-common
+Architecture: any
+Section: net
+Provides: dhcp3-common
+Replaces: dhcp3-common
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+Description: common files used by all the isc-dhcp* packages
+ This package contains the files used by all the packages from ISC
+ DHCP.
+
+Package: isc-dhcp-dev
+Priority: optional
+Architecture: any
+Section: devel
+Provides: dhcp3-dev
+Replaces: dhcp3-dev
+Depends:
+ ${misc:Depends},
+ libc6-dev,
+Description: API for accessing and modifying the DHCP server and client state
+ OMAPI is an API for accessing and modifying the DHCP server and
+ client state.
+
+Package: isc-dhcp-client
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+ iproute [linux-any],
+ inetutils-ping [!linux-any],
+Suggests:
+ resolvconf,
+ avahi-autoipd
+Provides:
+ dhcp-client,
+ dhcp3-client
+Conflicts:
+ dhcp-client (<< 3.0),
+ samba-common (<< 3.0.0beta1-2),
+ resolvconf (<= 1.45),
+ ifupdown (<< 0.6.8+nmu3)
+Replaces: dhcp3-client
+Description: ISC DHCP client
+ This is the client from the Internet Software Consortium's implementation of
+ DHCP. For more information visit http://www.isc.org.
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration. If your machine
+ depends on DHCP (especially likely if it's a workstation on a large
+ network, or a laptop, or attached to a cable modem), keep this or
+ another DHCP client installed.
+ .
+ Extra documentation can be found in the package isc-dhcp-common.
+
+Package: isc-dhcp-client-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+Suggests:
+ resolvconf,
+ avahi-autoipd
+Conflicts:
+ dhcp-client (<< 3.0),
+ samba-common (<< 3.0.0beta1-2)
+Description: ISC DHCP client (debugging symbols)
+ This is the client from the Internet Software Consortium's implementation of
+ DHCP. For more information visit http://www.isc.org.
+ .
+ This package contains the debugging symbols for isc-dhcp-client
+ .
+ Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
+ (actually dhcpd includes much of the functionality of bootpd). It
+ gives client machines "leases" for IP addresses and can
+ automatically set their network configuration. If your machine
+ depends on DHCP (especially likely if it's a workstation on a large
+ network, or a laptop, or attached to a cable modem), keep this or
+ another DHCP client installed.
+ .
+ Extra documentation can be found in the package isc-dhcp-common.
+
+Package: isc-dhcp-client-udeb
+Priority: extra
+Architecture: any
+Section: debian-installer
+Depends:
+ ${shlibs:Depends}
+XC-Package-Type: udeb
+Description: ISC DHCP Client for debian-installer
+ dhcp-client-udeb is a minimal dhcp package used by the debian-installer.
+
+Package: isc-dhcp-relay
+Priority: optional
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+Provides: dhcp3-relay
+Conflicts: dhcp-relay
+Replaces: dhcp3-relay
+Description: ISC DHCP relay daemon
+ This is the relay from the Internet Software Consortium's implementation of
+ DHCP. For more information visit
+ http://www.isc.org.
+ .
+ Installing this package will make the machine a DHCP relay, which
+ requires a reachable DHCP or BOOTP server in order to function.
+ .
+ Extra documentation can be found in the package isc-dhcp-common.
+
+Package: isc-dhcp-relay-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ debianutils (>= 2.8.2),
+ isc-dhcp-common (= ${binary:Version}),
+Conflicts: dhcp-relay
+Description: DHCP relay daemon (debugging symbols)
+ This is the relay from the Internet Software Consortium's implementation of
+ DHCP. For more information visit
+ http://www.isc.org.
+ .
+ This package contains the debugging symbols for isc-dhcp-relay
+ .
+ Installing this package will make the machine a DHCP relay, which
+ requires a reachable DHCP or BOOTP server in order to function.
+ .
+ Extra documentation can be found in the package isc-dhcp-common.

Modified: packages-metadata/m/maildir-utils.control
===================================================================
--- packages-metadata/m/maildir-utils.control	2012-07-01 03:01:14 UTC (rev 2397)
+++ packages-metadata/m/maildir-utils.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -13,6 +13,7 @@
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
+Conflicts: mailutils (<< 1:2.99.97-3)
 Description: Set of utilities to deal with Maildirs (upstream name mu)
  mu is a set of utilities to deal with Maildirs, specifically, 
  indexing and searching. 

Modified: packages-metadata/o/openbabel.copyright
===================================================================
--- packages-metadata/o/openbabel.copyright	2012-07-01 03:01:14 UTC (rev 2397)
+++ packages-metadata/o/openbabel.copyright	2012-07-02 03:01:07 UTC (rev 2398)
@@ -1,60 +1,250 @@
-This package was debianized by Michael Banck <mbanck at gmx.net> on
-Wed, 28 Nov 2001 23:25:19 +0100.
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: Open Babel
+Upstream-Contact: Geoffrey R. Hutchison <babel at geoffhutchison.net>
+Source: http://sourceforge.net/projects/openbabel/files/openbabel/
+License: GPL-2+
+Comment: This package was debianized by Michael Banck <mbanck at gmx.net> on
+ Wed, 28 Nov 2001 23:25:19 +0100. It is currently maintained by the
+ debichem team <debichem-devel at lists.alioth.debian.org>.
 
-It was downloaded from:
 
-    http://downloads.sourceforge.net/openbabel/
+Files: *
+Copyright: 1998-2003 by OpenEye Scientific Software, Inc.
+           2001-2011, Geoffrey R. Hutchison
+           2004-2011, Chris Morley
+           2006-2010, Tim Vandermeersch
+ Portions Copyright (ordered alphabetivcally):
+    Alex M. Clark                                             2002-2006
+    Andrei Gakh                                               2007, 2008
+    Benoit Jacob                                              2006
+    Craig A. James, eMolecules Inc                            2005-2007, 2009
+    Daniel Mansfield                                          2007
+    David Lonie                                               2009, 2010
+    Donald E. Curtis                                          2006
+    Elmar Krieger                                             2002-2006
+    Fabien Fontaine                                           2003-2006
+    Frank Peters                                              2009
+    Fredrik Wallner                                           2006
+    Gerde Menche                                              2007
+    International Union of Pure and Applied Chemistry (IUPAC) 2005
+    James Kanze                                               1998
+    Jean Bréfort                                              2007
+    Jens Thomas                                               2008-2010
+    Jeremy W. Murphy                                          2010
+    Jiahao Chen                                               2010
+    Joerg Kurt Wegner                                         2010
+    Joerg-Ruediger Hill                                       1999
+    Konstantin L. Tokarev                                     2009, 2010
+    Marcus D. Hanwell                                         2008
+    Maxim Fedorovsky                                          2007
+    Michael Banck                                             2003, 2004, 2009
+    Mike N. Burnett                                           2007
+    Nick England                                              2005
+    Noel M. O'Boyle                                           2010, 2011
+    Oliver Weichold                                           1996-2002
+    Pawel Wolinski                                            2003
+    Rational Discovery LLC                                    2003-2006
+    Reinis Danne                                              2010
+    S. Patchkovskii                                           1996, 2003
+    Sangwoo Shim                                              2006
+    Scarlet Line                                              2007-2009
+    Sergei V. Trepalin                                        2007, 2008
+    Silicos NV                                                2005-2010
+    Stefan Kebekus                                            2002
+    Steffen Reith                                             1996-2002
+    Stuart Armstrong of Source Science                        2010
+    Swiss National Supercomputing Centre (CSCS)               2006, 2007
+    Vincent Favre-Nicolin                                     2006, 2009
+License: GPL-2
+Comment: Some files are licensed, such that you can redistribute them and/or
+ modify them under the terms of the GNU General Public License (GPL) as
+ published by the Free Software Foundation, ; either version 2 of the License,
+ or (at your option) any later version.
 
-Upstream Authors:
 
-    OpenEye Scientific Software, Geoff Hutchison and others.
+Files: src/formats/inchi*/* include/inchi*/*
+Copyright: 2003-2006 Christophe Devine
+License: LGPL-2.1
 
-Copyright:
 
-    Portions Copyright (C) 2001-2007 Geoffrey R. Hutchison
-    Portions Copyright (C) 2004-2007 by Chris Morley
-    Portions Copyright (C) 2006,2007 by Tim Vandermeersch
-    Portions Copyright (C) 2003,2004 by Michael Banck
-    Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc.
+Files: src/formats/xml/iconv.h include/iconv.h
+Copyright: 1999-2003 Free Software Foundation, Inc.
+License: LGPL-2+
 
-License: GPL v2
 
-    This package is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; version 2 dated June, 1991.
+Files: src/strncasecmp.c
+Copyright: 1998, 1999 Free Software Foundation, Inc
+License: GPL-2+
 
-    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 Free Software Foundation,
-    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+Files: tools/getopt.*
+Copyright: 1987-2001 Free Software Foundation, Inc
+License: LGPL-2.1+
 
-  On Debian GNU/Linux systems, the complete text of the GNU General
-  Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-Copyright (libinchi):
+Files: src/formats/ArrayList.*
+Copyright: 2006-2008 by Scientific Computing and Modelling NV
+License: LGPL-2 / LGPL-2.1 / LGPL-3
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation version 2 or 3 of the License.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+Comment: On Debian systems the complete text of the GNU Lessser General Public
+ License 2 can be found in the file `/usr/share/common-licenses/LGPL-2' and
+ version 2.1 in the file `/usr/share/common-licenses/LGPL-2.1' and
+ version 3 in the file `/usr/share/common-licenses/LGPL-3'.
 
-    Copyright (C) 2003-2006 Christophe Devine
 
-License (libinchi): LGPL v2.1
+Files: src/zipstreamimpl.h
+Copyright: 2003, Jonathan de Halleux.
+           2003, Andreas Zieringer.
+           2005, Geoffrey Hutchison.
+License: Zlib
 
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation;
-    version 2.1 of the License.
 
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
+Files: include/zlib.h include/zconf.h
+Copyright: 1995-2005, Jean-loup Gailly and Mark Adler
+License: Zlib
 
-    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 General
-  Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+Files: include/libxml/*
+Copyright: 1998-2002, Daniel Veillard
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ DANIEL VEILLARD 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 Daniel Veillard shall not
+ be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization from him.
 
+
+Files: debian/*
+Copyright: 2002-2012 Michael Banck <mbanck at debian.org>
+           2007-2012 Daniel Leidert <dleidert at debian.org>
+License: GPL-2+
+
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation version 2 of the License.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+Comment: On Debian systems the complete text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+Comment: On Debian systems the complete text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+
+License: LGPL-2+
+ 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 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
+Comment: On Debian systems the complete text of the GNU Lessser General Public
+ License 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
+
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License, version 2.1 as published by the Free Software Foundation.
+ .
+ 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
+Comment: On Debian systems the complete text of the GNU Lessser General Public
+ License 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ 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
+Comment: On Debian systems the complete text of the GNU Lessser General Public
+ License 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+
+License: Zlib
+ This software is provided 'as-is', without any express or implied warranty. In
+ no event will the authors be held liable for any damages arising from the use
+ of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it freely,
+ subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not claim
+    that you wrote the original software. If you use this software in a
+    product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source distribution

Modified: packages-metadata/o/openbabel.upstream
===================================================================
--- packages-metadata/o/openbabel.upstream	2012-07-01 03:01:14 UTC (rev 2397)
+++ packages-metadata/o/openbabel.upstream	2012-07-02 03:01:07 UTC (rev 2398)
@@ -3,7 +3,7 @@
 FAQ: http://openbabel.org/wiki/FAQ
 Reference:
  - Debian-Package: openbabel
-   Author: N. M. O'Boyle and M. Banck and C. A. James and C. Morley and T. Vandermeersch and G. R. Hutchison
+   Author: Noel M. O'Boyle and Michael Banck and Craig A. James and Chris Morley and Tim Vandermeersch and Geoffrey R. Hutchison
    Title: "Open Babel: An open chemical toolbox"
    Journal: J. Cheminf.
    Year: 2011
@@ -13,12 +13,12 @@
    eprint: http://www.jcheminf.com/content/pdf/1758-2946-3-33.pdf
    DOI: 10.1186/1758-2946-3-33
  - Debian-Package: python-openbabel
-   Author: N. M. O'Boyle and C. Morley and G. R. Hutchison
+   Author: Noel M. O'Boyle and Chris Morley and Geoffrey R. Hutchison
    Title: "Pybel: a Python wrapper for the OpenBabel cheminformatics toolkit"
    Journal: Chem. Cent. J.
    Year: 2008
    Volume: 2
    Pages: 5
-   DOI: 10.1186/1752-153X-2-5
    URL: http://journal.chemistrycentral.com/content/2/1/5
    eprint: http://journal.chemistrycentral.com/content/pdf/1752-153X-2-5.pdf
+   DOI: 10.1186/1752-153X-2-5

Modified: packages-metadata/r/rheolef.control
===================================================================
--- packages-metadata/r/rheolef.control	2012-07-01 03:01:14 UTC (rev 2397)
+++ packages-metadata/r/rheolef.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -5,10 +5,11 @@
 Uploaders: Pierre Saramito <pierre.saramito at imag.fr>
 Homepage: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef
 Build-Depends: debhelper (>=7), autoconf, automake, libtool, flex, bison, chrpath, bsdmainutils,
- libboost-dev, libboost-iostreams-dev, libboost-serialization-dev, libboost-mpi-dev,
+ libboost-dev, libboost-iostreams-dev, libboost-serialization-dev,
  libcgal-dev, liblapack-dev, libscotch-dev, libptscotch-dev,
- libmumps-dev, libmumps-seq-dev, libtrilinos-dev,
+ libmumps-dev, libmumps-seq-dev, libboost-mpi-dev,
  texinfo, texi2html, texlive-latex-recommended, texlive-latex-extra
+# Note: remove libboost-mpi-dev build for squeeze or maverick
 # I dont known how to do something like this (Pierre.Saramito at imag.fr):
 #  Build-Recommands: libtrilinos-dev
 # since rheolef takes advantage of libtrilinos-dev and it is available on sid and squeeze, but not on wheezy.

Added: packages-metadata/s/spandsp.control
===================================================================
--- packages-metadata/s/spandsp.control	                        (rev 0)
+++ packages-metadata/s/spandsp.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -0,0 +1,55 @@
+Source: spandsp
+Section: libs
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir at debian.org>, Faidon Liambotis <paravoid at debian.org>
+Build-Depends: debhelper (>= 8),
+ libtiff-dev|libtiff4-dev,
+ libjpeg-dev|libjpeg62-dev,
+ doxygen, autotools-dev,
+ libtool,
+ dpkg-dev (>= 1.13.19),
+ libsndfile1-dev,
+ libfftw3-dev,
+ libpcap0.8-dev,
+ libtiff-tools,
+ libxml2-dev,
+ netpbm,
+ sox,
+ xsltproc,
+ docbook-xsl
+Standards-Version: 3.9.2
+Homepage: http://www.soft-switch.org/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/spandsp/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/spandsp/trunk/
+
+Package: libspandsp2
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Telephony signal processing library
+ This is a low-level signal processing library that modulate and demodulate
+ signals commonly used in telephony, such as the "noise" generated by a
+ fax modem or DTMF touchpad.
+ .
+ This package contains the shared library.
+
+Package: libspandsp-dev
+Section: libdevel
+Architecture: any
+Depends: libspandsp2 (= ${binary:Version}), ${misc:Depends}, libtiff-dev|libtiff4-dev, libjpeg-dev|libjpeg62-dev
+Description: Telephony signal processing library - development headers
+ This is a low-level signal processing library that modulate and demodulate
+ signals commonly used in telephony, such as the "noise" generated by a
+ fax modem or DTMF touchpad.
+ .
+ This package contains the static library and development headers.
+
+Package: libspandsp-doc
+Section: doc
+Depends: ${misc:Depends}, libjs-jquery
+Architecture: all
+Description: Documentation for the spandsp signal processing library
+ This package contains the online API in HTML for the libspandsp, a low
+ level signal processing library that modulate and demodulate siignals
+ commonly used in telephony, such as the "noise" generated by a fax
+ modem or DTMF touchpad.

Added: packages-metadata/x/xfce4-panel.control
===================================================================
--- packages-metadata/x/xfce4-panel.control	                        (rev 0)
+++ packages-metadata/x/xfce4-panel.control	2012-07-02 03:01:07 UTC (rev 2398)
@@ -0,0 +1,47 @@
+Source: xfce4-panel
+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), libxfce4util-dev (>= 4.8.0),
+ libgarcon-1-0-dev (>= 0.1.4), libxfce4ui-1-dev (>= 4.8.0),
+ libxfconf-0-dev (>= 4.8.0), libexo-1-dev (>= 0.6.0),
+ libgtk2.0-dev (>= 2.14.0), libglib2.0-dev (>= 2.18.0),
+ libdbus-glib-1-dev (>= 0.73), libcairo2-dev (>= 1.0.0),
+ libwnck-dev (>= 2.22), libxml-parser-perl, intltool
+Standards-Version: 3.9.3
+Homepage: http://www.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-panel/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-panel/
+
+Package: xfce4-panel
+Section: xfce
+Architecture: any
+Pre-depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, exo-utils
+Description: panel for Xfce4 desktop environment
+ This is the panel provided by the Xfce4 desktop project.  If you want a
+ multi-functional panel that can even handle plugins and the like, xfce4-panel
+ might be worth a try.
+
+Package: xfce4-panel-dev
+Section: xfce
+Architecture: any
+Depends: ${misc:Depends}, xfce4-panel (= ${binary:Version}), pkg-config,
+ libxfce4util-dev (>= 4.6.0), libglib2.0-dev (>= 2.18.0),
+ libgtk2.0-dev (>= 2.14.0)
+Description: Xfce4 panel development files
+ In this package, you can find the development files distributed with the
+ Xfce4 panel, the main panel of Xfce4 desktop environment. The files in this
+ package are mainly going to be of interest for you if you intend to code
+ applications which use some of the Xfce4 C panel functions.
+
+Package: xfce4-panel-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-panel (= ${binary:Version})
+Description: debugging informations for xfce4-panel
+ This package contains debugging symbols for xfce4-panel, the panel provided by
+ the Xfce4 desktop project.




More information about the Collab-qa-commits mailing list