Hello,

I'm doing an NMU of cfv to fix #357216; diff attached.

Thanks,

Matej
diff -u cfv-1.18/debian/changelog cfv-1.18/debian/changelog
--- cfv-1.18/debian/changelog
+++ cfv-1.18/debian/changelog
@@ -1,3 +1,11 @@
+cfv (1.18-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Invoke `make distclean' to avoid spurious diffs.
+    Closes: #357216.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Mon, 27 Mar 2006 18:44:40 +0200
+
 cfv (1.18-2) unstable; urgency=low
 
   * Fixed grammatical and spelling errors (closes: #298519)
diff -u cfv-1.18/debian/rules cfv-1.18/debian/rules
--- cfv-1.18/debian/rules
+++ cfv-1.18/debian/rules
@@ -19,7 +19,7 @@
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) PYTHON=python2.3 clean
+       -$(MAKE) PYTHON=python2.3 distclean
 
        dh_clean
 

Reply via email to