[SCM] debian-live/live-helper branch, master, updated. 1.0_a37-2-3-g6b444f8

Daniel Baumann daniel at debian.org
Tue Nov 20 10:24:00 UTC 2007


The branch, master has been updated
       via  6b444f8348601449b723b003c8d86dae91232bc5 (commit)
       via  01aea03e6d9350314d288b95fdf3fee3090426ee (commit)
       via  e2a12251c53bbc5f246917328557034817223e75 (commit)
      from  971400b9b877105e6f20fa84a114037c08818105 (commit)


- Shortlog ------------------------------------------------------------
6b444f8 Also removing manpage cache in cleanup.
01aea03 Fixing typing error in Makefile.
e2a1225 Preparing live-helper 1.0~a38-1.

Summary of changes:
 Makefile                   |   10 +++++-----
 functions/common.sh        |    2 +-
 helpers/lh_chroot_hacks    |    1 +
 manpages/lh.en.1           |    2 +-
 manpages/lh_binary.en.1    |    2 +-
 manpages/lh_bootstrap.en.1 |    2 +-
 manpages/lh_build.en.1     |    2 +-
 manpages/lh_chroot.en.1    |    2 +-
 manpages/lh_clean.en.1     |    2 +-
 manpages/lh_config.en.1    |    2 +-
 manpages/lh_source.en.1    |    2 +-
 manpages/lh_testroot.en.1  |    2 +-
 manpages/live-helper.en.7  |    2 +-
 13 files changed, 17 insertions(+), 16 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 6b444f8348601449b723b003c8d86dae91232bc5
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 20 11:23:26 2007 +0100

    Also removing manpage cache in cleanup.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index b3bcb2e..5d9a4ac 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -99,6 +99,7 @@ rm -f chroot/etc/apt/trusted.gpg~
 rm -f chroot/etc/group- chroot/etc/passwd-
 rm -f chroot/etc/gshadow- chroot/etc/shadow-
 rm -f chroot/var/cache/debconf/*-old
+rm -f chroot/var/cache/man/index.db
 rm -f chroot/var/lib/dpkg/*-old
 
 if [ -n "${LH_ROOT_COMMAND}" ]

commit 01aea03e6d9350314d288b95fdf3fee3090426ee
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 19 18:07:55 2007 +0100

    Fixing typing error in Makefile.

diff --git a/Makefile b/Makefile
index b75fe64..a5e1480 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ uninstall:
 		done; \
 		for MANPAGE in manpages/*.$$TRANSLATION.7; \
 		do \
-			rm -f $(DESTDIR)/usr/share/man/$$TRANSLATION/man7/`basename $$MANPAGE .de.7`.7; \
+			rm -f $(DESTDIR)/usr/share/man/$$TRANSLATION/man7/`basename $$MANPAGE .$$TRANSLATION.7`.7; \
 		done; \
 	done
 

commit e2a12251c53bbc5f246917328557034817223e75
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Nov 19 18:07:35 2007 +0100

    Preparing live-helper 1.0~a38-1.

diff --git a/Makefile b/Makefile
index 5feb779..b75fe64 100644
--- a/Makefile
+++ b/Makefile
@@ -98,11 +98,11 @@ uninstall:
 	done
 
 update:
-	set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
+	set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.en.*; \
 	do \
-		sed -i	-e 's/2007\\-11\\-19/2007\\-11\\-26/' \
-			-e 's/19.11.2007/26.11.2007/' \
-			-e 's/1.0~a37/1.0~a38/' \
+		sed -i	-e 's/2007\\-11\\-26/2007\\-12\\-03/' \
+			-e 's/26.11.2007/03.12.2007/' \
+			-e 's/1.0~a38/1.0~a39/' \
 		$$FILE; \
 	done
 
diff --git a/functions/common.sh b/functions/common.sh
index 01ed6eb..c5d57db 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -10,4 +10,4 @@
 set -e
 
 PROGRAM="$(basename ${0})"
-VERSION="1.0~a37"
+VERSION="1.0~a38"
diff --git a/manpages/lh.en.1 b/manpages/lh.en.1
index 6fe006a..65549c4 100644
--- a/manpages/lh.en.1
+++ b/manpages/lh.en.1
@@ -1,4 +1,4 @@
-.TH LH 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 live\-helper \- generic live\-helper wrapper
diff --git a/manpages/lh_binary.en.1 b/manpages/lh_binary.en.1
index a135476..a32e047 100644
--- a/manpages/lh_binary.en.1
+++ b/manpages/lh_binary.en.1
@@ -1,4 +1,4 @@
-.TH LH_BINARY 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_BINARY 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_binary \- meta\-helper for lh_binary_*
diff --git a/manpages/lh_bootstrap.en.1 b/manpages/lh_bootstrap.en.1
index b6132fe..0123306 100644
--- a/manpages/lh_bootstrap.en.1
+++ b/manpages/lh_bootstrap.en.1
@@ -1,4 +1,4 @@
-.TH LH_BOOTSTRAP 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_BOOTSTRAP 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_bootstrap \- meta\-helper for lh_bootstrap_*
diff --git a/manpages/lh_build.en.1 b/manpages/lh_build.en.1
index 0808ab8..4f11857 100644
--- a/manpages/lh_build.en.1
+++ b/manpages/lh_build.en.1
@@ -1,4 +1,4 @@
-.TH LH_BUILD 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_BUILD 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_build \- meta\-helper for lh_bootstrap, lh_chroot, lh_binary, and lh_source
diff --git a/manpages/lh_chroot.en.1 b/manpages/lh_chroot.en.1
index bd5be07..84e4f6e 100644
--- a/manpages/lh_chroot.en.1
+++ b/manpages/lh_chroot.en.1
@@ -1,4 +1,4 @@
-.TH LH_CHROOT 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_CHROOT 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_chroot \- meta\-helper for lh_chroot_*
diff --git a/manpages/lh_clean.en.1 b/manpages/lh_clean.en.1
index 482aa76..9bf7ddc 100644
--- a/manpages/lh_clean.en.1
+++ b/manpages/lh_clean.en.1
@@ -1,4 +1,4 @@
-.TH LH_CLEAN 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_CLEAN 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_clean \- clean up system build directories
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1
index ddf6894..3fca48e 100644
--- a/manpages/lh_config.en.1
+++ b/manpages/lh_config.en.1
@@ -1,4 +1,4 @@
-.TH LH_CONFIG 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_CONFIG 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_config \- create configuration for live\-helper
diff --git a/manpages/lh_source.en.1 b/manpages/lh_source.en.1
index d299434..1782e44 100644
--- a/manpages/lh_source.en.1
+++ b/manpages/lh_source.en.1
@@ -1,4 +1,4 @@
-.TH LH_SOURCE 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_SOURCE 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_source \- meta\-helper for lh_source_*
diff --git a/manpages/lh_testroot.en.1 b/manpages/lh_testroot.en.1
index fb94907..760b11c 100644
--- a/manpages/lh_testroot.en.1
+++ b/manpages/lh_testroot.en.1
@@ -1,4 +1,4 @@
-.TH LH_TESTROOT 1 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LH_TESTROOT 1 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 lh_testroot \- ensure that a system is built as root
diff --git a/manpages/live-helper.en.7 b/manpages/live-helper.en.7
index a1ca448..b5efee4 100644
--- a/manpages/live-helper.en.7
+++ b/manpages/live-helper.en.7
@@ -1,4 +1,4 @@
-.TH LIVE\-HELPER 7 "2007\-11\-19" "1.0~a37" "live\-helper"
+.TH LIVE\-HELPER 7 "2007\-11\-26" "1.0~a38" "live\-helper"
 
 .SH NAME
 live\-helper \- the Debian Live tool suite

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list