[Python-apps-commits] r7022 - in packages/slapos.tool.format/tags (14 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Apr 29 11:31:38 UTC 2011


    Date: Friday, April 29, 2011 @ 11:31:34
  Author: arnau
Revision: 7022

[svn-buildpackage] Tagging slapos.tool.format 1.0~20110420+1.git67c5b39-1

Added:
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian
    (from rev 7018, packages/slapos.tool.format/trunk/debian/README.Debian)
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog
    (from rev 7011, packages/slapos.tool.format/trunk/debian/changelog)
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control
    (from rev 7017, packages/slapos.tool.format/trunk/debian/control)
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright
    (from rev 7011, packages/slapos.tool.format/trunk/debian/copyright)
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm
    (from rev 7015, packages/slapos.tool.format/trunk/debian/postrm)
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/pydist-overrides
    (from rev 7016, packages/slapos.tool.format/trunk/debian/pydist-overrides)
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules
    (from rev 7013, packages/slapos.tool.format/trunk/debian/rules)
Deleted:
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm
  packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules

Deleted: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian
===================================================================
--- packages/slapos.tool.format/trunk/debian/README.Debian	2011-04-29 07:48:44 UTC (rev 7009)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian	2011-04-29 11:31:34 UTC (rev 7022)
@@ -1,30 +0,0 @@
-Bridge configuration
-====================
-
-Before  using  slapformat   commands,  you  must  set  up   a  bridge  network
-interface. On  that bridge, you must set  up at least an  IPv6 global address,
-even if it is only a localhost one.
-
-On  Debian  systems,  this  is commonly  done  in  ``/etc/network/interfaces''
-file.
-
-Note that if you  declare any interfaces as part of the  bridge (when you want
-your instances to be available not  only on localhost), you should remove them
-from the configuration file.
-
-Here  is an example  of a  bridge with  static IPv4  address and  private IPv6
-address and with eth0 device:
-
-auto br0
-iface br0 inet static
-	address ADDRESS
-	netmask NETMASK
-	gateway GATEWAY
-	bridge_ports eth0
-
-iface br0 inet6 static
-	address fd00::1
-	netmask 64
-
-You can  have a look at bridge-utils-interfaces(5)  and interfaces(5) manpages
-for further details.

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian (from rev 7018, packages/slapos.tool.format/trunk/debian/README.Debian)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/README.Debian	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1,31 @@
+Bridge configuration
+====================
+
+Before using slapformat  commands, you must set up a  bridge network interface
+named ``slapbr0''.  On that bridge,  you must set up  at least an  IPv6 global
+address, even if it is only a localhost one.
+
+On Debian systems, this is commonly done in ``/etc/network/interfaces'' file.
+
+Note that if  you declare any interface  as part of the bridge  (when you want
+your instances to be available not  only on localhost), you should remove them
+from the configuration file.
+
+Here is an example  of the bridge on eth0 device with  static IPv4 address and
+private IPv6 address:
+
+auto slapbr0
+iface slapbr0 inet static
+	address ADDRESS
+	netmask NETMASK
+	gateway GATEWAY
+	bridge_ports eth0
+
+iface slapbr0 inet6 static
+	address fd00::1
+	netmask 64
+
+You can have  a look at bridge-utils-interfaces(5)  and interfaces(5) manpages
+for further details.
+
+ -- Arnaud Fontaine <arnau at debian.org>, Fri, 29 Apr 2011 19:19:07 +0900

Deleted: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog
===================================================================
--- packages/slapos.tool.format/trunk/debian/changelog	2011-04-29 07:48:44 UTC (rev 7009)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog	2011-04-29 11:31:34 UTC (rev 7022)
@@ -1,5 +0,0 @@
-slapos.tool.format (1.0~20110420+1.git67c5b39-1) unstable; urgency=low
-
-  * Initial upload. Closes: #624315.
-
- -- Arnaud Fontaine <arnau at debian.org>  Tue, 26 Apr 2011 14:25:28 +0900

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog (from rev 7011, packages/slapos.tool.format/trunk/debian/changelog)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/changelog	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1,5 @@
+slapos.tool.format (1.0~20110420+1.git67c5b39-1) unstable; urgency=low
+
+  * Initial upload. Closes: #624315.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 29 Apr 2011 18:25:35 +0900

Deleted: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control
===================================================================
--- packages/slapos.tool.format/trunk/debian/control	2011-04-29 07:48:44 UTC (rev 7009)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control	2011-04-29 11:31:34 UTC (rev 7022)
@@ -1,28 +0,0 @@
-Source: slapos.tool.format
-Maintainer: Arnaud Fontaine <arnau at debian.org>
-Section: net
-Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3),
-               python (>= 2.6.6-3~),
-               debhelper (>= 7.4.3)
-Build-Depends-Indep: po-debconf
-Standards-Version: 3.9.2
-X-Python-Version: 2.6
-Homepage: http://www.slapos.org
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/slapos.tool.format/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/slapos.tool.format/trunk/
-
-Package: slapformat
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         bridge-utils,
-         uml-utilities
-Breaks: ${python:Breaks}
-Conflicts: python-zc.buildout
-Description: Prepare a client for deploying a SaaS system with SLAPos
- Slapformat is supposed to be ran before Slapgrid in order to prepare
- a SLAPos client. At the end a report is generated and information are
- sent to configured SlapOS server.
- .
- SLAPos provides support for deploying a SaaS system.

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control (from rev 7017, packages/slapos.tool.format/trunk/debian/control)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/control	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1,30 @@
+Source: slapos.tool.format
+Maintainer: Arnaud Fontaine <arnau at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Section: net
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3),
+               python (>= 2.6.6-3~),
+               python2.6,
+               debhelper (>= 7.4.3)
+Build-Depends-Indep: po-debconf
+Standards-Version: 3.9.2
+X-Python-Version: 2.6
+Homepage: http://www.slapos.org
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/slapos.tool.format/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/slapos.tool.format/trunk/
+
+Package: slapformat
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         bridge-utils,
+         uml-utilities
+Breaks: ${python:Breaks}
+Description: Prepare a client for deploying a SaaS system with SLAPos
+ Slapformat is supposed to be ran before Slapgrid in order to prepare
+ a SLAPos client. At the end a report is generated and information are
+ sent to configured SlapOS server.
+ .
+ SLAPos provides support for deploying a SaaS (Software as a Service)
+ system.

Deleted: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright
===================================================================
--- packages/slapos.tool.format/trunk/debian/copyright	2011-04-29 07:48:44 UTC (rev 7009)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright	2011-04-29 11:31:34 UTC (rev 7022)
@@ -1,39 +0,0 @@
-This package  was debianized by Arnaud  Fontaine <arnau at debian.org> on
-Tue, 26 Apr 2011 14:25:28 +0900.
-
-This package was debianized from the Git repository available there:
-http://gitorious.org/slapos/slapos-core
-
-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.
-
-
-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.

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright (from rev 7011, packages/slapos.tool.format/trunk/debian/copyright)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/copyright	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1,38 @@
+This package was debianized by Arnaud Fontaine <arnau at debian.org> on
+Fri, 29 Apr 2011 18:25:35 +0900.
+
+This package was debianized from the Git repository available there:
+http://gitorious.org/slapos/slapos-core
+
+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.
+
+
+On 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.

Deleted: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm
===================================================================
--- packages/slapos.tool.format/trunk/debian/postrm	2011-04-29 07:48:44 UTC (rev 7009)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm	2011-04-29 11:31:34 UTC (rev 7022)
@@ -1,30 +0,0 @@
-#!/bin/sh
-set -e
-
-CONFIG_DIR="/etc/slapos"
-
-case "$1" in
-    purge)
-	if [ -d "$CONFIG_DIR" ]; then
-	    rm -f "$CONFIG_DIR"/slapos.cfg
-	    test -d /etc/slapos/ssl/ && rm -rf /etc/slapos/ssl/
-	    [ $(ls "$CONFIG_DIR" | wc -l) -eq 0 ] && rmdir "$CONFIG_DIR"
-	fi
-
-	test -d /var/cache/slapos/certificates/ && \
-	    rm -rf /var/cache/slapos/certificates
-
-	if [ -d "/var/log/slapos" ]; then
-	    test -f /var/log/slapos/slapformat.log && rm -f /var/log/slapos/slapformat.log
-	    [ $(ls /var/log/slapos/ | wc -l) -eq 0 ] && rmdir /var/log/slapos/
-	fi
-
-	if [ -d "/var/lib/slapos" ]; then
-	    rm -rf /var/lib/slapos/
-	fi
-	;;
-esac
-
-#DEBHELPER#
-
-exit 0

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm (from rev 7015, packages/slapos.tool.format/trunk/debian/postrm)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/postrm	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1,29 @@
+#!/bin/sh
+set -e
+
+CONFIG_DIR="/etc/slapos"
+LOG_DIR="/var/log/slapos"
+
+case "$1" in
+    purge)
+	if [ -d "$CONFIG_DIR" ]; then
+	    rm -f "${CONFIG_DIR}/slapos.cfg"
+	    test -d "${CONFIG_DIR}/ssl/" && rm -rf "${CONFIG_DIR}/ssl/"
+	    [ $(ls "$CONFIG_DIR" | wc -l) -eq 0 ] && rmdir "$CONFIG_DIR"
+	fi
+
+	test -d /var/cache/slapos/certificates/ && \
+	    rm -rf /var/cache/slapos/certificates
+
+	if [ -d "$LOG_DIR" ]; then
+	    test -f "${LOG_DIR}/slapformat.log" && rm -f "${LOG_DIR}/slapformat.log"
+	    [ $(ls "$LOG_DIR" | wc -l) -eq 0 ] && rmdir "$LOG_DIR"
+	fi
+
+	test -d /var/lib/slapos && rm -rf /var/lib/slapos/
+	;;
+esac
+
+#DEBHELPER#
+
+exit 0

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/pydist-overrides (from rev 7016, packages/slapos.tool.format/trunk/debian/pydist-overrides)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/pydist-overrides	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/pydist-overrides	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1 @@
+xml_marshaller python-xmlmarshaller

Deleted: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules
===================================================================
--- packages/slapos.tool.format/trunk/debian/rules	2011-04-29 07:48:44 UTC (rev 7009)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules	2011-04-29 11:31:34 UTC (rev 7022)
@@ -1,36 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh $@ --with python2
-
-override_dh_auto_install:
-	python setup.py install --root=debian/slapformat --install-layout=deb \
-		--install-scripts=/usr/sbin/
-
-# Generate the upstream tarball from upstream Git (adapted from
-# http://wiki.debian.org/SandroTosi/Svn_get-orig-source for Git)
-PACKAGE := slapos.tool.format
-
-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)
-
-	git clone http://git.gitorious.org/slapos/slapos-core.git \
-		get-orig-source/
-
-	cd get-orig-source/$(PACKAGE)/ && \
-		git archive --prefix=$(PACKAGE)-$(SRC_VERSION).orig/ \
-			--format=tar $(GIT_VERSION) | \
-			gzip --no-name --best > ../../$(TARBALL)
-
-	rm -rf get-orig-source
-	@echo "'$(TARBALL)' created."
-
-.PHONY: get-orig-source

Copied: packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules (from rev 7013, packages/slapos.tool.format/trunk/debian/rules)
===================================================================
--- packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules	                        (rev 0)
+++ packages/slapos.tool.format/tags/1.0~20110420+1.git67c5b39-1/debian/rules	2011-04-29 11:31:34 UTC (rev 7022)
@@ -0,0 +1,36 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+	python2.6 setup.py install --root=debian/slapformat --install-layout=deb \
+		--install-scripts=/usr/sbin/
+
+# Generate the upstream tarball from upstream Git (adapted from
+# http://wiki.debian.org/SandroTosi/Svn_get-orig-source for Git)
+PACKAGE := slapos.tool.format
+
+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)
+
+	git clone http://git.gitorious.org/slapos/slapos-core.git \
+		get-orig-source/
+
+	cd get-orig-source/$(PACKAGE)/ && \
+		git archive --prefix=$(PACKAGE)-$(SRC_VERSION).orig/ \
+			--format=tar $(GIT_VERSION) | \
+			gzip --no-name --best > ../../$(TARBALL)
+
+	rm -rf get-orig-source
+	@echo "'$(TARBALL)' created."
+
+.PHONY: get-orig-source




More information about the Python-apps-commits mailing list