[Python-modules-commits] r16763 - in packages/slapos.slap/trunk (12 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Apr 25 06:03:07 UTC 2011


    Date: Monday, April 25, 2011 @ 06:02:59
  Author: arnau
Revision: 16763

[svn-inject] Applying Debian modifications (1.2~20110425+1.gitc8e0300-1) to trunk

Added:
  packages/slapos.slap/trunk/debian/
  packages/slapos.slap/trunk/debian/changelog
  packages/slapos.slap/trunk/debian/clean
  packages/slapos.slap/trunk/debian/compat
  packages/slapos.slap/trunk/debian/control
  packages/slapos.slap/trunk/debian/copyright
  packages/slapos.slap/trunk/debian/docs
  packages/slapos.slap/trunk/debian/examples
  packages/slapos.slap/trunk/debian/rules
  packages/slapos.slap/trunk/debian/source/
  packages/slapos.slap/trunk/debian/source/format
  packages/slapos.slap/trunk/debian/watch


Property changes on: packages/slapos.slap/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/slapos.slap/trunk/debian/changelog
===================================================================
--- packages/slapos.slap/trunk/debian/changelog	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/changelog	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,5 @@
+slapos.slap (1.2~20110425+1.gitc8e0300-1) unstable; urgency=low
+
+  * Initial upload. Closes: #623986.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 25 Apr 2011 13:23:41 +0900

Added: packages/slapos.slap/trunk/debian/clean
===================================================================
--- packages/slapos.slap/trunk/debian/clean	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/clean	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,2 @@
+src/slapos.slap.egg-info/*
+PKG-INFO

Added: packages/slapos.slap/trunk/debian/compat
===================================================================
--- packages/slapos.slap/trunk/debian/compat	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/compat	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1 @@
+7

Added: packages/slapos.slap/trunk/debian/control
===================================================================
--- packages/slapos.slap/trunk/debian/control	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/control	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,26 @@
+Source: slapos.slap
+Section: python
+Priority: optional
+Maintainer: Arnaud Fontaine <arnau at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: python-setuptools (>= 0.6b3),
+               python-all (>= 2.6.6-3),
+               debhelper (>= 7)
+Standards-Version: 3.9.2
+X-Python-Version: all
+Homepage: http://pypi.python.org/pypi/slapos.slap
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/slapos.slap/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/slapos.slap/trunk/
+
+Package: python-slapos.slap
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-xmlmarshaller (>= 0.9.3~)
+Breaks: ${python:Breaks}
+Description: Simple Language for Accounting and Provisioning Python library
+ SlapOS allows to turn any application into SaaS, PaaS or IaaS without
+ loosing your freedom.  SlapOS defines two types of servers: SlapOS
+ nodes and SlapOS master.
+ .
+ This library is used on both nodes and master sides.

Added: packages/slapos.slap/trunk/debian/copyright
===================================================================
--- packages/slapos.slap/trunk/debian/copyright	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/copyright	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,47 @@
+This package  was debianized by Arnaud  Fontaine <arnau at debian.org> on
+Mon, 25 Apr 2011 13:23:41 +0900.
+
+The official releases are available there:
+http://pypi.python.org/pypi/slapos.slap
+
+This package was debianized from the Git repository available there:
+http://gitorious.org/slapos/slapos-libslap-python
+
+Upstream author:
+
+  Vifib SARL <info at slapos.org>
+
+Copyright:
+
+  Copyright 2010-2011, Vifib SARL and Contributors.
+
+License:
+
+  WARNING: This program as such is intended to be used by professional
+  programmers  who  take the  whole  responsibility  of assessing  all
+  potential consequences resulting  from its eventual inadequacies and
+  bugs  End users  who are  looking for  a ready-to-use  solution with
+  commercial guarantees and support are strongly adviced to contract a
+  Free Software Service Company
+
+  This program is Free Software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free  Software Foundation; either  version 3 of the  License, or
+  (at your option) any later version.
+
+  This program 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
+  General Public License for more details.
+
+  You should  have received a copy  of the GNU  General Public License
+  along  with  this  program;  if  not, write  to  the  Free  Software
+  Foundation,  Inc.,   59  Temple  Place  -  Suite   330,  Boston,  MA
+  02111-1307, USA.
+
+
+In a Debian system the complete text of the GNU General Public License
+v3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+
+The Debian  packaging is (C) 2011,  Arnaud Fontaine <arnau at debian.org>
+and is licensed under the same license as upstream source code.

Added: packages/slapos.slap/trunk/debian/docs
===================================================================
--- packages/slapos.slap/trunk/debian/docs	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/docs	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,2 @@
+README.txt
+CHANGES.txt

Added: packages/slapos.slap/trunk/debian/examples
===================================================================
--- packages/slapos.slap/trunk/debian/examples	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/examples	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1 @@
+src/slapos/example/*

Added: packages/slapos.slap/trunk/debian/rules
===================================================================
--- packages/slapos.slap/trunk/debian/rules	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/rules	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+# Generate the upstream tarball from upstream Git (adapted from
+# http://wiki.debian.org/SandroTosi/Svn_get-orig-source for Git)
+PACKAGE := slapos.slap
+
+SRC_VERSION := $(shell dpkg-parsechangelog | \
+	sed -ne 's/^Version: \([^-]\+\)-.*/\1/p')
+
+GIT_VERSION := $(shell echo $(SRC_VERSION) | \
+	sed -ne 's/.*git\([a-z0-9]\+\)/\1/p')
+
+TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz
+
+get-orig-source:
+	rm -rf get-orig-source $(TARBALL)
+	mkdir get-orig-source
+
+	git clone http://git.gitorious.org/slapos/slapos-libslap-python.git \
+		get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
+
+	cd get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig && \
+		git archive --prefix=$(PACKAGE)-$(SRC_VERSION).orig/ --format=tar \
+			`git rev-list --all | grep "$(GIT_VERSION)$$"` | \
+			gzip --no-name --best > ../../$(TARBALL)
+
+	rm -rf get-orig-source
+	@echo "'$(TARBALL)' created; move it to the right destination to build the package"
+
+.PHONY: get-orig-source


Property changes on: packages/slapos.slap/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/slapos.slap/trunk/debian/source/format
===================================================================
--- packages/slapos.slap/trunk/debian/source/format	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/source/format	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/slapos.slap/trunk/debian/watch
===================================================================
--- packages/slapos.slap/trunk/debian/watch	                        (rev 0)
+++ packages/slapos.slap/trunk/debian/watch	2011-04-25 06:02:59 UTC (rev 16763)
@@ -0,0 +1,3 @@
+version=3
+opts="dversionmangle=s/[+~].*$//" \
+  http://pypi.python.org/packages/source/s/slapos.slap/slapos.slap-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list