This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository mdds.
commit dd42843c2a0909784c6b6f210ce87fa436f5d271 Author: Rene Engelhard <[email protected]> Date: Mon Sep 26 23:16:31 2011 +0000 Imported Debian patch 0.5.3-3 --- debian/changelog | 7 + debian/patches/debian-changes-0.5.3-2 | 145 --------------------- debian/patches/dont-install-unneeded-docfiles.diff | 36 +++++ debian/patches/series | 2 +- debian/rules | 1 + 5 files changed, 45 insertions(+), 146 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4542ff5..762afad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mdds (0.5.3-3) unstable; urgency=low + + * rm -f VERSION example/Makefile misc/mdds.spec (closes: #643215) + * don't let Makefile install stuff into /usr/share/doc/mdds + + -- Rene Engelhard <[email protected]> Mon, 26 Sep 2011 23:16:31 +0000 + mdds (0.5.3-2) unstable; urgency=low * upload to unstable diff --git a/debian/patches/debian-changes-0.5.3-2 b/debian/patches/debian-changes-0.5.3-2 deleted file mode 100644 index 02d291e..0000000 --- a/debian/patches/debian-changes-0.5.3-2 +++ /dev/null @@ -1,145 +0,0 @@ -Description: Upstream changes introduced in version 0.5.3-2 - 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.5.3-2) unstable; urgency=low - . - * upload to unstable - . - 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.5.3/VERSION -@@ -0,0 +1 @@ -+0.5.3 ---- /dev/null -+++ mdds-0.5.3/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.5.3/misc/mdds.spec -@@ -0,0 +1,60 @@ -+Name: mdds -+Version: 0.5.3 -+Release: 1 -+Url: http://code.google.com/p/multidimalgorithm/ -+License: MIT/X11 -+Source: %{name}_%{version}.tar.bz2 -+Group: Development/Libraries/C and C++ -+Summary: A collection of multi-dimensional data structure and indexing algorithm -+BuildArch: noarch -+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}/%{name}-devel -+ -+%prep -+%setup -q -n %{name}_%{version} -+ -+%build -+%configure --docdir=%{_docdir} -+ -+%check -+#make check -+ -+%install -+make DESTDIR=%buildroot install -+ -+%clean -+rm -rf %buildroot -+ -+%files devel -+%defattr(-,root,root) -+%doc %{_docdir} -+%{_includedir}/%{name} -+ -+%changelog diff --git a/debian/patches/dont-install-unneeded-docfiles.diff b/debian/patches/dont-install-unneeded-docfiles.diff new file mode 100644 index 0000000..b46e451 --- /dev/null +++ b/debian/patches/dont-install-unneeded-docfiles.diff @@ -0,0 +1,36 @@ +Description: <short summary of the patch> + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + mdds (0.5.3-3) unstable; urgency=low + . + * rm -f VERSION example/Makefile misc/mdds.spec (closes: #643215) +Author: Rene Engelhard <[email protected]> +Bug-Debian: http://bugs.debian.org/643215 + +--- +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> + +--- mdds-0.5.3.orig/Makefile.in ++++ mdds-0.5.3/Makefile.in +@@ -160,7 +160,6 @@ install: $(HEADERS) + install -m 644 -t $(DESTDIR)@includedir@/mdds $(INCDIR)/mdds/*.hpp + install -m 644 -t $(DESTDIR)@includedir@/mdds $(INCDIR)/mdds/*.inl + install -m 644 -t $(DESTDIR)@includedir@/mdds/hash_container $(INCDIR)/mdds/hash_container/*.hpp +- install -m 644 -t $(DESTDIR)@docdir@ AUTHORS COPYING NEWS README VERSION + + check: $(ALL_TESTS) + diff --git a/debian/patches/series b/debian/patches/series index c7353b5..1e2e343 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -debian-changes-0.5.3-2 +dont-install-unneeded-docfiles.diff diff --git a/debian/rules b/debian/rules index 16a1e27..957c82d 100755 --- a/debian/rules +++ b/debian/rules @@ -25,5 +25,6 @@ ifneq (nocheck,$(DEB_BUILD_OPTIONS)) rm -f *test endif rm -f Makefile config.status config.log + rm -f VERSION example/Makefile misc/mdds.spec dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/mdds.git

