[Python-apps-commits] r3668 - in packages/debomatic/trunk/debian (7 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed Sep 2 20:34:46 UTC 2009


    Date: Wednesday, September 2, 2009 @ 20:34:46
  Author: dktrkranz
Revision: 3668

New upstream release 0.7, and related changes

Modified:
  packages/debomatic/trunk/debian/changelog
  packages/debomatic/trunk/debian/control
  packages/debomatic/trunk/debian/copyright
  packages/debomatic/trunk/debian/docs
  packages/debomatic/trunk/debian/rules
Deleted:
  packages/debomatic/trunk/debian/examples
  packages/debomatic/trunk/debian/manpages

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/changelog	2009-09-02 20:34:46 UTC (rev 3668)
@@ -1,10 +1,21 @@
-debomatic (0.6-4) unstable; urgency=low
+debomatic (0.7-1) unstable; urgency=low
 
-  * Update my e-mail address.
-  * Remove DM-Upload-Allowed field.
-  * Bump Standards-Version to 3.8.3, no changes required.
+  * 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.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Wed, 02 Sep 2009 21:48:13 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 02 Sep 2009 22:31:05 +0200
 
 debomatic (0.6-3) unstable; urgency=low
 

Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/control	2009-09-02 20:34:46 UTC (rev 3668)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.5.3), docbook2x, docbook-xml
+Build-Depends: debhelper (>= 7.2.18)
+Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.90.0)
 XS-Python-Version: all
 Standards-Version: 3.8.3
 Homepage: https://launchpad.net/debomatic
@@ -14,7 +14,7 @@
 Package: debomatic
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, pbuilder
-Recommends: gnupg, lintian, python-pyinotify
+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

Modified: packages/debomatic/trunk/debian/copyright
===================================================================
--- packages/debomatic/trunk/debian/copyright	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/copyright	2009-09-02 20:34:46 UTC (rev 3668)
@@ -5,13 +5,15 @@
 
 Upstream Author: 
 
-    Luca Falavigna <dktrkranz at ubuntu.com>
+    Luca Falavigna <dktrkranz at debian.org>
     David Futcher <bobbo at ubuntu.com>
+    Alessio Treglia <quadrispro at ubuntu.com>
 
 Copyright: 
 
     Copyright © 2007-2009 Luca Falavigna
     Copyright © 2008-2009 David Futcher
+    Copyright © 2009 Alessio Treglia
 
 License:
 

Modified: packages/debomatic/trunk/debian/docs
===================================================================
--- packages/debomatic/trunk/debian/docs	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/docs	2009-09-02 20:34:46 UTC (rev 3668)
@@ -1,4 +1,2 @@
 AUTHORS
 README
-docs/guide.*
-

Deleted: packages/debomatic/trunk/debian/examples
===================================================================
--- packages/debomatic/trunk/debian/examples	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/examples	2009-09-02 20:34:46 UTC (rev 3668)
@@ -1 +0,0 @@
-examples/*

Deleted: packages/debomatic/trunk/debian/manpages
===================================================================
--- packages/debomatic/trunk/debian/manpages	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/manpages	2009-09-02 20:34:46 UTC (rev 3668)
@@ -1,2 +0,0 @@
-debomatic.1
-debomatic.conf.5

Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2009-09-02 20:34:06 UTC (rev 3667)
+++ packages/debomatic/trunk/debian/rules	2009-09-02 20:34:46 UTC (rev 3668)
@@ -1,13 +1,16 @@
 #!/usr/bin/make -f
 
-include /usr/share/python/python.mk
-
 %:
 	dh $@
 
+clean:
+	dh_clean debian/init debian/default
+	dh $@
+
 override_dh_auto_install:
-	python setup.py install \
-		--root=$(CURDIR)/debian/debomatic \
-		--install-scripts=/usr/share/debomatic \
-		--install-lib=/usr/share/debomatic \
-		$(py_setup_install_args)
+	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




More information about the Python-apps-commits mailing list