Skip to content
Snippets Groups Projects
Commit a38b0061 authored by joe's avatar joe
Browse files

debianization of configdb

parent 4789208e
No related branches found
No related tags found
No related merge requests found
configdb (0.2.2-1) unstable; urgency=low
* source package automatically created by stdeb 0.6.0
-- ale <ale@incal.net> Tue, 03 Dec 2013 14:28:32 +0100
7
Source: configdb
Maintainer: joe <joe@incal.net>
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-configdb
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-flask, python-formencode, python-sqlalchemy (>> 0.7), python-dateutil, python-ipaddr, python-inflect
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: database framework for configuration info
#! /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-configdb.list ] && which pycentral >/dev/null 2>&1
then
pycentral pkgremove python-configdb
fi
#DEBHELPER#
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.6.0 at
# Tue, 03 Dec 2013 14:28:32 +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 $@
1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment