From 73bab13dd32e1047648455399f2614c032e27f1a Mon Sep 17 00:00:00 2001
From: sravyamks <32839681+sravyamks@users.noreply.github.com>
Date: Thu, 18 Jun 2020 12:51:08 -0400
Subject: [PATCH 1/2] Add copyright to debian folder (#14)
Reasoning: The copyrights will be included the debian packages and can be scanned on a deployed VM by Delphix's automation.
---
debian/copyright | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 debian/copyright
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000000000..aeed44d41
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: drgn
+Source: https://github.com/osandov/drgn
+
+Files: *
+Copyright: Copyright (c) Facebook, Inc. and its affiliates.
+License: GPL v3.0
+
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3, as
+ published by the Free Software Foundation.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ .
+ The complete text of the GPL version 3 can be seen in
+ /usr/share/common-licenses/GPL-3.
From 5d637cce4a22187c3cd844a67c211826f87dee70 Mon Sep 17 00:00:00 2001
From: Pavel Zakharov
Date: Tue, 3 Aug 2021 11:38:33 -0400
Subject: [PATCH 2/2] TOOL-11947 [Backport of TOOL-11725] drgn: fix python
build dependencies (#29)
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e01adad2f..25e0cab76 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Standards-Version: 4.1.2
Build-Depends: autoconf,
automake,
bison,
+ dh-python,
elfutils,
flex,
gawk,
@@ -24,7 +25,7 @@ Build-Depends: autoconf,
pkg-config,
python3,
python3-distutils,
- python3.6-dev,
+ python3-dev,
zlib1g-dev
Package: drgn