~ubuntu-branches/ubuntu/lucid/gnupg2/lucid-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2009-11-07 13:12:03 UTC
  • mfrom: (1.1.13 upstream) (7.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091107131203-vgyndyfgtwch7v61
Tags: 2.0.13-1ubuntu1
* Merge with Debian testing (lp: #477491). Remaining changes:
  - Build-depend on libreadline-dev instead of libreadline5-dev.
  - debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.
  - debian/rules: Call dh_installudev.

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
 
138
138
 
139
139
binary:         binary-indep binary-arch
140
140
 
141
 
 
142
 
# Yes, I added a patch system. Shoot me. - Soren
143
 
include /usr/share/quilt/quilt.make
144
 
clean: unpatch
145
 
build: $(QUILT_STAMPFN)
146
 
 
147
141
.PHONY: binary binary-arch binary-indep clean test build binary-common