~ubuntu-branches/debian/sid/mpc123/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniele Sempione
  • Date: 2008-03-21 23:45:34 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080321234534-1l5v91nii5oy0i32
Tags: 0.2.4-1
* New upstream release (Closes: #459317)
  + bug fixes
  + added i18n support (it)
* Bump Standards-Version to 3.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        dh_testroot
30
30
        rm -f build-stamp configure-stamp
31
31
 
32
 
        -$(MAKE) clean
 
32
        $(MAKE) clean
33
33
 
34
34
        dh_clean 
35
35
 
41
41
 
42
42
        # authors will add the Makefile `install' target in the next release
43
43
        cp mpc123 $(CURDIR)/debian/mpc123/usr/bin/
 
44
        cp LOCALES/it/LC_MESSAGES/mpc123.mo $(CURDIR)/debian/mpc123/usr/share/locale/it/LC_MESSAGES/
44
45
 
45
46
 
46
47
# Build architecture-independent files here.