Install correct changelog in .deb package; ignore new debhelper intermediate files.

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3729 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2008-04-25 15:36:52 +00:00
parent 017b73db27
commit 9a63e92558
2 changed files with 2 additions and 3 deletions

1
debian/.gitignore vendored
View file

@ -1,4 +1,5 @@
/files
/*.debhelper
/*.debhelper.log
/linkchecker
/*.substvars

4
debian/rules vendored
View file

@ -1,6 +1,7 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pycentral
DEB_DH_INSTALLCHANGELOGS_ARGS=ChangeLog.txt
common-install-arch::
$(MAKE) locale
@ -41,6 +42,3 @@ common-install-arch::
# install .mo files
install -m 644 build/share/locale/de/LC_MESSAGES/linkchecker.mo $(LOCALE)/de/LC_MESSAGES/
binary-post-install/linkchecker::
# remove the README file which somehow gets installed
rm $(DOCDIR)/README