We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f53fb0 commit c4ee671Copy full SHA for c4ee671
debian/rules.in
@@ -3,8 +3,10 @@
3
# Uncomment this to turn on verbose mode.
4
#export DH_VERBOSE=1
5
6
+CURDIR =
7
+DEB_SRCDIR = @abs_top_srcdir@
8
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
-DEB_BUILDDIR = build
9
+DEB_BUILDDIR = deb_build
10
DEB_MAKE_CHECK_TARGET = check
11
12
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -13,6 +15,6 @@ include /usr/share/cdbs/1/class/autotools.mk
13
15
# compile jobs
14
16
MAKE += -j1
17
-makebuilddir/libhttpserver::
- autoreconf --install
18
+#makebuilddir/libhttpserver::
19
+# autoreconf --install
20
0 commit comments