Skip to content

Commit 2e1a810

Browse files
committed
Add debian directory for native packaging
1 parent 79e5b4e commit 2e1a810

6 files changed

Lines changed: 29 additions & 0 deletions

File tree

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
backups (2.7.0-1) unstable; urgency=low
2+
3+
* source package automatically created by stdeb 0.11.0
4+
5+
-- Ross Golder <ross@golder.org> Thu, 14 May 2026 21:20:57 +0700

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

debian/control

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Source: backups
2+
Maintainer: Ross Golder <ross@golder.org>
3+
Section: python
4+
Priority: optional
5+
Build-Depends: python3-setuptools, python3-all, debhelper (>= 12)
6+
Standards-Version: 4.7.0
7+
Homepage: https://github.com/rossigee/backups
8+
9+
Package: python3-backups
10+
Architecture: all
11+
Depends: ${misc:Depends}, ${python3:Depends}
12+
Description: Backup orchestration tool for databases, folders and cloud s
13+
A Python backup orchestration tool that cycles through sources (databases, folders, cloud snapshots), compresses and optionally encrypts each backup, uploads to one or more destinations (S3, GCS, B2, Dropbox, local, and more), and reports results via notifications (email, Slack, Discord, Telegram, Prometheus, and more). Supports OpenTelemetry OTLP tracing for observability.
14+

debian/rules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/make -f
2+
3+
export DEB_BUILD_OPTIONS=nocheck
4+
5+
%:
6+
dh $@ --with python3 --buildsystem=pybuild
7+

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

debian/source/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extend-diff-ignore="\.egg-info$"

0 commit comments

Comments
 (0)