[Python-apps-commits] r831 - in packages/harvestman/trunk/debian (4 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Mar 22 11:10:09 UTC 2008


    Date: Saturday, March 22, 2008 @ 11:10:08
  Author: morph-guest
Revision: 831

closing 472050 + some minor fixes

Modified:
  packages/harvestman/trunk/debian/changelog
  packages/harvestman/trunk/debian/control
  packages/harvestman/trunk/debian/copyright
  packages/harvestman/trunk/debian/rules

Modified: packages/harvestman/trunk/debian/changelog
===================================================================
--- packages/harvestman/trunk/debian/changelog	2008-03-21 20:48:25 UTC (rev 830)
+++ packages/harvestman/trunk/debian/changelog	2008-03-22 11:10:08 UTC (rev 831)
@@ -1,11 +1,23 @@
 harvestman (1.4.6-7) UNRELEASED; urgency=low
 
+  [ Kumar Appaiah ]
   * debian/control:
     + Add Homepage field.
     + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
   * Fix man page spelling errors.
   * Update Standards-Version to 3.7.3.
   
+  [ Sandro Tosi ]
+  * debian/control
+    - bump versioned build-dep on python-central to >= 0.6
+  * debian/rules
+    - support new directories structure of python-central (Closes: #472050)
+  * debian/copyright
+    - added upstream author notice
+    - added copyright notice
+    - indented license with 4 spaces
+    - added copyright notices for files different from main one
+
  -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 08 Oct 2007 20:39:21 +0200
 
 harvestman (1.4.6-6) unstable; urgency=low

Modified: packages/harvestman/trunk/debian/control
===================================================================
--- packages/harvestman/trunk/debian/control	2008-03-21 20:48:25 UTC (rev 830)
+++ packages/harvestman/trunk/debian/control	2008-03-22 11:10:08 UTC (rev 831)
@@ -3,7 +3,7 @@
 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)
+Build-Depends-Indep: python-dev (>= 2.3.5-11), python-central (>= 0.6)
 Build-Depends: debhelper (>= 5.0.37.3), dpatch
 Standards-Version: 3.7.3
 XS-Python-Version: current

Modified: packages/harvestman/trunk/debian/copyright
===================================================================
--- packages/harvestman/trunk/debian/copyright	2008-03-21 20:48:25 UTC (rev 830)
+++ packages/harvestman/trunk/debian/copyright	2008-03-22 11:10:08 UTC (rev 831)
@@ -6,20 +6,38 @@
 
   http://harvestman.freezope.org
 
-HarvestMan is written by Anand B. Pillai <abpillai at gmail.com>.
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; version 2 dated June, 1991.
+Upstream Author:
 
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+    Anand B Pillai <abpillai at gmail.com>
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+Copyright:
 
+    Copyright (C) 2004-2005 Anand B Pillai
+
+License
+
+    HarvestMan is written by Anand B. Pillai <abpillai at gmail.com>.
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; version 2 dated June, 1991.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'
 and `/usr/share/common-licenses/LGPL'.
+
+These files have different copyright notices:
+
+File: HarvestMan/robotparser.py
+Copyright: Copyright (C) 2000  Bastian Kleineidam
+
+File: HarvestMan/strptime.py
+Copyright: Copyright (C) 2001 Andrew Markebo, flognat at fukt.hk-r.se  

Modified: packages/harvestman/trunk/debian/rules
===================================================================
--- packages/harvestman/trunk/debian/rules	2008-03-21 20:48:25 UTC (rev 830)
+++ packages/harvestman/trunk/debian/rules	2008-03-22 11:10:08 UTC (rev 831)
@@ -51,8 +51,8 @@
 	dh_pycentral -i
 	dh_compress -i -X.py
 	dh_fixperms -i
-	chmod 755 ./debian/harvestman/usr/share/pycentral/harvestman/site-packages/HarvestMan/harvestman.py
-	find ./debian/harvestman/usr/share/pycentral/harvestman/site-packages/HarvestMan/tools/|xargs chmod 755
+	chmod 755 ./debian/harvestman/`pycentral pycentraldir harvestman`/HarvestMan/harvestman.py
+	find ./debian/harvestman/`pycentral pycentraldir harvestman`/HarvestMan/tools/|xargs chmod 755
 	find -name '__init__.py' | xargs chmod 644
 	chmod 644 ./debian/harvestman/usr/share/doc/harvestman/examples/config.xml
 	dh_installdeb -i




More information about the Python-apps-commits mailing list