tags 424572 + patch
thanks

Hi,

Attached is the diff for my mffm-fftw 1.6-1.3 NMU.
diff -u mffm-fftw-1.6/debian/changelog mffm-fftw-1.6/debian/changelog
--- mffm-fftw-1.6/debian/changelog
+++ mffm-fftw-1.6/debian/changelog
@@ -1,3 +1,16 @@
+mffm-fftw (1.6-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - added removal of changed images (Closes: #424572)
+    - does not ignore make clean errors anymore
+  * debian/control
+    - bump Standards-Version to 3.7.3
+    - added Section: devel to source stanza
+    - used ${binary:Version} for inter-binaries dependency
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 12:01:31 +0200
+
 mffm-fftw (1.6-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u mffm-fftw-1.6/debian/rules mffm-fftw-1.6/debian/rules
--- mffm-fftw-1.6/debian/rules
+++ mffm-fftw-1.6/debian/rules
@@ -51,7 +51,9 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
+
+	rm -f html/*.png html/*.gif
 
 	dh_clean
 
diff -u mffm-fftw-1.6/debian/control mffm-fftw-1.6/debian/control
--- mffm-fftw-1.6/debian/control
+++ mffm-fftw-1.6/debian/control
@@ -1,13 +1,14 @@
 Source: mffm-fftw
+Section: devel
 Priority: optional
 Maintainer: Matt Flax <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 4.0.0), fftw3, fftw3-dev, doxygen, c++abi2-dev
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 
 Package: mffm-fftw-dev
 Section: devel
 Architecture: any
-Depends: mffm-fftw1c2 (= ${Source-Version}), fftw3, fftw3-dev
+Depends: mffm-fftw1c2 (= ${binary:Version}), fftw3, fftw3-dev
 Description: A C++ wrapper for the fftw.org C library (version 3)
  Developer files for the mffm.fftw library
  mffm.fftw provides a simple C++ application base which handles

Reply via email to