~ubuntu-branches/ubuntu/hardy/hfsprogs/hardy

« back to all changes in this revision

Viewing changes to debian/patches/hfs-wrapper-boot-in-usr-share.diff

  • Committer: Bazaar Package Importer
  • Author(s): Rogério Brito
  • Date: 2007-07-20 09:37:02 UTC
  • Revision ID: james.westby@ubuntu.com-20070720093702-lpkfouao72t9s13i
Tags: 332.14-1
* Initial release (Closes: #433168)
* debian/control: add dependency on libssl-dev for the hash functions
* debian/control: add dependency on quilt
* debian/copyright: included the complete text of the APSL 2.0
* debian/links: create links for HFS variants of the utils and manpages
* debian/rules: use quilt to patch the source, so we get a Makefile for Linux
* debian/patches: incorporated patch from Gentoo to work with quilt
* debian/patches: included patch to fix *roff warning
* debian/patches: added patch to install bootdata on usr/share correctly
* debian/patches: added patch to enable the -a for fsck (Tks: Adam Adam Cécile)
* debian/dirs: added entry for directory mentioned above
* debian/rules: added the file for wrapper HFS filesystem
* debian/README.Debian: give the URL of the Gentoo instructions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: hfsprogs-332.14/newfs_hfs.tproj/makehfs.c
 
2
===================================================================
 
3
--- hfsprogs-332.14.orig/newfs_hfs.tproj/makehfs.c      2007-07-19 23:40:11.000000000 -0300
 
4
+++ hfsprogs-332.14/newfs_hfs.tproj/makehfs.c   2007-07-19 23:40:11.000000000 -0300
 
5
@@ -70,7 +70,7 @@
 
6
 #include "readme.h"
 
7
 
 
8
 
 
9
-#define HFS_BOOT_DATA  "/usr/share/misc/hfsbootdata"
 
10
+#define HFS_BOOT_DATA  "/usr/share/hfsprogs/hfsbootdata"
 
11
 
 
12
 #define HFS_JOURNAL_FILE       ".journal"
 
13
 #define HFS_JOURNAL_INFO       ".journal_info_block"