summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2014-07-05Package for DysonIgor Pashev1-6/+4
* 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
2014-07-03Added support for illumos (as solaris)Igor Pashev1-3/+14
2014-06-10Avoid unneeded calls for fpcmake as these are consuming the largest part of ↵Abou Al Montacir1-4/+7
compilation time.
2014-04-20Revert "Fixed versioning of ptop.cfg manpage"Paul Gevers1-1/+1
This reverts commit 4f56fb2792fd01b4362e061e5b4a7ae4f3d452d9. I misunderstood the situation. Reverting.
2014-04-19Repack source because of nonfree fpcsrc/rtl/netwlibc/pre/libcpre.gcc.oPaul Gevers1-1/+1
- 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
2014-04-18Fixed versioning of ptop.cfg manpagePaul Gevers1-1/+1
- The old code created manpages like ptop-2.6.2.cfg, while you would expect ptop.cfg-2.6.2
2014-04-03Use ${CURDIR} instead of $(shell pwd).Abou Al Montacir1-5/+4
2014-04-03Fixed typo in clean rule.Abou Al Montacir1-1/+1
2014-04-01Removed duplicate rule to clean make files.Abou Al Montacir1-2/+0
2014-03-20Build fpcmake before regenerating make files.Abou Al Montacir1-2/+2
2014-03-19Clean the way handling make files generation and removal.Abou Al Montacir1-26/+41
2014-01-30Remove nearly obsolete bzip compression for binary packagesPaul Gevers1-1/+0
See https://lists.debian.org/debian-devel/2014/01/msg00542.html
2014-01-16Change path to .mo directories to fit Debian standard. (Closes: Bug#73368)Abou Al Montacir1-0/+1
2013-12-14Update d/rules for first kfreebsd bootstrapping effortPaul Gevers1-2/+14
2013-12-13Minor clean-up in d/rulesPaul Gevers1-3/+2
2013-12-13Prevent loads of duplicate files in fp-docs, replace with symlinksPaul Gevers1-2/+9
- Build-Depends-Indep on rdfind and symlinks - Make dependencies in d/rules slightly more confortable for manual building
2013-10-07Allow clean target to run as user and without configurepoipodeclown@hotmail.com1-8/+7
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5357 b4165226-8c1b-0410-80e1-07324e54c907
2013-07-25commit changes for 2.6.2-5 (already uploaded to debian)plugwash@p10link.net1-2/+2
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5326 b4165226-8c1b-0410-80e1-07324e54c907
2013-07-25commit changes for 2.6.2-4 (already uploaded to debian)plugwash@p10link.net1-0/+3
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5324 b4165226-8c1b-0410-80e1-07324e54c907
2013-06-21Pass "-z relro" to linker to remove lintian warning.abou.almontacir@sfr.fr1-0/+4
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5306 b4165226-8c1b-0410-80e1-07324e54c907
2013-06-20Use compiler configuration file to pass debian custom compilaer flags.abou.almontacir@sfr.fr1-11/+20
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5302 b4165226-8c1b-0410-80e1-07324e54c907
2013-06-10Use "FPMAKE_SKIP_CONFIG" rather than "FPCFPMAKE" to pass linker optionplugwash@p10link.net1-2/+1
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
2013-05-30Add build fixesplugwash@p10link.net1-2/+9
Prepare changelog for 2.6.0-2 upload. git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5282 b4165226-8c1b-0410-80e1-07324e54c907
2013-05-29Avoid changing content of hidden directory .pc as this is used by quilt and ↵abou.almontacir@sfr.fr1-3/+3
changing its content may cause some tricky issues. git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5281 b4165226-8c1b-0410-80e1-07324e54c907
2013-05-29Allow generating each autogenrated file separately on demand.abou.almontacir@sfr.fr1-2/+2
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5280 b4165226-8c1b-0410-80e1-07324e54c907
2013-05-18Regenerate make files before building in order to take into account changes ↵abou.almontacir@sfr.fr1-2/+14
for renaming instantfpc to fpi. git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5269 b4165226-8c1b-0410-80e1-07324e54c907
2013-05-08Cope with linitian warning caused by debian/copyright was auto-generated.abou.almontacir@sfr.fr1-1/+0
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5250 b4165226-8c1b-0410-80e1-07324e54c907
2013-04-30* more powerpc64 fixes (Really closes: Bug#692893)plugwash@p10link.net1-0/+3
+ 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
2013-04-27Fix generation of debian/control.abou.almontacir@sfr.fr1-5/+4
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5230 b4165226-8c1b-0410-80e1-07324e54c907
2013-04-25Added support for ppc64 architecture.abou.almontacir@sfr.fr1-5/+10
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5227 b4165226-8c1b-0410-80e1-07324e54c907
2013-04-25Pass FPC target to fixdeb script as FPC does not use the same arch names ↵abou.almontacir@sfr.fr1-0/+4
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
2013-04-09Removed auto-generation of debian/control during build process as required ↵abou.almontacir@sfr.fr1-2/+7
by policy. (Closes: Bug#704252) git-svn-id: https://bollin.googlecode.com/svn/fpc/branches/2.6.0@5217 b4165226-8c1b-0410-80e1-07324e54c907
2012-04-03* Add support for armhfabou.almontacir@sfr.fr1-8/+37
- 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
2012-03-01* Added alternatives to handle fp (IDE) binary. (Closes: Bug#655626)abou.almontacir@sfr.fr1-1/+1
* 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
2011-12-27* Configuration file is now built on the fly by the post installation script.abou.almontacir@sfr.fr1-8/+0
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5034 b4165226-8c1b-0410-80e1-07324e54c907
2011-12-26Added support for new upstream branch 2.6.0abou.almontacir@sfr.fr1-15/+5
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@5029 b4165226-8c1b-0410-80e1-07324e54c907
2011-10-19* Fixed link issue related to multi-arch by adding arch path to ↵abou.almontacir@sfr.fr1-0/+4
/etc/fpc.cfg. (Closes: Bug#636802) git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4998 b4165226-8c1b-0410-80e1-07324e54c907
2011-07-04Packages fpc.sty and fakehtml.sty to the default latex directory as these re ↵abou.almontacir@sfr.fr1-9/+13
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
2011-05-23remove references to quiltmail.twerner1-7/+4
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4879 b4165226-8c1b-0410-80e1-07324e54c907
2011-05-09Create installation direcotries and copy fpc-depends instead of moving it.abou.almontacir@sfr.fr1-1/+4
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4860 b4165226-8c1b-0410-80e1-07324e54c907
2011-05-09Unexport FPC and FPCDOR variables in case they are already defined.Mazen Neifer1-7/+7
2011-04-28Use ${BIN_DIR} and ${LIB_DIR} when installing files.Mazen Neifer1-3/+6
2011-04-20Force overriding lintian error check about debian build number = 0 as ↵Mazen Neifer1-0/+21
upstream debian packages are always packaged with 0 as build number.
2011-04-13Moved fd2pascal from fp-units-gfx to fp-utils.abou.almontacir@sfr.fr1-6/+12
Reworked man file installation. git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4849 b4165226-8c1b-0410-80e1-07324e54c907
2011-03-30Enable package suffix from main version.abou.almontacir@sfr.fr1-1/+1
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4830 b4165226-8c1b-0410-80e1-07324e54c907
2011-03-17Fixed issues with debconf including buggy template files and missing call to ↵abou.almontacir@sfr.fr1-1/+2
dh_installdebconf for arch dependent packages. git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4821 b4165226-8c1b-0410-80e1-07324e54c907
2011-03-05Set new version 2.4.2 as default FPC version.abou.almontacir@sfr.fr1-1/+1
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4800 b4165226-8c1b-0410-80e1-07324e54c907
2011-03-02Added support for debconf.abou.almontacir@sfr.fr1-0/+1
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4799 b4165226-8c1b-0410-80e1-07324e54c907
2010-12-21* Use version in package names and provide old names as virtual packagesabou.almontacir@sfr.fr1-0/+3
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4727 b4165226-8c1b-0410-80e1-07324e54c907
2010-12-21* Fix doc-base excluding .in files.abou.almontacir@sfr.fr1-1/+1
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@4725 b4165226-8c1b-0410-80e1-07324e54c907