diff -Nru monodevelop-3.0.3.2+dfsg/debian/changelog monodevelop-3.0.3.2+dfsg/debian/changelog --- monodevelop-3.0.3.2+dfsg/debian/changelog 2012-06-22 20:54:34.000000000 +0000 +++ monodevelop-3.0.3.2+dfsg/debian/changelog 2013-12-28 01:07:08.000000000 +0000 @@ -1,3 +1,11 @@ +monodevelop (3.0.3.2+dfsg-1+rpi1) wheezy-staging; urgency=low + + * Rebuild for new mono 3.2 packages + * Remove warnaserror + * Fix clean target + + -- Peter Michael Green Sat, 28 Dec 2013 00:29:27 +0000 + monodevelop (3.0.3.2+dfsg-1) unstable; urgency=low * [3fd89ae] Imported Upstream version 3.0.3.2+dfsg diff -Nru monodevelop-3.0.3.2+dfsg/debian/patches/remove-warnaserror.patch monodevelop-3.0.3.2+dfsg/debian/patches/remove-warnaserror.patch --- monodevelop-3.0.3.2+dfsg/debian/patches/remove-warnaserror.patch 1970-01-01 00:00:00.000000000 +0000 +++ monodevelop-3.0.3.2+dfsg/debian/patches/remove-warnaserror.patch 2013-12-28 01:06:56.000000000 +0000 @@ -0,0 +1,27 @@ +Description: Remove warnaserror so warnings are not treated as errors +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- monodevelop-3.0.3.2+dfsg.orig/src/core/MonoDevelop.Core/Makefile.am ++++ monodevelop-3.0.3.2+dfsg/src/core/MonoDevelop.Core/Makefile.am +@@ -395,7 +395,7 @@ REFS = \ + all: $(ASSEMBLY) $(ASSEMBLY).mdb + + $(ASSEMBLY): $(build_sources) $(build_resources) +- $(CSC) $(CSC_FLAGS) -warnaserror -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \ ++ $(CSC) $(CSC_FLAGS) -unsafe -debug -out:$@ -target:library $(REFS) $(build_resources:%=/resource:%) $(build_sources) \ + && cp $(srcdir)/$(CONFIG) $(top_builddir)/build/bin + + $(ASSEMBLY).mdb: $(ASSEMBLY) diff -Nru monodevelop-3.0.3.2+dfsg/debian/patches/series monodevelop-3.0.3.2+dfsg/debian/patches/series --- monodevelop-3.0.3.2+dfsg/debian/patches/series 2012-06-22 19:34:27.000000000 +0000 +++ monodevelop-3.0.3.2+dfsg/debian/patches/series 2013-12-28 01:06:23.000000000 +0000 @@ -5,3 +5,4 @@ update_templates_for_gtk-sharp_2.12.patch boo_mimetype.patch no_appmenu +remove-warnaserror.patch diff -Nru monodevelop-3.0.3.2+dfsg/debian/rules monodevelop-3.0.3.2+dfsg/debian/rules --- monodevelop-3.0.3.2+dfsg/debian/rules 2012-06-22 19:34:21.000000000 +0000 +++ monodevelop-3.0.3.2+dfsg/debian/rules 2013-12-28 01:03:40.000000000 +0000 @@ -50,6 +50,36 @@ # remove ChangeLogAddIn files (shipped in monodevelop-versioncontrol) rm -rf debian/monodevelop/usr/lib/monodevelop/AddIns/ChangeLogAddIn/ +override_dh_auto_clean: + dh_auto_clean + rm -rf `find . -name '*.dll.mdb'` `find . -name '*.dll'` `find . -name '*.exe.mdb'` `find . -name '*.exe'` + rm -f external/ngit/Sharpen/obj/Debug/Sharpen.csproj.FilesWrittenAbsolute.txt external/ngit/NSch/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/ngit/NSch/obj/Debug/NSch.csproj.FilesWrittenAbsolute.txt + rm -f external/ngit/NGit/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/ngit/NGit/obj/Debug/NGit.resources.JGitText.properties + rm -f external/ngit/NGit/obj/Debug/NGit.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/rocks/Test/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/rocks/Test/obj/net_4_0_Debug/Mono.Cecil.Rocks.Tests.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/rocks/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/rocks/obj/net_4_0_Debug/Mono.Cecil.Rocks.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/symbols/pdb/Test/obj/net_4_0_Debug/Mono.Cecil.Pdb.Tests.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/symbols/pdb/Test/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/symbols/pdb/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/symbols/pdb/obj/net_4_0_Debug/Mono.Cecil.Pdb.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/symbols/mdb/Test/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/symbols/mdb/Test/obj/net_4_0_Debug/Mono.Cecil.Mdb.Tests.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/symbols/mdb/obj/net_4_0_Debug/Mono.Cecil.Mdb.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/symbols/mdb/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/dbg/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/Test/debian/xbuild/pkgconfig-cache-2.xml + rm -f external/cecil/Test/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/obj/net_4_0_Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/obj/net_4_0_Debug/Mono.Cecil.csproj.FilesWrittenAbsolute.txt + rm -f monodevelop_version + rm -f external/ngit/Sharpen/obj/Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs + rm -f external/cecil/dbg/obj/net_4_0_Debug/dbg.csproj.FilesWrittenAbsolute.txt + rm -f external/cecil/Test/obj/net_4_0_Debug/Mono.Cecil.Tests.csproj.FilesWrittenAbsolute.txt + get-orig-source: uscan \ --package $(DEB_SOURCE_NAME) \