[Python-modules-commits] r548 - in /packages/python-myghty/trunk/debian: ./ changelog compat control copyright docs python-myghty-doc.dirs python-myghty-doc.doc-base python-myghty-doc.install python-myghty.postinst python-myghty.prerm python2.3-myghty.install.old rules watch.ex

abuss-guest at users.alioth.debian.org abuss-guest at users.alioth.debian.org
Wed May 10 04:43:43 UTC 2006


Author: abuss-guest
Date: Wed May 10 04:43:40 2006
New Revision: 548

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=548
Log:
Load newtrunk into packages/python-myghty/trunk.

Added:
    packages/python-myghty/trunk/debian/
    packages/python-myghty/trunk/debian/changelog
    packages/python-myghty/trunk/debian/compat
    packages/python-myghty/trunk/debian/control
    packages/python-myghty/trunk/debian/copyright
    packages/python-myghty/trunk/debian/docs
    packages/python-myghty/trunk/debian/python-myghty-doc.dirs
    packages/python-myghty/trunk/debian/python-myghty-doc.doc-base
    packages/python-myghty/trunk/debian/python-myghty-doc.install
    packages/python-myghty/trunk/debian/python-myghty.postinst
    packages/python-myghty/trunk/debian/python-myghty.prerm
    packages/python-myghty/trunk/debian/python2.3-myghty.install.old
    packages/python-myghty/trunk/debian/rules   (with props)
    packages/python-myghty/trunk/debian/watch.ex

Added: packages/python-myghty/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/changelog?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/changelog (added)
+++ packages/python-myghty/trunk/debian/changelog Wed May 10 04:43:40 2006
@@ -1,0 +1,18 @@
+python-myghty (1.0.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Antal A. Buss <abuss at puj.edu.co>  Sat,  6 May 2006 10:55:03 -0500
+
+python-myghty (0.99a-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Antal A. Buss <abuss at puj.edu.co>  Fri, 23 Dec 2005 00:44:07 -0500
+
+python-myghty (0.98-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Antal A. Buss <abuss at puj.edu.co>  Thu,  7 Jul 2005 02:24:21 -0500
+

Added: packages/python-myghty/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/compat?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/compat (added)
+++ packages/python-myghty/trunk/debian/compat Wed May 10 04:43:40 2006
@@ -1,0 +1,1 @@
+4

Added: packages/python-myghty/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/control?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/control (added)
+++ packages/python-myghty/trunk/debian/control Wed May 10 04:43:40 2006
@@ -1,0 +1,38 @@
+Source: python-myghty
+Section: python
+Priority: optional
+Maintainer: Antal A. Buss <abuss at puj.edu.co>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper
+Build-Depends-Indep: python, python-dev, python-pastescript
+Standards-Version: 3.6.2
+
+Package: python-myghty
+Architecture: all
+Depends: python (>= 2.3), python (<< 2.5), python-support (>= 0.2)
+Recommends: python-myghty-doc
+Description: High performance Python templating framework (dummy package)
+ Myghty is a Python based templating framework originally based on 
+ HTML::Mason, Myghty fully implements  Mason's templating language, 
+ component-based architecture, and caching  system, and goes beyond, 
+ adding new paradigms such as Module  Components, full Python 
+ whitespace syntax, threading support, WSGI support, session support, 
+ and much more.
+ .
+ Myghty homepage is http://www.myghty.org/. 
+
+Package: python-myghty-doc
+Architecture: all
+Section: doc
+Description: High performance Python templating framework (documentation)
+ Myghty is a Python based templating framework originally based on 
+ HTML::Mason, Myghty fully implements  Mason's templating language, 
+ component-based architecture, and caching  system, and goes beyond, 
+ adding new paradigms such as Module  Components, full Python 
+ whitespace syntax, threading support, WSGI support, session support, 
+ and much more.
+ .
+ Myghty homepage is http://www.myghty.org/. 
+ .
+ This package contains the documentation for Myghty.
+

Added: packages/python-myghty/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/copyright?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/copyright (added)
+++ packages/python-myghty/trunk/debian/copyright Wed May 10 04:43:40 2006
@@ -1,0 +1,61 @@
+This package was debianized by Antal A. Buss <abuss at puj.edu.co> on
+Thu,  7 Jul 2005 02:24:21 -0500.
+
+It was downloaded from http://myghty.sourceforge.net
+
+Upstream Author: Mike Bayer <mike at myghty.org>
+
+License: MIT License
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is (C) 2006, Antal A. Buss <abuss at puj.edu.co> 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'.
+
+
+
+
+
+
+
+
+
+
+
+Copyright:
+
+   This program is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, write to the Free
+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.
+
+On Debian systems, the complete text of the GNU Library
+General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

Added: packages/python-myghty/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/docs?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/docs (added)
+++ packages/python-myghty/trunk/debian/docs Wed May 10 04:43:40 2006
@@ -1,0 +1,3 @@
+README
+CHANGES
+

Added: packages/python-myghty/trunk/debian/python-myghty-doc.dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/python-myghty-doc.dirs?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/python-myghty-doc.dirs (added)
+++ packages/python-myghty/trunk/debian/python-myghty-doc.dirs Wed May 10 04:43:40 2006
@@ -1,0 +1,1 @@
+usr/share/doc/python-myghty-doc/html

Added: packages/python-myghty/trunk/debian/python-myghty-doc.doc-base
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/python-myghty-doc.doc-base?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/python-myghty-doc.doc-base (added)
+++ packages/python-myghty/trunk/debian/python-myghty-doc.doc-base Wed May 10 04:43:40 2006
@@ -1,0 +1,13 @@
+Document: myghty
+Title: Debian myghty Manual
+Author: <insert document author here>
+Abstract: This manual describes what myghty is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: Web
+
+Format: HTML
+Index: /usr/share/doc/python-myghty-doc/html/index.html
+Files: /usr/share/doc/python-myghty-doc/html/*.html
+
+  

Added: packages/python-myghty/trunk/debian/python-myghty-doc.install
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/python-myghty-doc.install?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/python-myghty-doc.install (added)
+++ packages/python-myghty/trunk/debian/python-myghty-doc.install Wed May 10 04:43:40 2006
@@ -1,0 +1,1 @@
+doc/html/*	usr/share/doc/python-myghty-doc/html

Added: packages/python-myghty/trunk/debian/python-myghty.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/python-myghty.postinst?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/python-myghty.postinst (added)
+++ packages/python-myghty/trunk/debian/python-myghty.postinst Wed May 10 04:43:40 2006
@@ -1,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules > /dev/null 2>&1; then
+   update-python-modules -i /usr/share/python-support/python-myghty
+fi
+
+

Added: packages/python-myghty/trunk/debian/python-myghty.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/python-myghty.prerm?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/python-myghty.prerm (added)
+++ packages/python-myghty/trunk/debian/python-myghty.prerm Wed May 10 04:43:40 2006
@@ -1,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules > /dev/null 2>&1; then
+   update-python-modules -c -i /usr/share/python-support/python-myghty
+fi
+
+

Added: packages/python-myghty/trunk/debian/python2.3-myghty.install.old
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/python2.3-myghty.install.old?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/python2.3-myghty.install.old (added)
+++ packages/python-myghty/trunk/debian/python2.3-myghty.install.old Wed May 10 04:43:40 2006
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/python2.3/site-packages/myghty/*

Added: packages/python-myghty/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/rules?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/rules (added)
+++ packages/python-myghty/trunk/debian/rules Wed May 10 04:43:40 2006
@@ -1,0 +1,34 @@
+#!/usr/bin/make -f
+
+#DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+# 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/simple-patchsys.mk
+
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
+UPSTREAM_VERSION=$(shell head -n 1 debian/changelog | cut -d '(' -f 2 | cut -d ')' -f 1 | cut -d '-' -f 1)
+
+DEB_COMPRESS_EXCLUDE=.py .pdf
+
+DEB_PYTHON_INSTALL_ARGS_ALL =  --no-compile -O0 --install-lib usr/share/python-support/python-myghty --install-data usr/share/doc/python-myghty
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+common-binary-post-install-indep::
+	mv debian/python-myghty/usr/share/python-support/python-myghty/Myghty-${UPSTREAM_VERSION}-py${PYVER}.egg-info \
+		debian/python-myghty/usr/share/python-support/python-myghty/Myghty-${UPSTREAM_VERSION}.egg-info
+
+build/python-myghty-doc::
+	cd doc;python ./genhtml.py
+
+clean::
+	# hack (CDBS bug -- see #300149)
+	-rm -rf build
+
+
+

Propchange: packages/python-myghty/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/python-myghty/trunk/debian/watch.ex
URL: http://svn.debian.org/wsvn/python-modules/packages/python-myghty/trunk/debian/watch.ex?rev=548&op=file
==============================================================================
--- packages/python-myghty/trunk/debian/watch.ex (added)
+++ packages/python-myghty/trunk/debian/watch.ex Wed May 10 04:43:40 2006
@@ -1,0 +1,17 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 2 file
+version=2
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php myghty-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/myghty-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/myghty-(.*)\.tar\.gz debian uupdate




More information about the Python-modules-commits mailing list