# # patch "debian/control" # from [dfacc174d1f11ca401a324fb1abdaef3472db61a] # to [1fb0ca4df0eadfd784519d5a37eca1d96366327d] # # patch "debian/rules" # from [f555d1ed6aea4f83350053c17bcb9758a5b2cbe9] # to [6e32d23083c8daeaa8cdaed0fe994c08bcf2b275] # --- debian/control +++ debian/control @@ -1,8 +1,8 @@ Source: monotone Section: devel Priority: optional Maintainer: Tomas Fasth -Build-Depends: debhelper (>= 4.0.0), autotools-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev, libboost-test-dev, libboost-dev, g++, libpopt-dev, liblua50-dev, liblualib50-dev, libsqlite3-dev +Build-Depends: debhelper (>= 4.0.0), autotools-dev, libboost-date-time-dev, libboost-filesystem-dev, libboost-regex-dev, libboost-test-dev, libboost-dev, g++, libpopt-dev, libsqlite3-dev Standards-Version: 3.6.1 Package: monotone --- debian/rules +++ debian/rules @@ -27,7 +27,7 @@ config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/lua50" ./configure --with-bundled-sqlite=no --with-bundled-lua=no --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + ./configure CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/lua50" --with-bundled-sqlite=no --with-bundled-lua=no --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-stamp