Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 28, 2023
1 parent 49ec007 commit 832411d
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 2 deletions.
5 changes: 5 additions & 0 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
esedb-kb (20231228-1) unstable; urgency=low

* Auto-generated

-- Joachim Metz <[email protected]> Thu, 28 Dec 2023 06:24:19 +0100
2 changes: 2 additions & 0 deletions config/dpkg/clean
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dtformats/*.pyc
*.pyc
1 change: 1 addition & 0 deletions config/dpkg/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
21 changes: 21 additions & 0 deletions config/dpkg/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Source: esedb-kb
Section: python
Priority: extra
Maintainer: Joachim Metz <[email protected]>
Build-Depends: debhelper (>= 9), dh-python, python3-all (>= 3.6~), python3-setuptools
Standards-Version: 4.1.4
X-Python3-Version: >= 3.6
Homepage: https://github.com/libyal/esedb-kb

Package: python3-esedbrc
Architecture: all
Depends: libbde-python3 (>= 20220121), libcreg-python3 (>= 20200725), libesedb-python3 (>= 20150409), libewf-python3 (>= 20131210), libfsapfs-python3 (>= 20220709), libfsext-python3 (>= 20220829), libfsfat-python3 (>= 20220925), libfshfs-python3 (>= 20220831), libfsntfs-python3 (>= 20211229), libfsxfs-python3 (>= 20220829), libfvde-python3 (>= 20220121), libfwnt-python3 (>= 20210717), libluksde-python3 (>= 20220121), libmodi-python3 (>= 20210405), libphdi-python3 (>= 20220228), libqcow-python3 (>= 20201213), libregf-python3 (>= 20201002), libsigscan-python3 (>= 20191221), libsmdev-python3 (>= 20140529), libsmraw-python3 (>= 20140612), libvhdi-python3 (>= 20201014), libvmdk-python3 (>= 20140421), libvsapm-python3 (>= 20230506), libvsgpt-python3 (>= 20211115), libvshadow-python3 (>= 20160109), libvslvm-python3 (>= 20160109), python3-artifacts (>= 20220219), python3-cffi-backend (>= 1.9.1), python3-cryptography (>= 2.0.2), python3-dfdatetime (>= 20221112), python3-dfimagetools (>= 20230806), python3-dfvfs (>= 20220831), python3-dfwinreg (>= 20211207), python3-dtfabric (>= 20220219), python3-idna (>= 2.5), python3-pytsk3 (>= 20210419), python3-pyxattr (>= 0.7.2), python3-yaml (>= 3.10), ${misc:Depends}
Description: Python 3 module of Extensible Storage Engine (ESE) database knowledge base resources (esedbrc)
esedbrc is a Python module part of esedb-kb to allow reuse of
Extensible Storage Engine (ESE) database resources.

Package: esedb-kb-tools
Architecture: all
Depends: python3-esedbrc (>= ${binary:Version}), ${misc:Depends}
Description: Tools for Extensible Storage Engine (ESE) database knowledge base
Esedb-kb is a project to build a Extensible Storage Engine.
23 changes: 23 additions & 0 deletions config/dpkg/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: dtfabric
Source: https://github.com/libyal/dtfabric

Files: *
Copyright: 2013-2017, Joachim Metz <[email protected]>
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".
2 changes: 2 additions & 0 deletions config/dpkg/python3-winevtrc.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/python3*/dist-packages/dtformats/*.py
usr/lib/python3*/dist-packages/dtformats*.egg-info/*
8 changes: 8 additions & 0 deletions config/dpkg/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/make -f

%:
dh $@ --buildsystem=pybuild --with=python3

.PHONY: override_dh_auto_test
override_dh_auto_test:

1 change: 1 addition & 0 deletions config/dpkg/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
8 changes: 8 additions & 0 deletions docs/sources/api/esedbrc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ esedbrc.definitions module
:undoc-members:
:show-inheritance:

esedbrc.file\_entry\_lister module
----------------------------------

.. automodule:: esedbrc.file_entry_lister
:members:
:undoc-members:
:show-inheritance:

esedbrc.resources module
------------------------

Expand Down
2 changes: 1 addition & 1 deletion esedbrc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Extensible Storage Engine (ESE) Database resources (esedbrc)."""

__version__ = '20211228'
__version__ = '20231228'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = esedbrc
version = 20231227
version = 20231228
description = Extensible Storage Engine (ESE) database resources (esedbrc)
long_description = esedbrc is a Python module part of esedb-kb to allow reuse of Extensible Storage Engine (ESE) database resources.
long_description_content_type = text/plain
Expand Down

0 comments on commit 832411d

Please sign in to comment.