Hello,

I'm doing an NMU of apoo to fix #348770; diff attached.

Thanks,

Matej
diff -Nru /tmp/0aPFipIHIf/apoo-1.3/debian/changelog 
/tmp/YIBLcCUJHT/apoo-1.3/debian/changelog
--- /tmp/0aPFipIHIf/apoo-1.3/debian/changelog   2005-12-15 12:49:36.000000000 
+0100
+++ /tmp/YIBLcCUJHT/apoo-1.3/debian/changelog   2006-01-26 09:41:49.000000000 
+0100
@@ -1,3 +1,14 @@
+apoo (1.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/python2.4-apoo.postinst: Use python2.4 rather than python2.2.
+    Closes: #348770.
+  * debian/control:
+    - Remove spurious Architecture field from the source section.
+    - Fix typo in the description of python2.4-apoo.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Thu, 26 Jan 2006 09:41:48 +0100
+
 apoo (1.3-4) unstable; urgency=low
 
   * Bug fix: "the input of a zero was ignored by the interface (!!)"
diff -Nru /tmp/0aPFipIHIf/apoo-1.3/debian/control 
/tmp/YIBLcCUJHT/apoo-1.3/debian/control
--- /tmp/0aPFipIHIf/apoo-1.3/debian/control     2005-10-17 12:43:41.000000000 
+0200
+++ /tmp/YIBLcCUJHT/apoo-1.3/debian/control     2006-01-26 09:41:40.000000000 
+0100
@@ -2,7 +2,6 @@
 Section: misc
 Priority: optional
 Maintainer: Rogerio Reis <[EMAIL PROTECTED]>
-Architecture: any
 Build-Depends: debhelper (>> 4.0.0), python, python2.2, python2.3, python2.4
 Standards-Version: 3.6.2
 
@@ -61,4 +60,4 @@
  Another program permits a tutor to create exercises and write rules to
  automaticaly grade the students' solutions. 
  .
- This package is built with python2.3
+ This package is built with python2.4
diff -Nru /tmp/0aPFipIHIf/apoo-1.3/debian/python2.4-apoo.postinst 
/tmp/YIBLcCUJHT/apoo-1.3/debian/python2.4-apoo.postinst
--- /tmp/0aPFipIHIf/apoo-1.3/debian/python2.4-apoo.postinst     2003-08-24 
13:40:12.000000000 +0200
+++ /tmp/YIBLcCUJHT/apoo-1.3/debian/python2.4-apoo.postinst     2006-01-26 
09:41:40.000000000 +0100
@@ -25,8 +25,8 @@
 
 case "$1" in
     configure)
-       /usr/bin/python2.2 /usr/lib/python2.2/compileall.py -q -f /usr/lib/apoo 
 
-       /usr/bin/python2.2 -O /usr/lib/python2.2/compileall.py -q -f 
/usr/lib/apoo  
+       /usr/bin/python2.4 /usr/lib/python2.4/compileall.py -q -f /usr/lib/apoo 
 
+       /usr/bin/python2.4 -O /usr/lib/python2.4/compileall.py -q -f 
/usr/lib/apoo  
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Reply via email to