[Python-modules-commits] r27220 - in packages/python-changelog/trunk (10 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jan 13 20:53:44 UTC 2014


    Date: Monday, January 13, 2014 @ 20:53:43
  Author: piotr
Revision: 27220

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

Added:
  packages/python-changelog/trunk/debian/
  packages/python-changelog/trunk/debian/changelog
  packages/python-changelog/trunk/debian/compat
  packages/python-changelog/trunk/debian/control
  packages/python-changelog/trunk/debian/copyright
  packages/python-changelog/trunk/debian/rules
  packages/python-changelog/trunk/debian/source/
  packages/python-changelog/trunk/debian/source/format
  packages/python-changelog/trunk/debian/source/options
  packages/python-changelog/trunk/debian/watch


Property changes on: packages/python-changelog/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-changelog/trunk/debian/changelog
===================================================================
--- packages/python-changelog/trunk/debian/changelog	                        (rev 0)
+++ packages/python-changelog/trunk/debian/changelog	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1,5 @@
+python-changelog (0.3.4-1) unstable; urgency=low
+
+  * Initial release (closes: #735209)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 13 Jan 2014 21:51:27 +0100

Added: packages/python-changelog/trunk/debian/compat
===================================================================
--- packages/python-changelog/trunk/debian/compat	                        (rev 0)
+++ packages/python-changelog/trunk/debian/compat	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1 @@
+9

Added: packages/python-changelog/trunk/debian/control
===================================================================
--- packages/python-changelog/trunk/debian/control	                        (rev 0)
+++ packages/python-changelog/trunk/debian/control	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1,74 @@
+Source: python-changelog
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Dmitry Shachnev <mitya57 at gmail.com>, Piotr Ożarowski <piotr at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9), dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.5
+Homepage: https://bitbucket.org/zzzeek/changelog
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-changelog/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-changelog/trunk/
+
+Package: python-changelog
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Enhances: python-sphinx
+Description: Sphinx extension to generate changelog files
+ This package provides simple Sphinx markup to render changelog displays
+ .
+ Example:
+ .
+  ====================
+  Changelog for 1.5.6
+  ====================
+ . 
+  .. changelog::
+      :version: 1.5.6
+      :released: Sun Oct 12 2008
+ . 
+      .. change::
+          :tags: general
+          :tickets: 27
+ . 
+        Improved the frobnozzle.
+ . 
+      .. change::
+          :tags: rendering, tests
+          :pullreq: 8
+          :changeset: a9d7cc0b56c2
+ . 
+        Rendering tests now correctly render.
+
+Package: python3-changelog
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Enhances: python3-sphinx
+Description: Sphinx extension to generate changelog files
+ This package provides simple Sphinx markup to render changelog displays
+ .
+ Example:
+ .
+  ====================
+  Changelog for 1.5.6
+  ====================
+ . 
+  .. changelog::
+      :version: 1.5.6
+      :released: Sun Oct 12 2008
+ . 
+      .. change::
+          :tags: general
+          :tickets: 27
+ . 
+        Improved the frobnozzle.
+ . 
+      .. change::
+          :tags: rendering, tests
+          :pullreq: 8
+          :changeset: a9d7cc0b56c2
+ . 
+        Rendering tests now correctly render.

Added: packages/python-changelog/trunk/debian/copyright
===================================================================
--- packages/python-changelog/trunk/debian/copyright	                        (rev 0)
+++ packages/python-changelog/trunk/debian/copyright	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2012-2014 Michael Bayer
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
+ software and associated documentation files (the "Software"), to deal in the Software
+ without restriction, including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
+ to whom the Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all copies or
+ substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2014 Piotr Ożarowski <piotr at debian.org>
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Added: packages/python-changelog/trunk/debian/rules
===================================================================
--- packages/python-changelog/trunk/debian/rules	                        (rev 0)
+++ packages/python-changelog/trunk/debian/rules	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1,8 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=changelog
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs -X changelog


Property changes on: packages/python-changelog/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-changelog/trunk/debian/source/format
===================================================================
--- packages/python-changelog/trunk/debian/source/format	                        (rev 0)
+++ packages/python-changelog/trunk/debian/source/format	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-changelog/trunk/debian/source/options
===================================================================
--- packages/python-changelog/trunk/debian/source/options	                        (rev 0)
+++ packages/python-changelog/trunk/debian/source/options	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file

Added: packages/python-changelog/trunk/debian/watch
===================================================================
--- packages/python-changelog/trunk/debian/watch	                        (rev 0)
+++ packages/python-changelog/trunk/debian/watch	2014-01-13 20:53:43 UTC (rev 27220)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ \
+http://pypi.python.org/packages/source/c/changelog/changelog-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list