diff -Nru gnustep-make-2.6.2/debian/changelog gnustep-make-2.6.2/debian/changelog --- gnustep-make-2.6.2/debian/changelog 2012-04-28 09:31:54.000000000 +0000 +++ gnustep-make-2.6.2/debian/changelog 2012-12-10 05:36:45.000000000 +0000 @@ -1,3 +1,9 @@ +gnustep-make (2.6.2-2ppa1) quantal; urgency=low + + * modified for clang compile + + -- Chris Wulff Mon, 10 Dec 2012 00:32:08 -0500 + gnustep-make (2.6.2-2) unstable; urgency=low * debian/source/format: Switch to 3.0 (quilt). diff -Nru gnustep-make-2.6.2/debian/control gnustep-make-2.6.2/debian/control --- gnustep-make-2.6.2/debian/control 2012-04-28 08:53:39.000000000 +0000 +++ gnustep-make-2.6.2/debian/control 2012-12-10 06:21:53.000000000 +0000 @@ -6,7 +6,7 @@ Yavor Doganov Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7), - gobjc++ + clang (>= 3.1) Build-Depends-Indep: texinfo, texlive-base, texlive-base-bin, @@ -29,7 +29,7 @@ Package: gnustep-make Architecture: all Depends: gnustep-common (>= ${source:Version}), - gobjc, + clang (>= 3.1), autotools-dev, ${misc:Depends}, ${gnustep:Depends} diff -Nru gnustep-make-2.6.2/debian/control.in gnustep-make-2.6.2/debian/control.in --- gnustep-make-2.6.2/debian/control.in 2012-04-28 08:53:30.000000000 +0000 +++ gnustep-make-2.6.2/debian/control.in 2012-12-10 06:22:10.000000000 +0000 @@ -6,7 +6,7 @@ Yavor Doganov Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7), - gobjc++ + clang (>= 3.1) Build-Depends-Indep: texinfo, texlive-base, texlive-base-bin, @@ -29,7 +29,7 @@ Package: gnustep-make Architecture: all Depends: gnustep-common (>= ${source:Version}), - gobjc, + clang (>= 3.1), autotools-dev, ${misc:Depends}, ${gnustep:Depends} diff -Nru gnustep-make-2.6.2/debian/rules gnustep-make-2.6.2/debian/rules --- gnustep-make-2.6.2/debian/rules 2012-04-28 09:00:42.000000000 +0000 +++ gnustep-make-2.6.2/debian/rules 2012-12-10 04:20:24.000000000 +0000 @@ -65,8 +65,8 @@ d_doc = $(CURDIR)/debian/$(p_doc) # gcc/gobjc -CC = gcc -CXX = g++ +CC = clang +CXX = clang++ # ----------------------------------------------------------------------------- # GNUstep SETTINGS