[Python-apps-commits] r2332 - in packages/debomatic/trunk (10 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sun Feb 8 23:13:29 UTC 2009


    Date: Sunday, February 8, 2009 @ 23:13:28
  Author: dktrkranz-guest
Revision: 2332

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/debomatic/trunk/debian/
  packages/debomatic/trunk/debian/changelog
  packages/debomatic/trunk/debian/compat
  packages/debomatic/trunk/debian/control
  packages/debomatic/trunk/debian/copyright
  packages/debomatic/trunk/debian/docs
  packages/debomatic/trunk/debian/examples
  packages/debomatic/trunk/debian/manpages
  packages/debomatic/trunk/debian/rules
  packages/debomatic/trunk/debian/watch


Property changes on: packages/debomatic/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	                        (rev 0)
+++ packages/debomatic/trunk/debian/changelog	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,26 @@
+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 at 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 at ubuntu.com>  Thu, 18 Sep 2008 13:48:45 +0200
+
+debomatic (0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #426231)
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Wed, 25 Jun 2008 19:43:54 +0200
+

Added: packages/debomatic/trunk/debian/compat
===================================================================
--- packages/debomatic/trunk/debian/compat	                        (rev 0)
+++ packages/debomatic/trunk/debian/compat	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1 @@
+6

Added: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	                        (rev 0)
+++ packages/debomatic/trunk/debian/control	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,28 @@
+Source: debomatic
+Section: devel
+Priority: extra
+Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
+Build-Depends: debhelper (>= 6)
+Build-Depends-Indep: python-central (>= 0.5.6), python-all-dev, docbook2x, docbook-xml
+XS-Python-Version: all
+Standards-Version: 3.8.0
+Homepage: https://launchpad.net/debomatic
+DM-Upload-Allowed: yes
+
+Package: debomatic
+Architecture: all
+Depends: ${python:Depends}, pbuilder
+Recommends: gnupg, lintian, python-pyinotify
+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.

Added: packages/debomatic/trunk/debian/copyright
===================================================================
--- packages/debomatic/trunk/debian/copyright	                        (rev 0)
+++ packages/debomatic/trunk/debian/copyright	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,36 @@
+This package was debianized by Luca Falavigna <dktrkranz at 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 at ubuntu.com>
+    David Futcher <bobbo at ubuntu.com>
+
+Copyright: 
+
+    Copyright © 2007-2009 Luca Falavigna
+    Copyright © 2008-2009 David Futcher
+
+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-2009, Luca Falavigna <dktrkranz at ubuntu.com> and
+is licensed under the GPL, see above.
+

Added: packages/debomatic/trunk/debian/docs
===================================================================
--- packages/debomatic/trunk/debian/docs	                        (rev 0)
+++ packages/debomatic/trunk/debian/docs	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,4 @@
+AUTHORS
+README
+docs/guide.*
+

Added: packages/debomatic/trunk/debian/examples
===================================================================
--- packages/debomatic/trunk/debian/examples	                        (rev 0)
+++ packages/debomatic/trunk/debian/examples	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1 @@
+examples/*

Added: packages/debomatic/trunk/debian/manpages
===================================================================
--- packages/debomatic/trunk/debian/manpages	                        (rev 0)
+++ packages/debomatic/trunk/debian/manpages	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,2 @@
+debomatic.1
+debomatic.conf.5

Added: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	                        (rev 0)
+++ packages/debomatic/trunk/debian/rules	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE) BUILD_BASE=$(CURDIR)/debian/debomatic/build
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	$(MAKE) clean BUILD_BASE=$(CURDIR)/debian/debomatic/build
+	dh_clean build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	python setup.py install --root=$(CURDIR)/debian/debomatic
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_pycentral
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/debomatic/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/debomatic/trunk/debian/watch
===================================================================
--- packages/debomatic/trunk/debian/watch	                        (rev 0)
+++ packages/debomatic/trunk/debian/watch	2009-02-08 23:13:28 UTC (rev 2332)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/debomatic/+download http://launchpad.net/debomatic/.*/debomatic-([0-9\.]*)\.tar\.gz




More information about the Python-apps-commits mailing list