mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-15 10:03:10 +00:00
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:
parent
017b73db27
commit
9a63e92558
2 changed files with 2 additions and 3 deletions
1
debian/.gitignore
vendored
1
debian/.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
/files
|
||||
/*.debhelper
|
||||
/*.debhelper.log
|
||||
/linkchecker
|
||||
/*.substvars
|
||||
|
|
|
|||
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue