[Python-apps-commits] r624 - in packages/p9m4/trunk/debian (control rules)

pcc-guest at users.alioth.debian.org pcc-guest at users.alioth.debian.org
Sun Feb 10 23:58:17 UTC 2008


    Date: Sunday, February 10, 2008 @ 23:58:16
  Author: pcc-guest
Revision: 624

debian/control: moved python-support to Build-Depends-Indep, corrected debhelper version
debian/rules: assign python module files the correct file mode

Modified:
  packages/p9m4/trunk/debian/control
  packages/p9m4/trunk/debian/rules

Modified: packages/p9m4/trunk/debian/control
===================================================================
--- packages/p9m4/trunk/debian/control	2008-02-10 23:28:56 UTC (rev 623)
+++ packages/p9m4/trunk/debian/control	2008-02-10 23:58:16 UTC (rev 624)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Peter Collingbourne <pcc03 at doc.ic.ac.uk>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python (>= 2.3.5-11), python-support (>= 0.5.3)
+Build-Depends: cdbs, debhelper (>= 5.0.42), python (>= 2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.5.3)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/p9m4/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/p9m4/?op=log

Modified: packages/p9m4/trunk/debian/rules
===================================================================
--- packages/p9m4/trunk/debian/rules	2008-02-10 23:28:56 UTC (rev 623)
+++ packages/p9m4/trunk/debian/rules	2008-02-10 23:58:16 UTC (rev 624)
@@ -10,3 +10,4 @@
 
 binary-post-install/prover9-mace4::
 	mv debian/prover9-mace4/usr/bin/prover9-mace4.py debian/prover9-mace4/usr/bin/prover9-mace4
+	chmod 644 debian/prover9-mace4/usr/share/prover9-mace4/lib/*.py




More information about the Python-apps-commits mailing list