[Python-modules-commits] r26994 - in packages/python-bcdoc/trunk (10 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Sat Jan 4 08:21:24 UTC 2014
Date: Saturday, January 4, 2014 @ 08:21:23
Author: takaki
Revision: 26994
[svn-inject] Applying Debian modifications (0.12.0-1) to trunk
Added:
packages/python-bcdoc/trunk/debian/
packages/python-bcdoc/trunk/debian/changelog
packages/python-bcdoc/trunk/debian/compat
packages/python-bcdoc/trunk/debian/control
packages/python-bcdoc/trunk/debian/copyright
packages/python-bcdoc/trunk/debian/docs
packages/python-bcdoc/trunk/debian/rules
packages/python-bcdoc/trunk/debian/source/
packages/python-bcdoc/trunk/debian/source/format
packages/python-bcdoc/trunk/debian/watch
Property changes on: packages/python-bcdoc/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-bcdoc/trunk/debian/changelog
===================================================================
--- packages/python-bcdoc/trunk/debian/changelog (rev 0)
+++ packages/python-bcdoc/trunk/debian/changelog 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1,5 @@
+python-bcdoc (0.12.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #733215)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Fri, 27 Dec 2013 16:44:43 +0900
Added: packages/python-bcdoc/trunk/debian/compat
===================================================================
--- packages/python-bcdoc/trunk/debian/compat (rev 0)
+++ packages/python-bcdoc/trunk/debian/compat 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1 @@
+9
Added: packages/python-bcdoc/trunk/debian/control
===================================================================
--- packages/python-bcdoc/trunk/debian/control (rev 0)
+++ packages/python-bcdoc/trunk/debian/control 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1,31 @@
+Source: python-bcdoc
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 9)
+ , python-all
+ , python-setuptools
+ , python3-all
+ , python3-setuptools
+Standards-Version: 3.9.5
+Homepage: https://github.com/boto/bcdoc
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/python-bcdoc/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/python-bcdoc/trunk/
+
+Package: python-bcdoc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: ReST document generation tools for botocore (Python 2)
+ This is tools to help document botocore-based projects.
+ .
+ This package contains the module for Python 2.
+
+Package: python3-bcdoc
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: ReST document generation tools for botocore (Python 3)
+ This is tools to help document botocore-based projects.
+ .
+ This package contains the module for Python 3.
+
Added: packages/python-bcdoc/trunk/debian/copyright
===================================================================
--- packages/python-bcdoc/trunk/debian/copyright (rev 0)
+++ packages/python-bcdoc/trunk/debian/copyright 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-bcdoc
+Source: https://pypi.python.org/pypi/bcdoc
+
+Files: *
+Copyright: Mitch Garnaat <mitch at garnaat.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2013 TANIGUCHI Takaki <takaki at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
Added: packages/python-bcdoc/trunk/debian/docs
===================================================================
--- packages/python-bcdoc/trunk/debian/docs (rev 0)
+++ packages/python-bcdoc/trunk/debian/docs 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1 @@
+README.rst
Added: packages/python-bcdoc/trunk/debian/rules
===================================================================
--- packages/python-bcdoc/trunk/debian/rules (rev 0)
+++ packages/python-bcdoc/trunk/debian/rules 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_DESTDIR_python2=debian/python-bcdoc/
+export PYBUILD_DESTDIR_python3=debian/python3-bcdoc/
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
Property changes on: packages/python-bcdoc/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-bcdoc/trunk/debian/source/format
===================================================================
--- packages/python-bcdoc/trunk/debian/source/format (rev 0)
+++ packages/python-bcdoc/trunk/debian/source/format 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-bcdoc/trunk/debian/watch
===================================================================
--- packages/python-bcdoc/trunk/debian/watch (rev 0)
+++ packages/python-bcdoc/trunk/debian/watch 2014-01-04 08:21:23 UTC (rev 26994)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/b/bcdoc/bcdoc-(.*).tar.gz
More information about the Python-modules-commits
mailing list