Import from old repository

This commit is contained in:
Stefan
2020-04-06 18:48:34 +02:00
commit 0da6783a45
762 changed files with 103065 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
python-plaso (1.1.0-1) unstable; urgency=low
* Version 1.1.0 development release.
-- Log2Timeline <log2timeline-dev@googlegroups.com> Sat, 14 Dec 2013 12:15:00 +0100
python-plaso (1.0.2-2) unstable; urgency=low
* Version 1.0.2 alpha release.
-- Log2Timeline <log2timeline-dev@googlegroups.com> Mon, 28 Oct 2013 12:20:23 -0700
python-plaso (1.0.2-1) unstable; urgency=low
* Version 1.0.2 RC1 release.
-- Log2Timeline <log2timeline-dev@googlegroups.com> Sat, 19 Oct 2013 09:15:00 +0200
python-plaso (1.0-1) unstable; urgency=low
* Initial release.
-- Log2Timeline <log2timeline-dev@googlegroups.com> Sat, 8 Dec 2012 09:15:00 +0200
+1
View File
@@ -0,0 +1 @@
7
+16
View File
@@ -0,0 +1,16 @@
Source: python-plaso
Section: unknown
Priority: extra
Maintainer: Log2Timeline <log2timeline-dev@googlegroups.com>
Build-Depends: debhelper (>= 7.0.0), python, python-setuptools
Standards-Version: 3.9.2
Homepage: https://github.com/log2timeline/plaso/
Package: python-plaso
Architecture: all
Depends: binplist, libprotobuf7 | libprotobuf8, libyaml-0-2, libbde-python, libesedb-python, libevt-python, libevtx-python, libewf-python, libfwsi-python, liblnk-python, libmsiecf-python, libolecf-python, libqcow-python, libregf-python, libtsk, libsmdev-python, libsmraw-python, libvhdi-python, libvmdk-python, libvshadow-python, ipython, python-bencode, python-construct, python-dateutil, python-dfvfs, python-dpkt, python-hachoir-core, python-hachoir-metadata, python-hachoir-parser, python-protobuf, python-psutil, python-pyparsing, python-six, python-yaml, python-tz, pytsk3, ${shlibs:Depends}, ${misc:Depends}
Recommends: elasticsearch, libesedb-tools, libbde-tools, libevt-tools, libevtx-tools, libewf-tools, liblnk-tools, libmsiecf-tools, libolecf-tools, libqcow-tools, libregf-tools, libsmdev-tools, libsmraw-tools, libvhdi-tools, libvmdk-tools, libvshadow-tools, libtsk-dev, pyelasticsearch, sleuthkit
Description: Plaso Log2Timeline
Log2Timeline is a framework to create super timelines.
It is a framework to parse various files and collect time-based
digital artifacts that can be used in computer forensics.
+27
View File
@@ -0,0 +1,27 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: plaso
Source: https://github.com/log2timeline/plaso/
Files: *
Copyright: 2012 The Plaso Project Authors.
License: Apache-2.0
Files: debian/*
Copyright: 2012 The Plaso Project Authors.
License: Apache-2.0
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
+4
View File
@@ -0,0 +1,4 @@
ACKNOWLEDGEMENTS
AUTHORS
LICENSE
README
+45
View File
@@ -0,0 +1,45 @@
#!/usr/bin/make -f
# debian/rules that uses debhelper >= 7.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
export DH_OPTIONS
%:
dh $@
override_dh_auto_clean:
override_dh_auto_test:
override_dh_installmenu:
override_dh_installmime:
override_dh_installmodules:
override_dh_installlogcheck:
override_dh_installlogrotate:
override_dh_installpam:
override_dh_installppp:
override_dh_installudev:
override_dh_installwm:
override_dh_installxfonts:
override_dh_gconf:
override_dh_icons:
override_dh_perl:
override_dh_pysupport: