X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=c5713b7bc3beab5fdb3903f8e3ed1c1f1ba9e73c;hb=8e494be7d760b4fe8f5b0d9e48a19b2dca7d962b;hp=789d88972651ff92a7bc9ad48849381f0b519eca;hpb=a118ca6222c2d5fb113f991bd8e57b158ccc4839;p=metaproxy-moved-to-github.git diff --git a/debian/rules b/debian/rules index 789d889..c5713b7 100755 --- a/debian/rules +++ b/debian/rules @@ -6,8 +6,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Force compat level four -export DH_COMPAT=4 +# Force compat level five +export DH_COMPAT=5 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -30,7 +30,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-yazpp=/usr/bin + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-yazpp=/usr/bin --without-usemarcon #--infodir=\$${prefix}/share/info --enable-shared --enable-static --with-xslt @@ -84,6 +84,7 @@ binary-arch: build install mv debian/tmp/usr/share/doc/metaproxy debian/tmp/usr/share/doc/metaproxy-doc mkdir -p debian/tmp/etc/metaproxy cp debian/metaproxy.xml debian/tmp/etc/metaproxy/metaproxy.xml + cp rpm/metaproxy.user debian/tmp/etc/metaproxy/metaproxy.user dh_install # dh_installmenu # dh_installdebconf