Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package dime RC Bug #770107 was filed Yesterday. As it turns out, the reported problem was not the only grave bug in the package. Fixing steps taken are: - add ibdime1 (= ${binary:Version}), to the libdime-dev depends line as suggested by the bug 770107 reporter - change debian/dime.install to have the correct binary patch listed. - add ${shlibs:Depends}, to the dime depends line, so that the dime binary package correctly depends upon libdime1 Verification steps taken were: - installed dime and libdime1 0.20111205-2 version - generated a dxf sphere (dxfsphere > s.dxf) - converted it to vrml (dxf2vmrl s.dxf > s.wrl) - viewed a nice looking sphere rendered by view3dscene gpgv: Signature made Sat 27 Sep 2014 04:31:55 PM EDT using RSA key ID 1F44E090 gpgv: Signature made Wed 19 Nov 2014 10:47:12 PM EST using RSA key ID 1F44E090 diff -Nru dime-0.20111205/debian/changelog dime-0.20111205/debian/changelog --- dime-0.20111205/debian/changelog 2014-09-27 12:03:56.000000000 -0400 +++ dime-0.20111205/debian/changelog 2014-11-19 22:41:45.000000000 -0500 @@ -1,3 +1,11 @@ +dime (0.20111205-2) unstable; urgency=low + + * Add libdime-dev dependency on libdime1 (Closes: #770107) + * Add ${shlibs:Depends} to dime package + * install dxf2vmrl and dxfsphere binaries into the dime package + + -- A. Maitland Bottoms <bott...@debian.org> Wed, 19 Nov 2014 22:41:36 -0500 + dime (0.20111205-1) unstable; urgency=low * upstream updates diff -Nru dime-0.20111205/debian/control dime-0.20111205/debian/control --- dime-0.20111205/debian/control 2014-09-27 12:08:12.000000000 -0400 +++ dime-0.20111205/debian/control 2014-11-19 22:18:09.000000000 -0500 @@ -8,7 +8,7 @@ Package: dime Architecture: any -Depends: ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: libdime-doc Description: DXF Import, Manipulation, and Export programs Dime is a C++ class library for reading, constructing, manipulating, @@ -30,7 +30,7 @@ Package: libdime-dev Section: libdevel Architecture: any -Depends: ${misc:Depends} +Depends: libdime1 (= ${binary:Version}), ${misc:Depends} Description: DXF Import, Manipulation, and Export library - devel Dime is a C++ class library for reading, constructing, manipulating, and writing DXF file data. diff -Nru dime-0.20111205/debian/dime.install dime-0.20111205/debian/dime.install --- dime-0.20111205/debian/dime.install 2013-10-23 20:46:54.000000000 -0400 +++ dime-0.20111205/debian/dime.install 2014-11-19 22:17:04.000000000 -0500 @@ -1,2 +1,2 @@ -build/dxf2vrml/dxf2vrml usr/bin/ -build/dxfsphere/dxfsphere usr/bin/ +build/dxf2vrml/.libs/dxf2vrml usr/bin/ +build/dxfsphere/.libs/dxfsphere usr/bin/ unblock dime/0.20111205-2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org