[Python-apps-commits] r3240 - in packages/gtg/trunk/debian (changelog control links rules)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Tue Jul 7 13:03:01 UTC 2009


    Date: Tuesday, July 7, 2009 @ 13:02:57
  Author: dktrkranz-guest
Revision: 3240

Install binary and module in a private directory

Added:
  packages/gtg/trunk/debian/links
Modified:
  packages/gtg/trunk/debian/changelog
  packages/gtg/trunk/debian/control
  packages/gtg/trunk/debian/rules

Modified: packages/gtg/trunk/debian/changelog
===================================================================
--- packages/gtg/trunk/debian/changelog	2009-07-07 12:23:43 UTC (rev 3239)
+++ packages/gtg/trunk/debian/changelog	2009-07-07 13:02:57 UTC (rev 3240)
@@ -1,9 +1,10 @@
 gtg (0.1.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Install binary and module in a private directory.
   * Bump Standards-Version to 3.8.2, no changes required.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Tue, 07 Jul 2009 12:22:36 +0000
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Tue, 07 Jul 2009 12:58:03 +0000
 
 gtg (0.1.1-1) unstable; urgency=low
 

Modified: packages/gtg/trunk/debian/control
===================================================================
--- packages/gtg/trunk/debian/control	2009-07-07 12:23:43 UTC (rev 3239)
+++ packages/gtg/trunk/debian/control	2009-07-07 13:02:57 UTC (rev 3240)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: python-support (>= 0.5.3), python (>= 2.5), python-gtk2, python-glade2
 Standards-Version: 3.8.2
 Homepage: http://gtg.fritalk.com/

Added: packages/gtg/trunk/debian/links
===================================================================
--- packages/gtg/trunk/debian/links	                        (rev 0)
+++ packages/gtg/trunk/debian/links	2009-07-07 13:02:57 UTC (rev 3240)
@@ -0,0 +1 @@
+usr/share/gtg/gtg	usr/bin/gtg

Modified: packages/gtg/trunk/debian/rules
===================================================================
--- packages/gtg/trunk/debian/rules	2009-07-07 12:23:43 UTC (rev 3239)
+++ packages/gtg/trunk/debian/rules	2009-07-07 13:02:57 UTC (rev 3240)
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
 
+%:
+	dh $@
+
 clean:
-	dh clean
+	dh $@
 	rm -fr build
 
-%:
-	dh $@
+override_dh_auto_install:
+	dh_auto_install -- --install-scripts=/usr/share/gtg --install-lib=/usr/share/gtg




More information about the Python-apps-commits mailing list