~ubuntu-branches/ubuntu/raring/agda-stdlib/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2010-02-10 10:45:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210104504-ylcxfwjkdywbuq8r
Tags: 0.3-1ubuntu1
* Upload to Lucid. Cannot immediately upload to sid as agda is tied up in a
  GHC transition taking place.
* debian/control: Fix short descriptions (too long, one said "profiling"
  instead of "documentation")
* debian/rules, debian/control: No need to use upstream's buildsys. This only
  builds Everything.agda which is already included in the distribution
  anyway. Also trim GHC and filepath from build-deps as these aren't needed
  now. This bypassing is required becuase upstream's buildsys invokes
  runhaskell, which isn't available everywhere.
* debian/rules: Disable upstream tests for the same reason as above. We
  typecheck the same file, README.agda, to generate the documentation
  anyway so this has no negative effect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        dh_auto_clean
7
7
 
8
8
override_dh_auto_build:
9
 
        dh_auto_build
 
9
        agda -i $(CURDIR) -i $(CURDIR)/src $(CURDIR)/Everything.agda
10
10
        # Can I easily make this happen only for the indep build?
11
11
        # It's really not much overhead either way, but would be a nice improvement
12
12
        agda --html -i $(CURDIR) -i $(CURDIR)/src $(CURDIR)/README.agda
13
13
 
 
14
# disable "tests". This only typechecks README.agda, which we do to build the
 
15
# docs anyway.
 
16
#
 
17
# Upstream's test rule invokes runhaskell, which isn't available on all
 
18
# architectures and so causes an FTBFS.
 
19
override_dh_auto_test:
 
20
 
14
21
%:
15
22
        dh $@