~ubuntu-branches/ubuntu/precise/spass/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Roland Stigge
  • Date: 2008-08-17 18:05:44 UTC
  • Revision ID: james.westby@ubuntu.com-20080817180544-qjs5msr2nz64t60b
Tags: 2.1-4
* debian/rules: Removed DEB_BASE_DIR (Closes: #495149)
* debian/control: Standards-Version: 3.8.0
* debian/compat: 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
# generic Debian directories
22
22
 
23
 
DEB_BASE_DIR = $(PWD)
24
 
DEB_DEBIAN_DIR = $(DEB_BASE_DIR)/debian
25
 
DEB_SOURCE_DIR = $(DEB_BASE_DIR)/SPASS-2.1
 
23
DEB_DEBIAN_DIR = $(CURDIR)/debian
 
24
DEB_SOURCE_DIR = $(CURDIR)/SPASS-2.1
26
25
DEB_BUILD_DIR = $(DEB_DEBIAN_DIR)/build
27
26
DEB_INSTALL_DIR = $(DEB_DEBIAN_DIR)/tmp
28
27