[mdds] 29/62: Imported Debian patch 0.8.0-1
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository mdds.
commit 07eef52419ed469213b72c43f31159aaddf2bf9d
Merge: 90d05d6 8d31f67
Author: Rene Engelhard <rene@debian.org>
Date: Thu May 9 22:17:38 2013 +0200
Imported Debian patch 0.8.0-1
AUTHORS | 1 +
Makefile.in | 96 +-
NEWS | 30 +
README | 10 +
configure | 1526 ++++++++++++++++++--
configure.ac | 15 +-
debian/changelog | 8 +-
debian/libmdds-dev.install | 1 +
debian/patches/dont-install-unneeded-docfiles.diff | 10 +-
debian/rules | 2 +-
include/mdds/flat_segment_tree.hpp | 16 +-
include/mdds/flat_segment_tree_def.inl | 16 +-
include/mdds/mixed_type_matrix.hpp | 2 +-
include/mdds/mixed_type_matrix_def.inl | 2 +-
include/mdds/mixed_type_matrix_flag_storage.hpp | 4 +-
include/mdds/multi_type_vector.hpp | 156 +-
include/mdds/multi_type_vector_custom_func1.hpp | 200 +++
include/mdds/multi_type_vector_custom_func2.hpp | 241 ++++
include/mdds/multi_type_vector_def.inl | 612 +++++++-
include/mdds/multi_type_vector_itr.hpp | 17 +
include/mdds/multi_type_vector_trait.hpp | 60 +
include/mdds/multi_type_vector_types.hpp | 28 +-
include/mdds/node.hpp | 37 +-
include/mdds/point_quad_tree.hpp | 2 +-
include/mdds/quad_node.hpp | 8 +-
include/mdds/rectangle_set.hpp | 4 +-
include/mdds/rectangle_set_def.inl | 2 +-
include/mdds/segment_tree.hpp | 14 +-
misc/mdds.pc.in | 7 +
src/flat_segment_tree_test.cpp | 59 +-
src/multi_type_vector_test_custom.cpp | 687 ++++++---
src/multi_type_vector_test_default.cpp | 123 +-
32 files changed, 3459 insertions(+), 537 deletions(-)
diff --cc debian/changelog
index dc04232,0000000..3f0270b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,103 -1,0 +1,109 @@@
++mdds (0.8.0-1) experimental; urgency=low
++
++ * New upstream release
++
++ -- Rene Engelhard <rene@debian.org> Thu, 09 May 2013 22:17:38 +0200
++
+mdds (0.7.1-3) unstable; urgency=low
+
+ * build using libboost1.53-dev to work around compile error
- with sids new gcc-4.7
++ with sids new gcc-4.7
+
+ -- Rene Engelhard <rene@debian.org> Thu, 09 May 2013 22:14:31 +0200
+
+mdds (0.7.1-2) unstable; urgency=low
+
+ * upload to unstable
+
+ -- Rene Engelhard <rene@debian.org> Fri, 19 Apr 2013 00:52:59 +0200
+
+mdds (0.7.1-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Thu, 14 Mar 2013 22:54:54 +0100
+
+mdds (0.7.0-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Wed, 13 Mar 2013 01:53:55 +0100
+
+mdds (0.6.1-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Tue, 18 Sep 2012 18:44:10 +0200
+
+mdds (0.6.0-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Thu, 19 Jul 2012 21:05:12 +0200
+
+mdds (0.5.4-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Sun, 30 Oct 2011 21:50:26 +0000
+
+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 <rene@debian.org> Mon, 26 Sep 2011 23:16:31 +0000
+
+mdds (0.5.3-2) unstable; urgency=low
+
+ * upload to unstable
+
+ -- Rene Engelhard <rene@debian.org> Tue, 30 Aug 2011 21:28:09 +0200
+
+mdds (0.5.3-1) experimental; urgency=low
+
+ * new upstream release
+
+ -- Rene Engelhard <rene@debian.org> Fri, 15 Jul 2011 21:08:45 +0200
+
+mdds (0.5.2-1) experimental; urgency=low
+
+ * new upstream release
+
+ -- Rene Engelhard <rene@debian.org> Tue, 29 Mar 2011 00:13:11 +0200
+
+mdds (0.5.0-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Fri, 07 Jan 2011 23:29:53 +0100
+
+mdds (0.4.0-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Tue, 21 Dec 2010 03:00:49 +0100
+
+mdds (0.3.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Rene Engelhard <rene@debian.org> Tue, 21 Dec 2010 02:02:35 +0100
+
+mdds (0.3.0-3) unstable; urgency=high
+
+ * remove bogus temporary files from debian...
+
+ -- Rene Engelhard <rene@debian.org> Thu, 24 Jun 2010 00:10:29 +0200
+
+mdds (0.3.0-2) unstable; urgency=low
+
+ * add debian/watch
+
+ -- Rene Engelhard <rene@debian.org> Fri, 14 May 2010 14:00:22 +0200
+
+mdds (0.3.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Rene Engelhard <rene@debian.org> Thu, 13 May 2010 00:43:04 +0200
diff --cc debian/libmdds-dev.install
index 555dc00,0000000..c50acac
mode 100644,000000..100644
--- a/debian/libmdds-dev.install
+++ b/debian/libmdds-dev.install
@@@ -1,1 -1,0 +1,2 @@@
+include/mdds usr/include
++misc/mdds.pc /usr/lib/pkgconfig
diff --cc debian/patches/dont-install-unneeded-docfiles.diff
index 9d9dc0b,0000000..9881bb6
mode 100644,000000..100644
--- a/debian/patches/dont-install-unneeded-docfiles.diff
+++ b/debian/patches/dont-install-unneeded-docfiles.diff
@@@ -1,10 -1,0 +1,10 @@@
+--- mdds-0.6.1.orig/Makefile.in
++++ mdds-0.6.1/Makefile.in
- @@ -207,7 +207,6 @@ install: $(HEADERS)
- install -m 644 -t $(DESTDIR)@includedir@/mdds $(INCDIR)/mdds/*.inl
- install -m 644 -t $(DESTDIR)@includedir@/mdds/compat $(INCDIR)/mdds/compat/*.hpp
- 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
++@@ -215,7 +215,6 @@
++ install -m 644 -t $(DESTDIR)@includedir@/mdds/compat @top_srcdir@/$(INCDIR)/mdds/compat/*.hpp
++ install -m 644 -t $(DESTDIR)@includedir@/mdds/hash_container @top_srcdir@/$(INCDIR)/mdds/hash_container/*.hpp
++ install -m 644 -t $(DESTDIR)@datarootdir@/pkgconfig $(MISCDIR)/mdds.pc
++- install -m 644 -t $(DESTDIR)@docdir@ @top_srcdir@/AUTHORS @top_srcdir@/COPYING @top_srcdir@/NEWS @top_srcdir@/README @top_srcdir@/VERSION
+
+ check: $(ALL_TESTS)
+
diff --cc debian/rules
index 957c82d,0000000..c3de33c
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,30 -1,0 +1,30 @@@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_auto_build:
+
+override_dh_auto_test:
+ifneq (nocheck,$(DEB_BUILD_OPTIONS))
+ $(MAKE) check
+endif
+
+override_dh_clean:
+ifneq (nocheck,$(DEB_BUILD_OPTIONS))
+ rm -rf obj
+ rm -f *test
+endif
+ rm -f Makefile config.status config.log
- rm -f VERSION example/Makefile misc/mdds.spec
++ rm -f VERSION example/Makefile misc/mdds.spec misc/mdds.pc
+
+ dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/mdds.git
Reply to: