aboutsummaryrefslogtreecommitdiff
path: root/debian/myautomount.dsc
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-01 21:17:58 -0400
committerB Stack <bgstack15@gmail.com>2020-10-01 21:17:58 -0400
commit43774b5aeed25dd07c59ad9cbbe3da176b5698f8 (patch)
tree97183e5e0623d49b697f90cdfa85876ae85ec2f1 /debian/myautomount.dsc
parentadd todos (diff)
downloadmyautomount-43774b5aeed25dd07c59ad9cbbe3da176b5698f8.tar.gz
myautomount-43774b5aeed25dd07c59ad9cbbe3da176b5698f8.tar.bz2
myautomount-43774b5aeed25dd07c59ad9cbbe3da176b5698f8.zip
add initial dpkg recipe
Diffstat (limited to 'debian/myautomount.dsc')
-rw-r--r--debian/myautomount.dsc14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/myautomount.dsc b/debian/myautomount.dsc
new file mode 100644
index 0000000..6e133ae
--- /dev/null
+++ b/debian/myautomount.dsc
@@ -0,0 +1,14 @@
+Format: 3.0 (quilt)
+Source: myautomount
+Binary: myautomount
+Architecture: all
+Version: 0.0.1-1
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Homepage: https://bgstack15.wordpress.com/
+Standards-Version: 4.5.0
+Build-Depends: debhelper-compat (= 12), bgscripts-core, txt2man
+Package-List:
+ myautomount deb utils optional arch=all
+Files:
+ 00000000000000000000000000000000 1 myautomount.orig.tar.gz
+ 00000000000000000000000000000000 1 myautomount.debian.tar.xz
bgstack15