File: README.source

package info (click to toggle)
tools-reader-clojure 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: xml: 240; makefile: 20; sh: 2
file content (10 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Since we're patching out piggieback, on new releases we need to generate the
debian/pom.xml file after having applied patches:

    $ quilt push -a
    $ lein pom debian/pom.xml
    $ quilt pop -a

We're not running the upstream testsuite as an autopkgtest, as it requires some
files that are not packaged (in src/test). We _could_ package a -test package
and try to include them, but it would mean a lot of patches and a trip via NEW.