Skip to content

Commit c4ee671

Browse files
author
Sebastiano Merlino
committed
Changed rules.in in order to avoid relative paths in deb compile
1 parent 1f53fb0 commit c4ee671

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

debian/rules.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
# Uncomment this to turn on verbose mode.
44
#export DH_VERBOSE=1
55

6+
CURDIR =
7+
DEB_SRCDIR = @abs_top_srcdir@
68
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
7-
DEB_BUILDDIR = build
9+
DEB_BUILDDIR = deb_build
810
DEB_MAKE_CHECK_TARGET = check
911

1012
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -13,6 +15,6 @@ include /usr/share/cdbs/1/class/autotools.mk
1315
# compile jobs
1416
MAKE += -j1
1517

16-
makebuilddir/libhttpserver::
17-
autoreconf --install
18+
#makebuilddir/libhttpserver::
19+
# autoreconf --install
1820

0 commit comments

Comments
 (0)