diff -pruN 0~preview1-3/debian/changelog 0~preview1-3ubuntu1/debian/changelog
--- 0~preview1-3/debian/changelog	2011-09-07 23:51:26.000000000 +0000
+++ 0~preview1-3ubuntu1/debian/changelog	2011-09-07 23:51:26.000000000 +0000
@@ -1,3 +1,16 @@
+dammit (0~preview1-3ubuntu1) oneiric; urgency=medium
+
+  * Code changes (API Issues with Boost 1.4.6) (LP: #831128)
+    - Minor changes to makefile, updated to include -DBOOST_FILESYSTEM_VERSION>=2
+
+ -- Thorsteinn Malmjursson <lightningstrike35@live.nl>  Wed, 07 Sept 2011 20:05:15 +0100
+
+dammit (0~preview1-3build1) natty; urgency=low
+
+  * No change rebuild for boost 1.40 -> 1.42 transition
+
+ -- Scott Kitterman <scott@kitterman.com>  Tue, 19 Oct 2010 16:26:12 -0400
+
 dammit (0~preview1-3) unstable; urgency=low
 
   * Explicitly link against libboost_system with --as-needed, as the
diff -pruN 0~preview1-3/debian/control 0~preview1-3ubuntu1/debian/control
--- 0~preview1-3/debian/control	2011-09-07 23:51:26.000000000 +0000
+++ 0~preview1-3ubuntu1/debian/control	2011-09-07 23:51:26.000000000 +0000
@@ -1,7 +1,8 @@
 Source: dammit
 Section: devel
 Priority: extra
-Maintainer: Simon Richter <sjr@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Simon Richter <sjr@debian.org>
 Build-Depends: debhelper (>= 5), libboost-filesystem-dev, libparser++-dev
 Standards-Version: 3.7.3
 
diff -pruN 0~preview1-3/Makefile 0~preview1-3ubuntu1/Makefile
--- 0~preview1-3/Makefile	2011-09-07 23:51:26.000000000 +0000
+++ 0~preview1-3ubuntu1/Makefile	2011-09-07 23:51:26.000000000 +0000
@@ -7,10 +7,10 @@ dammit.exe: $(OBJECTS)
 	$(CXX) -g -Wall -W -o $@ $^ -lboost_filesystem-mt -Wl,--as-needed -lboost_system -Wl,--no-as-needed
 
 %.o: dammit/%.cpp
-	$(CXX) -g -Wall -W -Iinclude -o $@ -MD -MF .$*.d -c $<
+	$(CXX) -g -Wall -W -Iinclude -o $@ -MD -MF .$*.d -c $< -DBOOST_FILESYSTEM_VERSION=2
 
 %.o: libdammit/%.cpp
-	$(CXX) -g -Wall -W -o $@ -MD -MF .$*.d -c $<
+	$(CXX) -g -Wall -W -o $@ -MD -MF .$*.d -c $< -DBOOST_FILESYSTEM_VERSION=2
 
 .%.d:
 	touch $@
