]> Frank Brehm's Git Trees - my-stuff/fbrehm.git/commitdiff
Debian-Geraffel dazu
authorFrank Brehm <frank@brehm-online.com>
Tue, 4 Jan 2011 13:22:37 +0000 (13:22 +0000)
committerFrank Brehm <frank@brehm-online.com>
Tue, 4 Jan 2011 13:22:37 +0000 (13:22 +0000)
git-svn-id: http://svn.brehm-online.com/svn/my-stuff/python/fbrehm/trunk@180 ec8d2aa5-1599-4edb-8739-2b3a1bc399aa

Makefile
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]

index 599015f0ccb7d92cf53df268bddda1e7cd7690ce..e518abfea27d128cd9cb0ae570aef36f3db1d766 100644 (file)
--- 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 (file)
index 0000000..948f107
--- /dev/null
@@ -0,0 +1,5 @@
+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
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..4cda46e
--- /dev/null
@@ -0,0 +1,20 @@
+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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..ee5dadf
--- /dev/null
@@ -0,0 +1,31 @@
+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'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..be32bd2
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+%:
+       dh $@
+
+clean:
+       dh_clean
+
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..f7b129b
--- /dev/null
@@ -0,0 +1,2 @@
+version=3
+http://www.brehm-online.com/projects/fbrehm-libs/fbrehm-libs-(.*)\.tar\.gz