[Python-modules-commits] r30245 - in packages/smartypants/tags (9 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Mon Aug 25 20:54:24 UTC 2014


    Date: Monday, August 25, 2014 @ 20:54:23
  Author: asb
Revision: 30245

[svn-buildpackage] Tagging smartypants 1.8.6-1

Added:
  packages/smartypants/tags/1.8.6-1/
  packages/smartypants/tags/1.8.6-1/debian/changelog
    (from rev 30244, packages/smartypants/trunk/debian/changelog)
  packages/smartypants/tags/1.8.6-1/debian/control
    (from rev 30244, packages/smartypants/trunk/debian/control)
  packages/smartypants/tags/1.8.6-1/debian/docs
    (from rev 30244, packages/smartypants/trunk/debian/docs)
  packages/smartypants/tags/1.8.6-1/debian/rules
    (from rev 30244, packages/smartypants/trunk/debian/rules)
Deleted:
  packages/smartypants/tags/1.8.6-1/debian/changelog
  packages/smartypants/tags/1.8.6-1/debian/control
  packages/smartypants/tags/1.8.6-1/debian/docs
  packages/smartypants/tags/1.8.6-1/debian/rules

Deleted: packages/smartypants/tags/1.8.6-1/debian/changelog
===================================================================
--- packages/smartypants/trunk/debian/changelog	2014-08-25 20:34:49 UTC (rev 30243)
+++ packages/smartypants/tags/1.8.6-1/debian/changelog	2014-08-25 20:54:23 UTC (rev 30245)
@@ -1,12 +0,0 @@
-smartypants (1.6.0.3-2) unstable; urgency=low
-
-  * Change binary name to python-smartypants
-  * Fix architecture to all
-
- -- Julien Danjou <acid at debian.org>  Fri, 09 Dec 2011 15:38:09 +0100
-
-smartypants (1.6.0.3-1) unstable; urgency=low
-
-  * Initial release (Closes: #649736)
-
- -- Julien Danjou <acid at debian.org>  Thu, 24 Nov 2011 11:46:49 +0100

Copied: packages/smartypants/tags/1.8.6-1/debian/changelog (from rev 30244, packages/smartypants/trunk/debian/changelog)
===================================================================
--- packages/smartypants/tags/1.8.6-1/debian/changelog	                        (rev 0)
+++ packages/smartypants/tags/1.8.6-1/debian/changelog	2014-08-25 20:54:23 UTC (rev 30245)
@@ -0,0 +1,21 @@
+smartypants (1.8.6-1) unstable; urgency=medium
+
+  * Move package to DPMT and add myself as an uploader.
+  * New upstream release (Closes: #753949).
+  * Build Python3 package.
+  * Bump Standards-Version to 3.9.5.
+
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Mon, 25 Aug 2014 13:43:26 -0700
+
+smartypants (1.6.0.3-2) unstable; urgency=low
+
+  * Change binary name to python-smartypants
+  * Fix architecture to all
+
+ -- Julien Danjou <acid at debian.org>  Fri, 09 Dec 2011 15:38:09 +0100
+
+smartypants (1.6.0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #649736)
+
+ -- Julien Danjou <acid at debian.org>  Thu, 24 Nov 2011 11:46:49 +0100

Deleted: packages/smartypants/tags/1.8.6-1/debian/control
===================================================================
--- packages/smartypants/trunk/debian/control	2014-08-25 20:34:49 UTC (rev 30243)
+++ packages/smartypants/tags/1.8.6-1/debian/control	2014-08-25 20:54:23 UTC (rev 30245)
@@ -1,30 +0,0 @@
-Source: smartypants
-Section: python
-Priority: extra
-Maintainer: Julien Danjou <acid at debian.org>
-Build-Depends: debhelper (>= 8.0.0), python
-Standards-Version: 3.9.2
-Homepage: http://web.chad.org/projects/smartypants.py/
-
-Package: python-smartypants
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Conflicts: smartypants
-Replaces: smartypants
-Description: smart-quotes plugin for pyblosxom
- It can perform the following transformations:
- .
-  * Straight quotes ( " and ' ) into "curly" quote HTML entities
-  * Backticks-style quotes (``like this'') into "curly" quote HTML entities
-  * Dashes (-- and ---) into en- and em-dash entities
-  * Three consecutive dots (... or . . .) into an ellipsis entity
- .
- This means you can write, edit, and save your posts using plain old ASCII
- straight quotes, plain dashes, and plain dots, but your published posts
- (and final HTML output) will appear with smart quotes, em-dashes, and
- proper ellipses.
- .
- SmartyPants does not modify characters within <pre>, <code>, <kbd>, <math>
- or <script> tag blocks. Typically, these tags are used to display text
- where smart quotes and other "smart punctuation" would not be appropriate,
- such as source code or example markup.

Copied: packages/smartypants/tags/1.8.6-1/debian/control (from rev 30244, packages/smartypants/trunk/debian/control)
===================================================================
--- packages/smartypants/tags/1.8.6-1/debian/control	                        (rev 0)
+++ packages/smartypants/tags/1.8.6-1/debian/control	2014-08-25 20:54:23 UTC (rev 30245)
@@ -0,0 +1,64 @@
+Source: smartypants
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Julien Danjou <acid at debian.org>,
+           Andrew Starr-Bochicchio <asb at debian.org>
+Build-Depends: debhelper (>= 8.0.0),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Homepage: http://web.chad.org/projects/smartypants.py/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/smartypants/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/smartypants/trunk/
+
+Package: python-smartypants
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Conflicts: smartypants
+Replaces: smartypants
+Description: smart-quotes plugin for pyblosxom
+ It can perform the following transformations:
+ .
+  * Straight quotes ( " and ' ) into "curly" quote HTML entities
+  * Backticks-style quotes (``like this'') into "curly" quote HTML entities
+  * Dashes (-- and ---) into en- and em-dash entities
+  * Three consecutive dots (... or . . .) into an ellipsis entity
+ .
+ This means you can write, edit, and save your posts using plain old ASCII
+ straight quotes, plain dashes, and plain dots, but your published posts
+ (and final HTML output) will appear with smart quotes, em-dashes, and
+ proper ellipses.
+ .
+ SmartyPants does not modify characters within <pre>, <code>, <kbd>, <math>
+ or <script> tag blocks. Typically, these tags are used to display text
+ where smart quotes and other "smart punctuation" would not be appropriate,
+ such as source code or example markup.
+
+Package: python3-smartypants
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: smart-quotes plugin for pyblosxom (Python 3 version)
+ It can perform the following transformations:
+ .
+  * Straight quotes ( " and ' ) into "curly" quote HTML entities
+  * Backticks-style quotes (``like this'') into "curly" quote HTML entities
+  * Dashes (-- and ---) into en- and em-dash entities
+  * Three consecutive dots (... or . . .) into an ellipsis entity
+ .
+ This means you can write, edit, and save your posts using plain old ASCII
+ straight quotes, plain dashes, and plain dots, but your published posts
+ (and final HTML output) will appear with smart quotes, em-dashes, and
+ proper ellipses.
+ .
+ SmartyPants does not modify characters within <pre>, <code>, <kbd>, <math>
+ or <script> tag blocks. Typically, these tags are used to display text
+ where smart quotes and other "smart punctuation" would not be appropriate,
+ such as source code or example markup.
+ .
+ This is the Python 3 version of the package.

Deleted: packages/smartypants/tags/1.8.6-1/debian/docs
===================================================================
--- packages/smartypants/trunk/debian/docs	2014-08-25 20:34:49 UTC (rev 30243)
+++ packages/smartypants/tags/1.8.6-1/debian/docs	2014-08-25 20:54:23 UTC (rev 30245)
@@ -1 +0,0 @@
-README

Copied: packages/smartypants/tags/1.8.6-1/debian/docs (from rev 30244, packages/smartypants/trunk/debian/docs)
===================================================================
--- packages/smartypants/tags/1.8.6-1/debian/docs	                        (rev 0)
+++ packages/smartypants/tags/1.8.6-1/debian/docs	2014-08-25 20:54:23 UTC (rev 30245)
@@ -0,0 +1 @@
+README.rst

Deleted: packages/smartypants/tags/1.8.6-1/debian/rules
===================================================================
--- packages/smartypants/trunk/debian/rules	2014-08-25 20:34:49 UTC (rev 30243)
+++ packages/smartypants/tags/1.8.6-1/debian/rules	2014-08-25 20:54:23 UTC (rev 30245)
@@ -1,13 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
-	dh $@ --with python2

Copied: packages/smartypants/tags/1.8.6-1/debian/rules (from rev 30244, packages/smartypants/trunk/debian/rules)
===================================================================
--- packages/smartypants/tags/1.8.6-1/debian/rules	                        (rev 0)
+++ packages/smartypants/tags/1.8.6-1/debian/rules	2014-08-25 20:54:23 UTC (rev 30245)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=smartypants
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+# Only install script w/ Python 2 package for the time being.
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf debian/python3-smartypants/usr/bin




More information about the Python-modules-commits mailing list