diff -Nru apple-uni-framework-sdlmixer-1.2.11/debian/changelog apple-uni-framework-sdlmixer-1.2.11/debian/changelog --- apple-uni-framework-sdlmixer-1.2.11/debian/changelog 2011-04-07 13:38:08.000000000 +0000 +++ apple-uni-framework-sdlmixer-1.2.11/debian/changelog 2011-04-07 13:49:56.000000000 +0000 @@ -1,3 +1,9 @@ +apple-uni-framework-sdlmixer (1.2.11-0flosoft3) any; urgency=low + + * debian vs makefiles + + -- Florian Doersch Thu, 07 Apr 2011 15:49:51 +0200 + apple-uni-framework-sdlmixer (1.2.11-0flosoft2) any; urgency=low * fixed paths diff -Nru apple-uni-framework-sdlmixer-1.2.11/debian/rules apple-uni-framework-sdlmixer-1.2.11/debian/rules --- apple-uni-framework-sdlmixer-1.2.11/debian/rules 2011-04-07 13:37:47.000000000 +0000 +++ apple-uni-framework-sdlmixer-1.2.11/debian/rules 2011-04-07 13:49:44.000000000 +0000 @@ -1,10 +1,10 @@ #!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + DEB_STRIP_EXCLUDE := SDL_mixer.framework DEB_MAKE_CLEAN_TARGET := clean DEB_MAKE_BUILD_TARGET := all DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/apple-uni-framework-sdlmixer -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/makefile.mk - diff -Nru apple-uni-framework-sdlmixer-1.2.11/Makefile apple-uni-framework-sdlmixer-1.2.11/Makefile --- apple-uni-framework-sdlmixer-1.2.11/Makefile 2011-04-07 13:18:45.000000000 +0000 +++ apple-uni-framework-sdlmixer-1.2.11/Makefile 2011-04-07 13:49:34.000000000 +0000 @@ -3,7 +3,7 @@ PREFIX ?= /usr SDKDIR ?= $(PREFIX)/lib/apple/SDKs -all: install +all: clean: