From 2378aef1181a8213c8e0788d399070a650dcd1fc Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 15 Mar 2023 17:13:32 +0600 Subject: Initial release Signed-off-by: Mubashshir --- debian/changelog | 5 +++++ debian/control | 13 +++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 4 files changed, 23 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4b4a7d5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +shopno-os-apt-notifier (1.0.0) shopno; urgency=medium + + * Initial Release + + -- Mubashshir Wed, 15 Mar 2023 17:16:23 +0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..62f6c7a --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: shopno-os-apt-notifier +Priority: optional +Maintainer: Mubashshir +Build-Depends: debhelper-compat (= 13), dh-exec +Standards-Version: 4.5.0 +Vcs-Git: https://builder.jadupc.com/git/pkgs/shopno-os-apt-notifier +Vcs-Browser: https://builder.jadupc.com/git/pkgs/shopno-os-apt-notifier +Rules-Requires-Root: no + +Package: shopno-os-apt-notifier +Architecture: all +Description: Shopno OS stats logger +# vim: ft=yaml:ts=1:et diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..9f67427 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) \ No newline at end of file -- cgit v1.2.3