~ubuntu-branches/ubuntu/vivid/tcltls/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Muammar El Khatib
  • Date: 2012-05-29 20:40:56 UTC
  • mfrom: (6.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20120529204056-7cvgrwkdikvubl2o
Tags: 1.6+dfsg-3
* debian/rules:
  + Erased unnecessary calls of quilt.
* debian/control:
  + Dropped build-dependcy on autotools-dev.
* debian/patches:
  + 01_configure.patch was added in order to avoid a problem with shared
  libraries, and thus it should fix the FTBFS in kfreebsd. Thanks to Petr
  Salinger. (Closes: #638381)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12
12
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
13
13
 
14
 
include /usr/share/quilt/quilt.make
15
 
 
16
14
 
17
15
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
18
16
        CFLAGS += -O0
35
33
                --with-ssl-dir=/usr \
36
34
                --with-tcl=/usr/lib/ \
37
35
                --with-tclinclude=/usr/include/tcl LDFLAGS="-Wl,-soname,libtls.so.0"
38
 
      
 
36
 
39
37
build: build-arch build-indep
40
38
build-arch: build-stamp
41
39
build-indep: build-stamp
42
40
 
43
 
build-stamp: config.status $(QUILT_STAMPFN)
 
41
build-stamp: config.status
44
42
        dh_testdir
45
43
 
46
44
        # Add here commands to compile the package.