Author: plessy Date: 2012-07-30 03:01:14 +0000 (Mon, 30 Jul 2012) New Revision: 2431
Added: packages-metadata/m/moin.control packages-metadata/p/python-markdown.control packages-metadata/p/python-markdown.copyright Modified: packages-metadata/d/desktop-base.control packages-metadata/d/desktop-base.copyright packages-metadata/r/reportbug.control packages-metadata/r/reportbug.copyright Log: Daily automatic umegaya push Modified: packages-metadata/d/desktop-base.control =================================================================== --- packages-metadata/d/desktop-base.control 2012-07-29 03:01:11 UTC (rev 2430) +++ packages-metadata/d/desktop-base.control 2012-07-30 03:01:14 UTC (rev 2431) @@ -17,7 +17,7 @@ Package: desktop-base Architecture: all -Depends: librsvg2-common +Depends: ${misc:Depends}, librsvg2-common Pre-Depends: dpkg (>= 1.15.7.2~) Suggests: gnome | kde-standard | xfce4 | wmaker Description: common files for the Debian Desktop Modified: packages-metadata/d/desktop-base.copyright =================================================================== --- packages-metadata/d/desktop-base.copyright 2012-07-29 03:01:11 UTC (rev 2430) +++ packages-metadata/d/desktop-base.copyright 2012-07-30 03:01:14 UTC (rev 2431) @@ -42,7 +42,7 @@ - PNG splash, splash/gnome-splash-curves.png. They are both based on the Debian “Open Use” (without “Debian” word) logo. -The Joy theme is © 2012 Adrien Aubourg and released under the CC-BY-SA 3.0 +The Joy theme is © 2012 Adrien Aubourg and released under the GPLv2 license. The Joy theme is based on the Debian “Open Use” (without “Debian” word) @@ -53,20 +53,20 @@ the GPLv2+. The images used with the plymouth theme is Copyright © 2012 Adrien Aubourg under -the CC-BY-SA 3.0 License. +the GPLv2 License. The Joy GDM is © 2012 Paul Tagliamonte GPLv2, with work from all the previous authors of that file, and artwork from Adrien Aubourg under -the CC-BY-SA 3.0 license. +the GPLv2 license. The Joy KDM theme is © 2012 Eshat Cakar and © 2010 Roman Shtylman GPLv2 -with artwork from Adrien Aubourg under the CC-BY-SA 3.0 license. +with artwork from Adrien Aubourg under the GPLv2 license. The Joy KSplash theme is © 2012 Eshat Cakar, Nuno Pinheiro, Riccardo Iaconelli GPLv2 -with artwork from Adrien Aubourg under the CC-BY-SA 3.0 license. +with artwork from Adrien Aubourg under the GPLv2 license. The Joy grub theme is © 2012 Paul Tagliamonte GPLv2, using artwork from Adrien -Aubourg licensed under CC-BY-SA 3.0. +Aubourg licensed under GPLv2 license. The SpaceFun theme is © 2010 Valessio S. Brito and released under the GPLv2. The Splashy theme is © 2010 Yves-Alexis Perez using artwork from Valessio Added: packages-metadata/m/moin.control =================================================================== --- packages-metadata/m/moin.control (rev 0) +++ packages-metadata/m/moin.control 2012-07-30 03:01:14 UTC (rev 2431) @@ -0,0 +1,32 @@ +Source: moin +Section: net +Priority: optional +Maintainer: Jonas Smedegaard <d...@jones.dk> +Standards-Version: 3.9.2 +Build-Depends: devscripts, + python (>= 2.6.5), + cdbs (>= 0.4.97~), + python-dev (>= 2.3.5-7), + debhelper, + dh-buildinfo, + unzip, + zip +Uploaders: Steve McIntyre <93...@debian.org> +Vcs-Git: git://git.debian.org/git/collab-maint/moin.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/moin.git;a=summary +Homepage: http://moinmo.in/ + +Package: python-moinmoin +Architecture: all +Section: python +Depends: ${python:Depends}, ${misc:Depends}, ${cdbs:Depends} +Provides: ${python:Provides}, ${cdbs:Provides} +Replaces: ${cdbs:Replaces} +Conflicts: ${cdbs:Conflicts} +Recommends: ${cdbs:Recommends} +Suggests: ${cdbs:Suggests} +Description: Python clone of WikiWiki - library + A WikiWikiWeb is a collaborative hypertext environment, with an + emphasis on easy access to and modification of information. MoinMoin + is a Python WikiClone that allows you to easily set up your own wiki, + only requiring a Web server and a Python installation. Added: packages-metadata/p/python-markdown.control =================================================================== --- packages-metadata/p/python-markdown.control (rev 0) +++ packages-metadata/p/python-markdown.control 2012-07-30 03:01:14 UTC (rev 2431) @@ -0,0 +1,67 @@ +Source: python-markdown +Section: python +Priority: optional +Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org> +Uploaders: Fredrik Steen <st...@debian.org>, Bernd Zeimetz <b...@debian.org>, + Dmitry Shachnev <mity...@gmail.com> +Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~), + python-nose, python3-nose +Standards-Version: 3.9.3 +Homepage: http://www.freewisdom.org/projects/python-markdown/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-markdown/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-markdown/trunk/ +X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.1 +DM-Upload-Allowed: yes + +Package: python-markdown +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Recommends: python-pygments +Suggests: python-markdown-doc +Description: text-to-HTML conversion library/tool (implemented in Python 2) + Markdown is a text-to-HTML conversion tool for web writers. Markdown + allows you to write using an easy-to-read, easy-to-write plain text + format, then convert it to structurally valid XHTML (or HTML). + . + This is a Python implementation of John Gruber's Markdown. The current + version of python-markdown implements all Markdown syntax features and + fully passes Markdown Test Suite 1.0. It also supports footnotes and + attributes. + . + This package contains all the files needed to use Markdown with Python + 2.x, and the /usr/bin/markdown_py command-line tool. + +Package: python3-markdown +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Recommends: python3-pygments +Suggests: python-markdown-doc +Description: text-to-HTML conversion library/tool (implemented in Python 3) + Markdown is a text-to-HTML conversion tool for web writers. Markdown + allows you to write using an easy-to-read, easy-to-write plain text + format, then convert it to structurally valid XHTML (or HTML). + . + This is a Python implementation of John Gruber's Markdown. The current + version of python-markdown implements all Markdown syntax features and + fully passes Markdown Test Suite 1.0. It also supports footnotes and + attributes. + . + This package contains all the files needed to use Markdown with Python + 3.x. + +Package: python-markdown-doc +Architecture: all +Depends: ${misc:Depends} +Section: doc +Description: text-to-HTML conversion library/tool (documentation) + Markdown is a text-to-HTML conversion tool for web writers. Markdown + allows you to write using an easy-to-read, easy-to-write plain text + format, then convert it to structurally valid XHTML (or HTML). + . + This is a Python implementation of John Gruber's Markdown. The current + version of python-markdown implements all Markdown syntax features and + fully passes Markdown Test Suite 1.0. It also supports footnotes and + attributes. + . + This package contains HTML documentation files for python-markdown. Added: packages-metadata/p/python-markdown.copyright =================================================================== --- packages-metadata/p/python-markdown.copyright (rev 0) +++ packages-metadata/p/python-markdown.copyright 2012-07-30 03:01:14 UTC (rev 2431) @@ -0,0 +1,64 @@ +This package was debianized by Fredrik Steen <st...@debian.org> on +Fri, 21 Apr 2006 13:18:31 +0200. + +It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=153041 + +Authors: + Manfred Stienstra <manfred.stiens...@dwerg.net> + Yuri Takhteyev <qarama...@gmail.com> + +Copyright: + 2004-2007 Manfred Stienstra <manfred.stiens...@dwerg.net> + Yuri Takhteyev <qarama...@gmail.com> + + +Licenses: + + markdown is dual-licensed under GPL 2 and the BSD 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; 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, + version 2, can be found in `/usr/share/common-licenses/GPL-2'. + + + + BSD: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. Modified: packages-metadata/r/reportbug.control =================================================================== --- packages-metadata/r/reportbug.control 2012-07-29 03:01:11 UTC (rev 2430) +++ packages-metadata/r/reportbug.control 2012-07-30 03:01:14 UTC (rev 2431) @@ -3,7 +3,7 @@ Priority: standard Maintainer: Reportbug Maintainers <reportbug-ma...@lists.alioth.debian.org> Uploaders: Sandro Tosi <mo...@debian.org>, Chris Lawrence <lawre...@debian.org> -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7), python (>= 2.5) Build-Depends-Indep: python-support, python-nose, python-setuptools, python-mock X-Python-Version: >= 2.6 Modified: packages-metadata/r/reportbug.copyright =================================================================== --- packages-metadata/r/reportbug.copyright 2012-07-29 03:01:11 UTC (rev 2430) +++ packages-metadata/r/reportbug.copyright 2012-07-30 03:01:14 UTC (rev 2431) @@ -8,7 +8,7 @@ Files: * Copyright: © 1999-2006 Chris Lawrence - Copyright (C) 2008-2011 Sandro Tosi <mo...@debian.org> + Copyright (C) 2008-2012 Sandro Tosi <mo...@debian.org> License: other # This program is freely distributable per the following license: # _______________________________________________ Collab-qa-commits mailing list Collab-qa-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits