# # patch "debian/docs" # from [c5c3f5cbdcd9823e193d62ea7113f3955b2a1875] # to [06e1b5360d8a3fec9c834eb0c7964b1281078a66] # # patch "debian/rules" # from [6e32d23083c8daeaa8cdaed0fe994c08bcf2b275] # to [c5080c228a8b8c2b1bb01ad8f4ec1e216c93dc66] # --- debian/docs +++ debian/docs @@ -6,3 +6,5 @@ README.changesets UPGRADE monotone.html +figures +contrib --- debian/rules +++ debian/rules @@ -27,7 +27,7 @@ config.status: configure dh_testdir # Add here commands to configure the package. - ./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 + ./configure CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" --with-bundled-sqlite=no --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-stamp