[Python-apps-commits] r1966 - in packages/harvestman/branches/experimental/debian (6 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Wed Nov 12 03:56:12 UTC 2008


    Date: Wednesday, November 12, 2008 @ 03:56:10
  Author: akumar
Revision: 1966

* New upstream release.
* Change maintainer e-mail address.
* Standards version is now 3.8.0 (no changes needed).
* debian/patches: Old patches removed.
  + 01_fix_etcdir: install to /etc/config.xml
  + 02_fix_pkg_info: Add the PKG-INFO and SOURCES.txt modifications.
* debian/rules: Minor fixes (to be listed).
* debian/bin/harvestman: Update to work with new module name.
* TODO: test the package, and other fixes!

Modified:
  packages/harvestman/branches/experimental/debian/bin/harvestman
  packages/harvestman/branches/experimental/debian/changelog
  packages/harvestman/branches/experimental/debian/control
  packages/harvestman/branches/experimental/debian/docs
  packages/harvestman/branches/experimental/debian/patches/00list
  packages/harvestman/branches/experimental/debian/rules

Modified: packages/harvestman/branches/experimental/debian/bin/harvestman
===================================================================
--- packages/harvestman/branches/experimental/debian/bin/harvestman	2008-11-11 21:49:32 UTC (rev 1965)
+++ packages/harvestman/branches/experimental/debian/bin/harvestman	2008-11-12 03:56:10 UTC (rev 1966)
@@ -1,6 +1,6 @@
 #! /usr/bin/python
 
-from harvestman.apps.harvestman import HarvestMan
+from harvestman.apps.spider import HarvestMan
 h = HarvestMan()
 h.init_config()
 h.main()

Modified: packages/harvestman/branches/experimental/debian/changelog
===================================================================
--- packages/harvestman/branches/experimental/debian/changelog	2008-11-11 21:49:32 UTC (rev 1965)
+++ packages/harvestman/branches/experimental/debian/changelog	2008-11-12 03:56:10 UTC (rev 1966)
@@ -1,3 +1,17 @@
+harvestman (2.0.4~beta-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Change maintainer e-mail address.
+  * Standards version is now 3.8.0 (no changes needed).
+  * debian/patches: Old patches removed.
+    + 01_fix_etcdir: install to /etc/config.xml
+    + 02_fix_pkg_info: Add the PKG-INFO and SOURCES.txt modifications.
+  * debian/rules: Minor fixes (to be listed).
+  * debian/bin/harvestman: Update to work with new module name.
+  * TODO: test the package, and other fixes!
+  
+ -- Kumar Appaiah <akumar at debian.org>  Tue, 11 Nov 2008 21:07:52 -0600
+
 harvestman (2.0~alpha20022008-2) experimental; urgency=low
 
   * debian/rules:

Modified: packages/harvestman/branches/experimental/debian/control
===================================================================
--- packages/harvestman/branches/experimental/debian/control	2008-11-11 21:49:32 UTC (rev 1965)
+++ packages/harvestman/branches/experimental/debian/control	2008-11-12 03:56:10 UTC (rev 1966)
@@ -2,10 +2,10 @@
 Section: web
 Priority: optional
 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), python-pyparsing
+Uploaders: Kumar Appaiah <akumar at debian.org>, Anand Pillai <abpillai at gmail.com>
+Build-Depends-Indep: python-dev (>= 2.3.5-11), python-central (>= 0.5), python-pyparsing, python-feedparser (>= 4.1)
 Build-Depends: debhelper (>= 5.0.37.3), dpatch
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/harvestman/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/harvestman

Modified: packages/harvestman/branches/experimental/debian/docs
===================================================================
--- packages/harvestman/branches/experimental/debian/docs	2008-11-11 21:49:32 UTC (rev 1965)
+++ packages/harvestman/branches/experimental/debian/docs	2008-11-12 03:56:10 UTC (rev 1966)
@@ -1,8 +1,10 @@
 debian/README.Debian
-doc/HOWTO.plugins
-doc/HOWTO.plugins2
-doc/mirror_sites.txt
+Readme.hget
+Readme.txt
+doc/Datastructures.txt
+doc/events.HOWTO
+doc/harvestman-epydoc.sh
 doc/PLAN.txt
+doc/plugins.HOWTO
 doc/state_machine.txt
 doc/STATUS.txt
-Readme.txt

Modified: packages/harvestman/branches/experimental/debian/patches/00list
===================================================================
--- packages/harvestman/branches/experimental/debian/patches/00list	2008-11-11 21:49:32 UTC (rev 1965)
+++ packages/harvestman/branches/experimental/debian/patches/00list	2008-11-12 03:56:10 UTC (rev 1966)
@@ -1,2 +1,2 @@
-01_setup_fix
-02_fix_import_warning
+01_fix_etcdir.dpatch
+02_fix_pkg_info.dpatch

Modified: packages/harvestman/branches/experimental/debian/rules
===================================================================
--- packages/harvestman/branches/experimental/debian/rules	2008-11-11 21:49:32 UTC (rev 1965)
+++ packages/harvestman/branches/experimental/debian/rules	2008-11-12 03:56:10 UTC (rev 1966)
@@ -15,6 +15,7 @@
 	rm -rf compile build
 	find -name '*.py[co]' -exec rm -f {} \;
 	dh_clean install-stamp
+	
 
 build: patch
 
@@ -24,6 +25,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdirs
+	mkdir -p $(DESTDIR)/etc/harvestman
 	DESTDIR=$(DESTDIR) python setup.py install --root $(DESTDIR)
 	dh_install
 	touch $@
@@ -35,15 +37,14 @@
 	dh_testroot -i
 	dh_installdocs -i
 	dh_installman -i
-	dh_installexamples -i ./harvestman/apps/config.xml
-	chmod 644 $(DESTDIR)/usr/share/doc/harvestman/examples/config.xml
 	dh_installchangelogs -i ./doc/Changes.txt
 	dh_pycentral -i
+	find $(DESTDIR)/usr/share/pyshared/harvestman -type f -print0 |xargs -0 chmod 644
 	dh_compress -i -X.py
 	dh_fixperms -i
 	find -name '__init__.py' | xargs chmod 644
-	chmod 755 ./debian/harvestman`pycentral pycentraldir harvestman`/harvestman/apps/harvestman.py
-	chmod 755 ./debian/harvestman`pycentral pycentraldir harvestman`/harvestman/apps/hget.py
+	#chmod 755 ./debian/harvestman`pycentral pycentraldir harvestman`/harvestman/apps/harvestman.py
+	#chmod 755 ./debian/harvestman`pycentral pycentraldir harvestman`/harvestman/apps/hget.py
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i




More information about the Python-apps-commits mailing list