[Python-apps-commits] r2829 - in packages/debomatic/trunk/debian (changelog links rules)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Fri May 1 17:18:53 UTC 2009


    Date: Friday, May 1, 2009 @ 17:18:52
  Author: dktrkranz-guest
Revision: 2829

Install Debomatic module in a private directory

Added:
  packages/debomatic/trunk/debian/links
Modified:
  packages/debomatic/trunk/debian/changelog
  packages/debomatic/trunk/debian/rules

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2009-05-01 17:15:12 UTC (rev 2828)
+++ packages/debomatic/trunk/debian/changelog	2009-05-01 17:18:52 UTC (rev 2829)
@@ -1,10 +1,11 @@
 debomatic (0.6-3) UNRELEASED; urgency=low
 
   * Switch to debhelper 7.
+  * Install Debomatic module in a private directory.
   * Add ${misc:Depends} to debomatic dependencies.
   * Bump Standards-Version to 3.8.1, no changes required.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 01 May 2009 19:15:16 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 01 May 2009 19:16:48 +0200
 
 debomatic (0.6-2) unstable; urgency=low
 

Added: packages/debomatic/trunk/debian/links
===================================================================
--- packages/debomatic/trunk/debian/links	                        (rev 0)
+++ packages/debomatic/trunk/debian/links	2009-05-01 17:18:52 UTC (rev 2829)
@@ -0,0 +1 @@
+usr/share/debomatic/debomatic	usr/bin/debomatic

Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2009-05-01 17:15:12 UTC (rev 2828)
+++ packages/debomatic/trunk/debian/rules	2009-05-01 17:18:52 UTC (rev 2829)
@@ -3,3 +3,8 @@
 %:
 	dh $@
 
+override_dh_auto_install:
+	python setup.py install \
+		--root=$(CURDIR)/debian/debomatic \
+		--install-scripts=/usr/share/debomatic \
+		--install-lib=/usr/share/debomatic




More information about the Python-apps-commits mailing list