[Python-modules-commits] r30251 - in packages/typogrify/tags (10 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Mon Aug 25 21:07:13 UTC 2014


    Date: Monday, August 25, 2014 @ 21:07:13
  Author: asb
Revision: 30251

[svn-buildpackage] Tagging typogrify 1:2.0.4-1

Added:
  packages/typogrify/tags/1:2.0.4-1/
  packages/typogrify/tags/1:2.0.4-1/debian/changelog
    (from rev 30249, packages/typogrify/trunk/debian/changelog)
  packages/typogrify/tags/1:2.0.4-1/debian/control
    (from rev 30249, packages/typogrify/trunk/debian/control)
  packages/typogrify/tags/1:2.0.4-1/debian/docs
    (from rev 30249, packages/typogrify/trunk/debian/docs)
  packages/typogrify/tags/1:2.0.4-1/debian/rules
    (from rev 30249, packages/typogrify/trunk/debian/rules)
  packages/typogrify/tags/1:2.0.4-1/debian/watch
    (from rev 30250, packages/typogrify/trunk/debian/watch)
Deleted:
  packages/typogrify/tags/1:2.0.4-1/debian/changelog
  packages/typogrify/tags/1:2.0.4-1/debian/control
  packages/typogrify/tags/1:2.0.4-1/debian/docs
  packages/typogrify/tags/1:2.0.4-1/debian/rules

Deleted: packages/typogrify/tags/1:2.0.4-1/debian/changelog
===================================================================
--- packages/typogrify/trunk/debian/changelog	2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/tags/1:2.0.4-1/debian/changelog	2014-08-25 21:07:13 UTC (rev 30251)
@@ -1,11 +0,0 @@
-typogrify (20111209-2) unstable; urgency=low
-
-  * Build-Depends on python-setuptools (Closes: #652789)
-
- -- Julien Danjou <acid at debian.org>  Tue, 20 Dec 2011 16:17:12 +0100
-
-typogrify (20111209-1) unstable; urgency=low
-
-  * Initial release (Closes: #649738)
-
- -- Julien Danjou <acid at debian.org>  Fri, 09 Dec 2011 15:19:43 +0100

Copied: packages/typogrify/tags/1:2.0.4-1/debian/changelog (from rev 30249, packages/typogrify/trunk/debian/changelog)
===================================================================
--- packages/typogrify/tags/1:2.0.4-1/debian/changelog	                        (rev 0)
+++ packages/typogrify/tags/1:2.0.4-1/debian/changelog	2014-08-25 21:07:13 UTC (rev 30251)
@@ -0,0 +1,23 @@
+typogrify (1:2.0.4-1) unstable; urgency=medium
+
+  * Move package to DPMT and add myself as an uploader.
+  * New upstream release (Closes: #744978).
+   - New upstream version scheme requires adding an epoch.
+  * Add debian/watch file.
+  * Update homepage.
+  * Build Python 3 package.
+  * Bump Standards-Version to 3.9.5.
+
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Sun, 24 Aug 2014 15:19:19 -0700
+
+typogrify (20111209-2) unstable; urgency=low
+
+  * Build-Depends on python-setuptools (Closes: #652789)
+
+ -- Julien Danjou <acid at debian.org>  Tue, 20 Dec 2011 16:17:12 +0100
+
+typogrify (20111209-1) unstable; urgency=low
+
+  * Initial release (Closes: #649738)
+
+ -- Julien Danjou <acid at debian.org>  Fri, 09 Dec 2011 15:19:43 +0100

Deleted: packages/typogrify/tags/1:2.0.4-1/debian/control
===================================================================
--- packages/typogrify/trunk/debian/control	2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/tags/1:2.0.4-1/debian/control	2014-08-25 21:07:13 UTC (rev 30251)
@@ -1,18 +0,0 @@
-Source: typogrify
-Section: python
-Priority: extra
-Maintainer: Julien Danjou <acid at debian.org>
-Build-Depends: debhelper (>= 8.0.0), python, python-setuptools, python-smartypants
-Standards-Version: 3.9.2
-Homepage: https://github.com/hyde/typogrify
-Vcs-Git: git://git.debian.org/collab-maint/typogrify.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/typogrify.git;a=summary
-
-Package: python-typogrify
-Architecture: all
-Recommends: python-jinja2
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: filters to transform text into typographically-improved HTML
- This provides a set of custom filters for the Django template system which
- automatically apply various transformations to plain text in order to yield
- typographically-improved HTML.

Copied: packages/typogrify/tags/1:2.0.4-1/debian/control (from rev 30249, packages/typogrify/trunk/debian/control)
===================================================================
--- packages/typogrify/tags/1:2.0.4-1/debian/control	                        (rev 0)
+++ packages/typogrify/tags/1:2.0.4-1/debian/control	2014-08-25 21:07:13 UTC (rev 30251)
@@ -0,0 +1,38 @@
+Source: typogrify
+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,
+               python-smartypants,
+               python3-all,
+               python3-setuptools,
+               python3-smartypants
+Standards-Version: 3.9.5
+Homepage: https://github.com/mintchaos/typogrify
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/typogrify/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/typogrify/trunk/
+
+Package: python-typogrify
+Architecture: all
+Recommends: python-jinja2
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: filters to transform text into typographically-improved HTML
+ This provides a set of custom filters for the Django template system which
+ automatically apply various transformations to plain text in order to yield
+ typographically-improved HTML.
+
+Package: python3-typogrify
+Architecture: all
+Recommends: python3-jinja2
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Description: filters to transform text into typographically-improved HTML (Python 3)
+ This provides a set of custom filters for the Django template system which
+ automatically apply various transformations to plain text in order to yield
+ typographically-improved HTML.
+ .
+ This is the Python 3 version of the package.

Deleted: packages/typogrify/tags/1:2.0.4-1/debian/docs
===================================================================
--- packages/typogrify/trunk/debian/docs	2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/tags/1:2.0.4-1/debian/docs	2014-08-25 21:07:13 UTC (rev 30251)
@@ -1 +0,0 @@
-README.markdown

Copied: packages/typogrify/tags/1:2.0.4-1/debian/docs (from rev 30249, packages/typogrify/trunk/debian/docs)
===================================================================
--- packages/typogrify/tags/1:2.0.4-1/debian/docs	                        (rev 0)
+++ packages/typogrify/tags/1:2.0.4-1/debian/docs	2014-08-25 21:07:13 UTC (rev 30251)
@@ -0,0 +1 @@
+README.rst

Deleted: packages/typogrify/tags/1:2.0.4-1/debian/rules
===================================================================
--- packages/typogrify/trunk/debian/rules	2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/tags/1:2.0.4-1/debian/rules	2014-08-25 21:07:13 UTC (rev 30251)
@@ -1,9 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-%:
-	dh $@ --with python2
-
-override_dh_clean:
-	rm -rf typogrify.egg-info
-	dh_clean

Copied: packages/typogrify/tags/1:2.0.4-1/debian/rules (from rev 30249, packages/typogrify/trunk/debian/rules)
===================================================================
--- packages/typogrify/tags/1:2.0.4-1/debian/rules	                        (rev 0)
+++ packages/typogrify/tags/1:2.0.4-1/debian/rules	2014-08-25 21:07:13 UTC (rev 30251)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export PYBUILD_NAME=typogrify
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild

Copied: packages/typogrify/tags/1:2.0.4-1/debian/watch (from rev 30250, packages/typogrify/trunk/debian/watch)
===================================================================
--- packages/typogrify/tags/1:2.0.4-1/debian/watch	                        (rev 0)
+++ packages/typogrify/tags/1:2.0.4-1/debian/watch	2014-08-25 21:07:13 UTC (rev 30251)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/t/typogrify/typogrify-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list