From d830cc1af2230b903bfaae576b72a69a369e72f7 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 26 Jun 2023 19:55:02 +0100 Subject: [PATCH] initial release --- main.sh | 3 +++ orig.source.txt | 1 + 2 files changed, 4 insertions(+) create mode 100644 orig.source.txt diff --git a/main.sh b/main.sh index 54f2bd0..11219d0 100755 --- a/main.sh +++ b/main.sh @@ -9,6 +9,9 @@ git clone https://github.com/CachyOS/ananicy-rules.git ./etc/ananicy.d # Get build deps apt-get build-dep ./ -y +# Build package +dh_make --createorig + # Build package dpkg-buildpackage --no-sign diff --git a/orig.source.txt b/orig.source.txt new file mode 100644 index 0000000..90419c5 --- /dev/null +++ b/orig.source.txt @@ -0,0 +1 @@ +Source is this git's root \ No newline at end of file