[Collab-qa-commits] r2483 - in packages-metadata: d e l o p s t x

Charles Plessy plessy at alioth.debian.org
Tue Sep 18 22:59:40 UTC 2012


Author: plessy
Date: 2012-09-18 22:59:40 +0000 (Tue, 18 Sep 2012)
New Revision: 2483

Added:
   packages-metadata/d/drift.control
   packages-metadata/d/drift.copyright
   packages-metadata/e/expand-region-el.control
   packages-metadata/e/expand-region-el.copyright
   packages-metadata/l/linux.copyright
   packages-metadata/o/oboinus.control
   packages-metadata/o/oboinus.copyright
   packages-metadata/p/pekwm.control
   packages-metadata/s/sass-elisp.control
   packages-metadata/s/sass-elisp.copyright
   packages-metadata/t/tabble.control
   packages-metadata/t/tabble.copyright
   packages-metadata/x/xfce4-mixer.control
   packages-metadata/x/xfce4-mixer.copyright
Modified:
   packages-metadata/s/scilab-jims.control
   packages-metadata/s/ssreflect.control
   packages-metadata/s/sweethome3d.control
Log:
Manual push.

Added: packages-metadata/d/drift.control
===================================================================
--- packages-metadata/d/drift.control	                        (rev 0)
+++ packages-metadata/d/drift.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,37 @@
+Source: drift
+Section: devel
+Priority: optional
+Maintainer: Arjan Oosting <arjan at debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5.0.0), dpatch, ghc6, texlive-latex-base | tetex-bin, tex-common (>= 0.23), texinfo, texi2html
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/drift/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/drift/trunk
+Homepage: http://repetae.net/john/computer/haskell/DrIFT/
+
+Package: drift
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: ghc6
+Suggests: doc-base
+Description: type sensitive preprocessor for Haskell
+ DrIFT automates instance derivation for classes that aren't supported
+ by the standard compilers. In addition, instances can be produced in
+ separate modules to that containing the type declaration. This allows
+ instances to be derived for a type after the original module has been
+ compiled. As a bonus, simple utility functions can also be produced
+ from a type.
+ .
+ Features:
+   - DrIFT comes with a set of rules to produce instances for all
+     derivable classes given in the Haskell Prelude. There are also a
+     number of extra useful rules to derive instances of a variety of
+     useful classes. 
+   - DrIFT performs import chasing to find the definition of a type.
+   - Code is generated using pretty-printing combinators. This means
+     that the output is (fairly) well formatted, and easy on the eye. 
+   - Effort has been made to make the rule interface as easy to use as
+     possible. This is to allow users to add rules to generate code
+     specific to their own projects. As the rules are themselves
+     written in Haskell, the user doesn't have to learn a new language
+     to express rules.

Added: packages-metadata/d/drift.copyright
===================================================================
--- packages-metadata/d/drift.copyright	                        (rev 0)
+++ packages-metadata/d/drift.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,36 @@
+This package was debianized by Arjan Oosting <arjanoosting at home.nl> on
+Tue, 30 Nov 2004 23:42:03 +0100.
+
+It was downloaded from http://repetae.net/john/computer/haskell/DrIFT/
+
+Copyright: (C) 2002-2006 DrIFT contributors
+
+Upstream Author: John Meacham <john at repetae.net>
+
+License:
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including 
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Debian packaging copyright:
+   
+(C) 2004-2006 Arjan Oosting <arjanoosting at home.nl> 
+   
+The Debian packaging may be redistributed and/or modified under the
+same terms as DrIFT itself. 

Added: packages-metadata/e/expand-region-el.control
===================================================================
--- packages-metadata/e/expand-region-el.control	                        (rev 0)
+++ packages-metadata/e/expand-region-el.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,26 @@
+Source: expand-region-el
+Section: editors
+Priority: extra
+Maintainer: Barak A. Pearlmutter <bap at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Homepage: https://github.com/magnars/expand-region.el
+Vcs-Git: git://git.debian.org/collab-maint/expand-region-el.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/expand-region-el.git;a=summary
+
+Package: expand-region-el
+Architecture: all
+Depends: ${misc:Depends}
+Description: Increase selected region in Emacs by semantic units
+ Expand region increases the selected region by semantic units.  Just
+ keep pressing the 'C-=' key until it selects what you want.
+ The notion of "semantic" is language-sensitive.
+ .
+ Example: editing
+ .
+ (setq alphabet-start "abc def")
+ .
+ With the cursor at the `c`, it starts by marking the entire word
+ `abc`, then expand to the contents of the quotes `abc def`, then to
+ the entire quote `"abc def"`, then to the contents of the sexp `setq
+ alphabet-start "abc def"` and finally to the entire sexp.

Added: packages-metadata/e/expand-region-el.copyright
===================================================================
--- packages-metadata/e/expand-region-el.copyright	                        (rev 0)
+++ packages-metadata/e/expand-region-el.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: expand-region-el
+Source: <https://github.com/magnars/expand-region.el>
+
+Files: *
+Copyright: 2011-2012 Magnar Sveen <magnars at gmail.com>
+License: GPL-3.0+
+
+Files: python-el-fgallina-expansions.el python-mode-expansions.el
+Copyright: 2012 Felix Geller
+License: GPL-3.0+
+
+Files: erlang-mode-expansions.el
+Copyright: 2012 Gleb Peregud
+License: GPL-3.0+
+
+Files: latex-mode-expansions.el nxml-mode-expansions.el
+       python-el-expansions.el text-mode-expansions.el
+Copyright: 2012 Ivan Andrus
+License: GPL-3.0+
+
+Files: feature-mode-expansions.el
+Copyright: 2012 Raimon Grau
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2012 Barak A. Pearlmutter <bap at debian.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Added: packages-metadata/l/linux.copyright
===================================================================
--- packages-metadata/l/linux.copyright	                        (rev 0)
+++ packages-metadata/l/linux.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,99 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Linux kernel
+Source: http://ftp.kernel.org/pub/linux/kernel/
+Comment:
+ The 'perf' tool is dynamically linked with the Python interpreter,
+ which is itself dynamically linked with OpenSSL, which is not
+ GPL-compatible.  However, since perf itself does not link with or use
+ OpenSSL, we believe that this indirect linking does not require
+ additional permissions beyond the GPL.
+
+Files: *
+Copyright: 1991-2012 Linus Torvalds and many others
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ 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 version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: debian/*
+Copyright: 1996-2006 Manoj Srivastava
+           2005-2012 Debian kernel team
+License: GPL-2
+
+Files: fs/nls/mac-*
+Copyright: 1991-2012 Unicode, Inc.
+License: Unicode-data
+ All rights reserved.  Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
+ .
+ THE DATA FILES AND SOFTWARE 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 OF
+ THIRD PARTY RIGHTS.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+ OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+
+Files: include/xen/interface/*
+Copyright: 2002-2006 Keir Fraser
+           2004 Tim Deegan
+           2004 Andrew Warfield
+           2005 Nguyen Anh Quynh
+           2005-2006 IBM Corporation
+           2005 Anthony Liguori
+           2005 Rusty Russell
+           2005-2006 XenSource Ltd.
+           2006 Ian Campbell
+           2006 Red Hat, Inc.
+           2010 Ryan Wilson
+License: Xen-interface
+ 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/o/oboinus.control
===================================================================
--- packages-metadata/o/oboinus.control	                        (rev 0)
+++ packages-metadata/o/oboinus.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,19 @@
+Source: oboinus
+Section: x11
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: debhelper (>= 9), python (>= 2.6.7)
+Build-Depends-Indep: python-distutils-extra, python-support (>= 1.0)
+Standards-Version: 3.9.3
+Vcs-Browser: http://git.debian.org/?p=collab-maint/oboinus.git
+Vcs-Git: git://git.debian.org/git/collab-maint/oboinus.git
+Homepage: http://freecode.com/projects/oboinus
+
+Package: oboinus
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, feh,  python-gtk2 (>= 2.6.0), python-imaging
+Description: background previewer and setter for X implemented in Python
+ A simple program to choose picture or background color. With
+ option --restore, the configured background is set and program
+ exits. This can be used in an .xinitrc/.xsession
+ and other window manager startup files.

Added: packages-metadata/o/oboinus.copyright
===================================================================
--- packages-metadata/o/oboinus.copyright	                        (rev 0)
+++ packages-metadata/o/oboinus.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: oboinus
+Upstream-Contact: Taras Ivashchenko <naplan-etu at gmail.com>, <oxdef at oxdef.info>, <naplanetu at gmail.com>
+Source: https://github.com/suniobo/oboinus
+X-Upstream-Vcs: git://github.com/suniobo/oboinus.git
+X-Upstream-Bugs: https://github.com/suniobo/oboinus/issues
+
+Files: *
+Copyright:
+  2007-2011 Taras Ivashchenko <naplan-etu at gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright:
+  2011-2012 Jari Aalto <jari.aalto at cante.net>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in "/usr/share/common-licenses/GPL-2".

Added: packages-metadata/p/pekwm.control
===================================================================
--- packages-metadata/p/pekwm.control	                        (rev 0)
+++ packages-metadata/p/pekwm.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,23 @@
+Source: pekwm
+Section: x11
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: debhelper (>= 9), libx11-dev, libxpm-dev, libxrandr-dev, libxft-dev, libpng-dev, libjpeg-dev, libxinerama-dev, autotools-dev
+Standards-Version: 3.9.3.1
+Vcs-Git: git://git.debian.org/git/collab-maint/pekwm.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/pekwm.git
+Homepage: http://pekwm.org/projects/pekwm
+DM-Upload-Allowed: yes
+
+Package: pekwm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils, menu
+Suggests: zenity
+Provides: x-window-manager
+Description: very light window manager
+ The Pek Window Manager is written by Claes Nästen,
+ the code is based on the aewm++ window manager,
+ but it has evolved enough that it no longer resembles aewm++ at all.
+ It has a much expanded feature-set, including window grouping
+ (similar to ion, pwm, or fluxbox), autoproperties, xinerama,
+ keygrabber that supports keychains, and much more.

Added: packages-metadata/s/sass-elisp.control
===================================================================
--- packages-metadata/s/sass-elisp.control	                        (rev 0)
+++ packages-metadata/s/sass-elisp.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,18 @@
+Source: sass-elisp
+Section: lisp
+Priority: optional
+Maintainer: Gastón Ramos <ramos.gaston at gmail.com>
+Build-Depends: debhelper (>= 8.0.0), quilt
+Standards-Version: 3.9.3
+Homepage: http://sass-lang.com/
+Vcs-Git: git://git.debian.org/collab-maint/sass-elisp.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/sass-elisp.git;a=summary
+
+Package: sass-elisp
+Section: lisp
+Architecture: all
+Recommends: ruby-sass
+Depends: ${misc:Depends}, emacs23, haml-elisp (>= 1:3.0.15-5)
+Description: Emacs Lisp mode for the Sass markup language
+ This package provides the emacs-lisp for syntax-highlighting Sass
+ mode for emacs23.

Added: packages-metadata/s/sass-elisp.copyright
===================================================================
--- packages-metadata/s/sass-elisp.copyright	                        (rev 0)
+++ packages-metadata/s/sass-elisp.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,47 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: sass-mode.el
+Source: http://github.com/nex3/sass/tree/master
+
+Files: *
+Copyright: © 2007-2009 Hampton Catlin, Nathan Weizenbaum, Chris Eppstein
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Source: All files were build using debian build tools (git-buildpackage, etc.)
+Copyright: 2012 Gastón Ramos <ramos.gaston at gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Modified: packages-metadata/s/scilab-jims.control
===================================================================
--- packages-metadata/s/scilab-jims.control	2012-09-18 03:01:15 UTC (rev 2482)
+++ packages-metadata/s/scilab-jims.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -24,4 +24,4 @@
  .
  Thanks to this module, Scilab can access to complex and advanced Java objects
  with Scilab classical data types.
- .
\ No newline at end of file
+ .

Modified: packages-metadata/s/ssreflect.control
===================================================================
--- packages-metadata/s/ssreflect.control	2012-09-18 03:01:15 UTC (rev 2482)
+++ packages-metadata/s/ssreflect.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -4,8 +4,8 @@
 Uploaders: Stéphane Glondu <glondu at debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~),
- coq (>= 8.3),
- libcoq-ocaml-dev (>= 8.3),
+ coq (>= 8.4),
+ libcoq-ocaml-dev (>= 8.4),
  dh-ocaml (>= 0.9~),
  camlp5 (>= 5.12-2~),
  ocaml-best-compilers,

Modified: packages-metadata/s/sweethome3d.control
===================================================================
--- packages-metadata/s/sweethome3d.control	2012-09-18 03:01:15 UTC (rev 2482)
+++ packages-metadata/s/sweethome3d.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -12,8 +12,8 @@
                      libjava3d-java,
                      libsunflow-java (>= 0.07.2.svn396+dfsg-9),
                      libbatik-java,
-                     openjdk-6-jdk | sun-java6-jdk
-Standards-Version: 3.9.2
+                     default-jdk
+Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 Vcs-Git: git://git.debian.org/pkg-java/sweethome3d.git
 Vcs-Browser: http://git.debian.org/?p=pkg-java/sweethome3d.git
@@ -29,7 +29,7 @@
          libjava3d-java,
          libsunflow-java (>= 0.07.2.svn396+dfsg-9),
          libbatik-java,
-         openjdk-6-jre | sun-java6-jre,
+         default-jre | java6-runtime,
          ${misc:Depends}
 Description: Interior 2D design application with 3D preview
  Sweet Home 3D is an interior design Java application for

Added: packages-metadata/t/tabble.control
===================================================================
--- packages-metadata/t/tabble.control	                        (rev 0)
+++ packages-metadata/t/tabble.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,20 @@
+Source: tabble
+Section: x11
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: debhelper (>= 9), autotools-dev, libgtk2.0-dev
+Standards-Version: 3.9.3
+Vcs-Browser: http://git.debian.org/?p=collab-maint/tabble.git
+Vcs-Git: git://git.debian.org/git/collab-maint/tabble.git
+Homepage: http://www.rillion.net/tabble
+
+Package: tabble
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, psmisc
+Description: program launcher with tabs for X
+ tabble is a small alternative X shell which presents your programs in
+ tabs for easy launch. It is not meant to replace a window manager,
+ just complement it. Light window managers benefit the most from
+ tabble. The idea is that tabble is 'always on top' so multiple
+ launches can be made without re-navigating a menu hierarchy or
+ clearing the desktop.

Added: packages-metadata/t/tabble.copyright
===================================================================
--- packages-metadata/t/tabble.copyright	                        (rev 0)
+++ packages-metadata/t/tabble.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: tabble
+Upstream-Contact: Graeme Sheppard <graeme at rillion.net>
+Source: http://www.rillion.net/tabble
+
+Files: *
+Copyright:
+  2005, 2006, 2010 Graeme Sheppard <graeme at rillion.net>
+License: GPL-2+
+
+Files: debian/*
+Copyright:
+  2012 Jari Aalto <jari.aalto at cante.net>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in "/usr/share/common-licenses/GPL-2".

Added: packages-metadata/x/xfce4-mixer.control
===================================================================
--- packages-metadata/x/xfce4-mixer.control	                        (rev 0)
+++ packages-metadata/x/xfce4-mixer.control	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,29 @@
+Source: xfce4-mixer
+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), pkg-config, libglib2.0-dev,
+ libgstreamer-plugins-base0.10-dev, libgtk2.0-dev, 
+ libxfce4util-dev (>= 4.8.0), libxfce4ui-1-dev (>= 4.8.0), 
+ xfce4-panel-dev (>= 4.8.0), libxml-parser-perl, 
+ libxfconf-0-dev (>= 4.8.0), intltool, dpkg-dev (>= 1.16.1)
+Standards-Version: 3.9.3
+Homepage: http://www.xfce.org/
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-mixer/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-mixer/
+
+Package: xfce4-mixer
+Section: xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, 
+ gstreamer0.10-alsa | gstreamer0.10-audiosink, gstreamer0.10-plugins-base
+Replaces: xfce4-mixer-alsa, xfce4-mixer-oss
+Description: Xfce mixer application
+ This is the frontend for mixer settings delivered together
+ with the Xfce4 desktop environment. It does the same jobs
+ other mixer frontends do but is integrated into the Xfce4
+ desktop as a plugin for the Xfce4 main panel.
+ .
+ It uses GStreamer as a backend.

Added: packages-metadata/x/xfce4-mixer.copyright
===================================================================
--- packages-metadata/x/xfce4-mixer.copyright	                        (rev 0)
+++ packages-metadata/x/xfce4-mixer.copyright	2012-09-18 22:59:40 UTC (rev 2483)
@@ -0,0 +1,14 @@
+This package was debianized by Martin Loschwitz <madkiss at debian.org> on
+Sun, 20 Jul 2003 16:35:47 +0200.
+
+You can fetch xfce4-mixer from the official Xfce website, which is
+http://www.xfce.org/
+
+Upstream authors is Jannis Pohlmann <jannis at xfce.org>
+
+File: *
+Copyright: © 2008 Jannis Pohlmann <jannis at xfce.org>
+License: GPL-2+
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.




More information about the Collab-qa-commits mailing list