[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:22 UTC 2011


The following commit has been merged in the debian branch:
commit 5a9323622bb4332c9dd21c399d129b3c8023b7da
Author: Elías Alejandro <ealmdz at gmail.com>
Date:   Mon Oct 17 00:37:50 2011 -0500

    Added 01_pyregfi_install.patch

diff --git a/debian/patches/01_pyregfi_install.patch b/debian/patches/01_pyregfi_install.patch
new file mode 100644
index 0000000..ca755b2
--- /dev/null
+++ b/debian/patches/01_pyregfi_install.patch
@@ -0,0 +1,27 @@
+Index: reglookup/SConstruct
+===================================================================
+--- reglookup.orig/SConstruct	2011-10-17 00:33:27.000000000 -0500
++++ reglookup/SConstruct	2011-10-17 00:33:58.000000000 -0500
+@@ -60,22 +60,6 @@
+ env.Install(prefix+'man/man1', [man_reglookup, man_reglookup_recover,
+                                 man_reglookup_timeline])
+ env.AddPostAction(libinstall, 'ldconfig')
+-
+-if sys.version_info[0] == 2:
+-   install_items.append('pyregfi2-install.log')
+-   env.Command('pyregfi2-install.log', ['python/pyregfi/__init__.py', 
+-                                        'python/pyregfi/structures.py', 
+-                                        'python/pyregfi/winsec.py'],
+-               "python pyregfi-distutils.py install | tee pyregfi2-install.log")
+-
+-python_path = os.popen('which python3').read()
+-if python_path != '':
+-   install_items.append('pyregfi3-install.log')
+-   env.Command('pyregfi3-install.log', ['python/pyregfi/__init__.py', 
+-                                        'python/pyregfi/structures.py', 
+-                                        'python/pyregfi/winsec.py'], 
+-               "python3 pyregfi-distutils.py install | tee pyregfi3-install.log")
+-
+ # API documentation
+ regfi_doc = env.Command('doc/devel/regfi/index.html', 
+                         Glob('lib/*.c')+Glob('include/*.h')+['doc/devel/Doxyfile.regfi'],
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..50c0bf7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_pyregfi_install.patch

-- 
debian-forensics/reglookup



More information about the forensics-changes mailing list