[Python-modules-commits] r9970 - in packages/turbogears/trunk/debian (10 files)
federico-guest at users.alioth.debian.org
federico-guest at users.alioth.debian.org
Thu Oct 8 17:16:53 UTC 2009
Date: Thursday, October 8, 2009 @ 17:16:51
Author: federico-guest
Revision: 9970
Package rebuilt from scratch for the new upstream release.
Added:
packages/turbogears/trunk/debian/README.source
packages/turbogears/trunk/debian/patches/
packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch
packages/turbogears/trunk/debian/patches/series
packages/turbogears/trunk/debian/tg-admin.1
packages/turbogears/trunk/debian/watch
Modified:
packages/turbogears/trunk/debian/changelog
packages/turbogears/trunk/debian/control
packages/turbogears/trunk/debian/rules
Deleted:
packages/turbogears/trunk/debian/patches/
Added: packages/turbogears/trunk/debian/README.source
===================================================================
--- packages/turbogears/trunk/debian/README.source (rev 0)
+++ packages/turbogears/trunk/debian/README.source 2009-10-08 17:16:51 UTC (rev 9970)
@@ -0,0 +1,9 @@
+turbogears for Debian
+---------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
Modified: packages/turbogears/trunk/debian/changelog
===================================================================
--- packages/turbogears/trunk/debian/changelog 2009-10-08 15:59:45 UTC (rev 9969)
+++ packages/turbogears/trunk/debian/changelog 2009-10-08 17:16:51 UTC (rev 9970)
@@ -1,9 +1,10 @@
-turbogears (1.0.8-3) unstable; urgency=low
+turbogears (1.1-1) unstable; urgency=low
* New maintainer. (Closes: #544635)
- * tg-admin manpage added.
+ * New upstream release.
+ * Debian package rebuilt from scratch.
- -- Federico Ceratto <federico.ceratto at gmail.com> Tue, 06 Oct 2009 17:54:24 +0100
+ -- Federico Ceratto <federico.ceratto at gmail.com> Thu, 08 Oct 2009 18:15:38 +0100
turbogears (1.0.8-2) unstable; urgency=low
Modified: packages/turbogears/trunk/debian/control
===================================================================
--- packages/turbogears/trunk/debian/control 2009-10-08 15:59:45 UTC (rev 9969)
+++ packages/turbogears/trunk/debian/control 2009-10-08 17:16:51 UTC (rev 9970)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Federico Ceratto <federico.ceratto at gmail.com>
-Build-Depends: debhelper (>= 7), quilt, python, python-all, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-dispatch, python-formencode, python-kid, python-nose, python-paste, python-pastedeploy, python-pastescript, python-setuptools, python-simplejson, python-sqlalchemy, python-sqlobject, python-support, python-turbokid, python-turbojson (<< 1.2)
+Build-Depends: debhelper (>= 7), quilt, python, python-all, python-cheetah, python-cherrypy (<< 3.0.0), python-configobj, python-decoratortools, python-dispatch, python-formencode, python-kid, python-nose, python-paste, python-pastedeploy, python-pastescript, python-setuptools, python-simplejson, python-sqlalchemy, python-sqlobject, python-support, python-turbokid, python-turbojson
Standards-Version: 3.8.3
Homepage: http://www.turbogears.org/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/turbogears/trunk/
Added: packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch
===================================================================
--- packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch (rev 0)
+++ packages/turbogears/trunk/debian/patches/01-comments-inside-init.patch 2009-10-08 17:16:51 UTC (rev 9970)
@@ -0,0 +1,121 @@
+Author: Federico Ceratto <federico.ceratto at gmail.com>
+Description: Prevents some of the empty __init__.py from being ignored by dh_pysupport
+
+diff -Naurp turbogears.orig/i18n/data/__init__.py turbogears/i18n/data/__init__.py
+--- turbogears.orig/i18n/data/__init__.py
++++ turbogears/turbogears/i18n/data/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/i18n/pygettext/__init__.py turbogears/i18n/pygettext/__init__.py
+--- turbogears.orig/i18n/pygettext/__init__.py
++++ turbogears/turbogears/i18n/pygettext/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/identity/tests/__init__.py turbogears/identity/tests/__init__.py
+--- turbogears.orig/identity/tests/__init__.py
++++ turbogears/turbogears/identity/tests/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/qstemplates/__init__.py turbogears/qstemplates/__init__.py
+--- turbogears.orig/qstemplates/__init__.py
++++ turbogears/turbogears/qstemplates/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/qstemplates/qsbase/+package+/__init__.py turbogears/qstemplates/qsbase/+package+/__init__.py
+--- turbogears.orig/qstemplates/qsbase/+package+/__init__.py
++++ turbogears/turbogears/qstemplates/qsbase/+package+/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/qstemplates/qsbase/+package+/__init__.py turbogears/qstemplates/qsbase/+package+/__init__.py
+--- turbogears.orig/qstemplates/qsbase/+package+/__init__.py
++++ turbogears/turbogears/qstemplates/qsbase/+package+/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/qstemplates/quickstart/+package+/config/__init__.py turbogears/qstemplates/quickstart/+package+/config/__init__.py
+--- turbogears.orig/qstemplates/quickstart/+package+/config/__init__.py
++++ turbogears/turbogears/qstemplates/quickstart/+package+/config/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/qstemplates/quickstart/+package+/tests/__init__.py turbogears/qstemplates/quickstart/+package+/tests/__init__.py
+--- turbogears.orig/qstemplates/quickstart/+package+/tests/__init__.py
++++ turbogears/turbogears/qstemplates/quickstart/+package+/tests/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/static/css/__init__.py turbogears/static/css/__init__.py
+--- turbogears.orig/static/css/__init__.py
++++ turbogears/turbogears/static/css/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/static/images/__init__.py turbogears/static/images/__init__.py
+--- turbogears.orig/static/images/__init__.py
++++ turbogears/turbogears/static/images/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/static/__init__.py turbogears/static/__init__.py
+--- turbogears.orig/static/__init__.py
++++ turbogears/turbogears/static/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/static/js/__init__.py turbogears/static/js/__init__.py
+--- turbogears.orig/static/js/__init__.py
++++ turbogears/turbogears/static/js/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/tests/catwalk_models/__init__.py turbogears/tests/catwalk_models/__init__.py
+--- turbogears.orig/tests/catwalk_models/__init__.py
++++ turbogears/turbogears/tests/catwalk_models/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/tests/__init__.py turbogears/tests/__init__.py
+--- turbogears.orig/tests/__init__.py
++++ turbogears/turbogears/tests/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/view/templates/__init__.py turbogears/view/templates/__init__.py
+--- turbogears.orig/view/templates/__init__.py
++++ turbogears/turbogears/view/templates/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/widgets/templates/__init__.py turbogears/widgets/templates/__init__.py
+--- turbogears.orig/widgets/templates/__init__.py
++++ turbogears/turbogears/widgets/templates/__init__.py
+@@ -0,0 +1 @@
++#
+
+
+diff -Naurp turbogears.orig/widgets/tests/__init__.py turbogears/widgets/tests/__init__.py
+--- turbogears.orig/widgets/tests/__init__.py
++++ turbogears/turbogears/widgets/tests/__init__.py
+@@ -0,0 +1 @@
++#
+
Added: packages/turbogears/trunk/debian/patches/series
===================================================================
--- packages/turbogears/trunk/debian/patches/series (rev 0)
+++ packages/turbogears/trunk/debian/patches/series 2009-10-08 17:16:51 UTC (rev 9970)
@@ -0,0 +1 @@
+01-comments-inside-init.patch
Modified: packages/turbogears/trunk/debian/rules
===================================================================
--- packages/turbogears/trunk/debian/rules 2009-10-08 15:59:45 UTC (rev 9969)
+++ packages/turbogears/trunk/debian/rules 2009-10-08 17:16:51 UTC (rev 9970)
@@ -1,46 +1,5 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-include /usr/share/quilt/quilt.make
-
-clean: clean-patched unpatch
-clean-patched: patch
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- python setup.py clean
- rm -rf dist build TurboGears.egg-info
-
- dh_clean
-
-build:
-
-install: patch
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- python setup.py install --single-version-externally-managed --root=$(CURDIR)/debian/python-turbogears --install-lib /usr/share/python-support/python-turbogears
-
- find debian/python-turbogears -type f -name "*.pyc" | xargs rm -f
-
-binary: binary-indep
-
-binary-arch:
-
-binary-indep: install
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGELOG.txt
- dh_installdocs
- dh_installman
- dh_pysupport
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-.PHONY: clean build install binary binary-arch binary-indep
+%:
+ dh --with quilt $@
Added: packages/turbogears/trunk/debian/tg-admin.1
===================================================================
--- packages/turbogears/trunk/debian/tg-admin.1 (rev 0)
+++ packages/turbogears/trunk/debian/tg-admin.1 2009-10-08 17:16:51 UTC (rev 9970)
@@ -0,0 +1,45 @@
+.\" Hey, EMACS: -*- nroff -*-
+.TH TG-ADMIN 1 "September 2009"
+.SH NAME
+tg-admin \- TurboGears command line tool
+.SH SYNOPSIS
+\fBtg-admin\fR <\fIcommand\fR> [\fIcommand\fR] [\fIoptions\fR]
+.br
+.SH DESCRIPTION
+The tg-admin command line tool provides commands for working with TurboGears projects. You can get a list of
+the available commands by simply running "tg-admin".
+
+For a complete description, run \fBtg-admin [command] help\fP for each available command:
+
+\fBi18n\fP - Manage i18n data
+
+\fBinfo\fP - Show version info
+
+\fBquickstart\fP - Create a new TurboGears project
+
+\fBshell\fP - Start a Python prompt with your database available
+
+\fBsql\fP - Run the database provider manager
+
+\fBtoolbox\fP - Launch the TurboGears Toolbox
+
+\fBupdate\fP - Update an existing turbogears project
+
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.TP
+.B \-c, \-\-config FILENAME
+Config file to use
+.TP
+.B \-e, \-\-egg EGG_SPEC
+Run command on given Egg
+.TP
+.br
+The official documentation is available at: \fI\%http://docs.turbogears.org/1.0/TgAdmin\fR
+
+.SH AUTHOR
+tg-admin was written by Kevin Dangoor.
+.PP
+This manual page was written by Federico Ceratto <federico.ceratto at gmail.com>,
+for the Debian project (and may be used by others).
Added: packages/turbogears/trunk/debian/watch
===================================================================
--- packages/turbogears/trunk/debian/watch (rev 0)
+++ packages/turbogears/trunk/debian/watch 2009-10-08 17:16:51 UTC (rev 9970)
@@ -0,0 +1,4 @@
+version=3
+http://files.turbogears.org/eggs/TurboGears-([\d\.]+)\.tar\.gz
+# The regexp does not matches beta and rc versions by choice
+
More information about the Python-modules-commits
mailing list