summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* Disable the build script on: mips mipsel powerpc powerpcspeHEADdebian/1.2-4archive/debian/1.2-4masterAndrej Shadura2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was going to say: — Fsck it, I’m not going to fix build on those broken architectures. But then I found https://bugs.debian.org/897086. Seems it can be worked around by disabling version scripts on just those architectures. --- checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... configure: error: in `/<<PKGBUILDDIR>>': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details --- configure:2772: checking whether we are cross compiling configure:2780: gcc -o conftest -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,--version-script=/<<PKGBUILDDIR>>/debian/version-script conftest.c >&5 configure:2784: $? = 0 configure:2791: ./conftest ./configure: line 2793: 26989 Segmentation fault ./conftest$ac_cv_exeext configure:2795: $? = 139 configure:2802: error: in `/<<PKGBUILDDIR>>': configure:2804: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. ---
* Use debhelper-compat = 12, bump S-VAndrej Shadura2019-01-08
|
* Import Debian changes 1.2-1.1YunQiang Su2018-04-24
| | | | | | | libguess (1.2-1.1) unstable; urgency=medium * Non-maintainer upload. * Generate testbench before run them (Closes: #809302).
* Import Debian changes 1.2-1Andrew Shadura2018-04-24
| | | | | | | | | libguess (1.2-1) unstable; urgency=medium * New upstream release. * Drop mowgli dependencies. * Update the homepage. * Don't regenerate guess_tab, as gauche is currently broken on s390x.
* Update to the latest upstream snapshotAndrew Shadura2014-06-21
|
* Import 1.1-2.Andrew Shadura2013-10-22
|
* honour CPPFLAGSAndrew Shadura2011-12-20
|
* don't patch configure, run autoreconf insteadAndrew Shadura2011-12-20
|
* don't compress the exampleAndrew O. Shadoura2011-04-02
|
* use $(CURDIR) instead of $(PWD): guaranteed to workAndrew O. Shadoura2011-04-02
|
* populate CFLAGS and LDFLAGS using dpkg-buildflagsAndrew O. Shadoura2011-04-02
|
* don't be hackish: use version script to hide symbolsAndrew O. Shadoura2011-04-02
|
* fix autotools-dev invocationAndrew O. Shadoura2011-03-31
|
* use dh_clean to clean up the working directoryAndrew O. Shadoura2011-03-29
|
* move tests to dh_auto_testAndrew O. Shadoura2011-03-29
|
* make sure we can load the just compiled libraryAndrew O. Shadoura2011-03-29
|
* honor DEB_BUILD_OPTIONS=nocheckAndrew O. Shadoura2011-03-29
|
* add tests; run them during the build processAndrew O. Shadoura2011-03-28
|
* debian/rules: remove autogenerated guess_tab.c on `make clean`Andrew O. Shadoura2011-03-19
|
* debian/rules: rebuild guess_tab.c using gauche from guess.scmAndrew O. Shadoura2011-03-19
|
* debian/rules: handle buildsys.mk absense in a different wayAndrew O. Shadoura2011-03-19
|
* debian/rules: no need to run autogen.shAndrew O. Shadoura2011-03-19
|
* debian/rules: don't fail if `make clean` can't be doneAndrew O. Shadoura2011-03-19
|
* fix it yet moreAndrew O. Shadoura2010-10-10
|
* fix the clean-upAndrew O. Shadoura2010-10-10
|
* merge examples into -dev package; fix a clean-up; remove some comments from ↵Andrew O. Shadoura2010-10-10
| | | | d/watch
* initial packagingAndrew O. Shadoura2010-10-10