[Python-apps-commits] r6820 - in packages/google-sitemapgen/trunk/debian (5 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Fri Mar 25 11:42:11 UTC 2011


    Date: Friday, March 25, 2011 @ 11:42:09
  Author: cjsmo-guest
Revision: 6820

made correction to changelog, rules, control, docs, copyright per tumbleweeds email review

Modified:
  packages/google-sitemapgen/trunk/debian/changelog
  packages/google-sitemapgen/trunk/debian/control
  packages/google-sitemapgen/trunk/debian/copyright
  packages/google-sitemapgen/trunk/debian/docs
  packages/google-sitemapgen/trunk/debian/rules

Modified: packages/google-sitemapgen/trunk/debian/changelog
===================================================================
--- packages/google-sitemapgen/trunk/debian/changelog	2011-03-24 20:15:23 UTC (rev 6819)
+++ packages/google-sitemapgen/trunk/debian/changelog	2011-03-25 11:42:09 UTC (rev 6820)
@@ -1,15 +1,12 @@
 google-sitemapgen (1.5-3) unstable; urgency=low
 
-  [ Charlie Smotherman ]
+  * Team upload
   * debian/rules:
     - switch to using dh7 tiny rules.
-    - install sitemap_gen.py into /usr/share/google-sitemapgen
-    - added dh_link override to symlink /usr/share/google-sitemapgen/sitemap_gen.py
-      to /usr/bin/google-sitemapgen
   * debian/control:
-    - made package depend on python-all (>=2.6.6-3)
-    - removed XS-P-V and XB-P-V in favor of X-P-V.
-    - bumped X-P-V to >=2.6.
+	- removed python from B-D-I.
+    - made package Depend: on python (>=2.6.6-3)
+    - removed XS-P-V, not needed.
     - removed Build-Depends-Indep not needed.
     - bumped debhelper to (>= 7.0.50~).
     - bumped Standard Version to 3.9.1 no changes needed.
@@ -21,7 +18,7 @@
   * Added 02_md5hashlib_fix to fix depreciated md5 module.  Closes: #591488 
   * Updated debian/copyright to DEP5 Machine readable format.
 
- -- Charlie Smotherman <cjsmo at cableone.net>  Wed, 23 Mar 2011 15:16:41 -0500
+ -- Charlie Smotherman <cjsmo at cableone.net>  Fri, 25 Mar 2011 05:17:08 -0500
 
 google-sitemapgen (1.5-2) unstable; urgency=low
 

Modified: packages/google-sitemapgen/trunk/debian/control
===================================================================
--- packages/google-sitemapgen/trunk/debian/control	2011-03-24 20:15:23 UTC (rev 6819)
+++ packages/google-sitemapgen/trunk/debian/control	2011-03-25 11:42:09 UTC (rev 6820)
@@ -3,16 +3,15 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Kumar Appaiah <akumar at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.6.6-3)
+Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.9.1
-X-Python-Version: >=2.6
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/google-sitemapgen/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/google-sitemapgen/trunk/
 Homepage: http://code.google.com/p/sitemap-generators/
 
 Package: google-sitemapgen
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python (>=2.6.6-3)
 Description: sitemap generator for Google Sitemap
  This script analyzes your web server and generates one or more
  sitemap files. These files are XML listings of content you make

Modified: packages/google-sitemapgen/trunk/debian/copyright
===================================================================
--- packages/google-sitemapgen/trunk/debian/copyright	2011-03-24 20:15:23 UTC (rev 6819)
+++ packages/google-sitemapgen/trunk/debian/copyright	2011-03-25 11:42:09 UTC (rev 6820)
@@ -1,27 +1,40 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
 Upstream-Name: google-sitemapgen
 Upstream-Contact: Ed Falk <efalk at users.sourceforge.net>
 Source: http://goog-sitemapgen.sourceforge.net/
-
+ .
 Files: *
 Copyright: 2005 Google Inc
 License: BSD
-
-    Redistribution and use in source and binary forms, with or without
-    modification, are permitted under the terms of the BSD License.
-
-    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-    SUCH DAMAGE.
-
-The Debian packaging is copyright 2007, Kumar Appaiah <akumar at ee.iitm.ac.in>, 
-2011 Charlie Smotherman <cjsmo at cableone.net> and is licensed under the GPL,
-see `/usr/share/common-licenses/GPL'.
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted under the terms of the BSD License.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+Files: debian/*
+Copyright: 2007, Kumar Appaiah <akumar at ee.iitm.ac.in>,
+		   2011, Charlie Smotherman <cjsmo at cableone.net>
+Licence: GPL-3+
+ 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, either version 3 of the License, or (at your option) any later
+ version.
+ .
+ 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, see <http://www.gnu.org/licenses/>. On Debian systems,
+ the GNU General Public License version 3 can be found in
+ /usr/share/common-licenses/GPL-3.

Modified: packages/google-sitemapgen/trunk/debian/docs
===================================================================
--- packages/google-sitemapgen/trunk/debian/docs	2011-03-24 20:15:23 UTC (rev 6819)
+++ packages/google-sitemapgen/trunk/debian/docs	2011-03-25 11:42:09 UTC (rev 6820)
@@ -1,2 +1 @@
 README
-debian/README.Debian

Modified: packages/google-sitemapgen/trunk/debian/rules
===================================================================
--- packages/google-sitemapgen/trunk/debian/rules	2011-03-24 20:15:23 UTC (rev 6819)
+++ packages/google-sitemapgen/trunk/debian/rules	2011-03-25 11:42:09 UTC (rev 6820)
@@ -5,8 +5,10 @@
 %:
 	dh $@
 
-override_dh_install:
-	dh_install sitemap_gen.py /usr/share/google-sitemapgen
+override_dh_auto_build:
 
-override_dh_link:
-	dh_link /usr/share/google-sitemapgen/sitemap_gen.py /usr/bin/google-sitemapgen
+override_dh_auto_clean:
+
+override_dh_auto_install:
+	dh_install sitemap_gen.py /usr/bin
+	cd debian/google-sitemapgen/usr/bin && mv sitemap_gen.py google-sitemapgen




More information about the Python-apps-commits mailing list