[Python-apps-commits] r11051 - in packages/kapidox/trunk (13 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Jul 11 19:09:09 UTC 2014


    Date: Friday, July 11, 2014 @ 19:09:08
  Author: kitterman
Revision: 11051

[svn-inject] Applying Debian modifications (5.0.0-1) to trunk

Added:
  packages/kapidox/trunk/debian/
  packages/kapidox/trunk/debian/changelog
  packages/kapidox/trunk/debian/compat
  packages/kapidox/trunk/debian/control
  packages/kapidox/trunk/debian/copyright
  packages/kapidox/trunk/debian/patches/
  packages/kapidox/trunk/debian/patches/add-jquery-license
  packages/kapidox/trunk/debian/patches/series
  packages/kapidox/trunk/debian/rules
  packages/kapidox/trunk/debian/source.lintian-overrides
  packages/kapidox/trunk/debian/source/
  packages/kapidox/trunk/debian/source/format
  packages/kapidox/trunk/debian/watch


Property changes on: packages/kapidox/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/kapidox/trunk/debian/changelog
===================================================================
--- packages/kapidox/trunk/debian/changelog	                        (rev 0)
+++ packages/kapidox/trunk/debian/changelog	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,24 @@
+kapidox (5.0.0-1) unstable; urgency=medium
+
+  [ Jonathan Riddell ]
+  * Initial stable upstream release
+
+  [ Scarlett Clark ]
+  * Update watch file to stable
+  * Add VCS header fields
+
+  [ Scott Kitterman ]
+  * Rework unoffical Kubuntu packaging to just build as a python app and not
+    use redundant CMake tools
+    - Simplify debian/rules
+    - Drop unneeded build-depends
+    - Make kapidox arch all
+  * Improve package description
+  * Add depends on python-jinja2 and python-yaml
+  * Add libgv-python as Recommends (since it is optional, but should usually
+    be used)
+  * Add lintian-overrides for source-is-missing, the source is in the tar
+  * Add debian/patches/add-jquery-license to provide full license text for
+    jquery
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 11 Jul 2014 11:46:51 -0400

Added: packages/kapidox/trunk/debian/compat
===================================================================
--- packages/kapidox/trunk/debian/compat	                        (rev 0)
+++ packages/kapidox/trunk/debian/compat	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1 @@
+9

Added: packages/kapidox/trunk/debian/control
===================================================================
--- packages/kapidox/trunk/debian/control	                        (rev 0)
+++ packages/kapidox/trunk/debian/control	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,30 @@
+Source: kapidox
+Section: libs
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>, Scarlett Clark <scarlett at scarlettgatelyclark.com>
+Build-Depends: debhelper (>= 9.0.0),
+               dh-python,
+               python,
+Standards-Version: 3.9.5
+Homepage: https://projects.kde.org/projects/frameworks/kapidox
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/kapidox/trunk
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/kapidox/trunk
+X-Python-Version: 2.7
+
+Package: kapidox
+Architecture: all
+Depends: ${python:Depends}, python-jinja2, python-yaml, ${misc:Depends}
+Recommends: libgv-python
+Description: API documentation generation tool for KDE frameworks
+ Framework to aid in creating API documentation for KDE Frameworks in a
+ standard format and style.
+ .
+ The Doxygen tool is used to do the actual documentation extraction and
+ formatting, but this framework provides a wrapper script to make generating
+ the documentation more convenient (including reading settings from the target
+ framework or other module) and a standard template for the generated
+ documentation.
+ .
+ Scripts currently provided are depdiagram-generate-all, kgenframeworksapidox,
+ depdiagram-generate, kgenapidox, and depdiagram-prepare

Added: packages/kapidox/trunk/debian/copyright
===================================================================
--- packages/kapidox/trunk/debian/copyright	                        (rev 0)
+++ packages/kapidox/trunk/debian/copyright	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,72 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kapidox
+Source: https://projects.kde.org/projects/frameworks/kapidox
+
+Files: *
+Copyright: 2014  Alex Merry <alex.merry at kdemail.net>
+           2014  Aurélien Gâteau <agateau at kde.org>
+           2014  Alex Turbov <i.zaufi at gmail.com>
+License: BSD 2 Clause
+ 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/jquery/jquery-2.1.0.js 
+       src/kapidox/data/htmlresource/jquery-2.1.0.min.js
+Copyright: 2005, 2013 2014 jQuery Foundation, Inc. and other contributors
+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.
+
+Files: debian/*
+Copyright: 2014 Scarlett Clark <scarlett at scarlettgatelyclark.com>
+           2005 Adriaan de Groot
+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".

Added: packages/kapidox/trunk/debian/patches/add-jquery-license
===================================================================
--- packages/kapidox/trunk/debian/patches/add-jquery-license	                        (rev 0)
+++ packages/kapidox/trunk/debian/patches/add-jquery-license	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,26 @@
+Description: Add full copy of expat license to upstream tarball
+Author: Scott Kitterman <scott at kitterman.com>
+Origin: vendor
+
+--- /dev/null
++++ kapidox-5.0.0/src/jquery/LICENSE
+@@ -0,0 +1,19 @@
++  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/kapidox/trunk/debian/patches/series
===================================================================
--- packages/kapidox/trunk/debian/patches/series	                        (rev 0)
+++ packages/kapidox/trunk/debian/patches/series	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1 @@
+add-jquery-license

Added: packages/kapidox/trunk/debian/rules
===================================================================
--- packages/kapidox/trunk/debian/rules	                        (rev 0)
+++ packages/kapidox/trunk/debian/rules	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+


Property changes on: packages/kapidox/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/kapidox/trunk/debian/source/format
===================================================================
--- packages/kapidox/trunk/debian/source/format	                        (rev 0)
+++ packages/kapidox/trunk/debian/source/format	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/kapidox/trunk/debian/source.lintian-overrides
===================================================================
--- packages/kapidox/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ packages/kapidox/trunk/debian/source.lintian-overrides	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,2 @@
+# Source is in src/jquery/
+source: source-is-missing src/kapidox/data/htmlresource/jquery-2.1.0.min.js

Added: packages/kapidox/trunk/debian/watch
===================================================================
--- packages/kapidox/trunk/debian/watch	                        (rev 0)
+++ packages/kapidox/trunk/debian/watch	2014-07-11 19:09:08 UTC (rev 11051)
@@ -0,0 +1,2 @@
+version=3
+http://download.kde.org/stable/frameworks/([\d\.]*)/kapidox-(.*)\.tar\.xz




More information about the Python-apps-commits mailing list