Thread: [SQL-CVS] r155 - in trunk/SQLObject: . debian
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2004-06-23 22:19:15
|
Author: sweafty Date: 2004-06-23 14:15:47 -0400 (Wed, 23 Jun 2004) New Revision: 155 Added: trunk/SQLObject/debian/ trunk/SQLObject/debian/changelog trunk/SQLObject/debian/control trunk/SQLObject/debian/copyright trunk/SQLObject/debian/docs trunk/SQLObject/debian/examples trunk/SQLObject/debian/rules Log: Debian package is finally done. To build it: svn export svn://colorstudy.com/trunk/SQLObject cd SQLObject fakeroot debian/rules binary To build the source, use debbuild: debuild -rfakeroot -d -us -uc Added: trunk/SQLObject/debian/changelog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/debian/changelog 2004-06-19 10:53:00 UTC (rev 154) +++ trunk/SQLObject/debian/changelog 2004-06-23 18:15:47 UTC (rev 155) @@ -0,0 +1,19 @@ +sqlobject (0.6-1) unstable; urgency=3Dlow + + * Debian package will be part of the Colorstudy SVN repository + * Added Build-dependencies : python-{mysqldb,sqlite,psycopg,kinterbasd= b,maxdb} + * Fixed copyright to suit new SQLOBject license + + -- Philippe Normand (phil) <sw...@fr...> Tue, 8 Jun 2004 20:39:16= +0200 + +sqlobject (0.5.2-1) unstable; urgency=3Dlow + + * Update to 0.5.2. + + -- Keisuke URAGO <br...@re...> Sat, 5 Jun 2004 02:32:43 +0900 + +sqlobject (0.3-1) unstable; urgency=3Dlow + + * New upstream version. + + -- Keisuke URAGO <br...@re...> Fri, 09 May 2003 17:06:23 +0900 Added: trunk/SQLObject/debian/control =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/debian/control 2004-06-19 10:53:00 UTC (rev 154) +++ trunk/SQLObject/debian/control 2004-06-23 18:15:47 UTC (rev 155) @@ -0,0 +1,19 @@ +Source: sqlobject +Section: python +Priority: optional +Maintainer: Philippe Normand (phil) <sw...@fr...> +Build-Depends: debhelper (>=3D 4.0.0), python-dev (>=3D 2.3) +Standards-Version: 3.6.1 + +Package: python-sqlobject +#Section: python +Architecture: any +Depends: ${python:Depends} +Recommends: python-mysqldb (>=3D 0.9.2-0.4), python-sqlite (>=3D 0.4.3-2= ), python-psycopg (>=3D 1.1.13-1), python-kinterbasdb (>=3D 3.0.1-3.1), p= ython-maxdb (>=3D 7.5.00.12-1) +Description: An object-relational mapper for Python + It allows you to translate RDBMS table rows into Python objects, + and manipulate those objects to transparently manipulate the=20 + database. + . + Homepage: http://sqlobject.org + Added: trunk/SQLObject/debian/copyright =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/debian/copyright 2004-06-19 10:53:00 UTC (rev 154) +++ trunk/SQLObject/debian/copyright 2004-06-23 18:15:47 UTC (rev 155) @@ -0,0 +1,11 @@ +This package was debianized by Keisuke URAGO <br...@re...> on +Fri, 09 May 2003 17:06:23 +0900 + +It was downloaded from http://sourceforge.net/projects/sqlobject + +Upstream Author: Ian Bicking <ia...@co...> + +Copyright: PSF + +The Python Software Foundation License can be downloaded from +http://www.opensource.org/licenses/PythonSoftFoundation.php Added: trunk/SQLObject/debian/docs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/debian/docs 2004-06-19 10:53:00 UTC (rev 154) +++ trunk/SQLObject/debian/docs 2004-06-23 18:15:47 UTC (rev 155) @@ -0,0 +1,2 @@ +README.txt +docs/ Added: trunk/SQLObject/debian/examples =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/debian/examples 2004-06-19 10:53:00 UTC (rev 154) +++ trunk/SQLObject/debian/examples 2004-06-23 18:15:47 UTC (rev 155) @@ -0,0 +1,2 @@ +examples/* +tests/ Added: trunk/SQLObject/debian/rules =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/debian/rules 2004-06-19 10:53:00 UTC (rev 154) +++ trunk/SQLObject/debian/rules 2004-06-23 18:15:47 UTC (rev 155) @@ -0,0 +1,61 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=3D1 + + +PYTHON=3Dpython + +configure: configure-stamp +configure-stamp: + dh_testdir + #$(PYTHON) config_unix.py --prefix /usr + #$(PYTHON) setup.py config + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp=20 + dh_testdir + $(PYTHON) setup.py build + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(PYTHON) setup.py clean --all + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(PYTHON) setup.py install --prefix $(CURDIR)/debian/python-sqlobject/u= sr + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs -X.svn + dh_installexamples -X.svn + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs -V + dh_python + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb -X.svn + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: trunk/SQLObject/debian/rules ___________________________________________________________________ Name: svn:executable + * |