Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

unfortunately the packages meep-* contain bugs that makes it impossible to develop own software with libmeep. As directory names are wrong, especially users of Live CDs might have problems using these packages now (actually I got the initial bug report from a user of such a CD). I attached four debdiffs for packages meep-lam4[1], meep-openmpi[2], meep-mpich2[3] and meep-mpi-default[4].

As my first email probably slipped your attention, I already uploaded the packages to unstable. As the versions in sid and wheezy are the same (except for this patch), this should be no problem.

Best regards
Thorsten

[1] meep-lam4: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711767
[2] meep-openmpi: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711766
[3] meep-mpich2: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711768
[4] meep-mpi-default: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711765
diff -Nru meep-openmpi-1.1.1/debian/changelog 
meep-openmpi-1.1.1/debian/changelog
--- meep-openmpi-1.1.1/debian/changelog 2011-12-13 10:23:17.000000000 +0100
+++ meep-openmpi-1.1.1/debian/changelog 2013-06-09 19:12:33.000000000 +0200
@@ -1,3 +1,10 @@
+meep-openmpi (1.1.1-9) unstable; urgency=low
+
+  * debian/rules: mv /usr/include/meep-openmpi to /usr/include/meep
+                  (Closes: #711766)
+
+ -- Thorsten Alteholz <deb...@alteholz.de>  Sun, 09 Jun 2013 11:00:00 +0200
+
 meep-openmpi (1.1.1-8) unstable; urgency=low
 
   * debian/control: depend on debhelper >=8
diff -Nru meep-openmpi-1.1.1/debian/rules meep-openmpi-1.1.1/debian/rules
--- meep-openmpi-1.1.1/debian/rules     2011-12-13 19:48:52.000000000 +0100
+++ meep-openmpi-1.1.1/debian/rules     2013-06-09 19:13:06.000000000 +0200
@@ -69,6 +69,7 @@
        $(MAKE) -C debian/build-openmpi/ install 
prefix=$(CURDIR)/debian/build-openmpi/tmpinst/usr
        /usr/bin/chrpath -d 
debian/build-openmpi/tmpinst/usr/lib/libmeep_openmpi.so
        /usr/bin/chrpath -d debian/build-openmpi/tmpinst/usr/bin/meep-openmpi
+       mv debian/build-openmpi/tmpinst/usr/include/meep-openmpi 
debian/build-openmpi/tmpinst/usr/include/meep
        dh_install -pmeep-openmpi -p$(lm) -p$(lmd) \
                 --sourcedir=debian/build-openmpi/tmpinst
 
diff -Nru meep-mpi-default-1.1.1/debian/changelog 
meep-mpi-default-1.1.1/debian/changelog
--- meep-mpi-default-1.1.1/debian/changelog     2012-06-27 21:30:46.000000000 
+0200
+++ meep-mpi-default-1.1.1/debian/changelog     2013-06-09 19:03:13.000000000 
+0200
@@ -1,3 +1,10 @@
+meep-mpi-default (1.1.1-10) unstable; urgency=low
+
+  * debian/rules: mv /usr/include/meep-mpi-default to /usr/include/meep
+                  (Closes: #711765)
+
+ -- Thorsten Alteholz <deb...@alteholz.de>  Sun, 09 Jun 2013 11:00:00 +0200
+
 meep-mpi-default (1.1.1-9) unstable; urgency=low
 
   * debian/control: add more Conflicts: (Closes: #677459, #677462)
diff -Nru meep-mpi-default-1.1.1/debian/rules 
meep-mpi-default-1.1.1/debian/rules
--- meep-mpi-default-1.1.1/debian/rules 2012-06-06 14:52:01.000000000 +0200
+++ meep-mpi-default-1.1.1/debian/rules 2013-06-09 19:04:01.000000000 +0200
@@ -72,6 +72,7 @@
        $(MAKE) -C debian/build-mpi-default/ install 
prefix=$(CURDIR)/debian/build-mpi-default/tmpinst/usr
        /usr/bin/chrpath -d 
debian/build-mpi-default/tmpinst/usr/lib/libmeep_mpi-default.so
        /usr/bin/chrpath -d 
debian/build-mpi-default/tmpinst/usr/bin/meep-mpi-default
+       mv debian/build-mpi-default/tmpinst/usr/include/meep-mpi-default 
debian/build-mpi-default/tmpinst/usr/include/meep
        dh_install -pmeep-mpi-default -p$(lm) -p$(lmd) \
                 --sourcedir=debian/build-mpi-default/tmpinst
 
diff -Nru meep-mpich2-1.1.1/debian/changelog meep-mpich2-1.1.1/debian/changelog
--- meep-mpich2-1.1.1/debian/changelog  2012-06-28 21:51:24.000000000 +0200
+++ meep-mpich2-1.1.1/debian/changelog  2013-06-09 19:05:22.000000000 +0200
@@ -1,3 +1,10 @@
+meep-mpich2 (1.1.1-10) unstable; urgency=low
+
+  * debian/rules: mv /usr/include/meep-mpich2 to /usr/include/meep
+                  (Closes: #711768)
+
+ -- Thorsten Alteholz <deb...@alteholz.de>  Sun, 09 Jun 2013 11:00:00 +0200
+
 meep-mpich2 (1.1.1-9) unstable; urgency=low
 
   * debian/control: add more Conflicts:
diff -Nru meep-mpich2-1.1.1/debian/rules meep-mpich2-1.1.1/debian/rules
--- meep-mpich2-1.1.1/debian/rules      2012-06-06 13:05:36.000000000 +0200
+++ meep-mpich2-1.1.1/debian/rules      2013-06-09 19:06:01.000000000 +0200
@@ -72,6 +72,7 @@
        $(MAKE) -C debian/build-mpich2/ install 
prefix=$(CURDIR)/debian/build-mpich2/tmpinst/usr
        /usr/bin/chrpath -d 
debian/build-mpich2/tmpinst/usr/lib/libmeep_mpich2.so
        /usr/bin/chrpath -d debian/build-mpich2/tmpinst/usr/bin/meep-mpich2
+       mv debian/build-mpich2/tmpinst/usr/include/meep-mpich2 
debian/build-mpich2/tmpinst/usr/include/meep
        dh_install -pmeep-mpich2 -p$(lm) -p$(lmd) \
                 --sourcedir=debian/build-mpich2/tmpinst
 
diff -Nru meep-lam4-1.1.1/debian/changelog meep-lam4-1.1.1/debian/changelog
--- meep-lam4-1.1.1/debian/changelog    2012-06-28 20:49:17.000000000 +0200
+++ meep-lam4-1.1.1/debian/changelog    2013-06-09 18:31:44.000000000 +0200
@@ -1,3 +1,10 @@
+meep-lam4 (1.1.1-10) unstable; urgency=low
+
+  * debian/rules: mv /usr/include/meep-lam4 to /usr/include/meep
+                  (Closes: #711767)
+
+ -- Thorsten Alteholz <deb...@alteholz.de>  Sun, 09 Jun 2013 11:00:00 +0200
+
 meep-lam4 (1.1.1-9) unstable; urgency=low
 
   * debian/control: add more Conflicts: (Closes: #677460)
diff -Nru meep-lam4-1.1.1/debian/rules meep-lam4-1.1.1/debian/rules
--- meep-lam4-1.1.1/debian/rules        2012-06-07 13:20:21.000000000 +0200
+++ meep-lam4-1.1.1/debian/rules        2013-06-09 14:31:42.000000000 +0200
@@ -72,6 +72,7 @@
        $(MAKE) -C debian/build-lam4/ install 
prefix=$(CURDIR)/debian/build-lam4/tmpinst/usr
        /usr/bin/chrpath -d debian/build-lam4/tmpinst/usr/lib/libmeep_lam4.so
        /usr/bin/chrpath -d debian/build-lam4/tmpinst/usr/bin/meep-lam4
+       mv debian/build-lam4/tmpinst/usr/include/meep-lam4 
debian/build-lam4/tmpinst/usr/include/meep
        dh_install -pmeep-lam4 -p$(lm) -p$(lmd) \
                 --sourcedir=debian/build-lam4/tmpinst
 

Reply via email to