~vcs-imports/do-plugins/debian-packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: directhex
  • Date: 2009-10-13 22:43:10 UTC
  • Revision ID: vcs-imports@canonical.com-20091013224310-c5a95o0i1kq2j8xo
  * debian/rules:
   - Make get-orig-source rule deterministic

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
repack-source: strip-shipped-binaries
65
65
        cd $(TEMP_DIR) && \
66
 
                tar czvf $(TARBALL) \
 
66
                tar --mtime=@1255388400 -cvf $(TARBALL) \
67
67
                        $(notdir $(SOURCE_DIR))
 
68
        cd $(TEMP_DIR) && \
 
69
                gzip -9fn $(TARBALL)
68
70
 
69
71
get-orig-source: repack-source
70
72
        [ -d ../tarballs ] || mkdir ../tarballs