mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 07:34:44 +00:00
fixes for deb packages
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@261 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
61e003bf30
commit
b94c869107
3 changed files with 10 additions and 1 deletions
2
debian/.cvsignore
vendored
2
debian/.cvsignore
vendored
|
|
@ -4,3 +4,5 @@ substvars
|
|||
*.debhelper
|
||||
linkchecker
|
||||
linkchecker-ssl
|
||||
changelog-ssl
|
||||
*-nossl
|
||||
|
|
|
|||
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
linkchecker (1.3.1) unstable; urgency=low
|
||||
|
||||
* remove CVS files from Debian source package by using cvs-
|
||||
buildpackage
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sat, 5 May 2001 16:05:06 +0200
|
||||
|
||||
linkchecker (1.3.0) unstable; urgency=low
|
||||
|
||||
* require and use Python >= 2.0
|
||||
|
|
|
|||
2
debian/rules-ssl
vendored
2
debian/rules-ssl
vendored
|
|
@ -70,7 +70,7 @@ binary-arch: build install
|
|||
dh_testdir
|
||||
dh_testroot
|
||||
# dh_installdebconf
|
||||
# dh_installdocs
|
||||
dh_installdocs
|
||||
# dh_installexamples lc.* lconline/*.html
|
||||
# dh_installmenu
|
||||
# dh_installemacsen
|
||||
|
|
|
|||
Loading…
Reference in a new issue