~ubuntu-branches/ubuntu/trusty/xemacs21-packages/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2013-11-17 14:40:05 UTC
  • mfrom: (1.2.7) (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20131117144005-53gvcz47wugzpp33
Tags: 2009.02.17.dfsg.2-1
* New maintainer, reupload to archive.  This is mostly the previous
  packaging with RC bug fixes - a bunch of additional work needs to
  be done to modernise this (closes: #729717).
* Remove yet more non-free docs (closes: #695799, #709501).
* Fix many build failures due to texinfo5.  Some of these fixes are
  far from ideal and will need to be revisited (closes: #712316).
* Convert to v3.0 (quilt).
* Delete some extra generated files in auctex on clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Uncomment this to turn on verbose mode.
7
7
#export DH_VERBOSE=1
8
8
 
9
 
include /usr/share/dpatch/dpatch.make
10
9
PACKAGE=xemacs21-packages
11
10
 
12
11
# this script moves directories so things can't be on separate
39
38
        $(MAKE) -f debian/PackagesMakefile create-source-tar
40
39
 
41
40
build: pre-build build-stamp
42
 
build-stamp: patch-stamp
 
41
build-stamp:
43
42
        dh_testdir
44
43
 
45
44
        cp debian/Local.rules .
49
48
 
50
49
        touch build-stamp
51
50
 
52
 
clean: unpatch
 
51
clean:
53
52
        dh_testdir
54
53
        dh_testroot
55
54
        rm -f build-stamp install-stamp pre-build-stamp
61
60
        -rm -f debian/substvars
62
61
        -rm -f debian/files
63
62
        -rm -rf debian/tmp #`find debian/* -type d`
 
63
        -rm -f xemacs-packages/auctex/preview/latex/bootstrap.log
 
64
        -rm -f xemacs-packages/auctex/preview/latex/preview-mk.ins
 
65
        -rm -f xemacs-packages/auctex/preview/latex/preview-mk.log
 
66
        -rm -f xemacs-packages/auctex/preview/latex/preview.aux
 
67
        -rm -f xemacs-packages/auctex/preview/latex/preview.drv
 
68
        -rm -f xemacs-packages/auctex/preview/latex/preview.log
64
69
 
65
70
        # Add here commands to clean up after the build process.
66
71
        [ ! -f Local.rules ] || $(MAKE) distclean