~ubuntu-branches/ubuntu/utopic/file-browser-applet/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-08-29 13:32:00 UTC
  • mfrom: (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090829133200-6am6p9uvs19xgqbd
Tags: 0.6.4-1
* New upstream release.
 - Added option to display thumbnails (if available) instead of icons.
 - Usability improvements.
 - Code cleanups.
* debian/control:
 - Bump standards version to 3.8.3, no changes needed.
 - Add Vcs-Browser field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        rm -f build-stamp configure-stamp
29
29
 
30
30
        # Add here commands to clean up after the build process.
31
 
        [ ! -f Makefile ] || $(MAKE) really-clean
 
31
        [ ! -f Makefile ] || $(MAKE) distclean
32
32
 
33
33
        dh_clean 
34
34