[Python-apps-commits] r9467 - in packages (12 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Mar 2 16:57:50 UTC 2013


    Date: Saturday, March 2, 2013 @ 16:57:48
  Author: debacle
Revision: 9467

Work on ITP #702066.

Added:
  packages/trac-code-comments/
  packages/trac-code-comments/branches/
  packages/trac-code-comments/tags/
  packages/trac-code-comments/trunk/
  packages/trac-code-comments/trunk/debian/
  packages/trac-code-comments/trunk/debian/changelog
  packages/trac-code-comments/trunk/debian/compat
  packages/trac-code-comments/trunk/debian/control
  packages/trac-code-comments/trunk/debian/copyright
  packages/trac-code-comments/trunk/debian/rules
  packages/trac-code-comments/trunk/debian/source/
  packages/trac-code-comments/trunk/debian/source/format

Added: packages/trac-code-comments/trunk/debian/changelog
===================================================================
--- packages/trac-code-comments/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-code-comments/trunk/debian/changelog	2013-03-02 16:57:48 UTC (rev 9467)
@@ -0,0 +1,5 @@
+trac-code-comments (1.1.1-1) unstable; urgency=low
+
+  * First Debian package (Closes: #702066).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 02 Mar 2013 16:32:20 +0000

Added: packages/trac-code-comments/trunk/debian/compat
===================================================================
--- packages/trac-code-comments/trunk/debian/compat	                        (rev 0)
+++ packages/trac-code-comments/trunk/debian/compat	2013-03-02 16:57:48 UTC (rev 9467)
@@ -0,0 +1 @@
+7

Added: packages/trac-code-comments/trunk/debian/control
===================================================================
--- packages/trac-code-comments/trunk/debian/control	                        (rev 0)
+++ packages/trac-code-comments/trunk/debian/control	2013-03-02 16:57:48 UTC (rev 9467)
@@ -0,0 +1,35 @@
+Source: trac-code-comments
+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.3.1
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-code-comments/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-code-comments/trunk/
+Homepage: https://github.com/Automattic/trac-code-comments-plugin
+
+Package: trac-code-comments
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac
+Description: code comments and review plugin for Trac
+ This plugin allows you to leave comments on top of files, changesets,
+ and attachments. Once you've added all of your comments, you can send
+ them to tickets. These include links to these comments and their
+ description.
+  * Comments on files – you can comment on every file in the
+    repository.
+  * Inline comments on files – comment on a specific line. The
+    comments appears in context, below the line in question.
+  * Comments on changesets – useful when doing code reviews of
+    incoming commits.
+  * Comments on attachment pages – useful when reviewing patches.
+  * Wiki Markup – you can use the standard Trac wiki markup inside
+    your comments.
+  * Instant preview – to make sure you get the formatting right.
+  * Sending comments to tickets – you can select arbitrary number of
+    comments and create a new ticket out of them. The text of the
+    ticket defaults to links to the comments and their text, but you
+    can edit these before saving the ticket.
+  * Comments/ticket cross-reference – to remember which comments are
+    already in tickets and which are not.

Added: packages/trac-code-comments/trunk/debian/copyright
===================================================================
--- packages/trac-code-comments/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-code-comments/trunk/debian/copyright	2013-03-02 16:57:48 UTC (rev 9467)
@@ -0,0 +1,21 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Sat, 02 Mar 2013 16:32:20 +0000
+
+It was downloaded from:
+
+    https://github.com/Automattic/trac-code-comments-plugin
+
+Upstream Authors:
+
+    Nikolay Bachiyski <nikolay at automattic.com>
+    Thorsten Ott <tott at automattic.com>
+
+Copyright:
+
+    © 2010 daveappendix
+    © 2010-2012 Franz Mayer <franz.mayer at gefasoft.de>
+
+License:
+
+    GPL2

Added: packages/trac-code-comments/trunk/debian/rules
===================================================================
--- packages/trac-code-comments/trunk/debian/rules	                        (rev 0)
+++ packages/trac-code-comments/trunk/debian/rules	2013-03-02 16:57:48 UTC (rev 9467)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --sourcedir=trunk --with python2 --buildsystem=python_distutils


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

Added: packages/trac-code-comments/trunk/debian/source/format
===================================================================
--- packages/trac-code-comments/trunk/debian/source/format	                        (rev 0)
+++ packages/trac-code-comments/trunk/debian/source/format	2013-03-02 16:57:48 UTC (rev 9467)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list