Add Debian package changes.

This commit is contained in:
Bastian Kleineidam 2012-04-25 19:40:47 +02:00
parent 1a512362dd
commit c71b586189
2 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
linkchecker (7.7-2) unstable; urgency=low
* Fix FTBFS when building only architecture dependant packages.
Closes: #670313
-- Bastian Kleineidam <calvin@debian.org> Wed, 25 Apr 2012 06:54:11 +0200
linkchecker (7.7-1) unstable; urgency=low
* New upstream release.

4
debian/rules vendored
View file

@ -29,7 +29,7 @@ HTMLDIRWEB=$(ROOTDIRWEB)/usr/share/linkchecker/lconline
CGIDIRWEB=$(ROOTDIRWEB)/usr/lib/cgi-bin
ETCDIRWEB=$(ROOTDIRWEB)/etc
override_dh_auto_install:
override_dh_auto_install-arch:
dh_auto_install --buildsystem python_distutils
# install system wide configuration files in etc
install -m 644 config/linkcheckerrc $(ETCDIR)/linkchecker/
@ -37,6 +37,8 @@ override_dh_auto_install:
install -m 644 config/linkchecker-completion $(ETCDIR)/bash_completion.d
# install .mo files
install -m 644 build/share/locale/de/LC_MESSAGES/linkchecker.mo $(LOCALEDIR)/de/LC_MESSAGES/
override_dh_auto_install-indep:
# install CGI files in web package
install -m 644 cgi-bin/lconline/*.html $(HTMLDIRWEB)
install -m 644 cgi-bin/lconline/*.de $(HTMLDIRWEB)