[Python-modules-commits] r2835 - in /packages/sacontext/trunk/debian: ./ changelog compat control copyright rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jul 26 10:26:44 UTC 2007


Author: piotr
Date: Thu Jul 26 10:26:44 2007
New Revision: 2835

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2835
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/sacontext/trunk/debian/
    packages/sacontext/trunk/debian/changelog
    packages/sacontext/trunk/debian/compat
    packages/sacontext/trunk/debian/control
    packages/sacontext/trunk/debian/copyright
    packages/sacontext/trunk/debian/rules   (with props)

Added: packages/sacontext/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sacontext/trunk/debian/changelog?rev=2835&op=file
==============================================================================
--- packages/sacontext/trunk/debian/changelog (added)
+++ packages/sacontext/trunk/debian/changelog Thu Jul 26 10:26:44 2007
@@ -1,0 +1,5 @@
+sacontext (0.3.3-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 26 Jul 2007 11:03:26 +0200

Added: packages/sacontext/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/sacontext/trunk/debian/compat?rev=2835&op=file
==============================================================================
--- packages/sacontext/trunk/debian/compat (added)
+++ packages/sacontext/trunk/debian/compat Thu Jul 26 10:26:44 2007
@@ -1,0 +1,1 @@
+5

Added: packages/sacontext/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/sacontext/trunk/debian/control?rev=2835&op=file
==============================================================================
--- packages/sacontext/trunk/debian/control (added)
+++ packages/sacontext/trunk/debian/control Thu Jul 26 10:26:44 2007
@@ -1,0 +1,24 @@
+Source: sacontext
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christoph Haas <haas at debian.org>, Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.4
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/sacontext/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/sacontext/trunk/?op=log
+
+Package: python-sacontext
+Architecture: all
+Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.0-1), python-elixir
+Recommends: python-pastedeploy, python-pylons (>> 0.9.5)
+XB-Python-Version: ${python:Versions}
+Description: ... SQLAlchemy (FIXME :)
+ SAContext organizes your SQLAlchemy engines, metadatas, and sessions into one
+ convenient object. That's *all* it does. SAContext helps new SQLAlchemists
+ get their applications up and running quickly, while also scaling to large
+ multi-database use cases.
+ .
+  Homepage: http://sluggo.scrapping.cc/python/sacontext/

Added: packages/sacontext/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/sacontext/trunk/debian/copyright?rev=2835&op=file
==============================================================================
--- packages/sacontext/trunk/debian/copyright (added)
+++ packages/sacontext/trunk/debian/copyright Thu Jul 26 10:26:44 2007
@@ -1,0 +1,41 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Thu, 26 Jul 2007 11:03:26 +0200.
+
+It was originally downloaded from:
+	http://sluggo.scrapping.cc/python/sacontext/
+
+Upstream Authors:
+	Mike Orr <sluggoster at gmail.com>
+	Mike Bayer <mike_mp at zzzcomputing.com>
+
+Copyright:
+
+ Copyright (c) 2007 by Mike Orr <sluggoster at gmail.com> and Michael Bayer
+ <mike_mp at zzzcomputing.com>.  Permission to copy & modify granted under the MIT
+ license (http://opensource.org/licenses/mit-license.php).
+
+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) 2007 Christoph Haas <haas at debian.org> and Piotr
+Ożarowski <piotr at debian.org> - it 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'.

Added: packages/sacontext/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sacontext/trunk/debian/rules?rev=2835&op=file
==============================================================================
--- packages/sacontext/trunk/debian/rules (added)
+++ packages/sacontext/trunk/debian/rules Thu Jul 26 10:26:44 2007
@@ -1,0 +1,33 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+clean:
+	dh_testdir
+	dh_testroot
+	-rm sacontext.pyc
+	dh_clean
+
+build: build-indep build-arch
+build-indep:
+build-arch:
+
+install:
+	dh_install sacontext.py	/usr/share/pycentral/python-sacontext/site-packages/
+
+binary: binary-indep binary-arch
+binary-arch:
+binary-indep: install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i README
+	dh_pycentral -i
+	dh_compress -i -X.py
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+.PHONY: clean build binary binary-indep binary-arch build-indep build-arch install

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




More information about the Python-modules-commits mailing list