summaryrefslogtreecommitdiff
path: root/scripts/package-build/ddclient
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build/ddclient')
-rw-r--r--scripts/package-build/ddclient/.gitignore7
l---------scripts/package-build/ddclient/build.py1
-rw-r--r--scripts/package-build/ddclient/package.toml4
3 files changed, 12 insertions, 0 deletions
diff --git a/scripts/package-build/ddclient/.gitignore b/scripts/package-build/ddclient/.gitignore
new file mode 100644
index 00000000..aeb8af66
--- /dev/null
+++ b/scripts/package-build/ddclient/.gitignore
@@ -0,0 +1,7 @@
+ddclient/
+*.buildinfo
+*.build
+*.changes
+*.deb
+*.dsc
+
diff --git a/scripts/package-build/ddclient/build.py b/scripts/package-build/ddclient/build.py
new file mode 120000
index 00000000..3c76af73
--- /dev/null
+++ b/scripts/package-build/ddclient/build.py
@@ -0,0 +1 @@
+../build.py \ No newline at end of file
diff --git a/scripts/package-build/ddclient/package.toml b/scripts/package-build/ddclient/package.toml
new file mode 100644
index 00000000..e2cd3f0a
--- /dev/null
+++ b/scripts/package-build/ddclient/package.toml
@@ -0,0 +1,4 @@
+[[packages]]
+name = "ddclient"
+commit_id = "debian/3.11.2-1"
+scm_url = "https://salsa.debian.org/debian/ddclient"