VERSION=$(shell cat setup.py | grep version | sed -e "s/.*=[ ]*'//" -e "s/'.*//" )
WWW_DOCROOT=/var/www/localhost/htdocs/projects/$(PROJECT)
ARCHIVE=$(PROJECT)-$(VERSION).tar.gz
+DEBSIGN_KEYID=BB596E26
all:
@echo "make source - Create source package"
$(PYTHON) setup.py sdist $(COMPILE) --dist-dir=../ --prune
mv -v ../$(PROJECT)-$(VERSION).tar.gz ../python-$(PROJECT)_$(VERSION).orig.tar.gz
# build the package
- #dpkg-buildpackage -i -I -rfakeroot
+ dpkg-buildpackage -i -I -rfakeroot -k$(DEBSIGN_KEYID)
clean:
$(PYTHON) setup.py clean
--- /dev/null
+python-fbrehm-libs (0.2-1) unstable; urgency=low
+
+ * Initial release. (Closes: #0815)
+
+ -- Frank Brehm <frank.brehm@profitbricks.com> Mon, 03 Jan 2011 16:55:08 +0100
--- /dev/null
+Source: python-fbrehm-libs
+Section: python
+Priority: optional
+Maintainer: Frank Brehm <frank.brehm@profitbricks.com>
+Build-Depends: debhelper (>=7), python-support, cdbs (>= 0.4.49), python-dev
+XS-Python-Version: >=2.6
+Standards-Version: 3.8.4
+
+Package: python-fbrehm-libs
+Architecture: all
+Homepage: http://svn.brehm-online.com/svn/my-stuff/python/fbrehm
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Collection of common python modules by Frank Brehm
+ .
+ Modules included:
+ fbrehm.common.getopt:
+ BaseOptParser
+ fbrehm.common.logging_obj:
+ LoggingObject
--- /dev/null
+This package was debianized by Frank Brehm <frank.brehm@profitbricks.com>
+ on Mon, 03 Jan 2011 17:12:37 +0100
+
+It was downloaded from http://www.brehm-online.com.net/projects/fbrehm-libs
+
+Upstream Author:
+
+ Frank Brehm <frank.brehm@profitbricks.com>
+
+Copyright:
+
+ Copyright (C) 2011, Frank Brehm
+
+License: GPL-3
+
+ This package 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 package 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.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, see .
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
--- /dev/null
+#!/usr/bin/make -f
+%:
+ dh $@
+
+clean:
+ dh_clean
+
--- /dev/null
+version=3
+http://www.brehm-online.com/projects/fbrehm-libs/fbrehm-libs-(.*)\.tar\.gz