[Python-apps-commits] r10938 - in packages/spambayes/trunk/debian (3 files)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Fri Jun 13 10:19:50 UTC 2014


    Date: Friday, June 13, 2014 @ 10:19:49
  Author: hugo6390-guest
Revision: 10938

Fixed d/spambayes.postinst, added CHANGELOG.txt on d/spambays.docs.

Modified:
  packages/spambayes/trunk/debian/changelog
  packages/spambayes/trunk/debian/spambayes.docs
  packages/spambayes/trunk/debian/spambayes.postinst

Modified: packages/spambayes/trunk/debian/changelog
===================================================================
--- packages/spambayes/trunk/debian/changelog	2014-06-13 10:03:28 UTC (rev 10937)
+++ packages/spambayes/trunk/debian/changelog	2014-06-13 10:19:49 UTC (rev 10938)
@@ -8,7 +8,19 @@
   * debian/copyright:
     - Added a line to signal the adoption.
   * debian/control:
+    - Deleted Alexandre from the Uploaders field at his request.
+    - Added myself in the Uploaders field.
     - Use the last version of Debian Policy, 3.9.5 instead of 3.9.2.
+  * debian/spambayes.prerm:
+    - Fixed a lintian pedantic warning by deleting -e from shebang and
+      adding set -e.
+  * debian/spambayes.postinst:
+    - Fixed a lintian pedantic warning by deleting -e from shebang and
+      adding set -e.
+  * debian/spambayes.docs:
+    - Listed the CHANGELOG.txt file.
+  * debian/rules: 
+    - Added build-arch and build-indep directives.
 
  -- Hugo Lefeuvre <hugo6390 at orange.fr>  Fri, 13 Jun 2014 11:07:33 +0200
 

Modified: packages/spambayes/trunk/debian/spambayes.docs
===================================================================
--- packages/spambayes/trunk/debian/spambayes.docs	2014-06-13 10:03:28 UTC (rev 10937)
+++ packages/spambayes/trunk/debian/spambayes.docs	2014-06-13 10:19:49 UTC (rev 10938)
@@ -1,3 +1,4 @@
+CHANGELOG.txt
 NEWTRICKS.txt
 POP3PROXY.txt
 README-DEVEL.txt

Modified: packages/spambayes/trunk/debian/spambayes.postinst
===================================================================
--- packages/spambayes/trunk/debian/spambayes.postinst	2014-06-13 10:03:28 UTC (rev 10937)
+++ packages/spambayes/trunk/debian/spambayes.postinst	2014-06-13 10:19:49 UTC (rev 10938)
@@ -1,5 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh 
 
+set -e
+
 # transitional bw compatibility links (1.0.4-6)
 SCRIPTS="sb_xmlrpcserver sb_server sb_bnfilter sb_mailsort \
         sb_unheader sb_client sb_filter sb_mboxtrain sb_bnserver \




More information about the Python-apps-commits mailing list