This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository mdds.
commit af03848fc846a5b553c4d70477e2bbbe02e1bc5c Merge: ea93b20 6de7d50 Author: Rene Engelhard <[email protected]> Date: Tue Dec 21 03:00:49 2010 +0100 Imported Debian patch 0.4.0-1 Makefile.in | 32 +- NEWS | 4 + bin/pack-release.sh.in | 12 + configure | 3366 +++++++++++++++++++- debian/changelog | 6 + debian/patches/DESTDIR.diff | 4 +- debian/patches/debian-changes-0.4.0-1 | 158 + debian/patches/fix_doc_and_examples_install.diff | 3 +- debian/patches/series | 1 + example/{Makefile => Makefile.in} | 7 +- example/mixed_type_matrix.cpp | 103 + include/mdds/mixed_type_matrix.hpp | 230 ++ include/mdds/mixed_type_matrix_def.inl | 302 ++ include/mdds/mixed_type_matrix_element.hpp | 166 + include/mdds/mixed_type_matrix_flag_storage.hpp | 102 + include/mdds/mixed_type_matrix_storage.hpp | 1304 ++++++++ include/mdds/quad_type_matrix.hpp | 1269 -------- misc/mdds.changes | 35 + misc/mdds.spec.in | 62 + ..._matrix_test.cpp => mixed_type_matrix_test.cpp} | 295 +- 20 files changed, 6134 insertions(+), 1327 deletions(-) diff --cc debian/changelog index 51c72eb,0000000..54ec15c mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,23 -1,0 +1,29 @@@ ++mdds (0.4.0-1) experimental; urgency=low ++ ++ * New upstream release ++ ++ -- Rene Engelhard <[email protected]> Tue, 21 Dec 2010 03:00:49 +0100 ++ +mdds (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Tue, 21 Dec 2010 02:02:35 +0100 + +mdds (0.3.0-3) unstable; urgency=high + + * remove bogus temporary files from debian... + + -- Rene Engelhard <[email protected]> Thu, 24 Jun 2010 00:10:29 +0200 + +mdds (0.3.0-2) unstable; urgency=low + + * add debian/watch + + -- Rene Engelhard <[email protected]> Fri, 14 May 2010 14:00:22 +0200 + +mdds (0.3.0-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard <[email protected]> Thu, 13 May 2010 00:43:04 +0200 diff --cc debian/patches/DESTDIR.diff index fa761c0,0000000..0eddf7a mode 100644,000000..100644 --- a/debian/patches/DESTDIR.diff +++ b/debian/patches/DESTDIR.diff @@@ -1,25 -1,0 +1,27 @@@ +--- mdds-0.3.1.orig/Makefile.in ++++ mdds-0.3.1/Makefile.in - @@ -125,14 +125,14 @@ test.stl: stlperf_test ++@@ -130,15 +130,15 @@ + ./stlperf_test + + install: $(HEADERS) +- install -d @PREFIX@/include/mdds +- install -d @PREFIX@/include/mdds/hash_container +- install -d @PREFIX@/share/mdds-devel/example +- install -d @PREFIX@/share/doc/packages/mdds-devel/ +- install -m 644 -t @PREFIX@/include/mdds $(INCDIR)/mdds/*.hpp ++- install -m 644 -t @PREFIX@/include/mdds $(INCDIR)/mdds/*.inl +- install -m 644 -t @PREFIX@/include/mdds/hash_container $(INCDIR)/mdds/hash_container/*.hpp +- install -m 644 -t @PREFIX@/share/mdds-devel/example/ example/* +- install -m 644 -t @PREFIX@/share/doc/packages/mdds-devel/ AUTHORS NEWS README ++ install -d $(DESTDIR)@PREFIX@/include/mdds ++ install -d $(DESTDIR)@PREFIX@/include/mdds/hash_container ++ install -d $(DESTDIR)@PREFIX@/share/mdds-devel/example ++ install -d $(DESTDIR)@PREFIX@/share/doc/packages/mdds-devel/ ++ install -m 644 -t $(DESTDIR)@PREFIX@/include/mdds $(INCDIR)/mdds/*.hpp +++ install -m 644 -t $(DESTDIR)@PREFIX@/include/mdds $(INCDIR)/mdds/*.inl ++ install -m 644 -t $(DESTDIR)@PREFIX@/include/mdds/hash_container $(INCDIR)/mdds/hash_container/*.hpp ++ install -m 644 -t $(DESTDIR)@PREFIX@/share/mdds-devel/example/ example/* ++ install -m 644 -t $(DESTDIR)@PREFIX@/share/doc/packages/mdds-devel/ AUTHORS NEWS README + + check: $(ALL_TESTS) + diff --cc debian/patches/debian-changes-0.4.0-1 index 0000000,0000000..fb7c1e9 new file mode 100644 --- /dev/null +++ b/debian/patches/debian-changes-0.4.0-1 @@@ -1,0 -1,0 +1,158 @@@ ++Description: Upstream changes introduced in version 0.4.0-1 ++ 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: ++ . ++ mdds (0.4.0-1) experimental; urgency=low ++ . ++ * New upstream release ++ . ++ The person named in the Author field signed this changelog entry. ++Author: Rene Engelhard <[email protected]> ++ ++--- ++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: <vendor|upstream|other>, <url of original patch> ++Bug: <url in upstream bugtracker> ++Bug-Debian: http://bugs.debian.org/<bugnumber> ++Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> ++Forwarded: <no|not-needed|url proving that it has been forwarded> ++Reviewed-By: <name and email of someone who approved the patch> ++Last-Update: <YYYY-MM-DD> ++ ++--- /dev/null +++++ mdds-0.4.0/example/Makefile ++@@ -0,0 +1,50 @@ +++#************************************************************************ +++# +++# Copyright (c) 2010 Kohei Yoshida +++# +++# Permission is hereby granted, free of charge, to any person +++# obtaining a copy of this software and associated documentation +++# files (the "Software"), to deal in the Software without +++# restriction, including without limitation the rights to use, +++# copy, modify, merge, publish, distribute, sublicense, and/or sell +++# copies of the Software, and to permit persons to whom the +++# Software is furnished to do so, subject to the following +++# conditions: +++# +++# The above copyright notice and this permission notice shall be +++# included in all copies or substantial portions of the Software. +++# +++# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +++# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +++# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +++# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +++# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +++# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +++# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +++# OTHER DEALINGS IN THE SOFTWARE. +++# +++#*********************************************************************** +++ +++CPPFLAGS=-DDEBUG_NODE_BASE -DUNIT_TEST -Wall -Os -g -pedantic-errors -std=c++0x -I../include +++ +++EXEC= \ +++ segment_tree \ +++ flat_segment_tree \ +++ rectangle_set \ +++ point_quad_tree \ +++ mixed_type_matrix +++ +++all: $(EXEC) +++ +++segment_tree: segment_tree.cpp +++ +++flat_segment_tree: flat_segment_tree.cpp +++ +++rectangle_set: rectangle_set.cpp +++ +++point_quad_tree: point_quad_tree.cpp +++ +++mixed_type_matrix: mixed_type_matrix.cpp +++ +++clean: +++ rm -f $(EXEC) ++--- /dev/null +++++ mdds-0.4.0/misc/mdds.spec ++@@ -0,0 +1,62 @@ +++Name: mdds +++Version: 0.4.0 +++Release: 1 +++Url: http://code.google.com/p/multidimalgorithm/ +++License: MIT/X11 +++Source: mdds_%{version}.tar.bz2 +++Group: Development/Libraries/C and C++ +++Summary: A collection of multi-dimensional data structure and indexing algorithm +++BuildRoot: %{_tmppath}/%{name}-%{version}-build +++BuildRequires: gcc-c++, libstdc++-devel, boost-devel +++Requires: boost-devel >= 1.39 +++ +++%description +++This library provides a collection of multi-dimensional data structure and indexing +++algorithm. All data structures are available as C++ templates, hence this is a +++header-only library, with no shared library to link against. +++ +++Authors: +++-------- +++ Kohei Yoshida <[email protected]> +++ +++%package devel +++Url: http://code.google.com/p/multidimalgorithm/ +++License: MIT/X11 +++Group: Development/Libraries/C and C++ +++Summary: A collection of multi-dimensional data structure and indexing algorithm +++ +++%description devel +++This library provides a collection of multi-dimensional data structure and indexing +++algorithms. All data structures are available as C++ templates, hence this is a +++header-only library, with no shared library to link against. +++ +++Authors: +++-------- +++ Kohei Yoshida <[email protected]> +++ +++%define _docdir %{_defaultdocdir}/mdds-devel +++ +++%prep +++%setup -q -n %{name}_%{version} +++ +++%build +++./configure --prefix=%buildroot/usr +++ +++%check +++#make check +++ +++%install +++make install +++ +++%clean +++rm -rf %buildroot +++ +++%files devel +++%defattr(-,root,root) +++%dir %{_docdir} +++%dir %{_datadir}/mdds-devel +++%{_includedir}/mdds +++%{_datadir}/mdds-devel/example +++%doc %{_docdir}/* +++ +++%changelog ++--- /dev/null +++++ mdds-0.4.0/bin/pack-release.sh ++@@ -0,0 +1,12 @@ +++#!/bin/bash +++ +++VERSION=0.4.0 +++DIR=mdds_$VERSION +++hg clone https://multidimalgorithm.googlecode.com/hg/ $DIR +++pushd . +++cd $DIR +++autoconf +++rm -rf autom4te.cache .hg .hgtags bin autogen.sh configure.ac +++popd +++find $DIR -name '*.vp?' -type f | xargs rm -f +++tar jcvf $DIR.tar.bz2 $DIR diff --cc debian/patches/fix_doc_and_examples_install.diff index 85d6bac,0000000..a00aeb2 mode 100644,000000..100644 --- a/debian/patches/fix_doc_and_examples_install.diff +++ b/debian/patches/fix_doc_and_examples_install.diff @@@ -1,17 -1,0 +1,18 @@@ +--- mdds-0.3.1.orig/Makefile.in ++++ mdds-0.3.1/Makefile.in - @@ -127,12 +127,10 @@ test.stl: stlperf_test ++@@ -132,13 +132,11 @@ + install: $(HEADERS) + install -d $(DESTDIR)@PREFIX@/include/mdds + install -d $(DESTDIR)@PREFIX@/include/mdds/hash_container +- install -d $(DESTDIR)@PREFIX@/share/mdds-devel/example +- install -d $(DESTDIR)@PREFIX@/share/doc/packages/mdds-devel/ ++ install -d $(DESTDIR)@PREFIX@/share/doc/libmdds-dev/examples + install -m 644 -t $(DESTDIR)@PREFIX@/include/mdds $(INCDIR)/mdds/*.hpp ++ install -m 644 -t $(DESTDIR)@PREFIX@/include/mdds $(INCDIR)/mdds/*.inl + install -m 644 -t $(DESTDIR)@PREFIX@/include/mdds/hash_container $(INCDIR)/mdds/hash_container/*.hpp +- install -m 644 -t $(DESTDIR)@PREFIX@/share/mdds-devel/example/ example/* +- install -m 644 -t $(DESTDIR)@PREFIX@/share/doc/packages/mdds-devel/ AUTHORS NEWS README ++ install -m 644 -t $(DESTDIR)@PREFIX@/share/doc/libmdds-dev/examples/ example/* + + check: $(ALL_TESTS) + diff --cc debian/patches/series index e050567,0000000..5681058 mode 100644,000000..100644 --- a/debian/patches/series +++ b/debian/patches/series @@@ -1,2 -1,0 +1,3 @@@ +DESTDIR.diff +fix_doc_and_examples_install.diff ++debian-changes-0.4.0-1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/mdds.git

