1
0
mirror of synced 2026-02-15 03:36:08 +00:00

Document state of Debian package 3.9-5

This commit is contained in:
Steve Kemp
2008-10-13 18:32:06 +00:00
committed by Axel Beckert
parent f56ebbaf68
commit f73eb76b1e
26 changed files with 1430 additions and 1040 deletions

View File

@@ -200,7 +200,7 @@ manpages:
#
# Make a new release tarball, and make a GPG signature.
#
release: fixup-perms update-version update-modules clean changelog
release: tidy fixup-perms update-version update-modules clean changelog
rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION)
rm -f $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz
cp -R . $(DIST_PREFIX)/$(BASE)-$(VERSION)
@@ -228,6 +228,17 @@ test-verbose:
#
# Run our main script(s) through perltidy
#
tidy:
if [ -x /usr/bin/perltidy ]; then \
for i in bin/*-*; do \
echo "tidying $$i"; \
perltidy -b -nt -bt=2 -sbt=1 -bl -mbl=3 -sbl -bbs -bbb -anl -lp $$i \
; done \
; fi
#
# Uninstall the software, completely.
#
@@ -258,7 +269,7 @@ uninstall:
#
# NOTE: Removes empty local directories.
#
update:
update:
hg pull --update 2>/dev/null