~ubuntu-branches/ubuntu/wily/sugar-0.84/wily

« back to all changes in this revision

Viewing changes to debian/cdbs/1/rules/upstream-tarball.mk

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2009-12-11 18:49:39 UTC
  • mfrom: (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091211184939-zxp8f64t03l2qv61
Tags: 0.84.9-1
* New upstream bugfix release.
* Update debian/copyright (just shuffling around, no new owners or
  licenses).

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        @untar="tar -x -C"; \
108
108
        case "$(cdbs_upstream_received_tarball)" in \
109
109
            *.tar.gz)  unpack="gunzip -c";; \
110
 
            *.tar.bz2) unpack="bunzip2 -c";    uncompress="bunzip2";; \
 
110
            *.tar.bz2) unpack="bunzip2 -c";; \
111
111
            *.tar.Z)   unpack="uncompress -c"; uncompress="uncompress";; \
112
112
            *.zip)     unpack="unzip -q";      uncompress="false";       untar="-d"; nopipe="true";; \
113
113
            *.tar)     unpack="cat";           uncompress="true";; \