Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear Release team, I'm writing this report for your consideration. makehuman was removed on 2012-06-19 (revision 1.0.0~alpha6-3). Then, I uploaded two new revisions being the last one on 2012-07-11. I've attached the debdiff files that reflect changes from revision -3 in this report. makehuman is 37 days old, now. As for this moment, it only has a report in the BTS (#683920, severity: normal). Would you consider to unblock it? Regards, -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru makehuman-1.0.0~alpha6/debian/changelog makehuman-1.0.0~alpha6/debian/changelog --- makehuman-1.0.0~alpha6/debian/changelog 2012-03-22 06:47:49.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/changelog 2012-07-01 06:09:54.000000000 -0430 @@ -1,3 +1,18 @@ +makehuman (1.0.0~alpha6-4) unstable; urgency=medium + + * Makefile.Linux file was modify to use python2.7 instead of python2.6. With + this change it is assured a consistency between the python's version that + is hardcoded in the makefile, and the one picked by debhelper when + invoking pycompile. (Closes: #678023) + * Description of the package was emphasizing the application to be open + source, and free. This is implicit in packages accepted in the main + section. Thus, the description has been changed to be more neutral as + pointed out in the bug report that is being closed. Thanks to Gunnar Wolf + for suggesting a description. (Closes: #668409) + * Format field in debian/copyright has been updated to point to version 1.0. + + -- Muammar El Khatib <muam...@debian.org> Wed, 27 Jun 2012 01:30:04 +0200 + makehuman (1.0.0~alpha6-3) unstable; urgency=low * debian/rules: diff -Nru makehuman-1.0.0~alpha6/debian/control makehuman-1.0.0~alpha6/debian/control --- makehuman-1.0.0~alpha6/debian/control 2012-03-20 12:32:02.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/control 2012-07-01 06:01:53.000000000 -0430 @@ -7,7 +7,7 @@ x11proto-core-dev, libglu1-mesa-dev, mesa-common-dev, - python-all-dev (>= 2.6.6-3~), + python-all-dev (>= 2.7.3~rc2), libglew1.5-dev, doxygen, libsdl-image1.2-dev @@ -27,23 +27,21 @@ Suggests: makehuman-doc XB-Python-Version: ${python:Versions} Description: Modelling of 3-Dimensional humanoid characters - MakeHuman is an open source (so it's completely free), innovative - and professional software for the modelling of 3-Dimensional humanoid - characters. Features that make this software unique include a new, - highly intuitive GUI and a high quality mesh, optimized to work in - subdivision surface mode (for example, Zbrush). Using MakeHuman, a - photorealistic character can be modeled in less than 2 minutes. + MakeHuman is a 3-Dimensional humanoid characters modelling software. Features + that make this software innovative and unique include a new, highly intuitive + GUI and a high quality mesh, optimized to work in subdivision surface mode + (for example, Zbrush). Using MakeHuman, a photorealistic character can be + modeled in less than 2 minutes. Package: makehuman-data Architecture: all Depends: ${misc:Depends} Description: Modelling of 3-Dimensional humanoid characters (application data) - MakeHuman is an open source (so it's completely free), innovative - and professional software for the modelling of 3-Dimensional humanoid - characters. Features that make this software unique include a new, - highly intuitive GUI and a high quality mesh, optimized to work in - subdivision surface mode (for example, Zbrush). Using MakeHuman, a - photorealistic character can be modeled in less than 2 minutes. + MakeHuman is a 3-Dimensional humanoid characters modelling software. Features + that make this software innovative and unique include a new, highly intuitive + GUI and a high quality mesh, optimized to work in subdivision surface mode + (for example, Zbrush). Using MakeHuman, a photorealistic character can be + modeled in less than 2 minutes. . This package the application data files for MakeHuman. @@ -52,11 +50,10 @@ Architecture: all Depends: ${misc:Depends} Description: Modelling of 3-Dimensional humanoid characters (documentation) - MakeHuman is an open source (so it's completely free), innovative - and professional software for the modelling of 3-Dimensional humanoid - characters. Features that make this software unique include a new, - highly intuitive GUI and a high quality mesh, optimized to work in - subdivision surface mode (for example, Zbrush). Using MakeHuman, a - photorealistic character can be modeled in less than 2 minutes. + MakeHuman is a 3-Dimensional humanoid characters modelling software. Features + that make this software innovative and unique include a new, highly intuitive + GUI and a high quality mesh, optimized to work in subdivision surface mode + (for example, Zbrush). Using MakeHuman, a photorealistic character can be + modeled in less than 2 minutes. . This package the documentation in PDF format for MakeHuman. diff -Nru makehuman-1.0.0~alpha6/debian/copyright makehuman-1.0.0~alpha6/debian/copyright --- makehuman-1.0.0~alpha6/debian/copyright 2012-01-22 12:57:30.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/copyright 2012-07-01 06:09:12.000000000 -0430 @@ -1,4 +1,4 @@ -Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=148 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MakeHuman Upstream-Contact: The MakeHuman Team Source: http://makehuman.googlecode.com/svn/releases/ diff -Nru makehuman-1.0.0~alpha6/debian/patches/01_Makefile.Linux.patch makehuman-1.0.0~alpha6/debian/patches/01_Makefile.Linux.patch --- makehuman-1.0.0~alpha6/debian/patches/01_Makefile.Linux.patch 2012-03-14 09:07:38.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/patches/01_Makefile.Linux.patch 2012-06-26 18:55:51.000000000 -0430 @@ -3,8 +3,17 @@ because this directory is not created in the build process. Index: makehuman-1.0.0~alpha6/Makefile.Linux =================================================================== ---- makehuman-1.0.0~alpha6.orig/Makefile.Linux 2012-03-14 14:21:19.000000000 +0100 -+++ makehuman-1.0.0~alpha6/Makefile.Linux 2012-03-14 14:37:36.395320822 +0100 +--- makehuman-1.0.0~alpha6.orig/Makefile.Linux 2011-03-01 02:24:41.000000000 +0100 ++++ makehuman-1.0.0~alpha6/Makefile.Linux 2012-06-27 01:25:47.100802706 +0200 +@@ -5,7 +5,7 @@ + + CCOPTS = -Wall -O0 -g + +-PYTHONVER = 2.6 ++PYTHONVER = 2.7 + EXTRAFMWKS = -lX11 -lGL -lGLU -lSDL -lGLEW + EXTRALIBS = -lpython$(PYTHONVER) + EXTRADEFINES = @@ -13,7 +13,7 @@ EXE = makehuman diff -Nru makehuman-1.0.0~alpha6/debian/patches/02_compilesh.patch makehuman-1.0.0~alpha6/debian/patches/02_compilesh.patch --- makehuman-1.0.0~alpha6/debian/patches/02_compilesh.patch 1969-12-31 20:00:00.000000000 -0400 +++ makehuman-1.0.0~alpha6/debian/patches/02_compilesh.patch 2012-07-01 06:07:21.000000000 -0430 @@ -0,0 +1,11 @@ +Author: Muammar El Khatib <muam...@debian.org> +Description: This patch make possible to use python2.7 instead of python2.6. +Bug-Debian: http://bugs.debian.org/678023 +Last-Update: 2012-07-01 +Index: makehuman-1.0.0~alpha6/compile_src.sh +=================================================================== +--- makehuman-1.0.0~alpha6.orig/compile_src.sh 2011-03-01 02:24:41.000000000 +0100 ++++ makehuman-1.0.0~alpha6/compile_src.sh 2012-06-27 01:29:45.619478249 +0200 +@@ -1 +1 @@ +-gcc -g -o makehuman ./src/main.c ./src/glmodule.c ./src/core.c ./src/arraybuffer.c /usr/src/glew/glew.c -I/usr/include/SDL/ -I/usr/include/python2.6/ -I/usr/X11R6/include -I./include -DGLEW_STATIC -lpython2.6 -lX11 -lGL -lGLU -lSDL -Wall ++gcc -g -o makehuman ./src/main.c ./src/glmodule.c ./src/core.c ./src/arraybuffer.c /usr/src/glew/glew.c -I/usr/include/SDL/ -I/usr/include/python2.7/ -I/usr/X11R6/include -I./include -DGLEW_STATIC -lpython2.7 -lX11 -lGL -lGLU -lSDL -Wall diff -Nru makehuman-1.0.0~alpha6/debian/patches/series makehuman-1.0.0~alpha6/debian/patches/series --- makehuman-1.0.0~alpha6/debian/patches/series 2012-03-14 08:53:15.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/patches/series 2012-06-26 18:59:09.000000000 -0430 @@ -1 +1,2 @@ 01_Makefile.Linux.patch +02_compilesh.patch
diff -Nru makehuman-1.0.0~alpha6/debian/changelog makehuman-1.0.0~alpha6/debian/changelog --- makehuman-1.0.0~alpha6/debian/changelog 2012-07-01 06:09:54.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/changelog 2012-07-11 16:41:52.000000000 -0430 @@ -1,3 +1,15 @@ +makehuman (1.0.0~alpha6-5) unstable; urgency=low + + * Package's description has been fixed. A verb was missing: + e.g.: + -This package the application data files for MakeHuman. + +This package contains the application data files for MakeHuman. + (Closes: #680413) + -This package the documentation in PDF format for MakeHuman. + +This package contains the documentation in HTML format for MakeHuman. + + -- Muammar El Khatib <muam...@debian.org> Wed, 11 Jul 2012 22:51:04 +0200 + makehuman (1.0.0~alpha6-4) unstable; urgency=medium * Makefile.Linux file was modify to use python2.7 instead of python2.6. With diff -Nru makehuman-1.0.0~alpha6/debian/control makehuman-1.0.0~alpha6/debian/control --- makehuman-1.0.0~alpha6/debian/control 2012-07-01 06:01:53.000000000 -0430 +++ makehuman-1.0.0~alpha6/debian/control 2012-07-11 16:27:38.000000000 -0430 @@ -43,7 +43,7 @@ (for example, Zbrush). Using MakeHuman, a photorealistic character can be modeled in less than 2 minutes. . - This package the application data files for MakeHuman. + This package contains the application data files for MakeHuman. Package: makehuman-doc Section: doc @@ -56,4 +56,4 @@ (for example, Zbrush). Using MakeHuman, a photorealistic character can be modeled in less than 2 minutes. . - This package the documentation in PDF format for MakeHuman. + This package contains the documentation in HTML format for MakeHuman.