[Python-modules-commits] r28600 - in packages/releases/trunk/releases/trunk (10 files)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Sun Apr 20 19:42:05 UTC 2014


    Date: Sunday, April 20, 2014 @ 19:42:04
  Author: zyga-guest
Revision: 28600

[svn-inject] Applying Debian modifications (0.6.1-1) to trunk

Added:
  packages/releases/trunk/releases/trunk/debian/
  packages/releases/trunk/releases/trunk/debian/changelog
  packages/releases/trunk/releases/trunk/debian/clean
  packages/releases/trunk/releases/trunk/debian/compat
  packages/releases/trunk/releases/trunk/debian/control
  packages/releases/trunk/releases/trunk/debian/copyright
  packages/releases/trunk/releases/trunk/debian/rules
  packages/releases/trunk/releases/trunk/debian/source/
  packages/releases/trunk/releases/trunk/debian/source/format
  packages/releases/trunk/releases/trunk/debian/watch


Property changes on: packages/releases/trunk/releases/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/releases/trunk/releases/trunk/debian/changelog
===================================================================
--- packages/releases/trunk/releases/trunk/debian/changelog	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/changelog	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1,5 @@
+releases (0.6.1-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #745347)
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Sun, 20 Apr 2014 20:36:15 +0200

Added: packages/releases/trunk/releases/trunk/debian/clean
===================================================================
--- packages/releases/trunk/releases/trunk/debian/clean	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/clean	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1 @@
+*.egg-info

Added: packages/releases/trunk/releases/trunk/debian/compat
===================================================================
--- packages/releases/trunk/releases/trunk/debian/compat	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/compat	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1 @@
+9

Added: packages/releases/trunk/releases/trunk/debian/control
===================================================================
--- packages/releases/trunk/releases/trunk/debian/control	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/control	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1,68 @@
+Source: releases
+Section: python 
+Priority: optional
+Maintainer: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/releases/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/releases/trunk/
+Homepage: https://github.com/bitprophet/releases
+
+Package: python-releases
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-docutils,
+Description: Sphinx extension for changelog manipulation (python 2)
+ Releases is a Sphinx extension designed to help you keep a source control
+ friendly, merge friendly changelog file & turn it into useful, human readable
+ HTML output.
+ .
+ Specifically:
+ .
+   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
+     stream-like timeline that plays well with source control & only requires one
+     entry per change (even for changes that exist in multiple release lines).
+   * The output (when you have the extension installed and run your Sphinx build
+     command) is a traditional looking changelog page with a section for every
+     release; multi-release issues are copied automatically into each release.
+   * By default, feature and support issues are only displayed under feature
+     releases, and bugs are only displayed under bugfix releases. This can be
+     overridden on a per-issue basis.
+ .
+ This package contains the python2.x version of the library
+
+Package: python3-releases
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-docutils,
+Description: Sphinx extension for changelog manipulation (python 3)
+ Releases is a Sphinx extension designed to help you keep a source control
+ friendly, merge friendly changelog file & turn it into useful, human readable
+ HTML output.
+ .
+ Specifically:
+ .
+   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
+     stream-like timeline that plays well with source control & only requires one
+     entry per change (even for changes that exist in multiple release lines).
+   * The output (when you have the extension installed and run your Sphinx build
+     command) is a traditional looking changelog page with a section for every
+     release; multi-release issues are copied automatically into each release.
+   * By default, feature and support issues are only displayed under feature
+     releases, and bugs are only displayed under bugfix releases. This can be
+     overridden on a per-issue basis.
+ .
+ This package contains the python3.x version of the library

Added: packages/releases/trunk/releases/trunk/debian/copyright
===================================================================
--- packages/releases/trunk/releases/trunk/debian/copyright	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/copyright	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: releases
+Source: https://github.com/bitprophet/releases
+
+Files: *
+Copyright: 2014, Jeff Forcier
+License: BSD-2-clause
+ Copyright (c) 2014, Jeff Forcier
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER 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.
+
+Files: debian/*
+Copyright: 2014 Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3,
+ as published by the Free Software Foundation.
+ .
+ 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian-based systems the full text of the GPL, version 3, can be found at
+ /usr/share/common-licenses/GPL-3.

Added: packages/releases/trunk/releases/trunk/debian/rules
===================================================================
--- packages/releases/trunk/releases/trunk/debian/rules	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/rules	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=releases
+
+%:
+	dh $@ --with=python2,python3 --buildsystem=pybuild


Property changes on: packages/releases/trunk/releases/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/releases/trunk/releases/trunk/debian/source/format
===================================================================
--- packages/releases/trunk/releases/trunk/debian/source/format	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/source/format	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/releases/trunk/releases/trunk/debian/watch
===================================================================
--- packages/releases/trunk/releases/trunk/debian/watch	                        (rev 0)
+++ packages/releases/trunk/releases/trunk/debian/watch	2014-04-20 19:42:04 UTC (rev 28600)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/b/~b/g;s/a/~a/g" \
+    http://pypi.python.org/packages/source/r/releases/releases-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list