~ubuntu-branches/debian/wheezy/texlive-extra/wheezy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-01-12 19:08:37 UTC
  • mfrom: (1.2.1 upstream) (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20070112190837-1cm7kyizrcdtk1ac
Tags: 2005.dfsg.3-1
blacklist siam.tpm and build new upstream, as the siam macros are not
DFSG free (no selling clause) (Closes: #406426)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
3
 
# debian/rules file fo texlive-extra
 
3
# debian/rules file for texlive-extra
4
4
#
5
5
PACKAGES=texlive-bibtex-extra texlive-formats-extra texlive-generic-extra texlive-math-extra texlive-plain-extra texlive-latex-extra texlive-latex3 texlive-fonts-extra texlive-chemistry texlive-games texlive-pstricks texlive-publishers
6
6
 
 
7
SHELL=/bin/bash
 
8
 
7
9
include /usr/share/dpatch/dpatch.make
8
10
 
9
11
build: build-stamp
29
31
          rm -rf debian/$$i/usr/share/texmf-texlive/tpm ; \
30
32
          install -D --mode=644 debian/$$i.override debian/$$i/usr/share/lintian/overrides/$$i ; \
31
33
          install -D --mode=755 debian/bug.script debian/$$i/usr/share/bug/$$i/script ; \
 
34
          install -D --mode=644 debian/bug.control debian/$$i/usr/share/bug/$$i/control ; \
32
35
          bash debian/create-doc-links $$i texlive-doc > debian/$$i.links ; \
33
36
          if [ -r debian/$$i.links.dist ] ; then cat debian/$$i.links.dist >> debian/$$i.links ; fi ; \
34
37
          if [ -r debian/$$i.README ] ; then cat debian/$$i.README > debian/$$i.README.Debian ; fi ; \