[Python-apps-commits] r8048 - in packages/trac-announcer/trunk (8 files)
debacle at users.alioth.debian.org
debacle at users.alioth.debian.org
Sun Jan 8 14:05:59 UTC 2012
Date: Sunday, January 8, 2012 @ 14:05:58
Author: debacle
Revision: 8048
Prepare package.
Added:
packages/trac-announcer/trunk/debian/changelog
packages/trac-announcer/trunk/debian/compat
packages/trac-announcer/trunk/debian/control
packages/trac-announcer/trunk/debian/copyright
packages/trac-announcer/trunk/debian/rules
packages/trac-announcer/trunk/debian/source/format
packages/trac-announcer/trunk/debian/watch
Modified:
packages/trac-announcer/trunk/debian/ (properties)
Property changes on: packages/trac-announcer/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/trac-announcer/trunk/debian/changelog
===================================================================
--- packages/trac-announcer/trunk/debian/changelog (rev 0)
+++ packages/trac-announcer/trunk/debian/changelog 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1,5 @@
+trac-announcer (0.12.1+r10986-1) unstable; urgency=low
+
+ * First Debian package (Closes: #504349).
+
+ -- W. Martin Borgert <debacle at debian.org> Sun, 08 Jan 2012 11:40:42 +0000
Added: packages/trac-announcer/trunk/debian/compat
===================================================================
--- packages/trac-announcer/trunk/debian/compat (rev 0)
+++ packages/trac-announcer/trunk/debian/compat 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1 @@
+7
Added: packages/trac-announcer/trunk/debian/control
===================================================================
--- packages/trac-announcer/trunk/debian/control (rev 0)
+++ packages/trac-announcer/trunk/debian/control 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1,20 @@
+Source: trac-announcer
+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-announcer/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-announcer/trunk/
+Homepage: http://trac-hacks.org/wiki/AnnouncerPlugin
+
+Package: trac-announcer
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac
+Description: enhanced e-mail notification system for Trac
+ The AnnouncerPlugin is meant to provide an extensible,
+ user-customizable notification system that can be used to
+ completely replace Trac's default notifications. It allows
+ easy and flexible notifications about tickets, wiki page
+ changes, and even Bitten builds.
\ No newline at end of file
Added: packages/trac-announcer/trunk/debian/copyright
===================================================================
--- packages/trac-announcer/trunk/debian/copyright (rev 0)
+++ packages/trac-announcer/trunk/debian/copyright 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1,46 @@
+This package was debianized by:
+
+ W. Martin Borgert <debacle at debian.org> on Sun, 08 Jan 2012 11:40:42 +0000
+
+It was downloaded from:
+
+ http://trac-hacks.org/wiki/AnnouncerPlugin
+
+Upstream Author:
+
+ Robert Corsaro <rcorsaro at gmail.com>
+
+Copyright:
+
+ © 2008, Stephen Hansen
+ © 2009, Robert Corsaro
+ © 2010,2011 Steffen Hoffmann
+
+License:
+
+ Copyright (c) The Regents of the University of California.
+ All rights reserved.
+
+ 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-announcer/trunk/debian/rules
===================================================================
--- packages/trac-announcer/trunk/debian/rules (rev 0)
+++ packages/trac-announcer/trunk/debian/rules 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --sourcedir=trunk --with python2 --buildsystem=python_distutils
Property changes on: packages/trac-announcer/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/trac-announcer/trunk/debian/source/format
===================================================================
--- packages/trac-announcer/trunk/debian/source/format (rev 0)
+++ packages/trac-announcer/trunk/debian/source/format 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/trac-announcer/trunk/debian/watch
===================================================================
--- packages/trac-announcer/trunk/debian/watch (rev 0)
+++ packages/trac-announcer/trunk/debian/watch 2012-01-08 14:05:58 UTC (rev 8048)
@@ -0,0 +1,6 @@
+version=3
+
+opts=downloadurlmangle=s/$/\/announcerplugin\/0\.12\.1\?old_path=\/&format=zip/,uversionmangle=s/^/0.12.1+r/ \
+ http://trac-hacks.org/log/announcerplugin/trunk \
+ /changeset/(\d+) \
+ debian uupdate
More information about the Python-apps-commits
mailing list