Removing broken debian packaging files from app source

Change-Id: I196728cd777741ed2cb5b0ae9f63f4d2c22a7345
This commit is contained in:
Florent Flament 2014-11-01 22:11:52 +01:00
parent 290e781750
commit d45ef3615c
6 changed files with 0 additions and 60 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
ospurge (0.1.0-1) unstable; urgency=low
* source package automatically created by stdeb 0.6.0
-- nacim <nassim.babaci@cloudwatt.com> Mon, 10 Feb 2014 17:52:47 +0100

1
debian/compat vendored
View File

@ -1 +0,0 @@
7

17
debian/control vendored
View File

@ -1,17 +0,0 @@
Source: ospurge
Maintainer: unknown <unknown@unknown>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
Standards-Version: 3.8.4
XS-Python-Version: current
Package: python-ospurge
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-ceilometerclient, python-cinderclient, python-glanceclient, python-keystoneclient, python-neutronclient, python-novaclient, python-swiftclient
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: UNKNOWN
.
.
.

View File

@ -1,14 +0,0 @@
#! /bin/sh
set -e
# This was added by stdeb to workaround Debian #479852. In a nutshell,
# pycentral does not remove normally remove its symlinks on an
# upgrade. Since we're using python-support, however, those symlinks
# will be broken. This tells python-central to clean up any symlinks.
if [ -e /var/lib/dpkg/info/python-ospurge.list ] && which pycentral >/dev/null 2>&1
then
pycentral pkgremove python-ospurge
fi
#DEBHELPER#

22
debian/rules vendored
View File

@ -1,22 +0,0 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0 at
# Mon, 10 Feb 2014 17:52:47 +0100
# Unset the environment variables set by dpkg-buildpackage. (This is
# necessary because distutils is brittle with compiler/linker flags
# set. Specifically, packages using f2py will break without this.)
unexport CPPFLAGS
unexport CFLAGS
unexport CXXFLAGS
unexport FFLAGS
unexport LDFLAGS
#exports specified using stdeb Setup-Env-Vars:
export DH_OPTIONS=--buildsystem=python_distutils
%:
dh $@

View File

@ -1 +0,0 @@
1.0