[Python-apps-commits] r53 - in /packages/harvestman/trunk: HarvestMan/ debian/changelog debian/control debian/patches/ debian/patches/00list debian/patches/01_setup_fix.dpatch debian/rules setup.py

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Thu Sep 13 19:22:27 UTC 2007


Author: kumanna-guest
Date: Thu Sep 13 19:22:27 2007
New Revision: 53

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=53
Log:
* Clean up diff file. Use 01_setup_fix to prevent unnecessary doc
  installation.
* Add XS-Vcs-Browser and XS-Vcs-Svn
* Make Debian Python Application Packaging Team the maintainer, move
  myself to Uploaders

Added:
    packages/harvestman/trunk/debian/patches/
    packages/harvestman/trunk/debian/patches/00list
    packages/harvestman/trunk/debian/patches/01_setup_fix.dpatch   (with props)
Removed:
    packages/harvestman/trunk/HarvestMan/
    packages/harvestman/trunk/setup.py
Modified:
    packages/harvestman/trunk/debian/changelog
    packages/harvestman/trunk/debian/control
    packages/harvestman/trunk/debian/rules

Modified: packages/harvestman/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/changelog?rev=53&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/changelog (original)
+++ packages/harvestman/trunk/debian/changelog Thu Sep 13 19:22:27 2007
@@ -1,3 +1,13 @@
+harvestman (1.4.6-6) UNRELEASED; urgency=low
+
+  * Clean up diff file. Use 01_setup_fix to prevent unnecessary doc
+    installation.
+  * Add XS-Vcs-Browser and XS-Vcs-Svn
+  * Make Debian Python Application Packaging Team the maintainer, move
+    myself to Uploaders
+
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Fri, 14 Sep 2007 00:59:00 +0530
+
 harvestman (1.4.6-5) unstable; urgency=low
 
   * Added a watch file.

Modified: packages/harvestman/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/control?rev=53&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/control (original)
+++ packages/harvestman/trunk/debian/control Thu Sep 13 19:22:27 2007
@@ -1,12 +1,15 @@
 Source: harvestman
 Section: web
 Priority: optional
-Maintainer: Kumar Appaiah <akumar at ee.iitm.ac.in>
-Uploaders: Anand Pillai <abpillai at gmail.com>
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Kumar Appaiah <akumar at ee.iitm.ac.in>, Anand Pillai <abpillai at gmail.com>
 Build-Depends-Indep: python-dev (>= 2.3.5-11), python-central (>= 0.5)
-Build-Depends: debhelper (>= 5.0.37.3)
+Build-Depends: debhelper (>= 5.0.37.3), dpatch
 Standards-Version: 3.7.2
 XS-Python-Version: current
+XS-Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/harvestman
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/harvestman
+
 
 Package: harvestman
 Architecture: all

Added: packages/harvestman/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/patches/00list?rev=53&op=file
==============================================================================
--- packages/harvestman/trunk/debian/patches/00list (added)
+++ packages/harvestman/trunk/debian/patches/00list Thu Sep 13 19:22:27 2007
@@ -1,0 +1,1 @@
+01_setup_fix

Added: packages/harvestman/trunk/debian/patches/01_setup_fix.dpatch
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/patches/01_setup_fix.dpatch?rev=53&op=file
==============================================================================
--- packages/harvestman/trunk/debian/patches/01_setup_fix.dpatch (added)
+++ packages/harvestman/trunk/debian/patches/01_setup_fix.dpatch Thu Sep 13 19:22:27 2007
@@ -1,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_setup_fix.dpatch by  <akumar at ee.iitm.ac.in>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad harvestman-1.4.6~/setup.py harvestman-1.4.6/setup.py
+--- harvestman-1.4.6~/setup.py	2007-09-14 00:53:08.000000000 +0530
++++ harvestman-1.4.6/setup.py	2007-09-14 00:53:27.000000000 +0530
+@@ -21,11 +21,11 @@
+     
+     # Create list for doc directory first.
+     # harvestman doc dir
+-    if os.path.isdir("doc"):
+-        hdir = os.path.join(sitedir, "HarvestMan", "doc")
+-        for f in os.listdir("doc"):
+-            data_list.append("".join(("doc/",f)))
+-        data_files.append((hdir, data_list))
++#     if os.path.isdir("doc"):
++#         hdir = os.path.join(sitedir, "HarvestMan", "doc")
++#         for f in os.listdir("doc"):
++#             data_list.append("".join(("doc/",f)))
++#         data_files.append((hdir, data_list))
+ 
+     if os.path.isdir("tidy"):
+         # Create list for tidy files next

Propchange: packages/harvestman/trunk/debian/patches/01_setup_fix.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/harvestman/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/rules?rev=53&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/rules (original)
+++ packages/harvestman/trunk/debian/rules Thu Sep 13 19:22:27 2007
@@ -2,6 +2,9 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+# For Debian-specific patches:
+include /usr/share/dpatch/dpatch.make
 
 # The versions of python currently supported
 PYTHON=$(shell pyversions -r)
@@ -11,13 +14,13 @@
 
 build: build-stamp
 
-build-stamp:
+build-stamp: patch-stamp
 	dh_testdir
 	touch $@
 	$(PYTHON) setup.py build
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f *-stamp




More information about the Python-apps-commits mailing list