diff -Nru pgrouting-1.05/debian/changelog pgrouting-1.05/debian/changelog --- pgrouting-1.05/debian/changelog 2011-04-23 05:11:23.000000000 +0000 +++ pgrouting-1.05/debian/changelog 2011-06-16 17:07:01.000000000 +0000 @@ -1,8 +1,15 @@ +pgrouting (1.05-1~natty2) natty; urgency=low + + * Increased package version by 1 + + -- Daniel Kastl Fri, 17 Jun 2011 02:04:12 +0900 + pgrouting (1.05-1~natty1) natty; urgency=low - * natty release + * Custom build for Natty release + * fixed dependency error in DD: undefined symbol: __gmpq_equal - -- Daniel Kastl Sat, 23 Apr 2011 14:08:32 +0900 + -- Daniel Kastl Fri, 17 Jun 2011 01:19:26 +0900 pgrouting (1.05-1~maverick2) maverick; urgency=low diff -Nru pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty1 pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty1 --- pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty1 2011-04-23 05:34:21.000000000 +0000 +++ pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty1 1970-01-01 00:00:00.000000000 +0000 @@ -1,58 +0,0 @@ -Description: Upstream changes introduced in version 1.05-1~natty1 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - pgrouting (1.05-1~natty1) natty; urgency=low - . - * natty release - . - The person named in the Author field signed this changelog entry. -Author: Daniel Kastl - ---- -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: - ---- pgrouting-1.05.orig/core/src/shooting_star_relax.hpp -+++ pgrouting-1.05/core/src/shooting_star_relax.hpp -@@ -15,7 +15,7 @@ - #include - #include // for numeric limits - #include --#include -+#include - - #include - ---- pgrouting-1.05.orig/core/src/edge_visitors.hpp -+++ pgrouting-1.05/core/src/edge_visitors.hpp -@@ -3,7 +3,7 @@ - - #include - #include --#include -+#include - #include - #include - #include ---- pgrouting-1.05.orig/core/src/shooting_star_boost_wrapper.cpp -+++ pgrouting-1.05/core/src/shooting_star_boost_wrapper.cpp -@@ -23,7 +23,7 @@ - - #include - #include --#include -+#include - #include - - #include "shooting_star.h" diff -Nru pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty2 pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty2 --- pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty2 1970-01-01 00:00:00.000000000 +0000 +++ pgrouting-1.05/debian/patches/debian-changes-1.05-1~natty2 2011-06-16 17:07:14.000000000 +0000 @@ -0,0 +1,81 @@ +Description: Upstream changes introduced in version 1.05-1~natty2 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + pgrouting (1.05-1~natty2) natty; urgency=low + . + * Increased package version by 1 + . + The person named in the Author field signed this changelog entry. +Author: Daniel Kastl + +--- +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: + +--- pgrouting-1.05.orig/CMakeLists.txt ++++ pgrouting-1.05/CMakeLists.txt +@@ -85,8 +85,8 @@ IF(WIN32) + LINK_LIBRARIES(postgres) + ENDIF(WIN32) + +-SET(CMAKE_C_FLAGS "-O2 -g -frounding-math") +-SET(CMAKE_CXX_FLAGS "-O2 -g -frounding-math") ++SET(CMAKE_C_FLAGS "-O2 -g -lgmp -frounding-math") ++SET(CMAKE_CXX_FLAGS "-O2 -g -lgmp -frounding-math") + + # Recurse into the subdirectories. This does not actually + # cause another cmake executable to run. The same process will walk through +--- pgrouting-1.05.orig/core/src/shooting_star_relax.hpp ++++ pgrouting-1.05/core/src/shooting_star_relax.hpp +@@ -15,7 +15,7 @@ + #include + #include // for numeric limits + #include +-#include ++#include + + #include + +--- pgrouting-1.05.orig/core/src/shooting_star_boost_wrapper.cpp ++++ pgrouting-1.05/core/src/shooting_star_boost_wrapper.cpp +@@ -23,7 +23,7 @@ + + #include + #include +-#include ++#include + #include + + #include "shooting_star.h" +--- pgrouting-1.05.orig/core/src/edge_visitors.hpp ++++ pgrouting-1.05/core/src/edge_visitors.hpp +@@ -3,7 +3,7 @@ + + #include + #include +-#include ++#include + #include + #include + #include +--- pgrouting-1.05.orig/extra/driving_distance/src/alpha_drivedist.cpp ++++ pgrouting-1.05/extra/driving_distance/src/alpha_drivedist.cpp +@@ -48,7 +48,6 @@ corresponding to the Alpha shape. + #include + #include + #include +-#include + #include + + typedef double coord_type; diff -Nru pgrouting-1.05/debian/patches/series pgrouting-1.05/debian/patches/series --- pgrouting-1.05/debian/patches/series 2011-04-23 05:34:21.000000000 +0000 +++ pgrouting-1.05/debian/patches/series 2011-06-16 17:07:14.000000000 +0000 @@ -1 +1 @@ -debian-changes-1.05-1~natty1 +debian-changes-1.05-1~natty2