~ubuntu-branches/ubuntu/vivid/fbreader/vivid-proposed

« back to all changes in this revision

Viewing changes to distributions/tarball/source/rules

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2008-01-23 16:51:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123165107-5q19etahzd72c33a
Tags: 0.8.12-3
* Add libzlui-maemo which allows using fbreader on the maemo platform, on
  Debian. Thanks, Riku Voipio. Closes: #462299
* makefiles/arch/maemo.mk: Don't build with -thumb. (Riku)
* Loosen dependency versions some more, so it only depends on the current
  upstream version or higher, ignoring the Debian revision.
* Use binary:Version instead of deprecated Source-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
install:
9
9
        mkdir $(DESTDIR)/$(SRCDIR)
10
10
        cp -r Makefile build_packages.sh zlibrary fbreader makefiles distributions README.build $(DESTDIR)/$(SRCDIR)
11
 
        rm -rf `find $(DESTDIR)/$(SRCDIR) -name ".svn"`
12
 
        make -C $(DESTDIR)/$(SRCDIR) distclean 1> /dev/null 2>&1
13
11
 
14
12
tarball:
15
13
        tar czf fbreader-sources-$(VERSION).tgz -C $(DESTDIR) $(SRCDIR)