~ubuntu-branches/ubuntu/vivid/ssed/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-03-25 13:25:02 UTC
  • mfrom: (3.1.4 karmic)
  • Revision ID: james.westby@ubuntu.com-20100325132502-sjt1e2zud6iqcxfu
Tags: 3.62-6.4
* Non-maintainer upload
* Merge 3.62-6.3ubuntu1
  Build with default compiler
  Remove gcc-4.1 from Build-Depends
  Closes: 463296
* Update config.guess config.sub in config
* Remove config.guess config.sub in the clean target
* DH compat level is 7
* Fix debhelper-but-no-misc-depends
* Fix package-uses-deprecated-debhelper-compat-version
* Fix package-lacks-versioned-build-depends-on-debhelper
* Fix debian-rules-sets-DH_COMPAT
* Fix debian-rules-ignores-make-clean-error
* Fix ancient-standards-version
* Fix copyright-refers-to-symlink-license
* Fix copyright-without-copyright-notice
* Fix no-homepage-field
* Fix missing-dependency-on-install-info
* Fix install-info-used-in-maintainer-script
* Fix maintainer-script-empty
* Fix dh-clean-k-is-deprecated
* Fix manpage-has-useless-whatis-entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Uncomment this to turn on verbose mode.
4
4
export DH_VERBOSE=1
5
5
 
6
 
# This is the debhelper compatability version to use.
7
 
export DH_COMPAT=4
8
 
 
9
6
configure: configure-stamp
10
7
configure-stamp:
11
8
        dh_testdir
12
9
        cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub .
13
 
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --program-prefix=s CC=gcc-4.1
 
10
        cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub config
 
11
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --program-prefix=s
14
12
 
15
13
        touch configure-stamp
16
14
 
30
28
        rm -f build-stamp configure-stamp
31
29
 
32
30
        # Add here commands to clean up after the build process.
33
 
        -$(MAKE) distclean
 
31
        rm -f config.guess config/config.guess config.sub config/config.sub
 
32
        [ ! -f Makefile ] || $(MAKE) distclean
34
33
 
35
34
        dh_clean
36
35
 
37
36
install: build
38
37
        dh_testdir
39
38
        dh_testroot
40
 
        dh_clean -k
 
39
        dh_prep
41
40
        dh_installdirs
42
41
 
43
42
        $(MAKE) install DESTDIR=$(CURDIR)/debian/ssed