~ubuntu-branches/ubuntu/feisty/libaudio-flac-header-perl/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ivo Marino
  • Date: 2005-09-26 12:35:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050926123535-ev2tuj3sh1bmrkp6
Tags: 1.4-1
* New upstream release Audio-FLAC-Header-1.4 (Closes: #329495).
* [debian/control] Changed build dependency of libflac-dev to (>= 1.1.2-1)
  (Closes: #325957).
* [debian/control] Moved all build dependencies to Build-Depends.
* [debian/control] Updated Build-Depends perl to version >= 5.8.4.
* [debian/control] Updated Standards-Version to 3.6.2.
* [debian/rules] Disabled dh_installexamples.
* [debian/rules] Enabled dh_installman.
* [debian/copyright] Updated the download link of the latest upstream
  source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        dh_testdir
74
74
        dh_testroot
75
75
        dh_installdocs README
76
 
        dh_installexamples 
 
76
#       dh_installexamples
77
77
#       dh_installmenu
78
78
#       dh_installcron
79
 
#       dh_installman
 
79
        dh_installman
80
80
        dh_installchangelogs Changes
81
81
        dh_link
82
82
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))