~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2009-12-11 15:49:07 UTC
  • mfrom: (4.1.5 lucid)
  • Revision ID: james.westby@ubuntu.com-20091211154907-iuv0ruo941ov6tr0
Tags: 2.00+dfsg-6
* Add diversion for pico and remove conflict with nano.
  (Closes: #415169)
* Build-depend on aspell. This makes it always build correctly with
  spell-checking support. (LP: #340993)
* Change section of alpine-debug to "debug", fixing the override disparity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# debian/rules for alpine using cdbs
3
3
# Andreas Tille <tille@debian.org>, GPL
4
4
 
 
5
install/alpine-pico::
 
6
# Rename pico to pico.alpine.
 
7
# alpine-pico.install puts this in the alpine-pico package.
 
8
        mv pico/pico pico/pico.alpine
 
9
        mv doc/pico.1 doc/pico.alpine.1
 
10
 
5
11
include /usr/share/cdbs/1/rules/debhelper.mk
6
12
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
13
include /usr/share/cdbs/1/class/autotools.mk
22
28
# install README only into alpine package
23
29
DEB_INSTALL_DOCS_ALL :=
24
30
DEB_INSTALL_DOCS_alpine := README
 
31