summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-06-30 00:05:01 +0000
committerJeff Bailey <jbailey@ubuntu.com>2005-06-30 00:05:01 +0000
commit2c72958bfc090b046e21e9eaad9134235095ad30 (patch)
tree572afb10c1ad810995fbaf51584bde090dd9288d /debian
parent8e6c20991ba676ce4c5b46094806c0317afd525a (diff)
downloadinitramfs-tools-2c72958bfc090b046e21e9eaad9134235095ad30.tar.gz
initramfs-tools-2c72958bfc090b046e21e9eaad9134235095ad30.zip
* Use detailed logging now for debian/changelog. We have at least
three people hacking now, and details would probably be useful. * debian/TODO: Update * debian/dirs: Sort and add usr/share/initramfs-tools/hooks * debian/initramfs-tools.examples: Add docs/example_hook and docs/example_hook_cpiogz * debian/initramfs-tools.install: Pretty Print. * debian/rules: Ensure that mkinitramfs is executable * docs/example_script: New file * init: Add concept of 'quiet', be verbose if not specified * mkinitramfs: Do not load script functions until needed Clear up comments / documentation Use DESTDIR instead of TMPDIR Add ability to link in extra hunks into the cpio file Cosmetic cleanups * scripts/functions: Add lsb stype log_FOO_msg functions * scripts/local: Add logging * scripts/nfs: Add logging
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog39
-rw-r--r--debian/dirs9
-rw-r--r--debian/initramfs-tools.examples2
-rw-r--r--debian/initramfs-tools.install8
-rw-r--r--debian/rules2
6 files changed, 53 insertions, 9 deletions
diff --git a/debian/TODO b/debian/TODO
index bf7e07d..d080de3 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,6 +1,8 @@
TODO
====
+ o Grep for TODO and FIXME and do those. =)
+
o Get udev compiled against klibc
o Integrate hotplug-ng
diff --git a/debian/changelog b/debian/changelog
index 54d3fcd..6c37206 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+initramfs-tools (0.13) breezy; urgency=low
+
+ "We live in age when unnecessary things are our only necessities."
+ - Oscar Wilde
+
+ * Use detailed logging now for debian/changelog. We have at least
+ three people hacking now, and details would probably be useful.
+
+ * debian/TODO: Update
+
+ * debian/dirs: Sort and add usr/share/initramfs-tools/hooks
+
+ * debian/initramfs-tools.examples: Add docs/example_hook and
+ docs/example_hook_cpiogz
+
+ * debian/initramfs-tools.install: Pretty Print.
+
+ * debian/rules: Ensure that mkinitramfs is executable
+
+ * docs/example_script: New file
+
+ * init: Add concept of 'quiet', be verbose if not specified
+
+ * mkinitramfs: Do not load script functions until needed
+ Clear up comments / documentation
+ Use DESTDIR instead of TMPDIR
+ Add ability to link in extra hunks into the cpio file
+ Cosmetic cleanups
+
+ * scripts/functions: Add lsb stype log_FOO_msg functions
+
+ * scripts/local: Add logging
+
+ * scripts/nfs: Add logging
+
+ Thanks to Karl Hegbloom for most of these patches!
+
+ -- Jeff Bailey <jbailey@ubuntu.com> Wed, 29 Jun 2005 23:50:56 +0000
+
initramfs-tools (0.12) breezy; urgency=low
"I am not young enough to know everything." - Oscar Wilde
diff --git a/debian/dirs b/debian/dirs
index 94484bb..ac6210e 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,9 +1,10 @@
etc/mkinitramfs/init-bottom
etc/mkinitramfs/init-top
-etc/mkinitramfs/local-top
-etc/mkinitramfs/local-premount
etc/mkinitramfs/local-bottom
-etc/mkinitramfs/nfs-top
-etc/mkinitramfs/nfs-premount
+etc/mkinitramfs/local-premount
+etc/mkinitramfs/local-top
etc/mkinitramfs/nfs-bottom
+etc/mkinitramfs/nfs-premount
+etc/mkinitramfs/nfs-top
+usr/share/initramfs-tools/hooks
usr/share/initramfs-tools/modules.d
diff --git a/debian/initramfs-tools.examples b/debian/initramfs-tools.examples
index 0e8472b..9f67297 100644
--- a/debian/initramfs-tools.examples
+++ b/debian/initramfs-tools.examples
@@ -1,2 +1,4 @@
conf/modules
docs/example_script
+docs/example_hook
+docs/example_hook_cpiogz
diff --git a/debian/initramfs-tools.install b/debian/initramfs-tools.install
index e76186f..a2a78f5 100644
--- a/debian/initramfs-tools.install
+++ b/debian/initramfs-tools.install
@@ -1,4 +1,4 @@
-mkinitramfs usr/sbin
-init usr/share/initramfs-tools
-scripts usr/share/initramfs-tools
-conf/initramfs.conf etc/mkinitramfs
+mkinitramfs usr/sbin
+init usr/share/initramfs-tools
+scripts usr/share/initramfs-tools
+conf/initramfs.conf etc/mkinitramfs
diff --git a/debian/rules b/debian/rules
index 0a1575f..a1b8695 100644
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
include /usr/share/cdbs/1/rules/debhelper.mk
common-build-arch::
- chmod +x init
+ chmod +x init mkinitramfs