Back to lazarus PTS page

Accepted lazarus 1.0.8+dfsg-1 (source amd64 all)



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

Format: 1.8
Date: Sat, 08 Jun 2013 14:12:17 +0200
Source: lazarus
Binary: lazarus-1.0.8 lazarus-src-1.0.8 lazarus-ide-1.0.8 lazarus-ide-gtk2-1.0.8 lazarus-ide-qt4-1.0.8 lcl-1.0.8 lcl-utils-1.0.8 lcl-units-1.0.8 lcl-nogui-1.0.8 lcl-gtk2-1.0.8 lcl-qt4-1.0.8 lazarus-doc-1.0.8 lazarus lazarus-src lazarus-ide lazarus-ide-gtk2 lazarus-ide-qt4 lcl lcl-utils lcl-units lcl-nogui lcl-gtk2 lcl-qt4 lazarus-doc
Architecture: source amd64 all
Version: 1.0.8+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Carlos Laviola <claviola@debian.org>
Changed-By: Paul Gevers <elbrus@debian.org>
Description: 
 lazarus    - IDE for Free Pascal - SDK dependency package
 lazarus-1.0.8 - IDE for Free Pascal - suite
 lazarus-doc - IDE for Free Pascal - documentation dependency package
 lazarus-doc-1.0.8 - IDE for Free Pascal - documentation
 lazarus-ide - IDE for Free Pascal - common IDE files dependency package
 lazarus-ide-1.0.8 - IDE for Free Pascal - common IDE files
 lazarus-ide-gtk2 - IDE for Free Pascal - Last GTK+ version dependency package
 lazarus-ide-gtk2-1.0.8 - IDE for Free Pascal - GTK+ version
 lazarus-ide-qt4 - IDE for Free Pascal - Last Qt version dependency package
 lazarus-ide-qt4-1.0.8 - IDE for Free Pascal - Qt version
 lazarus-src - IDE for Free Pascal - LCL source code dependency package
 lazarus-src-1.0.8 - IDE for Free Pascal - LCL source code
 lcl        - Lazarus Components Library - LCL dependency package
 lcl-1.0.8  - Lazarus Components Library - LCL suite
 lcl-gtk2   - Lazarus Components Library - GTK+ backend dependency package
 lcl-gtk2-1.0.8 - Lazarus Components Library - GTK+ backend
 lcl-nogui  - Lazarus Components Library - no GUI backend dependency package
 lcl-nogui-1.0.8 - Lazarus Components Library - no GUI backend
 lcl-qt4    - Lazarus Components Library - Qt backend dependency package
 lcl-qt4-1.0.8 - Lazarus Components Library - Qt backend
 lcl-units  - Lazarus Components Library - backend independent components depen
 lcl-units-1.0.8 - Lazarus Components Library - backend independent components
 lcl-utils  - Lazarus Components Library - command line build tools dependency
 lcl-utils-1.0.8 - Lazarus Components Library - command line build tools
Closes: 708695
Changes: 
 lazarus (1.0.8+dfsg-1) unstable; urgency=low
 .
   [ Abou Al Montacir ]
   * New upstream major release and multiple maintenace release offering many
     fixes and new features marking a new milestone for the Lazarus development
     and its stability level.
     - The detailed list of changes can be found here:
       http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
       http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
   * LCL changes:
     - LCL is now a normal package.
         + Platform independent parts of the LCL are now in the package LCLBase
         + LCL is automatically recompiled when switching the target platform,
           unless pre-compiled binaries for this target are already installed.
         + No impact on existing projects.
         + Linker options needed by LCL are no more added to projects that do
           not use the LCL package.
     - Minor changes in LCL basic classes behaviour
         + TCustomForm.Create raises an exception if a form resource is not
           found.
         + TNotebook and TPage: a new implementation of these classes was added.
         + TDBNavigator: It is now possible to have focusable buttons by setting
           Options = [navFocusableButtons] and TabStop = True, useful for
           accessibility and for devices with neither mouse nor touch screen.
         + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
           and are now consistent. GetSideSpace = Around + GetSpace.
         + TForm.WindowState=wsFullscreen was added
         + TCanvas.TextFitInfo was added to calculate how many characters will
           fit into a specified Width. Useful for word-wrapping calculations.
         + TControl.GetColorResolvingParent and
           TControl.GetRGBColorResolvingParent were added, simplifying the work
           to obtain the final color of the control while resolving clDefault
           and the ParentColor.
         + LCLIntf.GetTextExtentExPoint now has a good default implementation
           which works in any platform not providing a specific implementation.
           However, Widgetset specific implementation is better, when available.
         + TTabControl was reorganized. Now it has the correct class hierarchy
           and inherits from TCustomTabControl as it should.
     - New unit in the LCL:
         + lazdialogs.pas: adds non-native versions of various native dialogs,
           for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
           It is used by widgetsets which either do not have a native dialog, or
           do not wish to use it because it is limited. These dialogs can also be
           used by user applications directly.
         + lazdeviceapis.pas: offers an interface to more hardware devices such
           as the accelerometer, GPS, etc. See LazDeviceAPIs
         + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
           drawing in a LCL-compatible way, but 100% in Pascal.
         + lazregions.pas. LazRegions is a wholly Pascal implementation of
           regions for canvas clipping, event clipping, finding in which control
           of a region tree one an event should reach, for drawing polygons, etc.
         + customdrawncontrols.pas, customdrawndrawers.pas,
           customdrawn_common.pas, customdrawn_android.pas and
           customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
           which imitate the standard LCL ones, but with the difference that they
           are non-native and support skinning.
     - New APIs added to the LCL to improve support of accessibility software
       such as screen readers.
   * IDE changes:
     - Many improvments.
     - The detailed list of changes can be found here:
       http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
       http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
   * Debugger / Editor changes:
     - Added pascal sources and breakpoints to the disassembler
     - Added threads dialog.
   * Components changes:
     - TAChart: many fixes and new features
     - CodeTool: support Delphi style generics and new syntax extensions.
     - AggPas: removed to honor free licencing. (Closes: Bug#708695)
   [Bart Martens]
   * New debian/watch file fixing issues with upstream RC release.
   [Abou Al Montacir]
   * Avoid changing files in .pc hidden directory, these are used by quilt for
     internal purpose and could lead to surprises during build.
   [Paul Gevers]
   * Updated get-orig-source target and it compinion script orig-tar.sh so that they
     repack the source file, allowing bug 708695 to be fixed.
Checksums-Sha1: 
 d2032dd2e2c94d47dc8102f40319b2b691115c69 2811 lazarus_1.0.8+dfsg-1.dsc
 f21fb0a7312fbe3f3bc3e87a159a4d2adfffa322 44424177 lazarus_1.0.8+dfsg.orig.tar.gz
 42bc79e04a749c2bcbd5c46de9e3f9ae73115729 302905 lazarus_1.0.8+dfsg-1.debian.tar.gz
 4d0ebf3938d51eb21fd69684406c33d14b3fb034 3766678 lazarus-ide-1.0.8_1.0.8+dfsg-1_amd64.deb
 e9393b56f4bef4b15abf8770241829081a7a58d1 7455122 lazarus-ide-gtk2-1.0.8_1.0.8+dfsg-1_amd64.deb
 70998307e76cfc2d61f5704b8e6f5f2c017f0e25 21864 lazarus-ide-qt4-1.0.8_1.0.8+dfsg-1_amd64.deb
 d7d449b077c0efba122470bbd8523aefaffdebcc 21690 lcl-1.0.8_1.0.8+dfsg-1_amd64.deb
 ca6c250d1f2c5669fb186b32fc0f45d8410705f1 5506388 lcl-utils-1.0.8_1.0.8+dfsg-1_amd64.deb
 bdbe144060cc5d536d91d3bf5a34ae46957e0c81 43732188 lcl-units-1.0.8_1.0.8+dfsg-1_amd64.deb
 9c7bd860bcf5db969d101d237c9dc8e49449859d 52778 lcl-nogui-1.0.8_1.0.8+dfsg-1_amd64.deb
 10fa9a3f4e1f39f78866a8cc60b298b403373f8d 1396710 lcl-gtk2-1.0.8_1.0.8+dfsg-1_amd64.deb
 338570da1449a4ee0f498e501629657c5eb3faec 2189268 lcl-qt4-1.0.8_1.0.8+dfsg-1_amd64.deb
 64e01eb48d9438cec407b19aa6f4bb18949b298b 21612 lazarus-ide_1.0.8+dfsg-1_amd64.deb
 46ea07445783ff58051e0e0fd6badc69f79e780f 21584 lazarus-ide-gtk2_1.0.8+dfsg-1_amd64.deb
 4841ce331d25e80b78bbcc5021a86a7d38826504 21620 lazarus-ide-qt4_1.0.8+dfsg-1_amd64.deb
 480a86d00c95de859503f7ab44a8eeef35776f9b 21604 lcl_1.0.8+dfsg-1_amd64.deb
 adae85d283ef0d81c64a883f971037d30997708c 21618 lcl-utils_1.0.8+dfsg-1_amd64.deb
 4a8189fce228dc938ac3b9d3328770cb65a19c69 21610 lcl-units_1.0.8+dfsg-1_amd64.deb
 342d0842590d2a398d5b2ca2165b2c66fc3c43db 21622 lcl-nogui_1.0.8+dfsg-1_amd64.deb
 52f3baa3ef471912f0b2725174280438a1ac0bb6 21612 lcl-gtk2_1.0.8+dfsg-1_amd64.deb
 3b0c45829b7def2669d7729af285cfedaeca626d 21622 lcl-qt4_1.0.8+dfsg-1_amd64.deb
 838a4c6c1a77cf205b7a8ded0980c193966e75b2 21984 lazarus-1.0.8_1.0.8+dfsg-1_all.deb
 ac49e54b294f451b4192a7eaece211dc2d55e1f1 14509130 lazarus-src-1.0.8_1.0.8+dfsg-1_all.deb
 d77211dc32a2330519d0c72671235344e8299ac3 4443624 lazarus-doc-1.0.8_1.0.8+dfsg-1_all.deb
 31537effc2a6a71be16de20c350026a8e90df78c 21580 lazarus_1.0.8+dfsg-1_all.deb
 89ca800547ea8948bdb467592ad403cdf2733f9d 21626 lazarus-src_1.0.8+dfsg-1_all.deb
 d4359c7d9dbef98e882ba1d079224c8b9041945d 21676 lazarus-doc_1.0.8+dfsg-1_all.deb
Checksums-Sha256: 
 ae5d5fe18736e917adc62b324743930a2aac7687f3cd5f44a57b2d6f614a8575 2811 lazarus_1.0.8+dfsg-1.dsc
 c2cfabe4314f8eb024392a0f699499d5aabe338f17ffe1578d2b101e344f16e9 44424177 lazarus_1.0.8+dfsg.orig.tar.gz
 41185085e41ff7ae659eade84e0a90ea35c388a1b6a4932aa32d04b97784c873 302905 lazarus_1.0.8+dfsg-1.debian.tar.gz
 4d53cc34414d101ada17a35bdaf8c1bd6418d605ccb157922e3d018cba05f7b6 3766678 lazarus-ide-1.0.8_1.0.8+dfsg-1_amd64.deb
 e4db4d247937b90cf79930ae0838f0be3b6bd24835e6e013f1a679c119693f24 7455122 lazarus-ide-gtk2-1.0.8_1.0.8+dfsg-1_amd64.deb
 f64659da1bed9cee4022146773b3e1f0593f26d5fb7cd9b01f096e735aa669fb 21864 lazarus-ide-qt4-1.0.8_1.0.8+dfsg-1_amd64.deb
 9dbc40d09c470aa84e6c077289a40bb6601ed6338bf761e368e99e6474fb32ae 21690 lcl-1.0.8_1.0.8+dfsg-1_amd64.deb
 0eb76655e10102618a75e6b648dfbc5ae9eee647314da53d72c88b92fcd4d17c 5506388 lcl-utils-1.0.8_1.0.8+dfsg-1_amd64.deb
 3671a886aa75202edeaaa9c65bbb92957b7f094a99e18ed2044cd4c4d0d0e790 43732188 lcl-units-1.0.8_1.0.8+dfsg-1_amd64.deb
 50549e9ae046bc4e35f3bbd1ee3e23712e27f1684039ad064846e2b113ecd988 52778 lcl-nogui-1.0.8_1.0.8+dfsg-1_amd64.deb
 8db0f24cc79354e639da1482591c895ccd9b315bb18fad5d957984e083289666 1396710 lcl-gtk2-1.0.8_1.0.8+dfsg-1_amd64.deb
 db5553f7f792d511e72a95f806e727fe4ecd10471e4dab075be944827a4dccc8 2189268 lcl-qt4-1.0.8_1.0.8+dfsg-1_amd64.deb
 94a49b986c33e8cc4888d0133d952ea4ff6dbfb1167e3e0e0efc26a96a72e42b 21612 lazarus-ide_1.0.8+dfsg-1_amd64.deb
 61c75df80ca91f831c1efd3736a9f6e5a040a1b17bb59a38859ea61918e3dac0 21584 lazarus-ide-gtk2_1.0.8+dfsg-1_amd64.deb
 b3b041064fed7ac342d59d9cccf5f16cdc8ffd25e3bb3f9754ed08a0308ecdac 21620 lazarus-ide-qt4_1.0.8+dfsg-1_amd64.deb
 88d9d2224d85545ef9727f709581875f46809200517fc1be51c0f048acf68d03 21604 lcl_1.0.8+dfsg-1_amd64.deb
 3c5a224b9141468ca1d60de40207523fb26a61ad07247ea2576dbb60720a0450 21618 lcl-utils_1.0.8+dfsg-1_amd64.deb
 77ee1a405e6638f5280e9a2c3d7517c0c92a39ea8e4758d52715c0399f5d4eb5 21610 lcl-units_1.0.8+dfsg-1_amd64.deb
 73d32ec572de3e3af5f37f55d514cf464fcd5ab1f71ce5e9232f7bd54a080415 21622 lcl-nogui_1.0.8+dfsg-1_amd64.deb
 16adff0b3da3444e2d3c89e40ca0b219dc822e43c4ee30286a70806ee3e7b252 21612 lcl-gtk2_1.0.8+dfsg-1_amd64.deb
 6e8a9e74e89bed0d25d6afea31226484906bbb966ad947beb4d10eee2f591faf 21622 lcl-qt4_1.0.8+dfsg-1_amd64.deb
 b4a45404f4bd235477d691f447b023b12c12eb931c4146bb702f55abf040f0c1 21984 lazarus-1.0.8_1.0.8+dfsg-1_all.deb
 c1f4bf9186da6cdf596d33ccd3f4fe089a158ab2650841ee902736efe8bc032f 14509130 lazarus-src-1.0.8_1.0.8+dfsg-1_all.deb
 80cd93d8d247bb23cdefc01033e50e133eb97144b679f42d770a66027eb253bb 4443624 lazarus-doc-1.0.8_1.0.8+dfsg-1_all.deb
 9f53e9ee185cea1a539069eff75bc661e36a471a657f1d0367da88ff27f96f22 21580 lazarus_1.0.8+dfsg-1_all.deb
 e9942e00fb6e891a7fa4648c751b9f2776238a902ddbdd08c8da5ea199f5c6a4 21626 lazarus-src_1.0.8+dfsg-1_all.deb
 9cbeb0c77cb3104f661908e2f5ac9311829b0695a1b497ea97915355a254ec0a 21676 lazarus-doc_1.0.8+dfsg-1_all.deb
Files: 
 a944fa95875efd4829c0aa0cba3619c3 2811 devel optional lazarus_1.0.8+dfsg-1.dsc
 54564f935df0605ddd6c735c68132410 44424177 devel optional lazarus_1.0.8+dfsg.orig.tar.gz
 1a4835536a1dfab4466542d701c2dbb3 302905 devel optional lazarus_1.0.8+dfsg-1.debian.tar.gz
 759a6e6b4ca7955843cf18e9c50eb2fc 3766678 devel optional lazarus-ide-1.0.8_1.0.8+dfsg-1_amd64.deb
 e2b74c2cd7baf1cec54ea0f9f8a7a0ca 7455122 devel optional lazarus-ide-gtk2-1.0.8_1.0.8+dfsg-1_amd64.deb
 12594e86d1c237d4110c8f18f211ede3 21864 devel optional lazarus-ide-qt4-1.0.8_1.0.8+dfsg-1_amd64.deb
 fda1424e9fa30f10d97c2a2387772311 21690 devel optional lcl-1.0.8_1.0.8+dfsg-1_amd64.deb
 41990e41ede532a7ee6fc4f1f123bdfd 5506388 devel optional lcl-utils-1.0.8_1.0.8+dfsg-1_amd64.deb
 14d44d3f18ad8dabb6edb9ea446c50c8 43732188 devel optional lcl-units-1.0.8_1.0.8+dfsg-1_amd64.deb
 e0c3f94472ac171faae3156a265c4e9a 52778 devel optional lcl-nogui-1.0.8_1.0.8+dfsg-1_amd64.deb
 77a629bab87a99468d3cb366c58c597d 1396710 devel optional lcl-gtk2-1.0.8_1.0.8+dfsg-1_amd64.deb
 d5be0bb55582feaa0b76c121e07ac014 2189268 devel optional lcl-qt4-1.0.8_1.0.8+dfsg-1_amd64.deb
 de6924a3887fc6db471e84f45fbc26eb 21612 devel optional lazarus-ide_1.0.8+dfsg-1_amd64.deb
 e0f4fd9fd8cd327c1f995c7ac8db6021 21584 devel optional lazarus-ide-gtk2_1.0.8+dfsg-1_amd64.deb
 355b35c5f0613d7dd7de5fe8a688ec34 21620 devel optional lazarus-ide-qt4_1.0.8+dfsg-1_amd64.deb
 5d9727677784172e6ce1fe101394bf5f 21604 devel optional lcl_1.0.8+dfsg-1_amd64.deb
 e6acccc1a03a0baf864e322a924d7497 21618 devel optional lcl-utils_1.0.8+dfsg-1_amd64.deb
 30c9d684ddcfbf2ac9826c00ce7a6988 21610 devel optional lcl-units_1.0.8+dfsg-1_amd64.deb
 81f555434f39352ca6d6ae72aed9e0f5 21622 devel optional lcl-nogui_1.0.8+dfsg-1_amd64.deb
 b772fd02b6c7e64532940bb9f3caa1ba 21612 devel optional lcl-gtk2_1.0.8+dfsg-1_amd64.deb
 9ba539930a7ba7d563346279c80a165d 21622 devel optional lcl-qt4_1.0.8+dfsg-1_amd64.deb
 f762aceade2604058c35986a59d5eb4e 21984 devel optional lazarus-1.0.8_1.0.8+dfsg-1_all.deb
 45644f51b6d9a9b6a35e4479d91e50a6 14509130 devel optional lazarus-src-1.0.8_1.0.8+dfsg-1_all.deb
 a79838efc76b10049cb2934d475facc1 4443624 doc optional lazarus-doc-1.0.8_1.0.8+dfsg-1_all.deb
 b3781d97be76f42de0d3228d3099a342 21580 devel optional lazarus_1.0.8+dfsg-1_all.deb
 69a1161f3ad3a81cf3fd79783d330be7 21626 devel optional lazarus-src_1.0.8+dfsg-1_all.deb
 0266aee8accf7693c292aac64bd0ac96 21676 doc optional lazarus-doc_1.0.8+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJRtD9nAAoJEJxcmesFvXUK1aYH/jh7vdrRIueO7dPkqKFzuqd8
kp+h0OBsyDKfhFTNlUHOX8lPiwn6kZS5ZCDciLQKXmZWrw/gAQI7za9VDhoh/7d1
mgsHjCuJnJvX9SmhaJ0wNU2UHvQQ6dl/WvuGIcGeSVUEoqm5aOaivA2aBUVSysF3
R4MrqXKAi/TaciVkiWHymPnsqYD9+88Lk/pjopQFSlIi06Qu94R1ohuVCmH3anwN
hIv671KpDPFUCsv+rSxQiQ6DzpPSpfrsyaltEwLLw2tw26+KE0xmfdI9ZiJ6/dFz
eoEjSfI/1mEnHE5I5T9yhi+Pv+mYGymexNN+cCQ3RdgqKTJJrGLExDpdPCCrbQs=
=13P6
-----END PGP SIGNATURE-----