Import Debian changes 1.0.4-2

tinc (1.0.4-2) unstable; urgency=low

  * Compensate for change in texinfo's output directory. Closes: #318562
  * Include Czech translation of the debconf questions. Closes: #312982
This commit is contained in:
Guus Sliepen 2005-07-16 11:42:04 +02:00
parent 64f9c3df1b
commit 458d509a4f
4 changed files with 72 additions and 2 deletions

2
debian/rules vendored
View file

@ -15,5 +15,5 @@ clean::
build/tinc::
cd doc && $(MAKE) texi2html
binary-post-install/tinc::
mv -v doc/*.html debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/
mv -v doc/tinc/*.html debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/
cd debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ && tar xzf ../../../../../../doc/sample-config.tar.gz && mv sample-config examples && rm -rf examples/CVS examples/hosts/CVS