[Python-modules-commits] r9831 - in packages/pylirc/trunk/debian (changelog preinst)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Sep 22 21:44:02 UTC 2009


    Date: Tuesday, September 22, 2009 @ 21:44:00
  Author: dktrkranz
Revision: 9831

Fix some typos

Modified:
  packages/pylirc/trunk/debian/changelog
  packages/pylirc/trunk/debian/preinst

Modified: packages/pylirc/trunk/debian/changelog
===================================================================
--- packages/pylirc/trunk/debian/changelog	2009-09-22 21:37:27 UTC (rev 9830)
+++ packages/pylirc/trunk/debian/changelog	2009-09-22 21:44:00 UTC (rev 9831)
@@ -2,13 +2,13 @@
 
   * debian/control 
     - Added myself to uploaders field.
-    - Updated to use dh7. Closes: #547837
+    - Updated to use dh7 (Closes: #547837).
     - Removed python-dev.
     - Changed from python-central to python-support.
     - Removed XB-Python-Version.
     - Added Homepage field.
     - After consulting Arnaud moved package to DMPT for team maintenance.
-    - Added DMPT to Uploaders field.
+    - Added DPMT to Uploaders field.
   * Removed debian/python-pylirc.install.
   * Increased debian/compat to 7.
   * Simplified debian/rules.

Modified: packages/pylirc/trunk/debian/preinst
===================================================================
--- packages/pylirc/trunk/debian/preinst	2009-09-22 21:37:27 UTC (rev 9830)
+++ packages/pylirc/trunk/debian/preinst	2009-09-22 21:44:00 UTC (rev 9831)
@@ -2,7 +2,7 @@
 
 set -e
 
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" It 0.0.5-2; then
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.0.5-2; then
 	pycentral pkgremove python-pylirc
 fi
 




More information about the Python-modules-commits mailing list