Initial setup.
authorRalph Ronnquist rr@rrq.au <ralph@builder.vm.hemma>
Wed, 27 Dec 2023 06:54:10 +0000 (17:54 +1100)
committerRalph Ronnquist rr@rrq.au <ralph@builder.vm.hemma>
Wed, 27 Dec 2023 06:54:10 +0000 (17:54 +1100)
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..f5263b3
--- /dev/null
@@ -0,0 +1,5 @@
+packnl (0.1.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Ralph Ronnquist <rrq@rrq.au>  Wed, 27 Dec 2023 17:36:16 +1100
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..6d4ebcb
--- /dev/null
@@ -0,0 +1,18 @@
+Source: newlisp-packnl
+Section: main
+Priority: optional
+Maintainer: Ralph Ronnquist <rrq@rrq.au>
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.1
+#Homepage: <insert the upstream URL, if relevant>
+Rules-Requires-Root: no
+Vcs-Browser: https://git.rrq.au/?p=ralph/newlisp/packnl.git
+Vcs-Git: https://git.rrq.au/?p=ralph/newlisp/packnl.git
+
+Package: newlisp-packnl
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Pack newlisp script collection into an executable.
+ This is a newlisp utility to pack a collection of newlisp scripts
+ into an executable ELF binary.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..87ea1b4
--- /dev/null
@@ -0,0 +1 @@
+Copyright 2023, Ralph Ronnquist
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..4d7fdf9
--- /dev/null
@@ -0,0 +1,3 @@
+[default]
+upstream-branch=master
+debian-branch=debian
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..4ad770e
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# You must remove unused comment lines for the released package.
+
+%:
+       dh $@
+
+# #override_dh_auto_install:
+# #    dh_auto_install -- prefix=/usr
+
+# #override_dh_install:
+# #    dh_install --list-missing -X.pyc -X.pyo
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)