[Python-apps-commits] r2028 - in packages/pkpgcounter/trunk/debian (4 files)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Thu Dec 4 19:03:49 UTC 2008


    Date: Thursday, December 4, 2008 @ 19:03:48
  Author: akumar
Revision: 2028

  + fix capitalization in short description.
* debian/copyright:
  + Update e-mail addresses, dates.
  + Refer explicitly to GPL v3.

Modified:
  packages/pkpgcounter/trunk/debian/changelog
  packages/pkpgcounter/trunk/debian/control
  packages/pkpgcounter/trunk/debian/copyright
  packages/pkpgcounter/trunk/debian/patches/01_fix_tempfile.diff

Modified: packages/pkpgcounter/trunk/debian/changelog
===================================================================
--- packages/pkpgcounter/trunk/debian/changelog	2008-12-04 17:53:07 UTC (rev 2027)
+++ packages/pkpgcounter/trunk/debian/changelog	2008-12-04 19:03:48 UTC (rev 2028)
@@ -7,12 +7,16 @@
     + Don't depend obsolete gs, gs-esp.
     + Recommend texlive-latex-bin instead of tetex-bin.
     + Change my e-mail address to use debian.org address.
+    + fix capitalization in short description.
   * debian/rules:
     + Adapt for use with quilt.
     + Remove ugly rmdir hack.
   * debian/patches/01_fix_tempfile.diff
     + Ensure temporary files are closed. (Closes: #507770)
-
+  * debian/copyright:
+    + Update e-mail addresses, dates.
+    + Refer explicitly to GPL v3.
+  
  -- Kumar Appaiah <akumar at debian.org>  Thu, 04 Dec 2008 07:53:44 -0600
 
 pkpgcounter (3.50-2) unstable; urgency=low

Modified: packages/pkpgcounter/trunk/debian/control
===================================================================
--- packages/pkpgcounter/trunk/debian/control	2008-12-04 17:53:07 UTC (rev 2027)
+++ packages/pkpgcounter/trunk/debian/control	2008-12-04 19:03:48 UTC (rev 2028)
@@ -18,7 +18,7 @@
  imagemagick, xvfb, xauth, abiword, texlive-latex-bin
 Suggests: ghostpcl | gspcl | ghostpdl | pcl6 
 XB-Python-Version: ${python:Versions}
-Description: Computes number of pages or quantity of ink needed to print documents
+Description: computes number of pages or quantity of ink needed to print documents
  pkpgcounter is a generic Page Description Language parser which can
  either count the number of pages or compute the percent of ink
  coverage needed to print various types of documents. It is written in

Modified: packages/pkpgcounter/trunk/debian/copyright
===================================================================
--- packages/pkpgcounter/trunk/debian/copyright	2008-12-04 17:53:07 UTC (rev 2027)
+++ packages/pkpgcounter/trunk/debian/copyright	2008-12-04 19:03:48 UTC (rev 2028)
@@ -27,9 +27,9 @@
     along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-3'.
+On Debian systems, the complete text of the GNU General Public License
+version 3 can be found in `/usr/share/common-licenses/GPL-3'.
 
-The Debian packaging is (C) 2007, Kumar Appaiah <akumar at ee.iitm.ac.in>
+The Debian packaging is (C) 2007-2008, Kumar Appaiah <akumar at debian.org>
 and and Jerome Alet <alet at librelogiciel.com>, and is licensed under
-the GPL, see above.
+the GPL 3, see above.

Modified: packages/pkpgcounter/trunk/debian/patches/01_fix_tempfile.diff
===================================================================
--- packages/pkpgcounter/trunk/debian/patches/01_fix_tempfile.diff	2008-12-04 17:53:07 UTC (rev 2027)
+++ packages/pkpgcounter/trunk/debian/patches/01_fix_tempfile.diff	2008-12-04 19:03:48 UTC (rev 2028)
@@ -1,3 +1,6 @@
+This patch backports some fixes which remove unneeded temporary
+files upon exit, thus preventing accumulation of temporary files.
+
 Index: pkpgcounter-3.50/pkpgpdls/analyzer.py
 ===================================================================
 --- pkpgcounter-3.50.orig/pkpgpdls/analyzer.py	2008-12-04 07:35:51.000000000 -0600




More information about the Python-apps-commits mailing list