diff --git a/britney2/consts.py b/britney2/consts.py deleted file mode 100644 index 8f760d1..0000000 --- a/britney2/consts.py +++ /dev/null @@ -1,36 +0,0 @@ -# -*- coding: utf-8 -*- - -# Constants from britney.py -# -# Assuming constants are copyrightable, then they are: -# Copyright (C) 2001-2008 Anthony Towns -# Andreas Barth -# Fabio Tranchitella -# Copyright (C) 2010-2012 Adam D. Barratt - -# 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 2 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. - -# source package -VERSION = 0 -SECTION = 1 -# BINARIES = 2 - value reversed, but const is no longer used -MAINTAINER = 3 -# FAKESRC = 4 - value reserved, but const is no longer used - -# binary package -SOURCE = 2 -SOURCEVER = 3 -ARCHITECTURE = 4 -MULTIARCH = 5 -DEPENDS = 6 -CONFLICTS = 7 -PROVIDES = 8 -ESSENTIAL = 9