From: Frank Brehm Date: Tue, 4 Jan 2011 13:22:37 +0000 (+0000) Subject: Debian-Geraffel dazu X-Git-Tag: 0.4.3-1~8 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=239a04e2155f2ded204884afc5a563a965441e99;p=my-stuff%2Ffbrehm.git Debian-Geraffel dazu git-svn-id: http://svn.brehm-online.com/svn/my-stuff/python/fbrehm/trunk@180 ec8d2aa5-1599-4edb-8739-2b3a1bc399aa --- diff --git a/Makefile b/Makefile index 599015f..e518abf 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ BUILDIR=$(CURDIR)/debian/python-$(PROJECT) 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" @@ -33,7 +34,7 @@ builddeb: $(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 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..948f107 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-fbrehm-libs (0.2-1) unstable; urgency=low + + * Initial release. (Closes: #0815) + + -- Frank Brehm Mon, 03 Jan 2011 16:55:08 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4cda46e --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: python-fbrehm-libs +Section: python +Priority: optional +Maintainer: Frank Brehm +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ee5dadf --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Frank Brehm + 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 + +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'. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..be32bd2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +%: + dh $@ + +clean: + dh_clean + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f7b129b --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.brehm-online.com/projects/fbrehm-libs/fbrehm-libs-(.*)\.tar\.gz