Your message dated Wed, 12 Aug 2015 12:20:50 +0000
with message-id <[email protected]>
and subject line Bug#789318: fixed in openscad 2015.03-1+dfsg-1
has caused the Debian Bug report #789318,
regarding openscad: Could you install the provided emacs mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
789318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789318
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openscad
Version: 2014.03+dfsg-1
Severity: wishlist

Dear Maintainer,

could you consider installing the emacs mode provided in the contrib directory 
of openscad.

thanks

Frederic

-- Package-specific info:
Output of /usr/share/bug/openscad:
$ glxinfo |grep 'OpenGL .* string:'
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 945GME x86/MMX/SSE2
OpenGL version string: 2.1 Mesa 10.4.2
OpenGL shading language version string: 1.20
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 10.4.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages openscad depends on:
ii  libboost-filesystem1.55.0       1.55.0+dfsg-3
ii  libboost-program-options1.55.0  1.55.0+dfsg-3
ii  libboost-regex1.55.0            1.55.0+dfsg-3
ii  libboost-system1.55.0           1.55.0+dfsg-3
ii  libboost-thread1.55.0           1.55.0+dfsg-3
ii  libc6                           2.19-18
ii  libcgal10                       4.5-2
ii  libgcc1                         1:4.9.2-10
ii  libgl1-mesa-glx [libgl1]        10.4.2-2
ii  libglew1.10                     1.10.0-3
ii  libglib2.0-0                    2.42.1-1
ii  libglu1-mesa [libglu1]          9.0.0-2
ii  libgmp10                        2:6.0.0+dfsg-6
ii  libmpfr4                        3.1.2-3
ii  libopencsg1                     1.3.2-2+b1
ii  libqt4-opengl                   4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore4                      4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui4                       4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libstdc++6                      4.9.2-10
ii  libx11-6                        2:1.6.2-3

Versions of packages openscad recommends:
ii  openscad-mcad  2014.03-1

Versions of packages openscad suggests:
pn  geomview          <none>
pn  librecad          <none>
pn  meshlab           <none>
pn  openscad-testing  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: openscad
Source-Version: 2015.03-1+dfsg-1

We believe that the bug you reported is fixed in the latest version of
openscad, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian M. Amsüss <[email protected]> (supplier of updated openscad package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 11 Aug 2015 18:15:32 +0200
Source: openscad
Binary: openscad openscad-testing openscad-testing-data openscad-dbg
Architecture: source amd64 all
Version: 2015.03-1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Christian M. Amsüss <[email protected]>
Changed-By: Christian M. Amsüss <[email protected]>
Description:
 openscad   - script file based graphical CAD environment
 openscad-dbg - script file based graphical CAD environment (debugging symbols)
 openscad-testing - script file based graphical CAD environment (test suite)
 openscad-testing-data - script file based graphical CAD environment (test 
suite data)
Closes: 781638 787127 789318
Changes:
 openscad (2015.03-1+dfsg-1) unstable; urgency=medium
 .
   [ Chow Loong Jin ]
 .
   * New upstream version
     + Language Features
       - Added text() module for 2D text
       - Added offset() module for 2D offsets
       - Added list comprehensions and let()
       - Added concat() function
       - Added chr() function
       - surface() can now take PNG images as input
       - min() and max() can now take a vector argument
       - 2D minkowski can now handle polygons with holes
       - Variables can now be assigned in local blocks without using assign()
     + Program Features
       - Added Toolbar icons
       - New code editor based on QScintilla
       - Added Splash screen
       - Added SVG export
       - Added AMF export
       - Added --viewall and --autocenter cmd-line parameters
       - GUI is now translated into German, Czech, Spanish, French and Russian
       - MDI (Multiple Document Interface) is now available on all platforms
       - Color schemes for viewer and editor can be user-edited using JSON files
       - GUI components are now dockable
       - Added Tickmarks on axes
     + Bugfixes/improvements
       - Performance improvement: 2D (clipper), preview, hull, minkowski, 
surface
       - Performance improvement: Reduce duplicate evaluation of identical
         expressions
       - Better recursion behavior
       - STL export and import is now more robust
       - Internal cavities are better supported
       - New examples
       - Windows cmd-line behaves better
       - Better mirror() and scale() behavior when using negative factors
       - Fixes a segfault bug (Closes: #787127)
       - Removes __DATE__ reference (Closes: #781638)
     + Deprecations
       - polyhedron() now takes a faces= argument rather than triangles=
       - assign() is no longer needed. Local variables can be created in any
         scope
   * Use qt5
   * Bump Standards-Version to 3.9.6
   * Fix up watch file options
   * Update what goes in the +dfsg package
     - Remove src/SparkleAutoUpdater.* from dfsg branch
   * Update +dfsg branch mechanisms to uscan
   * Update debian/copyright
   * Set uversionmangle in debian/watch for microreleases
   * New patches
     * Build system: Work around missing -lX11
     * Add hashbang to test_cmdline_tool.py
 .
   [ Christian M. Amsüss ]
 .
   * Switch source to using gbp pq
   * Depend on versioned imagemagick to avoid issues with graphicsmagick
   * Updated patches
   * New patches
     * Run tests with the shipped OpenSCAD binary
     * Minor spelling and syntax fixes
   * Don't build programs used neither in shipping nor for tests
   * Use debhelper's cmake / ctest targets
   * Drop chrpath tricks
   * Drop installation of build test results
   * Add README for test suite
   * Unconditionally render build time tests in virtual frame buffer
   * Exclude the tests known to fail from building, require the rest to work
   * Install EMACS mode (Closes: #789318)
   * Add DEP-3 tags to patches
   * Fix building with DEB_BUILD_OPTIONS=nocheck
   * Ship the provided font files in the test data
     - Override lintian's warnings against it
Checksums-Sha1:
 0d56c126cdf1827e40c1590f1d3e1d6d6feb0e34 2718 openscad_2015.03-1+dfsg-1.dsc
 9fbfe680d4618be54dcece5051873876e954fe78 13198732 
openscad_2015.03-1+dfsg.orig.tar.gz
 756aa32c65ba4c48e81d4bb61a189c182fdb4ec8 25148 
openscad_2015.03-1+dfsg-1.debian.tar.xz
 817197074515632ba2f348053ac24aef1e081963 44033536 
openscad-dbg_2015.03-1+dfsg-1_amd64.deb
 ff7e052bcf469c0046abff40663540b948fa75f5 6476200 
openscad-testing-data_2015.03-1+dfsg-1_all.deb
 636370b817a48a16fe1f54ccf9e545ecc643b0dc 489478 
openscad-testing_2015.03-1+dfsg-1_amd64.deb
 c214c62b5c2801f55a4f6b816703cd14d1feb8e8 2138344 
openscad_2015.03-1+dfsg-1_amd64.deb
Checksums-Sha256:
 c1ba12943e66c9a84f56d2a901bd53e771a73e9dc3c9495a330e852dbe516d8d 2718 
openscad_2015.03-1+dfsg-1.dsc
 9af5647920a65ee9f434e1c73b062d09bb8b0176dd353791383d0fe36db53531 13198732 
openscad_2015.03-1+dfsg.orig.tar.gz
 16f6421ab052f4cec4c3537ee215a6a23dbf7dfe8b45525b3992524a1f301ae7 25148 
openscad_2015.03-1+dfsg-1.debian.tar.xz
 ce0697baaf8f4afcd6491bb4b89f910759af4cfe79ce18bac64bed27b41e1f86 44033536 
openscad-dbg_2015.03-1+dfsg-1_amd64.deb
 d75e62894a3e1cf5d1d5e59d5b6a44ed0f4639c9ecee558e1472ee301ade5879 6476200 
openscad-testing-data_2015.03-1+dfsg-1_all.deb
 c268350dfbac7cf23d93cbac812914397778c94fcd657d892be4a21f9ae72edd 489478 
openscad-testing_2015.03-1+dfsg-1_amd64.deb
 4ad6195cc20356a7b8ffe41856332bc0c1189f298d4e84987ede8b5074cee563 2138344 
openscad_2015.03-1+dfsg-1_amd64.deb
Files:
 8e0a4b627738a303bfd0bf58414f6b39 2718 graphics optional 
openscad_2015.03-1+dfsg-1.dsc
 7d807fae5944280b735afe1428b32ec5 13198732 graphics optional 
openscad_2015.03-1+dfsg.orig.tar.gz
 c706e948ab7ac43b57170805671be7d6 25148 graphics optional 
openscad_2015.03-1+dfsg-1.debian.tar.xz
 a6fb619ec46156af332db4fbe37f8ed3 44033536 debug extra 
openscad-dbg_2015.03-1+dfsg-1_amd64.deb
 cf9c4dd57e05dcc119f32b56797bc6ad 6476200 graphics optional 
openscad-testing-data_2015.03-1+dfsg-1_all.deb
 64ddc38eced0a7c3f93852403d5bf8a2 489478 graphics optional 
openscad-testing_2015.03-1+dfsg-1_amd64.deb
 bacffe5f342d0730f61c82b4fbc7a9b2 2138344 graphics optional 
openscad_2015.03-1+dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVyzZ3AAoJEDmNERLTpL3h5ksP+wSUnZkrRKAuvoQJDXQJZdnZ
z0qJErNvrPPS0fTYm2MxPZ6iljwEA/DX0jo+VFNe8ObKat4pqqmzyhCvndU1wZLC
TWWjKJpOwkAxvww5ZyOF72a4aUv5gygkw0Y+Oc4K2W8Af6P8sd4vaWoq/ShLPKYw
GEFMyjdHdMsevGiSopZvc1Jc5vlNgBlRXXn41QkyCZrv7k7NX4UYY0SoEesM7Dbn
IWJtkREUdFBZUcr3u41WZ9UB92PeyqRQ4AwGkqLhc8cJ+IYiWXsHynJhcjO3fRD8
mFcRAne704Sr8hIls2/mzRPLUedvHR9dH1xXqoL9s9VO5DsMy2bSVCVyl6hNZqjr
84V6KSSUZJp+mN7IZE5IaJO034e0CpQXpB++6slTZ1KizmpJPcs1jc+C0fQK9VsL
0nS8mP9oZyWIX6RQyoaz3L7lCvABfx/HC86SsEIvDnOm1mPdpZVwi0OojW+MVr19
e8Q/POWQB/4nheHWI60NJ66UqxmqX5oOqcmBuRiweXpc+6bnJX7YZaXdr8wZhrNh
6muVaG00zIeCS9uLylxUEWApA2twXq6EeTe/L2Rm+Ndm75J+kia17/B6xnzSN5H4
USKUNPvAQsRQetz2LNa5xESxMhM9YHGnwuwPodFw9a2yR4Yem9udfuWN7aVDGHCn
ZpefJ/0iAcwV+7jYklKQ
=c4Xa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to