~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-08-23 20:48:11 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090823204811-cajik24rci4xszia
Tags: 2.0.12-1
* New upstream release. (Closes: #499569, #463270, #446494, #314068, 
  #519375, #514587)
* debian/control: Change build dependency on gs to ghoscript, since
  ghoscript has been replaced.
* debian/compat: Use debhelper v7.
* debian/control: Update Standards-Version to 3.8.2.
* debian/control: Use ${misc:Depends}.
* configure.ac: Override pkgdatadir so that it points to
  /usr/share/gnupg2. (Closes: #528734)
* debian/rules: No longer need to specify pkgdatadir at make install
  time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
# Nothing to do
104
104
 
105
105
binary-arch:    build test binary-common
106
 
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp pkgdatadir=/usr/share/gnupg2 install
 
106
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
107
107
        # shouldn't be here; it's a symlink to /etc/locale.alias in Debian
108
108
        -rm -f debian/tmp/usr/share/locale/locale.alias
109
109