Bug#726157: Patch

2013-11-07 Thread Anton Gladky
Hi chrysn,

thanks for your feedback. There is no urgent necessity in uploading
eigen3-changes right now. I am waiting for feedback from maintainers
of other packages. After that I will start tiny NMUs of those packages.

I do not want to keep this transition too long for 2 reasons:

  a) it is better to drop eigen2 from archive to escape uploading of new
  packages, depending on it.
  b) long transitions can last for a very long time :)

Thanks,

Anton


2013/11/6 chrysn chr...@fsfe.org:
 hello anton,

 thanks for your patch.

 i've applied it to a dedicated eign3 branch in git, based on what is in
 unstable now, for the debian branch in git is for the next bigger
 update, which still depends on copyright issues (nothing serious, almost
 nitpicking, but gotta be sorted out before i can upload that).

 i did not upload the eigen3 branch to unstable, for openscad is part of
 the libglew1.9 and boost1.54 transitions, and i don't want to hold those
 transitions up for the eigen3 migration.

 if there is a reason this should be priorized over the abovementioned
 transitions, please let me know, and i'll try to sort it out with the
 involved parties; otherwise, it'll have to wait until the waters are
 clear again.

 best regards
 chrysn

 --
 To use raw power is to make yourself infinitely vulnerable to greater powers.
   -- Bene Gesserit axiom


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#726157: Patch

2013-11-06 Thread chrysn
hello anton,

thanks for your patch.

i've applied it to a dedicated eign3 branch in git, based on what is in
unstable now, for the debian branch in git is for the next bigger
update, which still depends on copyright issues (nothing serious, almost
nitpicking, but gotta be sorted out before i can upload that).

i did not upload the eigen3 branch to unstable, for openscad is part of
the libglew1.9 and boost1.54 transitions, and i don't want to hold those
transitions up for the eigen3 migration.

if there is a reason this should be priorized over the abovementioned
transitions, please let me know, and i'll try to sort it out with the
involved parties; otherwise, it'll have to wait until the waters are
clear again.

best regards
chrysn

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom


signature.asc
Description: Digital signature


Bug#726157: Patch

2013-10-12 Thread Anton Gladky
There is a patch in attachment, which fixes an issue.

Thanks,

Anton
From c1332f4db8355e961c6cf676bd813f0de0b01fd3 Mon Sep 17 00:00:00 2001
From: Anton Gladky gladky.an...@gmail.com
Date: Sat, 12 Oct 2013 23:36:50 +0200
Subject: [PATCH] Replace libeigen2-dev by libeigen3-dev.

---
 debian/changelog | 8 ++--
 debian/rules | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f0ce276..ddad959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-openscad (2013.06+git20130702+dfsg-1) UNRELEASED; urgency=low
+openscad (2013.06+git20130702+dfsg-1.1) UNRELEASED; urgency=low
 
+  [ Christian M. Amsüss ]
   * New upstream version
 - resize module
 - scale parameter on linear_extrude
@@ -31,7 +32,10 @@ openscad (2013.06+git20130702+dfsg-1) UNRELEASED; urgency=low
   * Depend on openscad-mcad for building to run the test suite
 - Patch out check for MCAD subtree
 
- -- Christian M. Amsüss chr...@fsfe.org  Tue, 06 Aug 2013 23:48:00 +0200
+  [ Anton Gladky ]
+  * Replace libeigen2-dev by libeigen3-dev. (Closes: #726157)
+
+ -- Anton Gladky gl...@debian.org  Sat, 12 Oct 2013 23:28:26 +0200
 
 openscad (2013.01+dfsg-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 531145f..02bae2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_build:
 	cd tests  CFLAGS=$$CFLAGS $$CPPFLAGS CXXFLAGS=$$CXXFLAGS $$CPPFLAGS cmake \
 		-DGLEW_LIBRARY=`pkg-config --variable libdir glew`/libGLEW.so \
 		-DGLEW_INCLUDE_DIR=`pkg-config --variable includedir` \
-		-DEIGEN_INCLUDE_DIR=`pkg-config --cflags-only-I eigen2 | sed 's/^-I//'` \
+		-DEIGEN_INCLUDE_DIR=`pkg-config --cflags-only-I eigen3 | sed 's/^-I//'` \
 		.
 	cd tests  make
 
-- 
1.8.4.rc3



signature.asc
Description: OpenPGP digital signature