From 83b961290149cef8fe502177c547b74d01c2c12a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 May 2020 17:08:49 +0300 Subject: add: debian.svg --- debian.svg | 245 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 debian.svg diff --git a/debian.svg b/debian.svg new file mode 100644 index 0000000..548983a --- /dev/null +++ b/debian.svg @@ -0,0 +1,245 @@ + + + + + + +debian + + +cluster_srctree + +Source tree + + +cluster_build + +dpkg-buildpackage + + +cluster_parent + +.. (parent directory) + + + +hellodotc + + +hello.c + + + +build + +debian/rules build + + + +hellodotc->build + + + + + +tgz + + +../hello_0.6.orig.tar.gz + + + +hellodotc->tgz + + + + + +Makefile + + +Makefile + + + +Makefile->build + + + + + +Makefile->tgz + + + + + +changelog + + +debian/changelog + + + +install + +debian/rules install + + + +changelog->install + + + + + +control + + +debian/control + + + +control->install + + + + + +rules + + +debian/rules + + + +rules->build + + + + + +rules->install + + + + + +hello + + +hello + + + +hello->install + + + + + +hellodoto + + +hello.o + + + +build->hello + + + + + +build->hellodoto + + + + + +tmp + + +debian/tmp/usr/bin/hello + + + +install->tmp + + + + + +DEBIAN + + +debian/tmp/DEBIAN + + + +install->DEBIAN + + + + + +binary + +debian/rules binary + + + +deb + + +../hello_0.6-1_amd64.deb + + + +binary->deb + + + + + +changes + + +../hello_0.6-1_amd64.changes + + + +binary->changes + + + + + +diff + + +../hello_0.6-1_amd64.diff + + + +binary->diff + + + + + +tmp->binary + + + + + +DEBIAN->binary + + + + + -- cgit v1.2.1