[Python-modules-commits] r878 - in
/packages/cubictemp/trunk/debian: changelog control patches/00list
patches/01_shebang.dpatch patches/01_shebang.patch patches/series rules
adn-guest at users.alioth.debian.org
adn-guest at users.alioth.debian.org
Fri Jun 16 14:17:41 UTC 2006
Author: adn-guest
Date: Fri Jun 16 14:17:39 2006
New Revision: 878
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=878
Log:
commit as part of the python transition
Added:
packages/cubictemp/trunk/debian/patches/01_shebang.patch
- copied, changed from r791, packages/cubictemp/trunk/debian/patches/01_shebang.dpatch
packages/cubictemp/trunk/debian/patches/series
Removed:
packages/cubictemp/trunk/debian/patches/00list
packages/cubictemp/trunk/debian/patches/01_shebang.dpatch
Modified:
packages/cubictemp/trunk/debian/changelog
packages/cubictemp/trunk/debian/control
packages/cubictemp/trunk/debian/rules
Modified: packages/cubictemp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/changelog?rev=878&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/changelog (original)
+++ packages/cubictemp/trunk/debian/changelog Fri Jun 16 14:17:39 2006
@@ -1,3 +1,15 @@
+cubictemp (0.4-2) unstable; urgency=low
+
+ * Use new Python layout (Closes: #373312)
+ + add XS-Python-Version
+ + add XB-Python-Version
+ + bump dependency on python-support
+ + bump build-dependency on cdbs
+ * Switch from dpatch to quilt for patch management.
+ + add Build-Depends on quilt and patchutils
+
+ -- Mohammed Adnène Trojette <adn+deb at diwi.org> Tue, 13 Jun 2006 22:00:11 +0200
+
cubictemp (0.4-1) unstable; urgency=low
* Initial release (Closes: #350432)
Modified: packages/cubictemp/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/control?rev=878&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/control (original)
+++ packages/cubictemp/trunk/debian/control Fri Jun 16 14:17:39 2006
@@ -3,13 +3,15 @@
Priority: optional
Maintainer: Mohammed Adnène Trojette <adn+deb at diwi.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=5), cdbs (>=0.4.39), dpatch (>= 0.4.33)
-Build-Depends-Indep: python-dev
+Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), quilt, patchutils
+Build-Depends-Indep: python-dev, python-support (>= 0.2.3)
Standards-Version: 3.7.2
+XS-Python-Version: all
Package: python-cubictemp
Architecture: all
-Depends: python (>=2.3), python-support (>= 0.2.2)
+Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
Description: small, elegant, Python-specific HTML templating system
Cubictemp integrates tightly with Python, allowing you to pass
arbitrary Python objects into a HTML template, walk sequences and
Copied: packages/cubictemp/trunk/debian/patches/01_shebang.patch (from r791, packages/cubictemp/trunk/debian/patches/01_shebang.dpatch)
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/patches/01_shebang.patch?rev=878&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/patches/01_shebang.dpatch (original)
+++ packages/cubictemp/trunk/debian/patches/01_shebang.patch Fri Jun 16 14:17:39 2006
@@ -1,11 +1,3 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_shebang.dpatch by Mohammed Adnène Trojette <adn+deb at diwi.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Correct shebang
-
- at DPATCH@
-
--- cubictemp-0.4.orig/cubictemp.py
+++ cubictemp-0.4/cubictemp.py
@@ -1,4 +1,4 @@
Added: packages/cubictemp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/patches/series?rev=878&op=file
==============================================================================
--- packages/cubictemp/trunk/debian/patches/series (added)
+++ packages/cubictemp/trunk/debian/patches/series Fri Jun 16 14:17:39 2006
@@ -1,0 +1,1 @@
+01_shebang.patch
Modified: packages/cubictemp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/rules?rev=878&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/rules (original)
+++ packages/cubictemp/trunk/debian/rules Fri Jun 16 14:17:39 2006
@@ -1,12 +1,12 @@
#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
# python-distutils before debhelper to avoid it calling dh_python
# itself
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-# needed to use the dpatch tools (like dpatch-edit-patch)
-include /usr/share/dpatch/dpatch.make
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# Don't compress .py file
DEB_COMPRESS_EXCLUDE := .py
More information about the Python-modules-commits
mailing list