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

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Mon Feb 11 08:41:47 UTC 2008


    Date: Monday, February 11, 2008 @ 08:41:45
  Author: kumanna-guest
Revision: 625

* debian/control:
  + Make Debian Python Applications team the maintainer.
  + Add Vcs-Svn and Vcs-Browser.
  + Add Homepage field to debian/control.
  + Standards version is now 3.7.3 (no changes needed).
* debian/rules:
  + Remove unnecessary /usr/lib.
* debian/google-sitemapgen.1:
  + Fix application's mini-description.

Modified:
  packages/google-sitemapgen/trunk/debian/changelog
  packages/google-sitemapgen/trunk/debian/google-sitemapgen.1
  packages/google-sitemapgen/trunk/debian/rules

Modified: packages/google-sitemapgen/trunk/debian/changelog
===================================================================
--- packages/google-sitemapgen/trunk/debian/changelog	2008-02-10 23:58:16 UTC (rev 624)
+++ packages/google-sitemapgen/trunk/debian/changelog	2008-02-11 08:41:45 UTC (rev 625)
@@ -1,11 +1,16 @@
 google-sitemapgen (1.4-3) UNRELEASED; urgency=low
 
   * Remove unnecessary MANIFEST file.
-  * Make Debian Python Applications team the maintainer.
-  * Add Vcs-Svn and Vcs-Browser.
-  * Add Homepage field to debian/control.
-  * Update Standards-Version to 3.7.3.
-
+  * debian/control:
+    + Make Debian Python Applications team the maintainer.
+    + Add Vcs-Svn and Vcs-Browser.
+    + Add Homepage field to debian/control.
+    + Standards version is now 3.7.3 (no changes needed).
+  * debian/rules:
+    + Remove unnecessary /usr/lib.
+  * debian/google-sitemapgen.1:
+    + Fix application's mini-description.
+  
  -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 08 Oct 2007 20:39:20 +0200
 
 google-sitemapgen (1.4-2) unstable; urgency=low

Modified: packages/google-sitemapgen/trunk/debian/google-sitemapgen.1
===================================================================
--- packages/google-sitemapgen/trunk/debian/google-sitemapgen.1	2008-02-10 23:58:16 UTC (rev 624)
+++ packages/google-sitemapgen/trunk/debian/google-sitemapgen.1	2008-02-11 08:41:45 UTC (rev 625)
@@ -1,6 +1,6 @@
 .TH "GOOGLE-SITEMAPGEN" "1" 
 .SH "NAME" 
-google-sitemapgen \(em simple script to automatically produce sitemaps for a webserver 
+google-sitemapgen \(em simple script to automate production of sitemaps for a webserver 
 .SH "SYNOPSIS" 
 .PP 
 \fBgoogle-sitemapgen\fR [\fB\-\-testing\fP]  [\fB\-\-help\fP]  [\fB\-\-config=\fP\fIconfig.xml\fP]  
@@ -35,12 +35,13 @@
 Google Sitemap was originally written by Google Code <opensource at google.com>. 
  
 .PP 
-This manual page was written by Kumar Appaiah <akumar at ee.iitm.ac.in> for 
-the \fBDebian\fP system (but may be used by others).  Permission is 
-granted to copy, distribute and/or modify this document under 
-the terms of the GNU General Public License, Version 2 any  
-later version published by the Free Software Foundation. 
+
+This manual page was written by Kumar Appaiah <akumar at ee.iitm.ac.in>
+for the \fBDebian\fP system (but may be used by others). Permission is
+granted to copy, distribute and/or modify this document under the
+terms of the GNU General Public License, Version 2 any later version
+published by the Free Software Foundation.
  
 .PP 
 On Debian systems, the complete text of the GNU General Public 
-License can be found in /usr/share/common-licenses/GPL. 
\ No newline at end of file
+License can be found in /usr/share/common-licenses/GPL. 

Modified: packages/google-sitemapgen/trunk/debian/rules
===================================================================
--- packages/google-sitemapgen/trunk/debian/rules	2008-02-10 23:58:16 UTC (rev 624)
+++ packages/google-sitemapgen/trunk/debian/rules	2008-02-11 08:41:45 UTC (rev 625)
@@ -28,6 +28,7 @@
 	dh_installdirs
 	cp sitemap_gen.py ./debian/google-sitemapgen/usr/bin/google-sitemapgen
 	sed -i -e '1 s|^#\!.*python.*|#!/usr/bin/python|' ./debian/google-sitemapgen/usr/bin/google-sitemapgen
+	rm -rf ./debian/google-sitemapgen/usr/lib
 
 # Build architecture-independent files here.
 # Pass to all debhelper commands in this target to reduce clutter.




More information about the Python-apps-commits mailing list