Age | Commit message (Collapse) | Author | Files | Lines |
|
* Map illumos to solaris in debian/rules
* Ignore errors in clean-make-files target in debian/rules
* Don't put empty linker flags in debian/rules:
test -z '$(LDFLAGS)' || echo '-k$(LDFLAGS)' >> $@
* Added patches:
dyson-solaris-gnutoolchain.patch
dyson-fpcmake.ini.patch
dyson-libs.patch
dyson-components.patch
* Added dh_install excludes for solaris:
grab_vcsa, opencl, graph, ptc, cdrom
|
|
|
|
compilation time.
|
|
This reverts commit 4f56fb2792fd01b4362e061e5b4a7ae4f3d452d9.
I misunderstood the situation. Reverting.
|
|
- Adjust d/orig-tar.sh to also strip exe files, skip Lazarus things and fix permissions while
we are at it.
- Adjust d/watch to call orig-tar.sh again, plus add the same as Lazarus mangling rules
- Add note to d/copyright
- Adjust d/rules to force the download also if the version in d/changelog is already the latest
|
|
- The old code created manpages like ptop-2.6.2.cfg, while you would expect ptop.cfg-2.6.2
|
|
|
|
|
|
|
|
|
|
|
|
See https://lists.debian.org/debian-devel/2014/01/msg00542.html
|
|
|
|
|
|
|
|
- Build-Depends-Indep on rdfind and symlinks
- Make dependencies in d/rules slightly more confortable for manual building
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5357 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5326 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5324 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5306 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5302 b4165226-8c1b-0410-80e1-07324e54c907
|
|
needed for building fpmake. This method unlike the previous one shouldn't
break crossbuilding. (though I don't know if crossbuilding works in general)
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5297 b4165226-8c1b-0410-80e1-07324e54c907
|
|
Prepare changelog for 2.6.0-2 upload.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5282 b4165226-8c1b-0410-80e1-07324e54c907
|
|
changing its content may cause some tricky issues.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5281 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5280 b4165226-8c1b-0410-80e1-07324e54c907
|
|
for renaming instantfpc to fpi.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5269 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5250 b4165226-8c1b-0410-80e1-07324e54c907
|
|
+ set PPUSF to ppc64 in debian/rules.
+ add manpage patch to series file.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5233 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5230 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5227 b4165226-8c1b-0410-80e1-07324e54c907
|
|
than debian and rules file has a mapping table.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5226 b4165226-8c1b-0410-80e1-07324e54c907
|
|
by policy. (Closes: Bug#704252)
git-svn-id: https://bollin.googlecode.com/svn/fpc/branches/2.6.0@5217 b4165226-8c1b-0410-80e1-07324e54c907
|
|
- debian/rules:
+ Specify arm variant explicitly when cycling the compiler so that it is
possible to bootstrap with a starting compiler from another arm variant.
+ Use DEB_*_ARCH_CPU to reduce the ammount of special casing we
require when setting CPU_SOURCE and CPU_TARGET.
+ debian/control: add armhf to architecture list.
- debian/patches/armhf.diff: main changes for port, based on patch
submitted upstream with adjustments to backport to 2.6.0
- debian/patches/regenerate_messages.diff: regenerate messages file
to add new message introduced by armhf.diff
* fixups to clean target in debian/rules:
- Don't remove .pc since we aren't removing the patches anymore
(fixes issues where quilt doesn't think the patches are applied even
though in fact they are)
- Cleanup some files which seem to get left behind by
the upstream build/cleanup process.
- Cleanup install-source-stamp
- Cleanup various generated files in debian directory
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5091 b4165226-8c1b-0410-80e1-07324e54c907
|
|
* Use grep instead of egrep in debian/rules
* Use single quote for sed RE in order to avoid issues with some shells.
* Set priority according to version in fpc and fp-utils so that newer version is automatically selected.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5073 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5034 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5029 b4165226-8c1b-0410-80e1-07324e54c907
|
|
/etc/fpc.cfg. (Closes: Bug#636802)
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4998 b4165226-8c1b-0410-80e1-07324e54c907
|
|
required to compile fpdoc latex output. (Closes: Bug#628100)
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4900 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4879 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4860 b4165226-8c1b-0410-80e1-07324e54c907
|
|
|
|
|
|
upstream debian packages are always packaged with 0 as build number.
|
|
Reworked man file installation.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4849 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4830 b4165226-8c1b-0410-80e1-07324e54c907
|
|
dh_installdebconf for arch dependent packages.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4821 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4800 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4799 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4727 b4165226-8c1b-0410-80e1-07324e54c907
|
|
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4725 b4165226-8c1b-0410-80e1-07324e54c907
|