~ubuntu-branches/ubuntu/quantal/xdaliclock/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-04-20 08:42:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100420084220-j7ykvh34b2jx7hyv
Tags: 2.31-1
* New maintainer (Closes: #561233)
* New upstream release (Closes: #578379)
* debian/control:
  + Updated to Standards-Version 3.8.4
  + Added ${misc:Depends} to Depends
  + Updated debhelper dependency to 7
* debian/rules:
  + Do not do append to copyright file trick
  + Used dh_prep instead of dh_clean -k
* Converted package to new source format 3.0 (quilt)
* debian/copyright:
  + Added missing vroot.h copyright
  + Better copyright assignment, year for Author
* debian/patches/spelling-error-in-manpage_xdaliclock:
  + Added patch to fix manpage spelling mistake by Florian Ernst
    <florian@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
install: build
36
36
        dh_testdir
37
37
        dh_testroot
38
 
        dh_clean -k
 
38
        dh_prep
39
39
        dh_installdirs usr/share/man/man1 usr/bin
40
40
        cd X11 && $(MAKE) install_prefix=$(CURDIR)/debian/xdaliclock install
41
41
 
46
46
        dh_testdir
47
47
        dh_testroot
48
48
        dh_installdocs README
49
 
        # append copyright to copyright file.
50
 
        head -11 X11/xdaliclock.c >> debian/xdaliclock/usr/share/doc/xdaliclock/copyright
51
 
        dh_installexamples
52
49
        dh_installmenu
53
50
        dh_installman
54
51
        dh_installchangelogs