[Python-modules-commits] r30249 - in packages/typogrify/trunk/debian (4 files)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Mon Aug 25 21:02:37 UTC 2014
Date: Monday, August 25, 2014 @ 21:02:36
Author: asb
Revision: 30249
Check in 1:2.0.4-1
Modified:
packages/typogrify/trunk/debian/changelog
packages/typogrify/trunk/debian/control
packages/typogrify/trunk/debian/docs
packages/typogrify/trunk/debian/rules
Modified: packages/typogrify/trunk/debian/changelog
===================================================================
--- packages/typogrify/trunk/debian/changelog 2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/trunk/debian/changelog 2014-08-25 21:02:36 UTC (rev 30249)
@@ -1,3 +1,15 @@
+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)
Modified: packages/typogrify/trunk/debian/control
===================================================================
--- packages/typogrify/trunk/debian/control 2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/trunk/debian/control 2014-08-25 21:02:36 UTC (rev 30249)
@@ -1,18 +1,38 @@
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
+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: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+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.
Modified: packages/typogrify/trunk/debian/docs
===================================================================
--- packages/typogrify/trunk/debian/docs 2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/trunk/debian/docs 2014-08-25 21:02:36 UTC (rev 30249)
@@ -1 +1 @@
-README.markdown
+README.rst
Modified: packages/typogrify/trunk/debian/rules
===================================================================
--- packages/typogrify/trunk/debian/rules 2014-08-25 20:57:02 UTC (rev 30248)
+++ packages/typogrify/trunk/debian/rules 2014-08-25 21:02:36 UTC (rev 30249)
@@ -1,9 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-%:
- dh $@ --with python2
+export PYBUILD_NAME=typogrify
-override_dh_clean:
- rm -rf typogrify.egg-info
- dh_clean
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list