debomatic (0.8-1) debian-dir only changes

Summary

 debian/changelog |   86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 
 debian/control   |   30 +++++++++++++++++++
 debian/copyright |   38 ++++++++++++++++++++++++
 debian/doc-base  |   10 ++++++
 debian/docs      |    2 +
 debian/links     |    1 
 debian/rules     |   17 ++++++++++
 debian/watch     |    2 +
 9 files changed, 187 insertions(+)

    
download this patch

Patch contents

--- debomatic-0.8.orig/debian/doc-base
+++ debomatic-0.8/debian/doc-base
@@ -0,0 +1,10 @@
+Document: debomatic
+Title: Deb-O-Matic guide
+Author: Luca Falavigna <dktrkranz@debian.org>
+Abstract: This guide describes basic operations
+ and how to setup debomatic.
+Section: Help/Books
+
+Format: HTML
+Index: /usr/share/doc/debomatic/guide.html
+Files: /usr/share/doc/debomatic/guide.html
--- debomatic-0.8.orig/debian/changelog
+++ debomatic-0.8/debian/changelog
@@ -0,0 +1,86 @@
+debomatic (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+    - cowbuilder support (Closes: #531173).
+  * debian/control:
+    - Add python-docutils to Build-Depends-Indep.
+    - Add cowbuilder as alternate dependency for pbuilder.
+    - Bump Standards-Version to 3.8.4, no changes needed.
+  * debian/copyright:
+    - Adjust copyright years.
+
+ -- Luca Falavigna <dktrkranz@debian.org>  Thu, 04 Feb 2010 22:36:28 +0100
+
+debomatic (0.7-1) unstable; urgency=low
+
+  * New upstream version.
+    - Provide init script and default file (Closes: #530029).
+  * debian/control:
+    - Update my e-mail address.
+    - Remove DM-Upload-Allowed field.
+    - Refresh build-dependencies.
+    - Do not build-depend on docbook2x and docbook-xml, man pages are
+      no longer generated by scripts.
+    - Bump python-pyinotify minimum version to 0.8.6-1.
+    - Bump Standards-Version to 3.8.3, no changes required.
+  * debian/copyright:
+    - Update copyright informations.
+  * debian/examples, debian/manpages:
+    - Removed, no longer needed with new upstream version.
+  * debian/doc-base:
+    - Register doc-base informations.
+
+ -- Luca Falavigna <dktrkranz@debian.org>  Wed, 02 Sep 2009 23:28:16 +0200
+
+debomatic (0.6-3) unstable; urgency=low
+
+  * Switch to debhelper 7.
+  * Switch to python-support.
+  * Install Debomatic module in a private directory.
+  * Changes for upcoming Python 2.6:
+    + debian/control:
+      - Add python (>= 2.5.4-1~) to Build-Depends-Indep to enable use of
+        /usr/share/python/python.mk macros.
+      - Remove python-all-dev from Build-Depends-Indep.
+    + debian/rules:
+      - Include /usr/share/python/python.mk.
+      - Pass $(py_setup_install_args) to setup.py to let distutils install
+        modules in the correct directory.
+  * Add ${misc:Depends} to debomatic dependencies.
+  * Bump Standards-Version to 3.8.1, no changes required.
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Fri, 01 May 2009 20:06:04 +0200
+
+debomatic (0.6-2) unstable; urgency=low
+
+  * Add Python Applications Packaging Team to Uploaders.
+  * Add Vcs-* fields in source stanza.
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Mon, 16 Feb 2009 21:46:52 +0100
+
+debomatic (0.6-1) experimental; urgency=low
+
+  * New upstream release.
+  * Adjust copyright holders.
+  * Remove all patches (implemented upstream), as well as quilt support.
+  * Add DM-Upload-Allowed field.
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Sun, 01 Feb 2009 15:38:35 +0100
+
+debomatic (0.5-2) unstable; urgency=low
+
+  * debian/patches/packagequeue_files:
+    - Add files to packagequeue even if they are already available, so
+      they can be removed when packages have been successfully built.
+  * debian/patches/acceptedqueue:
+    - Add acceptedqueue to allow packages waiting for a lock to be built
+      if previously accepted.
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Thu, 18 Sep 2008 13:48:45 +0200
+
+debomatic (0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #426231)
+
+ -- Luca Falavigna <dktrkranz@ubuntu.com>  Wed, 25 Jun 2008 19:43:54 +0200
+
--- debomatic-0.8.orig/debian/rules
+++ debomatic-0.8/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+clean:
+	dh $@
+	rm -fr build locale
+	dh_clean debian/init debian/default
+
+override_dh_auto_install:
+	dh_auto_install -- --install-scripts=/usr/share/debomatic --install-lib=/usr/share/debomatic
+
+override_dh_installinit:
+	ln -s $(CURDIR)/etc/init.d/debomatic debian/init
+	ln -s $(CURDIR)/etc/default/debomatic debian/default
+	dh_installinit -- defaults 20
--- debomatic-0.8.orig/debian/docs
+++ debomatic-0.8/debian/docs
@@ -0,0 +1,2 @@
+AUTHORS
+README
--- debomatic-0.8.orig/debian/links
+++ debomatic-0.8/debian/links
@@ -0,0 +1 @@
+usr/share/debomatic/debomatic	usr/bin/debomatic
--- debomatic-0.8.orig/debian/control
+++ debomatic-0.8/debian/control
@@ -0,0 +1,30 @@
+Source: debomatic
+Section: devel
+Priority: extra
+Maintainer: Luca Falavigna <dktrkranz@debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.2.18)
+Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.90.0), python-docutils
+XS-Python-Version: all
+Standards-Version: 3.8.4
+Homepage: https://launchpad.net/debomatic
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/debomatic/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/debomatic/trunk/
+
+Package: debomatic
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, pbuilder | cowbuilder
+Recommends: gnupg, lintian, python-pyinotify (>= 0.8.6-1)
+XB-Python-Version: ${python:Versions}
+Description: automatic build machine for Debian source packages
+ Deb-o-Matic is an easy to use build machine for Debian source packages
+ based on pbuilder, written in Python.
+ . 
+ It provides a simple tool to automate build of source packages with limited
+ user interaction and a simple configuration. It has some useful features such
+ as automatic update of pbuilder, automatic scan and selection of source
+ packages to build and modules support.
+ .
+ It is meant to help developers to build their packages without worrying too
+ much of compilation, since it will run in background and no user feedback
+ is required during the whole process.
--- debomatic-0.8.orig/debian/copyright
+++ debomatic-0.8/debian/copyright
@@ -0,0 +1,38 @@
+This package was debianized by Luca Falavigna <dktrkranz@ubuntu.com> on
+Wed, 25 Jun 2008 19:43:54 +0200.
+
+It was downloaded from http://launchpad.net/debomatic/+download
+
+Upstream Author: 
+
+    Luca Falavigna <dktrkranz@debian.org>
+    David Futcher <bobbo@ubuntu.com>
+    Alessio Treglia <quadrispro@ubuntu.com>
+
+Copyright: 
+
+    Copyright © 2007-2010 Luca Falavigna
+    Copyright © 2008-2009 David Futcher
+    Copyright © 2009 Alessio Treglia
+
+License:
+
+    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; version 3 of the License.
+ 
+    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, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is © 2008-2010, Luca Falavigna <dktrkranz@debian.org> and
+is licensed under the GPL, see above.
+
--- debomatic-0.8.orig/debian/compat
+++ debomatic-0.8/debian/compat
@@ -0,0 +1 @@
+7
--- debomatic-0.8.orig/debian/watch
+++ debomatic-0.8/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/debomatic/+download http://launchpad.net/debomatic/.*/debomatic-([0-9\.]*)\.tar\.gz