Remove snf-pithos-lib
authorKostas Papadimitriou <kpap@grnet.gr>
Thu, 23 Feb 2012 13:45:30 +0000 (15:45 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Thu, 23 Feb 2012 13:45:30 +0000 (15:45 +0200)
snf-pithos-lib/debian/changelog [deleted file]
snf-pithos-lib/debian/clean [deleted file]
snf-pithos-lib/debian/compat [deleted file]
snf-pithos-lib/debian/control [deleted file]
snf-pithos-lib/debian/copyright [deleted file]
snf-pithos-lib/debian/dirs [deleted file]
snf-pithos-lib/debian/gbp.conf [deleted file]
snf-pithos-lib/debian/pydist-overrides [deleted file]
snf-pithos-lib/debian/rules [deleted file]
snf-pithos-lib/debian/source/format [deleted file]

diff --git a/snf-pithos-lib/debian/changelog b/snf-pithos-lib/debian/changelog
deleted file mode 100644 (file)
index c5e0401..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-snf-pithos-lib (0.9.0-1) stable; urgency=low
-
-  * New upstream version
-
- -- Kostas Papadimitriou <kpap@grnet.gr>  Tue, 22 Feb 2012 15:03:00 +0200
-
-snf-pithos-lib (0.8.3-1) stable; urgency=low
-
-  * Initial Debian packaging for snf-pithos-lib v0.8.3.
-
- -- Vangelis Koukis <vkoukis@grnet.gr>  Tue, 07 Feb 2012 15:53:40 +0200
diff --git a/snf-pithos-lib/debian/clean b/snf-pithos-lib/debian/clean
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/snf-pithos-lib/debian/compat b/snf-pithos-lib/debian/compat
deleted file mode 100644 (file)
index 45a4fb7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/snf-pithos-lib/debian/control b/snf-pithos-lib/debian/control
deleted file mode 100644 (file)
index d2e615d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: snf-pithos-lib
-Section: python
-Priority: optional
-Maintainer: Vangelis Koukis <vkoukis@grnet.gr>
-Build-Depends: debhelper (>= 8), python-all (>= 2.5)
-Standards-Version: 3.9.2
-XS-Python-Version: >= 2.6
-Homepage: https://code.grnet.gr/projects/pithos
-
-Package: snf-pithos-lib
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
-Description: Pithos library
-
diff --git a/snf-pithos-lib/debian/copyright b/snf-pithos-lib/debian/copyright
deleted file mode 100644 (file)
index ad9fde1..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
-Upstream-Name: snf-pithos-lib
-Upstream-Contact: GRNET development team <pithos@lists.grnet.gr>
-Source: https://code.grnet.gr/projects/pithos
-
-Files: *
-Copyright: Copyright (C) 2011, 2012 GRNET S.A.
-Licence: BSD-2-clause
-
-Licence: 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.
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/BSD'.
diff --git a/snf-pithos-lib/debian/dirs b/snf-pithos-lib/debian/dirs
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/snf-pithos-lib/debian/gbp.conf b/snf-pithos-lib/debian/gbp.conf
deleted file mode 100644 (file)
index 56cbd9a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[DEFAULT]
-sign-tags = False
-pristine-tar = False
-
-[git-buildpackage]
-export-dir = ../../build-area/
-tarball-dir = ../../tarballs/
-debian-branch = debian-0.8
-upstream-branch = master
diff --git a/snf-pithos-lib/debian/pydist-overrides b/snf-pithos-lib/debian/pydist-overrides
deleted file mode 100644 (file)
index f2d2f82..0000000
+++ /dev/null
@@ -1 +0,0 @@
-snf-common snf-common
diff --git a/snf-pithos-lib/debian/rules b/snf-pithos-lib/debian/rules
deleted file mode 100755 (executable)
index bd6403b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-       dh $@ --with python2
-
-package=snf-pithos-lib
-
-override_dh_auto_install:
-       dh_auto_install
-       
-       # this package provides the synnefo namespace __init__.py
-       for py in $(shell pyversions -vr debian/control); do \
-               cp pithos/__init__.py debian/$(package)/usr/lib/python$$py/*-packages/pithos/; \
-       done
-       
-       for py in $(shell pyversions -vr debian/control); do \
-               rm debian/$(package)/usr/lib/python$$py/*-packages/*-nspkg.pth; \
-       done
-
diff --git a/snf-pithos-lib/debian/source/format b/snf-pithos-lib/debian/source/format
deleted file mode 100644 (file)
index 163aaf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)