[Python-apps-commits] r8015 - in packages/trac-diavisview/trunk/debian (7 files)
debacle at users.alioth.debian.org
debacle at users.alioth.debian.org
Sun Jan 1 15:52:09 UTC 2012
Date: Sunday, January 1, 2012 @ 15:52:08
Author: debacle
Revision: 8015
Add some incomplete packaging files.
Added:
packages/trac-diavisview/trunk/debian/changelog
packages/trac-diavisview/trunk/debian/compat
packages/trac-diavisview/trunk/debian/control
packages/trac-diavisview/trunk/debian/copyright
packages/trac-diavisview/trunk/debian/rules
packages/trac-diavisview/trunk/debian/source/format
packages/trac-diavisview/trunk/debian/watch
Added: packages/trac-diavisview/trunk/debian/changelog
===================================================================
--- packages/trac-diavisview/trunk/debian/changelog (rev 0)
+++ packages/trac-diavisview/trunk/debian/changelog 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1,7 @@
+trac-wikiprint (0.1+r8100-1) UNRELEASE; urgency=low
+
+ TODO: Clarify license: GPL or BSD or both?
+
+ * First Debian package (Closes: #504472).
+
+ -- W. Martin Borgert <debacle at debian.org> Sun, 01 Jan 2012 15:48:06 +0000
Added: packages/trac-diavisview/trunk/debian/compat
===================================================================
--- packages/trac-diavisview/trunk/debian/compat (rev 0)
+++ packages/trac-diavisview/trunk/debian/compat 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1 @@
+7
Added: packages/trac-diavisview/trunk/debian/control
===================================================================
--- packages/trac-diavisview/trunk/debian/control (rev 0)
+++ packages/trac-diavisview/trunk/debian/control 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1,15 @@
+Source: trac-diavisview
+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-diavisview/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-diavisview/trunk/
+Homepage: http://trac-hacks.org/wiki/DiaVisViewPlugin
+
+Package: trac-diavisview
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac, dia
+Description:
Added: packages/trac-diavisview/trunk/debian/copyright
===================================================================
--- packages/trac-diavisview/trunk/debian/copyright (rev 0)
+++ packages/trac-diavisview/trunk/debian/copyright 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1,34 @@
+This package was debianized by:
+
+ W. Martin Borgert <debacle at debian.org> on Sun, 01 Jan 2012 15:49:18 +0000
+
+It was downloaded from:
+
+ http://trac-hacks.org/wiki/DiaVisViewPlugin
+
+Upstream Author:
+
+ Robert Martin <robert.martin at arqiva.com>
+
+Copyright:
+
+ © 2008 Robert Martin <robert.martin at arqiva.com>
+
+License:
+
+ This program 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 program 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, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the General Public License can be
+found in `/usr/share/common-licenses/GPL'.
Added: packages/trac-diavisview/trunk/debian/rules
===================================================================
--- packages/trac-diavisview/trunk/debian/rules (rev 0)
+++ packages/trac-diavisview/trunk/debian/rules 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --sourcedir=0.11 --with python2 --buildsystem=python_distutils
Property changes on: packages/trac-diavisview/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/trac-diavisview/trunk/debian/source/format
===================================================================
--- packages/trac-diavisview/trunk/debian/source/format (rev 0)
+++ packages/trac-diavisview/trunk/debian/source/format 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/trac-diavisview/trunk/debian/watch
===================================================================
--- packages/trac-diavisview/trunk/debian/watch (rev 0)
+++ packages/trac-diavisview/trunk/debian/watch 2012-01-01 15:52:08 UTC (rev 8015)
@@ -0,0 +1,6 @@
+version=3
+
+opts=downloadurlmangle=s/$/\/diavisviewplugin\/0\.1\?old_path=\/&format=zip/,uversionmangle=s/^/0.1+r/ \
+ http://trac-hacks.org/log/diavisviewplugin/0.11 \
+ /changeset/(\d+) \
+ debian uupdate
More information about the Python-apps-commits
mailing list