[Python-apps-commits] r8820 - in packages/trac-batchmodify/trunk (6 files)
debacle at users.alioth.debian.org
debacle at users.alioth.debian.org
Sat Jun 2 16:49:04 UTC 2012
Date: Saturday, June 2, 2012 @ 16:49:02
Author: debacle
Revision: 8820
First package.
Added:
packages/trac-batchmodify/trunk/debian/changelog
packages/trac-batchmodify/trunk/debian/compat
packages/trac-batchmodify/trunk/debian/control
packages/trac-batchmodify/trunk/debian/copyright
packages/trac-batchmodify/trunk/debian/rules
Modified:
packages/trac-batchmodify/trunk/debian/ (properties)
Property changes on: packages/trac-batchmodify/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/trac-batchmodify/trunk/debian/changelog
===================================================================
--- packages/trac-batchmodify/trunk/debian/changelog (rev 0)
+++ packages/trac-batchmodify/trunk/debian/changelog 2012-06-02 16:49:02 UTC (rev 8820)
@@ -0,0 +1,5 @@
+trac-batchmodify (0.8.0+r10978-1) unstable; urgency=low
+
+ * First Debian package (Closes: #655996).
+
+ -- W. Martin Borgert <debacle at debian.org> Sat, 02 Jun 2012 16:32:31 +0000
Added: packages/trac-batchmodify/trunk/debian/compat
===================================================================
--- packages/trac-batchmodify/trunk/debian/compat (rev 0)
+++ packages/trac-batchmodify/trunk/debian/compat 2012-06-02 16:49:02 UTC (rev 8820)
@@ -0,0 +1 @@
+7
Added: packages/trac-batchmodify/trunk/debian/control
===================================================================
--- packages/trac-batchmodify/trunk/debian/control (rev 0)
+++ packages/trac-batchmodify/trunk/debian/control 2012-06-02 16:49:02 UTC (rev 8820)
@@ -0,0 +1,18 @@
+Source: trac-batchmodify
+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-batchmodify/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-batchmodify/trunk/
+Homepage: http://trac-hacks.org/wiki/BatchModifyPlugin
+
+Package: trac-batchmodify
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac
+Description: modify several Trac tickets together in one shot
+ This Trac plugins allows users with TICKET_BATCH_MODIFY permission
+ to change properties of several tickets at once, e.g. status,
+ milestone, owner etc.
Added: packages/trac-batchmodify/trunk/debian/copyright
===================================================================
--- packages/trac-batchmodify/trunk/debian/copyright (rev 0)
+++ packages/trac-batchmodify/trunk/debian/copyright 2012-06-02 16:49:02 UTC (rev 8820)
@@ -0,0 +1,45 @@
+This package was debianized by:
+
+ W. Martin Borgert <debacle at debian.org> on Sat, 02 Jun 2012 16:33:36 +0000
+
+It was downloaded from:
+
+ http://trac-hacks.org/wiki/BatchModifyPlugin
+
+Upstream Author:
+
+ Brian Meeker <meeker.brian at gmail.com>
+
+Copyright:
+
+ © 2006 Ashwin Phatak
+ © 2007 Dave Gynn (dgynn at optaros.com)
+ © 2010 Brian Meeker (meeker.brian 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. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+
+ 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.
Added: packages/trac-batchmodify/trunk/debian/rules
===================================================================
--- packages/trac-batchmodify/trunk/debian/rules (rev 0)
+++ packages/trac-batchmodify/trunk/debian/rules 2012-06-02 16:49:02 UTC (rev 8820)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --sourcedir=0.12/trunk --with python2 --buildsystem=python_distutils
Property changes on: packages/trac-batchmodify/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-apps-commits
mailing list