diff options
author | 2023-03-15 17:13:32 +0600 | |
---|---|---|
committer | 2023-03-15 17:16:30 +0600 | |
commit | 2378aef1181a8213c8e0788d399070a650dcd1fc (patch) | |
tree | e7885fa3347682f2b9bb14119bca0df587216ac7 | |
download | shopno-os-apt-notifier-2378aef1181a8213c8e0788d399070a650dcd1fc.tar.gz shopno-os-apt-notifier-2378aef1181a8213c8e0788d399070a650dcd1fc.zip |
Initial release
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/format | 1 |
4 files changed, 23 insertions, 0 deletions
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 <ahm@jadupc.com> 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 <ahm@jadupc.com> +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 |