[Python-apps-commits] r9490 - in packages/trac-subcomponents/trunk (8 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sun Mar 17 23:09:56 UTC 2013


    Date: Sunday, March 17, 2013 @ 23:09:54
  Author: debacle
Revision: 9490

Finalise package.

Added:
  packages/trac-subcomponents/trunk/debian/changelog
  packages/trac-subcomponents/trunk/debian/compat
  packages/trac-subcomponents/trunk/debian/control
  packages/trac-subcomponents/trunk/debian/copyright
  packages/trac-subcomponents/trunk/debian/rules
  packages/trac-subcomponents/trunk/debian/source/
  packages/trac-subcomponents/trunk/debian/source/format
Modified:
  packages/trac-subcomponents/trunk/debian/	(properties)


Property changes on: packages/trac-subcomponents/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: packages/trac-subcomponents/trunk/debian/changelog
===================================================================
--- packages/trac-subcomponents/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-subcomponents/trunk/debian/changelog	2013-03-17 23:09:54 UTC (rev 9490)
@@ -0,0 +1,5 @@
+trac-subcomponents (1.1.2-1) unstable; urgency=high
+
+  * First Debian package (Closes: #702441).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 17 Mar 2013 22:56:19 +0000

Added: packages/trac-subcomponents/trunk/debian/compat
===================================================================
--- packages/trac-subcomponents/trunk/debian/compat	                        (rev 0)
+++ packages/trac-subcomponents/trunk/debian/compat	2013-03-17 23:09:54 UTC (rev 9490)
@@ -0,0 +1 @@
+7

Added: packages/trac-subcomponents/trunk/debian/control
===================================================================
--- packages/trac-subcomponents/trunk/debian/control	                        (rev 0)
+++ packages/trac-subcomponents/trunk/debian/control	2013-03-17 23:09:54 UTC (rev 9490)
@@ -0,0 +1,21 @@
+Source: trac-subcomponents
+Section: web
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~)
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Standards-Version: 3.9.2
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-subcomponents/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-subcomponents/trunk/
+Homepage: http://trac-hacks.org/wiki/SubcomponentsPlugin
+
+Package: trac-subcomponents
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac
+Recommends: libjs-jquery, graphviz
+Description: use multiple layers of components in Trac
+ This plugin alters Trac's behaviour so that the interface
+ supports multiple layers of components. In project with
+ lots of components, rearranging these components into
+ several layers can clear up the list of components.
+ Components need to be slash ("/") separated.

Added: packages/trac-subcomponents/trunk/debian/copyright
===================================================================
--- packages/trac-subcomponents/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-subcomponents/trunk/debian/copyright	2013-03-17 23:09:54 UTC (rev 9490)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sun, 17 Mar 2013 22:56:19 +0000
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/SubcomponentsPlugin
+
+Upstream Author:
+
+    Niels Sascha Reedijk <niels.reedijk at gmail.com>
+
+Copyright:
+
+    © 2009, Niels Sascha Reedijk <niels.reedijk at gmail.com>
+
+License:
+
+    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.

Added: packages/trac-subcomponents/trunk/debian/rules
===================================================================
--- packages/trac-subcomponents/trunk/debian/rules	                        (rev 0)
+++ packages/trac-subcomponents/trunk/debian/rules	2013-03-17 23:09:54 UTC (rev 9490)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils


Property changes on: packages/trac-subcomponents/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trac-subcomponents/trunk/debian/source/format
===================================================================
--- packages/trac-subcomponents/trunk/debian/source/format	                        (rev 0)
+++ packages/trac-subcomponents/trunk/debian/source/format	2013-03-17 23:09:54 UTC (rev 9490)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list