[Python-modules-commits] r32206 - in packages/sphinx-bootstrap-theme/trunk (9 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Apr 7 22:00:33 UTC 2015
Date: Tuesday, April 7, 2015 @ 22:00:32
Author: morph
Revision: 32206
[svn-inject] Applying Debian modifications (0.4.5-1) to trunk
Added:
packages/sphinx-bootstrap-theme/trunk/debian/
packages/sphinx-bootstrap-theme/trunk/debian/changelog
packages/sphinx-bootstrap-theme/trunk/debian/compat
packages/sphinx-bootstrap-theme/trunk/debian/control
packages/sphinx-bootstrap-theme/trunk/debian/copyright
packages/sphinx-bootstrap-theme/trunk/debian/rules
packages/sphinx-bootstrap-theme/trunk/debian/source/
packages/sphinx-bootstrap-theme/trunk/debian/source/format
packages/sphinx-bootstrap-theme/trunk/debian/watch
Property changes on: packages/sphinx-bootstrap-theme/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/sphinx-bootstrap-theme/trunk/debian/changelog
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/changelog (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/changelog 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1,5 @@
+sphinx-bootstrap-theme (0.4.5-1) unstable; urgency=low
+
+ * Initial release (Closes: #782102)
+
+ -- Sandro Tosi <morph at debian.org> Tue, 07 Apr 2015 22:02:59 +0100
Added: packages/sphinx-bootstrap-theme/trunk/debian/compat
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/compat (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/compat 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1 @@
+9
Added: packages/sphinx-bootstrap-theme/trunk/debian/control
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/control (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/control 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1,17 @@
+Source: sphinx-bootstrap-theme
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9.0.0)
+Standards-Version: 3.9.6
+Homepage: http://ryan-roemer.github.io/sphinx-bootstrap-theme/index.html
+
+Package: python-sphinx-bootstrap-theme
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: bootstrap theme for Sphinx
+ This Sphinx theme integrates the Bootstrap CSS / JavaScript framework with
+ various layout options, hierarchical menu navigation, and mobile-friendly
+ responsive design. It is configurable, extensible and can use any number of
+ different Bootswatch CSS themes.
Added: packages/sphinx-bootstrap-theme/trunk/debian/copyright
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/copyright (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/copyright 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sphinx-bootstrap-theme
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+ <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: GPL-2+
+ This package 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 package 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 systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
Added: packages/sphinx-bootstrap-theme/trunk/debian/rules
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/rules (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/rules 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: packages/sphinx-bootstrap-theme/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/sphinx-bootstrap-theme/trunk/debian/source/format
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/source/format (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/source/format 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/sphinx-bootstrap-theme/trunk/debian/watch
===================================================================
--- packages/sphinx-bootstrap-theme/trunk/debian/watch (rev 0)
+++ packages/sphinx-bootstrap-theme/trunk/debian/watch 2015-04-07 22:00:32 UTC (rev 32206)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/sphinx-bootstrap-theme/sphinx-bootstrap-theme-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
More information about the Python-modules-commits
mailing list