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