Merge branch 'master' into debian-wheezy
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 18 Jul 2013 09:26:11 +0000 (12:26 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 18 Jul 2013 09:26:11 +0000 (12:26 +0300)
debian/changelog [new file with mode: 0644]
debian/clean [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/pydist-overrides [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..ecdddb6
--- /dev/null
@@ -0,0 +1,32 @@
+snf-image-creator (0.4.2-1~wheezy) wheezy; urgency=low
+
+  * New upstream version
+
+ -- Nikos Skalkotos <skalkoto@grnet.gr>  Thu, 18 Jul 2013 09:41:56 +0300
+
+snf-image-creator (0.4.1-1~wheezy) wheezy; urgency=low
+
+  * New upstream version
+
+ -- Nikos Skalkotos <skalkoto@grnet.gr>  Thu, 27 Jun 2013 14:42:31 +0300
+
+snf-image-creator (0.3-1wheezy) wheezy; urgency=low
+
+  * Repack for wheezy
+
+ -- Nikos Skalkotos <skalkoto@grnet.gr>  Wed, 05 Jun 2013 13:15:39 +0300
+
+snf-image-creator (0.3-1) stable; urgency=low
+
+  * New upstream version
+
+ -- Nikos Skalkotos <skalkoto@grnet.gr>  Wed, 05 Jun 2013 13:02:34 +0300
+
+snf-image-creator (0.1.0-1) stable; urgency=low
+
+  * New upstream version
+
+ -- Nikos Skalkotos <skalkoto@grnet.gr>  Thu, 01 Nov 2012 16:09:17 +0200
+
+
+
diff --git a/debian/clean b/debian/clean
new file mode 100644 (file)
index 0000000..435b9b7
--- /dev/null
@@ -0,0 +1 @@
+snf-image-creator.egg-info/*
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..d218d16
--- /dev/null
@@ -0,0 +1,21 @@
+Source: snf-image-creator
+Section: python
+Priority: optional
+Maintainer: Nikos Skalkotos <skalkoto@grnet.gr>
+XSBC-Original-Maintainer: Nikos Skalkotos <skalkoto@grnet.gr>
+Build-Depends: debhelper (>= 8), python-all (>= 2.5), python-setuptools,
+ python-sphinx
+Standards-Version: 3.9.3
+XS-Python-Version: >= 2.6
+Homepage: https://code.grnet.gr/projects/snf-image-creator
+
+Package: snf-image-creator
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-progress (>=1.0.2),
+ python-setuptools, python-ansicolors, python-dialog, kamaki(>=0.9),
+ python-guestfs, python-sendfile, python-parted, rsync, libguestfs-tools,
+ python-hivex
+Description: Synnefo Image Creator
+ snf-image-creator is a command line tool for creating OS images to be used
+ with synnefo.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..36e9a4d
--- /dev/null
@@ -0,0 +1,38 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
+Upstream-Name: snf-image-creator
+Upstream-Contact: GRNET development team <synnefo@lists.grnet.gr>
+Source: https://code.grnet.gr/projects/snf-image-creator
+
+Files: *
+Copyright: Copyright (C) 2011, 2012 GRNET S.A.
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or
+ without modification, are permitted provided that the following
+ conditions are met:
+ .
+ 1. Redistributions of source code must retain the above
+    copyright notice, this list of conditions and the following
+    disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials
+    provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ The views and conclusions contained in the software and
+ documentation are those of the authors and should not be
+ interpreted as representing official policies, either expressed
+ or implied, of GRNET S.A.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..1cd1956
--- /dev/null
@@ -0,0 +1,3 @@
+docs/_build/html
+AUTHORS
+README
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..06a5874
--- /dev/null
@@ -0,0 +1,9 @@
+[DEFAULT]
+sign-tags = False
+pristine-tar = False
+
+[git-buildpackage]
+export-dir = ../build-area/
+tarball-dir = ../tarballs/
+debian-branch = debian
+upstream-branch = master
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
new file mode 100644 (file)
index 0000000..6865beb
--- /dev/null
@@ -0,0 +1 @@
+py-sendfile python-sendfile
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..13797f9
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with python2
+
+override_dh_auto_build:
+       cd docs && make html && make man && rm -rf _build/html/man && rm -rf _build/doctrees
+
+override_dh_installman:
+       dh_installman docs/_build/man/*.1
+
+override_dh_installchangelogs:
+       dh_installchangelogs ChangeLog
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)