[Python-modules-commits] r1463 - in /packages/markup/trunk/debian:
changelog control control.in copyright rules watch
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Fri Nov 3 00:05:35 CET 2006
Author: arnau-guest
Date: Fri Nov 3 00:05:35 2006
New Revision: 1463
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1463
Log:
Ready for upload
Modified:
packages/markup/trunk/debian/changelog
packages/markup/trunk/debian/control
packages/markup/trunk/debian/control.in
packages/markup/trunk/debian/copyright
packages/markup/trunk/debian/rules
packages/markup/trunk/debian/watch
Modified: packages/markup/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/markup/trunk/debian/changelog?rev=1463&op=diff
==============================================================================
--- packages/markup/trunk/debian/changelog (original)
+++ packages/markup/trunk/debian/changelog Fri Nov 3 00:05:35 2006
@@ -1,3 +1,11 @@
+genshi (0.3.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Upstream renames markup to genshi.
+ * License the package under the GNU/GPL.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Thu, 2 Nov 2006 23:42:32 +0100
+
markup (0.2.0-1) unstable; urgency=low
* Initial release. Closes: #383947.
Modified: packages/markup/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/markup/trunk/debian/control?rev=1463&op=diff
==============================================================================
--- packages/markup/trunk/debian/control (original)
+++ packages/markup/trunk/debian/control Fri Nov 3 00:05:35 2006
@@ -1,18 +1,25 @@
-Source: markup
+Source: genshi
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnaud at andesi.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.4), python-setuptools (>= 0.6b3-1)
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
-Package: python-markup
+Package: python-genshi
Architecture: all
Depends: ${python:Depends}
+Replaces: python-markup (<< 0.3.4)
+Conflicts: python-markup (<< 0.3.4)
Description: python XML-based template engine
- Markup is a Python library that provides an integrated set of
+ Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML or XML
content in a uniform manner. The major feature is a template
language, which is heavily inspired by Kid.
.
- Homepage: http://markup.edgewall.org/
+ Homepage: http://genshi.edgewall.org/
+
+Package: python-markup
+Depends: python-genshi
+Architecture: all
+Description: transitional dummy package
Modified: packages/markup/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/markup/trunk/debian/control.in?rev=1463&op=diff
==============================================================================
--- packages/markup/trunk/debian/control.in (original)
+++ packages/markup/trunk/debian/control.in Fri Nov 3 00:05:35 2006
@@ -1,4 +1,4 @@
-Source: markup
+Source: genshi
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnaud at andesi.org>
@@ -6,13 +6,20 @@
Build-Depends: @cdbs@, python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
-Package: python-markup
+Package: python-genshi
Architecture: all
Depends: ${python:Depends}
+Replaces: python-markup (<< 0.3.4)
+Conflicts: python-markup (<< 0.3.4)
Description: python XML-based template engine
- Markup is a Python library that provides an integrated set of
+ Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML or XML
content in a uniform manner. The major feature is a template
language, which is heavily inspired by Kid.
.
- Homepage: http://markup.edgewall.org/
+ Homepage: http://genshi.edgewall.org/
+
+Package: python-markup
+Depends: python-genshi
+Architecture: all
+Description: transitional dummy package
Modified: packages/markup/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/markup/trunk/debian/copyright?rev=1463&op=diff
==============================================================================
--- packages/markup/trunk/debian/copyright (original)
+++ packages/markup/trunk/debian/copyright Fri Nov 3 00:05:35 2006
@@ -1,7 +1,7 @@
This package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
Fri, 25 Aug 2006 14:00:37 +0200.
-It was downloaded from http://markup.edgewall.org/wiki/MarkupDownload
+It was downloaded from http://genshi.edgewall.org/wiki/Download
Author: Edgewall Software <info at edgewall.org>
@@ -35,3 +35,8 @@
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is (C) 2006, Arnaud Fontaine <arnaud at andesi.org>
+and is licensed under the GPL. On Debian systems, the complete text of
+the GNU General Public License can be found in
+`/usr/share/common-licenses/GPL'.
Modified: packages/markup/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/markup/trunk/debian/rules?rev=1463&op=diff
==============================================================================
--- packages/markup/trunk/debian/rules (original)
+++ packages/markup/trunk/debian/rules Fri Nov 3 00:05:35 2006
@@ -13,10 +13,12 @@
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
DEB_PYTHON_DEFAULT_VERSION = $$(pyversions -d | sed 's/python//')
+DEB_DESTDIR=debian/python-genshi
+
install/$(DEB_PYTHON_MODULE_PACKAGE)::
# Rename egg-info directory to share it between several python versions
- mv debian/python-markup/usr/lib/python$(DEB_PYTHON_DEFAULT_VERSION)/site-packages/Markup-$(DEB_UPSTREAM_VERSION)-py$(DEB_PYTHON_DEFAULT_VERSION).egg-info \
- debian/python-markup/usr/lib/python$(DEB_PYTHON_DEFAULT_VERSION)/site-packages/Markup-$(DEB_UPSTREAM_VERSION).egg-info
+ mv debian/python-genshi/usr/lib/python$(DEB_PYTHON_DEFAULT_VERSION)/site-packages/Genshi-$(DEB_UPSTREAM_VERSION)-py$(DEB_PYTHON_DEFAULT_VERSION).egg-info \
+ debian/python-genshi/usr/lib/python$(DEB_PYTHON_DEFAULT_VERSION)/site-packages/Genshi-$(DEB_UPSTREAM_VERSION).egg-info
clean::
- -rm -rf Markup.egg-info
+ -rm -rf Genshi.egg-info
Modified: packages/markup/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/markup/trunk/debian/watch?rev=1463&op=diff
==============================================================================
--- packages/markup/trunk/debian/watch (original)
+++ packages/markup/trunk/debian/watch Fri Nov 3 00:05:35 2006
@@ -1,2 +1,2 @@
version=3
-ftp://ftp.edgewall.com/pub/markup/ Markup-(.*)\.tar\.gz
+ftp://ftp.edgewall.com/pub/genshi/ Genshi-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list