[Forensics-changes] [SCM] debian-forensics/reglookup branch, debian, updated. debian/0.12.0-1-25-g6da27da

Elías Alejandro ealmdz at gmail.com
Mon Oct 17 06:14:25 UTC 2011


The following commit has been merged in the debian branch:
commit 6da27da446dde3833818ca40946a1f9a2fadf866
Author: Elías Alejandro <ealmdz at gmail.com>
Date:   Mon Oct 17 01:18:57 2011 -0500

    Added 03_fix_man_path.patch

diff --git a/debian/patches/03_fix_man_path.patch b/debian/patches/03_fix_man_path.patch
new file mode 100644
index 0000000..444757a
--- /dev/null
+++ b/debian/patches/03_fix_man_path.patch
@@ -0,0 +1,19 @@
+Index: reglookup/SConstruct
+===================================================================
+--- reglookup.orig/SConstruct	2011-10-17 01:16:34.000000000 -0500
++++ reglookup/SConstruct	2011-10-17 01:17:46.000000000 -0500
+@@ -52,12 +52,12 @@
+ install_items = [prefix+'bin',
+                  prefix+'lib', 
+                  prefix+'include/regfi',
+-                 prefix+'man']
++                 prefix+'share/man']
+ 
+ env.Install(prefix+'bin', [reglookup, reglookup_recover, 'bin/reglookup-timeline'])
+ libinstall = env.Install(prefix+'lib', [libregfi, libregfi_static])
+ env.Install(prefix+'include/regfi', Glob('include/*.h'))
+-env.Install(prefix+'man/man1', [man_reglookup, man_reglookup_recover,
++env.Install(prefix+'share/man/man1', [man_reglookup, man_reglookup_recover,
+                                 man_reglookup_timeline])
+ # API documentation
+ regfi_doc = env.Command('doc/devel/regfi/index.html', 
diff --git a/debian/patches/series b/debian/patches/series
index 06855ba..601523a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_pyregfi_install.patch
 02_ldconfig_call.patch
+03_fix_man_path.patch

-- 
debian-forensics/reglookup



More information about the forensics-changes mailing list