lp:debian/jessie/fpc

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/jessie/fpc
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

39. By Paul Gevers

* Let "Select manually" be translatable in debconf questions and update
  language files accordingly.
* Bump standards version to 3.9.6 (no changes)
* New/updated translations
  - Danish (Joe Hansen) (Closes: #763984)
  - Dutch (Paul Gevers)
  - German (Chris Leick) (Closes: #763807)
  - Italian (Beatrice Torracca) (Closes: #764934)
  - Japanese (victory)
  - Swedish (Martin Bagge / brother) (Closes: #763446)

38. By Abou Al Montacir <email address hidden>

[ Abou Al Montacir ]
* Added libgmp-dev to recommended packages list of fp-units-math in order to
  avoid users getting lik errors about missing libgmp. (Closes: Bug#749418)
[ Michal Šimůnek ]
* Updated Czech translation of PO debconf. (Closes: Bug#751387)

37. By Paul Gevers

* Revert manpage change in previous upload
* Next time, in case of repack, also remove Windows dll files
* Fix fpc-abi version provided by fp-units-rtl-## (Closes: #746794)

36. By Paul Gevers

[ Abou Al Montacir ]
* New upstream point release with many fixes to the 2.6.2 fixes branch.
  - List of changes that may affect the behaviour of previously working
    code, and how to cope with these changes is available online on
    http://wiki.freepascal.org/User_Changes_2.6.4
  - List of reported bugs which have been fixed in this release is available
    online on http://bugs.freepascal.org/changelog_page.php?version_id=315
* Packages changes:
  + Lots and lots fixes and improvements for fcl-db
  + web and json packages synchronized.
  + improvements to the chmcmd compiler.
  + Several fixes for winunits (and winceunits)
* Docs changes:
  + Many additions.
  + fpjson documented.
* Fixed bug making fp-utils not installable in multiple versions.
* Moved removing alternatives from postrm script to prerm as is recommended.
* Bumped standard version to 3.9.5.

[ Paul Gevers ]
* Update bug number in previous changelog entry
* Remove nearly obsolete bzip compression for binary packages
  (See https://lists.debian.org/debian-devel/2014/01/msg00542.html)
* Fixed versioning of ptop.cfg and fpc.cfg manpage
* Add lintian override for two text documents it considers Flash files
* Repack source to strip fpcsrc/rtl/netwlibc/pre/libcpre.gcc.o

35. By Abou Al Montacir <email address hidden>

[ Gianfranco Costamagna ]
* Backport upstream revision 22477 to fix a FTBFS. (Closes: Bug#733618)

[ Abou Al Montacir ]
* Change path of localization files to fit Debian standard.
  (Closes: Bug#73368)
* Fix encoding of German localization files to be UTF-8.

34. By Paul Gevers

[ Christian Perrier ]
* Update debian/control and debconf templates file from Debian translation
  team. (Closes: Bug#725851)
* Update Russian translation (Yuri Kozlov). (Closes: Bug#729391)
* Update Danish translation (Joe Hansen). (Closes: Bug#729428)
* Update German translation (Chris Leick). (Closes: Bug#729841)
* Update Polish translation (Michał Kułach). (Closes: Bug#730064)
* Update Swedish translation (Martin Bagge / brother). (Closes: Bug#730186)
* Update Slovak translation (Slavko). (Closes: Bug#730303)
* Update French translation (David Prévot). (Closes: Bug#730514)
* Update Italian translation (Beatrice Torracca). (Closes: Bug#730579)
* Update Japanese translation (victory). (Closes: Bug#730607)
* Update Portuguese translation (Américo Monteiro). (Closes: Bug#730706)
* Update Spanish translation (Matias Bellone). (Closes: Bug#731767)

[ Paul Gevers ]
* fp-docs, prevent loads of duplicate files, replace with symlinks
  - Add Build-Depends-Indep on rdfind and symlinks
* Removed some dependencies in d/rules target to ease manual building
* lintian override for extra-license-file (it is a Pascal header)
* Allow $EXAMPLE_TEMP to be non-existent in d/moveexamples
* Remove fix-doc-build-with-fpdoc-2.6.0.diff (obsolete)
* Allow builds on all arches (will automatically fail on unsatified
  build-depends when never bootstrapped on that arch before)
* Initial work for kfreebsd (not finished yet)
  - Don't hardcode linux in d/rules
  - Add find_iconv_in_libc_on_debian.patch to force use of libc for iconv
  - Add kfreebsd-amd64_bootstrap.patch for freebsd target to set linker to
    /lib/ld-kfreebsd-x86-64.so.1 and errno to __errno_location
  - Add dont_build_fastcgi_fcl-web_and_fppkg_on_kfreebsd.patch to do exactly
    that.

33. By Paul Gevers

[ Peter Michael Green ]
* Actually apply add-ppc64-support.diff (Closes: Bug#716813)

[ Abou Al Montacir ]
* Removed dependency on svgalib which was removed from Debian. Users may
  install it manually to link against it. (Closes: Bug#714025)

[ Paul Gevers ]
* Fix clean target to run as any user and to not require configure target to
  run.
* Update README.Debian to describe debugging situation (see bug 528855) and
  remove useless information.
* d/control(.in)
  - Remove deprecated DM-Upload-Allowed field
  - Update Standards-Version (no changes needed)
  - Add myself to uploaders
  - Add recommends for *-dev packages for fp-units-gfx-<version>
    (Closes: #702689, LP: 1153007)

32. By Peter Michael Green <email address hidden>

Add -f to rm statements introduced in last upload so they don't fail if
the files are not present.

31. By Peter Michael Green <email address hidden>

Remove the config files used to pass options to the compiler during the
build in clean target to produce clean source packages and to ensure that
they are generated correctly for each architecture.

30. By Peter Michael Green <email address hidden>

[Abou Al Montacir]
* Added a new directive, CFGDIR, to configuration file allowing one to add a
  directory to a list where included configuration files are searched.
* Define a default location, multi-arch compatible, for third party units,
  which should be installed in /usr/lib/$fpctarget-gnu/fp-units-2.6.2/$pkg/.
  Each fp-units package should install a configuration file called $pkg.cfg
  in configuration directory /etc/fp-units-$fpcversion.cfg.d/$fpctarget/.
* Use compiler configuration file to pass debian custom compilaer flags.
* Pass "-z relro" to linker to remove lintian error.
* Restored ppc64 compiler man page. (Closes: Bug#716813)

[Peter Michael Green]
* Use "FPMAKE_SKIP_CONFIG" rather than "FPCFPMAKE" to pass linker option
  needed for building fpmake. This method unlike the previous one shouldn't
  break crossbuilding. (though I don't know if crossbuilding works in
  general)
* Change way patching is done for doc build to fix build with newer
  versions of patch.
* Remove conflicts with binutils-gold (Closes: Bug#717651)
* Use ld.bfd explicitly (Helps with: Bug#624525)
* Use urgency high so that above binutils related changes hopefully get into
  Testing before new binutils does.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/fpc
This branch contains Public information 
Everyone can see this information.

Subscribers