diff -u qsynth-0.2.5/debian/changelog qsynth-0.2.5/debian/changelog --- qsynth-0.2.5/debian/changelog +++ qsynth-0.2.5/debian/changelog @@ -1,3 +1,11 @@ +qsynth (0.2.5-2.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * debian/rules + - call upstream makefile clean target (Closes: #424295) + + -- Sandro Tosi Tue, 01 Apr 2008 19:48:29 +0200 + qsynth (0.2.5-2) unstable; urgency=low * Install xpm qsynth icon, no .png in /usr/share/pixmaps/ (closes: #400222) diff -u qsynth-0.2.5/debian/rules qsynth-0.2.5/debian/rules --- qsynth-0.2.5/debian/rules +++ qsynth-0.2.5/debian/rules @@ -46,7 +46,7 @@ rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean + -$(MAKE) clean ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif @@ -54,7 +54,6 @@ cp -f /usr/share/misc/config.guess config.guess endif - dh_clean install: build