mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 20:01:53 +00:00
Updated Debian packaging
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3948 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1e500c215c
commit
7f82fdf8c9
3 changed files with 11 additions and 14 deletions
|
|
@ -14,7 +14,12 @@ include debian/linkchecker.docs
|
|||
include debian/linkchecker.examples
|
||||
include debian/linkchecker.links
|
||||
include debian/linkchecker.postinst
|
||||
include debian/linkchecker.postrm
|
||||
include debian/linkchecker.install
|
||||
include debian/linkchecker-gui.install
|
||||
include debian/linkchecker-gui.menu
|
||||
include debian/compat
|
||||
include debian/pycompat
|
||||
include debian/NEWS
|
||||
include debian/README.Debian
|
||||
include debian/watch
|
||||
|
|
|
|||
18
Makefile
18
Makefile
|
|
@ -7,9 +7,9 @@ HOST=www.debian.org
|
|||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -C
|
||||
PYTHONSVN=/home/calvin/src/python-svn
|
||||
PY_FILES_DIRS=linkcheck tests scripts *.py linkchecker gui cgi-bin config doc
|
||||
# build dir for svn-buildpackage
|
||||
SVNBUILD=/home/calvin/src/build-area
|
||||
DEB_ORIG_TARGET=$(SVNBUILD)/linkchecker_$(VERSION).orig.tar.gz
|
||||
# build dir for debian package
|
||||
BUILDDIR=/home/calvin/packages/official
|
||||
DEB_ORIG_TARGET=$(BUILDDIR)/linkchecker_$(VERSION).orig.tar.gz
|
||||
|
||||
|
||||
.PHONY: all
|
||||
|
|
@ -33,7 +33,7 @@ distclean: clean cleandeb
|
|||
rm -f _LinkChecker_configdata.py MANIFEST Packages.gz
|
||||
# clean aborted dist builds and -out files
|
||||
rm -f linkchecker-out* linkchecker.prof
|
||||
rm -rf linkchecker-$(VERSION)
|
||||
rm -rf LinkChecker-$(VERSION)
|
||||
rm -rf coverage dist-stamp python-build-stamp*
|
||||
|
||||
.PHONY: cleandeb
|
||||
|
|
@ -61,17 +61,9 @@ localbuild: MANIFEST
|
|||
deb_orig:
|
||||
if [ ! -e $(DEB_ORIG_TARGET) ]; then \
|
||||
$(MAKE) dist-stamp && \
|
||||
cp dist/linkchecker-$(VERSION).tar.gz $(DEB_ORIG_TARGET); \
|
||||
cp dist/LinkChecker-$(VERSION).tar.gz $(DEB_ORIG_TARGET); \
|
||||
fi
|
||||
|
||||
# ready for upload, signed with my GPG key
|
||||
.PHONY: deb_signed
|
||||
deb_signed: cleandeb
|
||||
(env -u LANG svn-buildpackage --svn-dont-clean --svn-verbose \
|
||||
--svn-ignore --svn-prebuild="$(MAKE) deb_orig" --svn-lintian \
|
||||
-sgpg -pgpg -k$(GPGKEY) -rfakeroot 2>&1) | \
|
||||
tee $(SVNBUILD)/linkchecker-$(VERSION).build
|
||||
|
||||
.PHONY: files
|
||||
files: locale localbuild
|
||||
-scripts/run.sh linkchecker $(LCOPTS) http://$(HOST)/
|
||||
|
|
|
|||
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -9,7 +9,7 @@ linkchecker (5.0.1-1) unstable; urgency=low
|
|||
version-specific hash-bang line in commandline scripts
|
||||
(Closes: #480395)
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Tue, 29 Apr 2008 22:45:02 +0200
|
||||
-- Bastian Kleineidam <calvin@debian.org> Sun, 01 Feb 2009 11:16:41 +0100
|
||||
|
||||
linkchecker (4.9-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue