Hi,

Attached is the diff for my ctypes 1.0.2-2.1 NMU.

Note that this NMU may be a sponsored one, so in case of answers,
please also Cc: the sponsoree (mail in the changelog) too.
diff -u ctypes-1.0.2/debian/rules ctypes-1.0.2/debian/rules
--- ctypes-1.0.2/debian/rules
+++ ctypes-1.0.2/debian/rules
@@ -25,7 +25,7 @@
        dh_testroot
        rm -f build-stamp build-python*
        rm -rf build dist
-       rm -f ctypes/*.pyc 
+       rm -f ctypes/*.pyc ctypes/test/*.pyc ctypes/macholib/*.pyc
        dh_clean
 
 install: build
diff -u ctypes-1.0.2/debian/changelog ctypes-1.0.2/debian/changelog
--- ctypes-1.0.2/debian/changelog
+++ ctypes-1.0.2/debian/changelog
@@ -1,3 +1,11 @@
+ctypes (1.0.2-2.1) unstable; urgency=low
+
+  * NMU
+  * debian/rules:
+    + FTBFS if build twice in a row (Closes: #442535)
+
+ -- Kartik Mistry <[EMAIL PROTECTED]>  Wed, 26 Mar 2008 14:29:33 +0530
+
 ctypes (1.0.2-2) unstable; urgency=low
 
   * Added XS-Vcs-* fields

Reply via email to