User info in /etc/metaproxy/metaproxy.user
[metaproxy-moved-to-github.git] / debian / rules
index 789d889..c5713b7 100755 (executable)
@@ -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