[Python-apps-commits] r3857 - in packages/harvestman/trunk/debian (5 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Mon Sep 28 19:22:09 UTC 2009


    Date: Monday, September 28, 2009 @ 19:22:08
  Author: akumar
Revision: 3857

  + Standards version is now 3.8.3 (no changes needed).
* debian/{rules,README.Debian,harvestman.1}:
  + Remove unneded comments, related to site-packages.
  (Closes: #547823)

Modified:
  packages/harvestman/trunk/debian/README.Debian
  packages/harvestman/trunk/debian/changelog
  packages/harvestman/trunk/debian/control
  packages/harvestman/trunk/debian/harvestman.1
  packages/harvestman/trunk/debian/rules

Modified: packages/harvestman/trunk/debian/README.Debian
===================================================================
--- packages/harvestman/trunk/debian/README.Debian	2009-09-27 23:22:50 UTC (rev 3856)
+++ packages/harvestman/trunk/debian/README.Debian	2009-09-28 19:22:08 UTC (rev 3857)
@@ -5,7 +5,7 @@
 package depends on the HarvestMan package for the current Debian
 Python version (2.4 as of now), and creates a symbolic link for the
 executable in /usr/bin/harvestman. The actual executable lies in
-/usr/lib/python2.4/site-packages/HarvestMan/harvestman.py
+HarvestMan/harvestman.py within the directory of your installation.
 
 The sample configuration file is available in
 /usr/share/doc/harvestman/examples/config.xml
@@ -14,9 +14,9 @@
 provided in the website. There is a major change after that
 documentation was written: the configuration is now in an XML file
 called "config.xml". You can also use the convertconfig.py script,
-present in /usr/lib/python2.x/site-packages/HarvestMan/tools/ to
+present in the HarvestMan/tools/ directory of your installation to
 convert your configuration from text to XML and vice versa. For full
 details, see the Changes.txt file and see the website at
 http://harvestmanontheweb.com
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>, Mon, 30 Jul 2007 13:30:46 +0530
+ -- Kumar Appaiah <Kumar Appaiah <akumar at debian.org>>, Mon, 28 Sep 2009 14:18:24 -0500

Modified: packages/harvestman/trunk/debian/changelog
===================================================================
--- packages/harvestman/trunk/debian/changelog	2009-09-27 23:22:50 UTC (rev 3856)
+++ packages/harvestman/trunk/debian/changelog	2009-09-28 19:22:08 UTC (rev 3857)
@@ -9,10 +9,13 @@
     + Update homepage, e-mail address.
     + Refer to versioned GPL.
   * debian/control:
-    + Standards version is now 3.8.1 (no changes needed).
+    + Standards version is now 3.8.3 (no changes needed).
+  * debian/{rules,README.Debian,harvestman.1}:
+    + Remove unneded comments, related to site-packages.
+    (Closes: #547823)
   * Switch to Python Support.
 
- -- Kumar Appaiah <akumar at debian.org>  Wed, 11 Feb 2009 07:12:52 -0600
+ -- Kumar Appaiah <akumar at debian.org>  Mon, 28 Sep 2009 14:15:50 -0500
 
 harvestman (1.4.6-9) unstable; urgency=medium
 

Modified: packages/harvestman/trunk/debian/control
===================================================================
--- packages/harvestman/trunk/debian/control	2009-09-27 23:22:50 UTC (rev 3856)
+++ packages/harvestman/trunk/debian/control	2009-09-28 19:22:08 UTC (rev 3857)
@@ -5,7 +5,7 @@
 Uploaders: Kumar Appaiah <akumar at debian.org>, Anand Pillai <abpillai at gmail.com>
 Build-Depends-Indep: python-dev (>= 2.3.5-11), python-support (>= 0.6)
 Build-Depends: debhelper (>= 5.0.37.3), dpatch
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/harvestman/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/harvestman/trunk/

Modified: packages/harvestman/trunk/debian/harvestman.1
===================================================================
--- packages/harvestman/trunk/debian/harvestman.1	2009-09-27 23:22:50 UTC (rev 3856)
+++ packages/harvestman/trunk/debian/harvestman.1	2009-09-28 19:22:08 UTC (rev 3857)
@@ -61,7 +61,7 @@
 The is a major change from HarvestMan 1.5 onwards is that the
 configuration is now in an XML file called "config.xml". You can also
 use the convertconfig.py script, present in
-\fI/usr/lib/python2.4/site-packages/HarvestMan/tools/\fP to convert your
+\fIHarvestMan/tools/\fP of your installation to convert your
 configuration from text to XML and vice versa. For full details, see
 the Changes.txt file and see the website at
 \fIhttp://harvestmanontheweb.com\fP

Modified: packages/harvestman/trunk/debian/rules
===================================================================
--- packages/harvestman/trunk/debian/rules	2009-09-27 23:22:50 UTC (rev 3856)
+++ packages/harvestman/trunk/debian/rules	2009-09-28 19:22:08 UTC (rev 3857)
@@ -24,10 +24,7 @@
 	dh_testroot
 	dh_clean -k
 	python setup.py install --root $(CURDIR)/debian/harvestman/
-	#find ./debian/harvestman/usr/ -name '*\.py' | xargs sed -i -e '1 s|^#\!.*python.*|#!/usr/bin/python|'
 	dh_install debian/bin/harvestman   /usr/bin/
-	### echo -e "#!/bin/sh\nexec /usr/bin/python \
-	### /usr/lib/)/site-packages/HarvestMan/harvestman.py \"\$$@\"" > ./debian/harvestman/usr/bin/harvestman
 
 # Build architecture-independent files here.
 # Pass -i to all debhelper commands in this target to reduce clutter.




More information about the Python-apps-commits mailing list